Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 974 → Rev 975

/kickup/trunk/webapp/admin/apartment/list.jsp
63,6 → 63,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/apartment/edit.jsp
34,7 → 34,7
<table border=0 cellspacing=0 cellpadding=4>
<tr class="even">
<th>Название</th>
<td><html:text property="name" style="width:100%" /></td>
<td><html:text property="name" style="width:100%" maxlength="255" /></td>
</tr>
<tr class="odd">
<th>Адрес и телефоны</th>
42,11 → 42,11
</tr>
<tr class="even">
<th>Цена ночевки на одного человека</th>
<td><html:text property="price" style="width:100%" /></td>
<td><html:text property="price" style="width:100%" maxlength="10" /></td>
</tr>
<tr class="odd">
<th>URL домашней странички</th>
<td><html:text property="url" style="width:100%" /></td>
<td><html:text property="url" style="width:100%" maxlength="4000" /></td>
</tr>
<tr class="even">
<th>Описание</th>
62,6 → 62,8
 
</html:form>
 
<%@ include file="/admin/footer.jsp" %>
 
</body>
 
</html>