Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1428 → Rev 984

/kickup/trunk/webapp/participant/register.jsp
62,14 → 62,6
<span class="obligatedText">обязательное поле</span>
</td>
</tr>
<tr>
<th>Дополнительная информация, видимая всем</th>
<td colspan=2><html:textarea property="comment" cols="40" rows="5" style="width:240px;" /></td>
</tr>
<tr>
<th>Дополнительная информация, видимая только организаторам</th>
<td colspan=2><html:textarea property="protectedComment" cols="40" rows="5" style="width:240px;" /></td>
</tr>
 
<tr>
<td colspan=3><div class="smallHeader">Если берете попутчиков</div></td>
125,6 → 117,10
<th>Телефон</th>
<td colspan=2><html:text property="phone" style="width:240px" maxlength="255" /></td>
</tr>
<tr>
<th>Дополнительная информация</th>
<td colspan=2><html:textarea property="comment" cols="40" rows="5" style="width:240px;" /></td>
</tr>
 
<logic:notEmpty name="actList" property="objects">
<tr>
/kickup/trunk/webapp/participant/edit.jsp
55,14 → 55,6
<th>Сколько вас</th>
<td colspan=2><html:text property="persons" style="width:240px" maxlength="10" /></td>
</tr>
<tr>
<th>Дополнительная информация,<br>видимая всем</th>
<td colspan=2><html:textarea property="comment" cols="40" rows="5" style="width:240px;" /></td>
</tr>
<tr>
<th>Дополнительная информация,<br>видимая только организаторам</th>
<td colspan=2><html:textarea property="protectedComment" cols="40" rows="5" style="width:240px;" /></td>
</tr>
 
<tr>
<td colspan=3><div class="smallHeader">Если берете попутчиков</div></td>
122,6 → 114,10
<th>Переведено и получено, евро</th>
<td colspan=2><bean:write name="participant" property="payed" format="0.00" /></td>
</tr>
<tr>
<th>Дополнительная информация</th>
<td colspan=2><html:textarea property="comment" cols="40" rows="5" style="width:240px;" /></td>
</tr>
 
<logic:notEmpty name="actList" property="objects">
<tr>
/kickup/trunk/webapp/participant/list.jsp
35,8 → 35,6
<th class="headerCell">e-mail</th>
<th class="headerCell">Телефон</th>
<th class="headerCell">Количество</th>
<th class="headerCell">Откуда</th>
<th class="headerCell">Информация</th>
</tr>
 
<logic:iterate name="participants" id="p">
51,8 → 49,6
</td>
<td class="listCell"><bean:write name="p" property="phone" />&nbsp;</td>
<td class="listCell"><bean:write name="p" property="persons" />&nbsp;</td>
<td class="listCell"><bean:write name="p" property="fromCity" />&nbsp;</td>
<td class="listCell"><bean:write name="p" property="comment" />&nbsp;</td>
</tr>
</logic:iterate>
<tr>