Subversion Repositories bacoAlunos

Compare Revisions

Ignore whitespace Rev 32 → Rev 33

/impl/conf/WEB-INF/struts/struts-default.xml
42,6 → 42,7
<action path="/StartAuthentication" forward="page.authentication"/>
<action path="/Logout" forward="/authenticate.do?dispatch=logout"/>
<action path="/StaffPage" forward="page.staff"/>
<!-- <action path="/AlumnPage" forward="page.alumn"/>-->
 
<!-- Errors -->
<action path="/errorNoCookies" forward="page.no.cookies"/>
58,6 → 59,7
<forward name="layout2" path="page.layout2.proxy"/>
<forward name="layout3" path="page.layout3.proxy"/>
<forward name="layout4" path="page.layout4.proxy"/>
<forward name="portal" path="page.portal.proxy"/>
<forward name="layoutCourses" path="page.layoutCourses.proxy"/>
<forward name="layout1.ftp" path="page.layout1.proxy.ftp"/>
<forward name="layout2.ftp" path="page.layout2.proxy.ftp"/>
/impl/conf/WEB-INF/struts/tiles-announcements.xml
1,13 → 1,13
<?xml version="1.0" encoding="UTF-8" ?>
 
<!--<!DOCTYPE tiles-definitions PUBLIC-->
<!--"-//Apache Software Foundation//DTD Tiles Configuration 1.1//EN"-->
<!--"http://struts.apache.org/dtds/tiles-config_1_1.dtd">-->
<!DOCTYPE tiles-definitions PUBLIC
"-//Apache Software Foundation//DTD Tiles Configuration 1.1//EN"
"http://struts.apache.org/dtds/tiles-config_1_1.dtd">
 
<tiles-definitions>
 
 
<definition name="page.submit.announcement" extends="base.layout2">
<put name="title" value="Submit Announcement" />
<put name="topnav" value="/admin/announcements/topnavCreateAnnouncement.jsp"/>
17,6 → 17,10
<put name="title" value="Load Announcement" />
<put name="body" value="/public/announcements/loadAnnouncement.jsp" />
</definition>
<definition name="page.portal.proxy" extends="page.layout4.proxy">
<put name="navigationLeft" value="/public/announcements/announcementsPortalLeft.jsp" />
<put name="navigationRight" value="/public/announcements/announcementsPortalRight.jsp" />
</definition>
 
 
</tiles-definitions>
/impl/conf/WEB-INF/struts/tiles-default.xml
101,12 → 101,20
<put name="title" value="ESTG" />
<put name="body" value="/public/index.jsp" />
</definition>
<definition name="page.staff" extends="base.layout1">
 
<definition name="page.staff" extends="page.layout4.proxy">
<put name="title" value="ESTG" />
<put name="body" value="/public/staff/index.jsp" />
</definition>
<put name="navigationLeft" value="/public/announcements/announcementsPortalLeft.jsp" />
<put name="navigationRight" value="/public/announcements/announcementsPortalRight.jsp" />
</definition>
 
<definition name="page.alumn" extends="base.layout2">
<put name="title" value="ESTG" />
<put name="body" value="/public/staff/index.jsp" />
</definition>
 
 
<!-- Autenticacao -->
<definition name="page.authentication" extends="base.layout1">
<put name="title" value="Authentication" />
/impl/conf/WEB-INF/struts/struts-announcements.xml
41,7 → 41,6
<forward name="success" path="page.welcome"/>
<forward name="load" path="page.load.announcement"/>
</action>
 
</action-mappings>
 
</struts-config>
/impl/src/web/css/style.css
20,6 → 20,11
BACKGROUND-COLOR: white
}
 
#pageStructure
{
border-collapse :collapse ;
}
 
/*#page
{
LEFT: 0;
47,6 → 52,14
WIDTH: 160px;
}
 
#rightPage
{
background-color:#ededed;
border-right: #8EC73F solid 2px;
border-top: #8EC73F solid 2px;
border-bottom: #8EC73F solid 2px;
}
 
#rightPagePosition
{
CLEAR: left;
97,14 → 110,15
{
}
 
.header h1
 
/*.header h1
{
font-size:20px;
color:#FFFFFF;
background-color:#8EC73F;
padding-left:10px;
padding-right:10px;
}
}*/
 
.portalContent
{
113,7 → 127,8
 
.block P
{
font-weight:bold;
background-color:#ededed;
padding-left:10px;
}
 
.block UL
139,6 → 154,35
color:#8EC73F;
text-decoration:underline;
}
 
