Subversion Repositories general

Rev

Rev 972 | Rev 979 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 972 Rev 975
Line 32... Line 32...
32
<html:hidden property="id" />
32
<html:hidden property="id" />
33
 
33
 
34
<table border=0 cellspacing=0 cellpadding=4>
34
<table border=0 cellspacing=0 cellpadding=4>
35
	<tr class="even">
35
	<tr class="even">
36
		<th>Название</th>
36
		<th>Название</th>
37
		<td><html:text property="name" style="width:100%" /></td>
37
		<td><html:text property="name" style="width:100%" maxlength="255" /></td>
38
    </tr>
38
    </tr>
39
	<tr class="odd">
39
	<tr class="odd">
40
		<th>Описание</th>
40
		<th>Описание</th>
41
		<td><html:textarea property="comment" cols="40" rows="8" style="width:200px;" /></td>
41
		<td><html:textarea property="comment" cols="40" rows="8" style="width:200px;" /></td>
42
    </tr>
42
    </tr>
Line 47... Line 47...
47
		</td>
47
		</td>
48
    </tr>
48
    </tr>
49
</table>
49
</table>
50
 
50
 
51
</html:form>
51
</html:form>
-
 
52
 
-
 
53
<%@ include file="/admin/footer.jsp" %>
52
 
54
 
53
</body>
55
</body>
54
 
56
 
55
</html>
57
</html>