Subversion Repositories bacoAlunos

Compare Revisions

Ignore whitespace Rev 607 → Rev 609

/impl/conf/app.properties
397,8 → 397,8
 
 
 
top.image.start.with.1=/
top.image.url.1=/proxy/contactosAlunosPortalMenu/estgp/public/portal/imagens/top.jpg
#top.image.start.with.1=/
#top.image.url.1=/proxy/contactosAlunosPortalMenu/estgp/public/portal/imagens/top.jpg
 
top.image.start.with.2=/student.do?role=student&menu=menu.alunos
top.image.url.2=/proxy/contactosAlunosPortalMenu/estgp/public/portal/imagens/topStudent.jpg
/impl/src/java/pt/estgp/estgweb/web/utils/ProxyUtils.java
99,17 → 99,19
String finalUrlAux = "";
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