Subversion Repositories bacoAlunos

Compare Revisions

Ignore whitespace Rev 608 → Rev 612

/impl/conf/app.properties
183,7 → 183,7
# Announcements
#
 
announcements.use.top.flash.news=true
announcements.use.top.flash.news=false
announcements.text.summary.size=500
announcements.text.summary.size.small=100
announcements.max.visible=10
/impl/src/java/pt/estgp/estgweb/web/utils/ProxyUtils.java
96,20 → 96,22
 
 
int matchSize = 0;
String finalUrlAux = "";
String finalUrlAux = null;
for(int i = 0; i < Globals.TOP_IMAGE_FILTER_LINKS.size();i++)
{
String url = Globals.TOP_IMAGE_FILTER_LINKS.get(i);
int nowMatchSize = url.length();
if(link.startsWith(url) && nowMatchSize > matchSize)
{
String finalUrl = Globals.TOP_IMAGE_FILTER_IMAGES_URL.get(i);
String finalUrl = Globals.TOP_IMAGE_FILTER_IMAGES_URL.get(i);
if(finalUrl.startsWith("/"))
finalUrlAux = request.getContextPath() + finalUrl;
else
finalUrlAux = finalUrl;
matchSize = nowMatchSize;
}
matchSize = nowMatchSize;
}
return finalUrlAux;
}
/impl/src/web/imgs/FLA_HOME4.swf
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+ application/octet-stream
/impl/src/web/admin/profile/profilePersonalData.jsp
218,7 → 218,6
<html:text styleClass="text" property="userView.zip" maxlength="8"/>
</td>
</tr>
<baco:hasNotRole role="student">
<baco:isAdmin>
<tr>
<th>
237,7 → 236,6
</td>
</tr>
</baco:isAdmin>
</baco:hasNotRole>
<%--<tr>--%>
<%--<th>--%>
<%--<bean:message key="country"/>--%>