Subversion Repositories bacoAlunos

Compare Revisions

Ignore whitespace Rev 316 → Rev 317

/impl/src/web/public/announcements/loadAnnouncement.jsp
81,14 → 81,10
%>
</div>
${Announcement.formatedText}
<%
if (Announcement.getUrl() != null)
{
%>
&nbsp;&nbsp;&gt;&gt; <html:link href="${Announcement.url}">Ver +</html:link>
<%
}%>
 
<logic:notEmpty name="Announcement" property="url">
&nbsp;&nbsp;&gt;&gt; <html:link href="${Announcement.url}">Ver +</html:link>
</logic:notEmpty>
<div class="pFooter">
Posted by: ${Announcement.ownerUsername} AT ${Announcement.formatedSaveDate}
</div>
124,9 → 120,11
<tr>
<td>${Announcement.formatedText}</td>
</tr>
<logic:notEmpty name="Announcement" property="url">
<tr>
<td> &nbsp;&nbsp;&gt;&gt; <html:link href="${Announcement.url}">${Announcement.url}</html:link></td>
</tr>
</logic:notEmpty>
<tr>
<td class="pFooter">
Posted by: ${Announcement.ownerUsername} AT ${Announcement.formatedSaveDate}
162,9 → 160,12
</td>
<td>${Announcement.formatedText}</td>
</tr>
<logic:notEmpty name="Announcement" property="url">
<tr>
<td colspan="2"> &nbsp;&nbsp;&gt;&gt; <html:link href="${Announcement.url}">${Announcement.url}</html:link></td>
</tr>
</logic:notEmpty>
 
<tr>
<td colspan="2" class="pFooter">
Posted by: ${Announcement.ownerUsername} AT ${Announcement.formatedSaveDate}
200,9 → 201,11
</div>
</td>
</tr>
<logic:notEmpty name="Announcement" property="url">
<tr>
<td colspan="2"> &nbsp;&nbsp;&gt;&gt; <html:link href="${Announcement.url}">${Announcement.url}</html:link></td>
</tr>
</logic:notEmpty>
<tr>
<td colspan="2" class="pFooter">
Posted by: ${Announcement.ownerUsername} AT ${Announcement.formatedSaveDate}