Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 972 → Rev 973

/kickup/trunk/webapp/footer.jsp
0,0 → 1,26
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<!-- footer begin -->
<table border=0>
<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>
</table>
<!-- footer end -->