Warning: Attempt to read property "date" on null in /home/www/websvn.26th.net/html/blame.php on line 247

Warning: Attempt to read property "msg" on null in /home/www/websvn.26th.net/html/blame.php on line 247

Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/www/websvn.26th.net/html/blame.php on line 247

Warning: Attempt to read property "date" on null in /home/www/websvn.26th.net/html/blame.php on line 247

Warning: Attempt to read property "msg" on null in /home/www/websvn.26th.net/html/blame.php on line 247

Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/www/websvn.26th.net/html/blame.php on line 247

Warning: Attempt to read property "date" on null in /home/www/websvn.26th.net/html/blame.php on line 247

Warning: Attempt to read property "msg" on null in /home/www/websvn.26th.net/html/blame.php on line 247

Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/www/websvn.26th.net/html/blame.php on line 247

Warning: Attempt to read property "date" on null in /home/www/websvn.26th.net/html/blame.php on line 247

Warning: Attempt to read property "msg" on null in /home/www/websvn.26th.net/html/blame.php on line 247

Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/www/websvn.26th.net/html/blame.php on line 247
WebSVN – general – Blame – /kickup/tags/release-1.0/webapp/footer.jsp – Rev 979

Subversion Repositories general

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
979 dev 1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
973 dev 3
<!-- footer begin -->
975 dev 4
<table border=0 cellspacing=0 cellpadding=4>
973 dev 5
    <tr>
977 dev 6
    	<td colspan=2>&nbsp;</td>
7
    </tr>
8
    <tr>
973 dev 9
    	<td colspan=2><img src="<strutsx:root />/images/line.gif" alt=""></td>
10
    </tr>
11
	<tr>
12
		<td>По всем вопросам обращайтесь к организаторам: <span class="eventAdmins"><bean:write name="event" property="admins" /></span></td>
13
		<td align=right valign=top style="text-align: right; ">
14
			<html:link page="/admin"><img src="<strutsx:root />/images/admin.gif" alt="Администрирование" border=0></html:link>
15
		</td>
16
	</tr>
17
	<tr>
18
		<td>Контактный e-mail: <a href="mailto:<bean:write name="event" property="email" />"><bean:write name="event" property="email" /></a></td>
19
		<td align=right valign=top style="text-align: right; ">
977 dev 20
			<html:link page="/"><img src="<strutsx:root />/images/list.gif" alt="Полный список" border=0></html:link>
973 dev 21
		</td>
22
    <tr>
23
    <logic:notEmpty name="event" property="phones" >
24
	<tr>
25
		<td>Телефоны: <bean:write name="event" property="phones" /></td>
26
		<td align=right valign=top>&nbsp;</td>
27
    <tr>
28
    </logic:notEmpty>
975 dev 29
 
977 dev 30
    <%@ include file="/copyright.jsp" %>
973 dev 31
</table>
32
<!-- footer end -->