Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 974 → Rev 975

/kickup/trunk/webapp/admin/event/list.jsp
83,6 → 83,8
<backpath:notEmpty><backpath:backlink><img src="<strutsx:root />/images/back-small.gif" alt="Назад" border=0></backpath:backlink></backpath:notEmpty>
</div>
 
<%@ include file="/admin/footer.jsp" %>
 
</body>
 
</html>
/kickup/trunk/webapp/admin/event/edit.jsp
34,23 → 34,23
<table border=0 cellspacing=0 cellpadding=4>
<tr class="even">
<th>Название</th>
<td colspan=3><html:text property="name" style="width:100%" /></td>
<td colspan=3><html:text property="name" style="width:100%" maxlength="255" /></td>
</tr>
<tr class="odd">
<th>Контактный e-mail</th>
<td colspan=3><html:text property="email" style="width:100%" /></td>
<td colspan=3><html:text property="email" style="width:100%" maxlength="255" /></td>
</tr>
<tr class="even">
<th>Организаторы</th>
<td colspan=3><html:text property="admins" style="width:100%" /></td>
<td colspan=3><html:text property="admins" style="width:100%" maxlength="255" /></td>
</tr>
<tr class="odd">
<th>Контактные телефоны</th>
<td colspan=3><html:text property="phones" style="width:100%" /></td>
<td colspan=3><html:text property="phones" style="width:100%" maxlength="255" /></td>
</tr>
<tr class="even">
<th>Место/город</th>
<td colspan=3><html:text property="place" style="width:100%" /></td>
<td colspan=3><html:text property="place" style="width:100%" maxlength="255" /></td>
</tr>
<tr class="odd">
<th>Точный адрес</th>
62,23 → 62,23
</tr>
<tr class="odd">
<th>Начало</th>
<td colspan=3><html:text property="start" style="width:100%" /></td>
<td colspan=3><html:text property="start" style="width:100%" maxlength="100" /></td>
</tr>
<tr class="even">
<th>Окончание</th>
<td colspan=3><html:text property="stop" style="width:100%" /></td>
<td colspan=3><html:text property="stop" style="width:100%" maxlength="100" /></td>
</tr>
<tr class="odd">
<th>Дата окончания регистрации</th>
<td colspan=3><html:text property="lastreg" style="width:100%" /></td>
<td colspan=3><html:text property="lastreg" style="width:100%" maxlength="100" /></td>
</tr>
<tr class="even">
<th>Последний срок отказа</th>
<td colspan=3><html:text property="lastunreg" style="width:100%" /></td>
<td colspan=3><html:text property="lastunreg" style="width:100%" maxlength="100" /></td>
</tr>
<tr class="odd">
<th>Цена с человека</th>
<td colspan=3><html:text property="price" style="width:100%" /></td>
<td colspan=3><html:text property="price" style="width:100%" maxlength="10" /></td>
</tr>
<tr class="even">
<th>Счет для перевода денег</th>
131,7 → 131,7
</td>
<td><html:checkbox name="apartments" property="selected" indexed="true" /></td>
<td><html:text name="apartments" property="comment" indexed="true" style="width:100%" /></td>
<td><html:text name="apartments" property="distance" indexed="true" style="width:100%" /></td>
<td><html:text name="apartments" property="distance" indexed="true" style="width:100%" maxlength="10" /></td>
</tr>
</logic:iterate>
 
145,6 → 145,8
 
</html:form>
 
<%@ include file="/admin/footer.jsp" %>
 
</body>
 
</html>