Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 974 → Rev 975

/kickup/trunk/webapp/participant/unregistered.jsp
14,7 → 14,7
 
<body>
 
<h1>Пьянка XP - <bean:write name="event" property="name" /> - Отказ</h1>
<%@ include file="/header.jsp" %>
 
<strutsx:errorsIterator id="errors" />
<strutsx:notEmpty name="errors">
27,9 → 27,9
</div>
</strutsx:notEmpty>
 
<p>Ваши данные удалены.</p>
<h2>Ваши данные удалены.</h2>
 
<backpath:notEmpty><backpath:backlink>Назад</backpath:backlink></backpath:notEmpty>
<%@ include file="/footer.jsp" %>
 
</body>
 
/kickup/trunk/webapp/participant/ident.jsp
20,7 → 20,7
 
<body>
 
<h1>Пьянка XP - <bean:write name="event" property="name" /> - Идентификация</h1>
<%@ include file="/header.jsp" %>
 
<strutsx:errorsIterator id="errors" />
<strutsx:notEmpty name="errors">
38,14 → 38,17
<html:form action="/participant/login" method="GET">
<backpath:current />
<input type=hidden name="event" value="<bean:write name="event" property="id" />">
<table border=1>
<table border=0 cellspacing=0 cellpadding=4 width=500>
<tr>
<th>Ваш номер</th>
<td><html:text property="ident" /></td>
<th width=120>Ваш номер</th>
<td><html:text property="ident" style="width:240px" maxlength="10" /></td>
</tr>
<tr>
<td colspan=2><html:submit>Перейти к изменению</html:submit></td>
</tr>
<tr>
<td colspan=2>&nbsp;</td>
</tr>
</table>
</html:form>
 
55,23 → 58,53
<html:form action="/participant/unregister" onsubmit="return confirmUnregister();">
<backpath:current />
<input type=hidden name="event" value="<bean:write name="event" property="id" />">
<table border=1>
<table border=0 cellspacing=0 cellpadding=4 width=500>
<tr>
<th>Ваш номер</th>
<td><html:text property="ident" /></td>
<th width=120>Ваш номер</th>
<td><html:text property="ident" style="width:240px" maxlength="10" /></td>
</tr>
<tr>
<td colspan=2><html:submit>Я не еду</html:submit></td>
</tr>
<tr>
<td colspan=2>&nbsp;</td>
</tr>
</table>
</html:form>
</logic:equal>
<logic:equal name="event" property="unregistrationAvailable" value="true">
<logic:equal name="event" property="unregistrationAvailable" value="false">
<p>Срок отказа от регистрации прошел.</p>
</logic:equal>
 
<backpath:notEmpty><backpath:backlink>Назад</backpath:backlink></backpath:notEmpty>
<!--
<h2>Напомнить ваш номер</h2>
 
<html:form action="/participant/login" method="GET">
<backpath:current />
<input type=hidden name="event" value="<bean:write name="event" property="id" />">
<table border=0 cellspacing=0 cellpadding=4 width=500>
<tr>
<td colspan=2>
Если вы забыли ваш номер, то укажите свой e-mail, который вы использовали при регистрации
и на него будет выслан номер
</td>
</tr>
<tr>
<th width=120>Ваш e-mail</th>
<td><html:text property="ident" style="width:240px" maxlength="10" /></td>
</tr>
<tr>
<td colspan=2><html:submit>Выслать</html:submit></td>
</tr>
<tr>
<td colspan=2>&nbsp;</td>
</tr>
</table>
</html:form>
-->
 
<%@ include file="/footer.jsp" %>
 
</body>
 
</html>
/kickup/trunk/webapp/participant/register.jsp
31,15 → 31,23
<backpath:current />
<html:hidden property="event" />
 
<table border=1 width=600>
<table border=0 cellspacing=0 cellpadding=4 width=860>
<tr>
<td colspan=3><div class="smallHeader">Идентификация</div></td>
</tr>
<tr>
<th>Ник на форуме</th>
<td colspan=2><html:text property="nick" /></td>
<th">Ник на форуме</th>
<td colspan=2>
<html:text property="nick" style="width:240px" maxlength="255" />
<span class="obligatedText">обязательное поле</span><br>
Если вы не зарегистрированы на форуме - введите любой ник
</td>
</tr>
<tr>
<th>Ваш e-mail</th>
<td colspan=2>
<html:text property="email" /><br>
<html:text property="email" style="width:240px" maxlength="255" />
<span class="obligatedText">обязательное поле</span><br>
После регистрации на этот адрес будет выслан ваш регистрационный номер и счет для перевода денег.
Поэтому указывайте, пожалуйста, ваш реальный e-mail.
</td>
50,69 → 58,88
</tr>
<tr>
<th>Сколько вас</th>
<td colspan=2><html:text property="persons" /></td>
<td colspan=2>
<html:text property="persons" style="width:240px" maxlength="10" />
<span class="obligatedText">обязательное поле</span>
</td>
</tr>
 
