Subversion Repositories bacoAlunos

Compare Revisions

Ignore whitespace Rev 541 → Rev 545

/impl/conf/app.properties
182,6 → 182,8
#########################################################################
# Announcements
#
 
announcements.use.top.flash.news=true
announcements.text.summary.size=500
announcements.text.summary.size.small=100
announcements.max.visible=10
/impl/conf/directories/student.xml
64,7 → 64,7
/impl/conf/directories/teacher.xml
63,4 → 63,8
/impl/src/java/pt/estgp/estgweb/Globals.java
77,6 → 77,9
 
}
 
 
public static final boolean USE_TOP_FLASH_NEWS = ConfigProperties.getBooleanProperty("announcements.use.top.flash.news");
 
public static final String INTRANET_CONTENTS = ConfigProperties.getProperty("intranet.contents.dir");
public static final String INTRANET_GRADES = ConfigProperties.getProperty("intranet.grades.dir");
public static final String INTRANET_PRESENCES = ConfigProperties.getProperty("intranet.presences.dir");
/impl/src/web/layout/layoutWelcome.jsp
11,12 → 11,19
<head>
<title><bean:message key="site.title"/> - <tiles:getAsString name="title"/></title>
<jsp:include page="/layout/scripts.jsp"/>
<script type="text/javascript">
 
<%
if(Globals.USE_TOP_FLASH_NEWS)
{
%>
<script type="text/javascript">
<!--
getFlashNews('<%=request.getContextPath()%>/public/announcements/getFlashNews.jsp',<%=Globals.ANNOUNCEMENT_TYPE_TOP_FLASH_NEWS_TIMEOUT%>);
-->
</script>
<%
}
%>
</head>
 
48,16 → 55,21
<tr>
<td width="90%">
<div align="center">
<OBJECT WIDTH="928" height="175" style="background-color:orange;" HEIGHT="240">
<PARAM NAME="MOVIE" VALUE="<%=request.getContextPath()%>/imgs/FLA_HOME4.swf">
<PARAM NAME="PLAY" VALUE="true">
<PARAM NAME="LOOP" VALUE="true">
<PARAM NAME="WMODE" VALUE="transparent">
<PARAM NAME="QUALITY" VALUE="high">
<EMBED SRC="<%=request.getContextPath()%>/imgs/FLA_HOME4.swf" WIDTH="928" height="175" PLAY="true" LOOP="true" WMODE="transparent" QUALITY="high">
</EMBED>
</OBJECT>
</center>
<OBJECT WIDTH="928" height="175" style="background-color:orange;" HEIGHT="240">
<PARAM NAME="MOVIE" VALUE="<%=request.getContextPath()%>/imgs/FLA_HOME4.swf">
<PARAM NAME="PLAY" VALUE="true">
<PARAM NAME="LOOP" VALUE="true">
<PARAM NAME="WMODE" VALUE="transparent">
<PARAM NAME="QUALITY" VALUE="high">
<EMBED SRC="<%=request.getContextPath()%>/imgs/FLA_HOME4.swf" WIDTH="928" height="175" PLAY="true" LOOP="true" WMODE="transparent" QUALITY="high">
</EMBED>
</OBJECT>
</div>
<%
 
if(Globals.USE_TOP_FLASH_NEWS)
{
%>
<div id="flashTopNews">
<table class="container">
<tr>
69,6 → 81,9
</tr>
</table>
</div>
<%
}
%>
</td>
</tr>
</table>
/impl/src/web/layout/navigationTop.jsp
19,7 → 19,7
<td>
<ul id="menu_dropdown" class="menubar">
<li class="submenu"><a href="#">Apresentação</a>
<div class="shadow "> http://baco.estgp.pt/dir/student/OrgaosGestao/orgaosDirector/public/portal/orgaoDirector.html
<div class="shadow ">
<ul class="menu">
<li><a href="<%=request.getContextPath()%>/dir/futureStudent/ESTG/estgDirector/public/portal/estgMensagemDirector.html"><bean:message key="portal.estg.mensagem.presidente"/></a></li>
<li><a href="<%=request.getContextPath()%>/dir/futureStudent/ESTG/estgMissao/public/portal/estgMissao.html">A ESTG e a sua missão</a></li>
75,7 → 75,9
</div>
</li>
 
<li class="submenu"><a href="<%=request.getContextPath()%>/proxy/layoutWelcome/estgp/public/portal/contactosContactosGeraisEstg.html">Contactos</a></li>
<li class="submenu">
<a href="<%=request.getContextPath()%>/dir/student/contactos/contGerais/public/portal/contactosGeraisEstg.html">Contactos</a>
</li>
 
<li class="submenu"><a href="#">O Politécnico</a>
<div class="shadow ">