.portalLeftAnnouncements table
{
table-layout:fixed;
width:180px;
}
 
.portalRightAnnouncements table
{
table-layout:fixed;
width:250px;
}
 
/*.portalRightAnnouncements table
{
background-color:#ededed;
} */
 
.portalLeftAnnouncements h1,.portalRightAnnouncements h1
{
font-size:10pt;
margin:0;
}
 
.portalAnnouncementText
{
font-size:10pt;
color:#4d4d4d;
}
/**********************************************************************************/
 
/****************************** Standard Page Template ***************************/
400,16 → 444,11
LEFT: 0;
RIGHT: 0;
WIDTH: 100%;
BORDER-LEFT-COLOR: #002244;
BORDER-BOTTOM-COLOR: #002244;
BORDER-TOP-COLOR: #002244;
BORDER-RIGHT-COLOR: #002244;
BORDER-RIGHT: 1px solid;
BORDER-TOP: 1px solid;
PADDING-BOTTOM: 10px;
VERTICAL-ALIGN: top;
BORDER-LEFT: 1px solid;
BORDER-BOTTOM: 1px solid
border-left: #8EC73F solid 2px;
border-top: #8EC73F solid 2px;
border-bottom: #8EC73F solid 2px;
}
 
 
/impl/src/web/layout/layout4.jsp
36,7 → 36,7
<div id="header">
<tiles:insert attribute="header"/>
</div>
<table id="page">
<table id="pageStructure">
<tr>
<td colspan="3"><tiles:insert attribute="navigationTop"/></td>
</tr>
/impl/src/web/layout/navigationTop.jsp
73,6 → 73,6
</div>
</li>
</ul>
<estgweb:pageUrlStat><img src="<%=request.getContextPath()%>/imgs/minichart.gif"></estgweb:pageUrlStat>
<estgweb:pageUrlStat><img src="<%=request.getContextPath()%>/imgs/grafico.gif" style="border:0;"></estgweb:pageUrlStat>
</div>
 
/impl/src/web/public/staff/organization.jsp
File deleted
\ No newline at end of file
/impl/src/web/public/staff/school.jsp
File deleted
\ No newline at end of file
/impl/src/web/public/staff/onLineServices.jsp
File deleted
\ No newline at end of file
/impl/src/web/public/staff/socialAction.jsp
File deleted
\ No newline at end of file
/impl/src/web/public/staff/academicInformation.jsp
File deleted
\ No newline at end of file
/impl/src/web/public/staff/internationalRelationships.jsp
File deleted
\ No newline at end of file
/impl/src/web/public/staff/contacts.jsp
File deleted
\ No newline at end of file
/impl/src/web/public/staff/index.jsp
14,14 → 14,7
<jomm:messages/>
<html:errors/>
<div class="portal">
<div class="header">
<h1><bean:message key="staff.header"/></h1>
</div>
 
<div class="portalContent">
<div class="header">
<img src="<%=request.getContextPath()%>/imgs/docente.gif"/>
</div>
<table class="columnTable">
<tbody>
<tr>
/impl/src/web/public/announcements/announcementsPortalLeft.jsp
New file
0,0 → 1,28
<%--
Created by IntelliJ IDEA.
User: Fabio
Date: 27/Mar/2008
Time: 12:25:30
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<div class="portalLeftAnnouncements">
<table>
<tr>
<td>
<div class="portalAnnouncementTop">
<div class="imageAnnouncementTop">
<img src="<%=request.getContextPath()%>/imgs/destaque_2_1.jpg"/>
</div>
<div class="portalAnnouncement">
<h1>Titulo</h1>
<div class="portalAnnouncementText">
ewdsdasdasdsdasasddsdasd
</div>
</div>
</div>
 
</td>
</tr>
</table>
</div>
/impl/src/web/public/announcements/announcementsPortalRight.jsp
New file
0,0 → 1,29
<%--
Created by IntelliJ IDEA.
User: Fabio
Date: 27/Mar/2008
Time: 12:25:30
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<div class="portalRightAnnouncements">
<table>
<tr>
<td width="25%">
<div class="imageAnnouncementNews">
</div>
</td>
<td>
<div class="portalAnnouncementNews">
<div class="portalAnnouncement">
<h1>Titulo</h1>
<div class="portalAnnouncementText">
dffsdfsdfdsfsdfdfsd
</div>
</div>
</div>
</td>
</tr>
</table>
</div>