<tr>
<td colspan=3><div class="smallHeader">Если берете попутчиков</div></td>
</tr>
<tr>
<th>Выезд из PLZ</th>
<td colspan=2><html:text property="fromZip" /></td>
<td colspan=2><html:text property="fromZip" style="width:240px" maxlength="10" /></td>
</tr>
<tr>
<th>Выезд из города</th>
<td colspan=2><html:text property="fromCity" /></td>
<td colspan=2><html:text property="fromCity" style="width:240px" maxlength="100" /></td>
</tr>
<tr>
<th>Время отправления</th>
<td colspan=2><html:text property="departure" /></td>
<td colspan=2><html:text property="departure" style="width:240px" maxlength="100" /></td>
</tr>
<tr>
<th>Свободных мест в машине</th>
<td colspan=2><html:text property="freeTransport" /></td>
<td colspan=2><html:text property="freeTransport" style="width:240px" maxlength="10" /></td>
</tr>
<tr>
<th>Условия транспортировки</th>
<td colspan=2><html:textarea property="transportComment" /></td>
<td colspan=2><html:textarea property="transportComment" cols="40" rows="5" style="width:240px;" /></td>
</tr>
 
<tr>
<td colspan=3>
<div class="smallHeader">Для живущих в месте проведения</div>
Если вы можете приютить приезжих
</td>
</tr>
<tr>
<th>Свободных спальных мест</th>
<td colspan=2><html:text property="freeSleep" /></td>
<td colspan=2><html:text property="freeSleep" style="width:240px" maxlength="10" /></td>
</tr>
<tr>
<th>Условия ночевки</th>
<td colspan=2><html:textarea property="sleepComment" /></td>
<td colspan=2><html:textarea property="sleepComment" cols="40" rows="5" style="width:240px;" /></td>
</tr>
 
<tr>
<td colspan=3>
<div class="smallHeader">Контактная информация</div>
Если вы согласны взять попутчиков или пустить переночевать, то
укажите, как с вами связаться
</td>
</tr>
<tr>
<th>Ваше имя</th>
<td colspan=2><html:text property="name" /></td>
<td colspan=2><html:text property="name" style="width:240px" maxlength="255" /></td>
</tr>
<tr>
<th>Телефон</th>
<td colspan=2><html:text property="phone" /></td>
<td colspan=2><html:text property="phone" style="width:240px" maxlength="255" /></td>
</tr>
<tr>
<th>Дополнительная информация</th>
<td colspan=2><html:textarea property="comment" /></td>
<td colspan=2><html:textarea property="comment" cols="40" rows="5" style="width:240px;" /></td>
</tr>
 
<logic:notEmpty name="actList" property="objects">
<tr>
<th colspan=3>В чем желаете поучаствовать</th>
<th colspan=3><div class="smallHeader">В чем желаете поучаствовать</div></th>
</tr>
<tr>
<td>Название</td>
<td>Включить</td>
<td>Дополнительно</td>
<th>Название</th>
<th>Включить</th>
<th>Дополнительно</th>
</tr>
<logic:iterate name="ParticipantRegisterForm" property="acts" id="acts" indexId="iid">
<tr>
<th>
<td>
<bean:write name="actList" property='<%= "objects[" + iid + "].act.name" %>' />
<html:hidden name="acts" property="actId" indexed="true" />
</th>
</td>
<td><html:checkbox name="acts" property="selected" indexed="true" /></td>
<td><html:text name="acts" property="comment" indexed="true" /></td>
<td><html:text name="acts" property="comment" indexed="true" style="width:240px" /></td>
</tr>
</logic:iterate>
</logic:notEmpty>
/kickup/trunk/webapp/participant/edit.jsp
32,7 → 32,10
<html:hidden property="event" />
<html:hidden property="ident" />
 
