Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1002 → Rev 1003

/kickup/tags/release-1.0/webapp/footer.jsp
0,0 → 1,31
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<!-- footer begin -->
<table border=0 cellspacing=0 cellpadding=4>
<tr>
<td colspan=2>&nbsp;</td>
</tr>
<tr>
<td colspan=2><img src="<strutsx:root />/images/line.gif" alt=""></td>
</tr>
<tr>
<td>По всем вопросам обращайтесь к организаторам: <span class="eventAdmins"><bean:write name="event" property="admins" /></span></td>
<td align=right valign=top style="text-align: right; ">
<html:link page="/admin"><img src="<strutsx:root />/images/admin.gif" alt="Администрирование" border=0></html:link>
</td>
</tr>
<tr>
<td>Контактный e-mail: <a href="mailto:<bean:write name="event" property="email" />"><bean:write name="event" property="email" /></a></td>
<td align=right valign=top style="text-align: right; ">
<html:link page="/"><img src="<strutsx:root />/images/list.gif" alt="Полный список" border=0></html:link>
</td>
</tr>
<logic:notEmpty name="event" property="phones" >
<tr>
<td>Телефоны: <bean:write name="event" property="phones" /></td>
<td align=right valign=top>&nbsp;</td>
</tr>
</logic:notEmpty>
 
<%@ include file="/copyright.jsp" %>
</table>
<!-- footer end -->