<table border=1>
<table border=0 cellspacing=0 cellpadding=4 width=860>
<tr>
<td colspan=3><div class="smallHeader">Идентификация</div></td>
</tr>
<tr>
<th>Ваш номер</th>
<td colspan=2><bean:write name="participant" property="ident" /></td>
51,46 → 54,62
</tr>
<tr>
<th>Сколько вас</th>
<td colspan=2><html:text property="persons" /></td>
<td colspan=2><html:text property="persons" style="width:240px" maxlength="10" /></td>
</tr>
 
<tr>
<td colspan=3><div class="smallHeader">Если берете попутчиков</div></td>
</tr>
<tr>
<th>Выезд из PLZ</th>
<td colspan=2><html:text property="fromZip" /></td>
<td colspan=2><html:text property="fromZip" style="width:240px" maxlength="10" /></td>
</tr>
<tr>
<th>Выезд из города</th>
<td colspan=2><html:text property="fromCity" /></td>
<td colspan=2><html:text property="fromCity" style="width:240px" maxlength="100" /></td>
</tr>
<tr>
<th>Время отправления</th>
<td colspan=2><html:text property="departure" /></td>
<td colspan=2><html:text property="departure" style="width:240px" maxlength="100" /></td>
</tr>
<tr>
<th>Свободных мест в машине</th>
<td colspan=2><html:text property="freeTransport" /></td>
<td colspan=2><html:text property="freeTransport" style="width:240px" maxlength="10" /></td>
</tr>
<tr>
<th>Условия транспортировки</th>
<td colspan=2><html:textarea property="transportComment" /></td>
<td colspan=2><html:textarea property="transportComment" cols="40" rows="5" style="width:240px;" /></td>
</tr>
 
<tr>
<td colspan=3>
<div class="smallHeader">Для живущих в месте проведения</div>
Если вы можете приютить приезжих
</td>
</tr>
<tr>
<th>Свободных спальных мест</th>
<td colspan=2><html:text property="freeSleep" /></td>
<td colspan=2><html:text property="freeSleep" style="width:240px" maxlength="10" /></td>
</tr>
<tr>
<th>Условия ночевки</th>
<td colspan=2><html:textarea property="sleepComment" /></td>
<td colspan=2><html:textarea property="sleepComment" cols="40" rows="5" style="width:240px;" /></td>
</tr>
 
<tr>
<td colspan=3>
<div class="smallHeader">Контактная информация</div>
Если вы согласны взять попутчиков или пустить переночевать, то
укажите, как с вами связаться
</td>
</tr>
<tr>
<th>Ваше имя</th>
<td colspan=2><html:text property="name" /></td>
<td colspan=2><html:text property="name" style="width:240px" maxlength="255" /></td>
</tr>
<tr>
<th>Телефон</th>
<td colspan=2><html:text property="phone" /></td>
<td colspan=2><html:text property="phone" style="width:240px" maxlength="255" /></td>
</tr>
<tr>
<th>Переведено и получено, евро</th>
98,26 → 117,26
</tr>
<tr>
<th>Дополнительная информация</th>
<td colspan=2><html:textarea property="comment" /></td>
<td colspan=2><html:textarea property="comment" cols="40" rows="5" style="width:240px;" /></td>
</tr>
 
<logic:notEmpty name="actList" property="objects">
<tr>
<th colspan=3>В чем желаете поучаствовать</th>
<th colspan=3><div class="smallHeader">В чем желаете поучаствовать</div></th>
</tr>
<tr>
<td>Название</td>
<td>Включить</td>
<td>Дополнительно</td>
<th>Название</th>
<th>Включить</th>
<th>Дополнительно</th>
</tr>
<logic:iterate name="ParticipantRegisterEditForm" property="acts" id="acts" indexId="iid">
<tr>
<th>
<td>
<bean:write name="actList" property='<%= "objects[" + iid + "].act.name" %>' />
<html:hidden name="acts" property="actId" indexed="true" />
</th>
</td>
<td><html:checkbox name="acts" property="selected" indexed="true" /></td>
<td><html:text name="acts" property="comment" indexed="true" /></td>
<td><html:text name="acts" property="comment" indexed="true" style="width:240px" /></td>
</tr>
</logic:iterate>
</logic:notEmpty>
125,7 → 144,6
<tr>
<td colspan=3>
<html:submit>Сохранить</html:submit>
<backpath:notEmpty><backpath:backlink>Отменить</backpath:backlink></backpath:notEmpty>
</td>
</tr>
</table>
132,6 → 150,8
 
</html:form>
 
<%@ include file="/footer.jsp" %>
 
</body>
 
</html>