Subversion Repositories general

Rev

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

Rev 16 Rev 972
Line 29... Line 29...
29
 
29
 
30
<html:form action="/admin/act/submit">
30
<html:form action="/admin/act/submit">
31
<backpath:current />
31
<backpath:current />
32
<html:hidden property="id" />
32
<html:hidden property="id" />
33
 
33
 
34
<table border=1>
34
<table border=0 cellspacing=0 cellpadding=4>
35
	<tr>
35
	<tr class="even">
36
		<th>Название</th>
36
		<th>Название</th>
37
		<td><html:text property="name" /></td>
37
		<td><html:text property="name" style="width:100%" /></td>
38
    </tr>
38
    </tr>
39
	<tr>
39
	<tr class="odd">
40
		<th>Описание</th>
40
		<th>Описание</th>
41
		<td><html:textarea property="comment" /></td>
41
		<td><html:textarea property="comment" cols="40" rows="8" style="width:200px;" /></td>
42
    </tr>
42
    </tr>
43
	<tr>
43
	<tr>
44
		<td colspan=2>
44
		<td colspan=2>
45
			<html:submit>Сохранить</html:submit>
45
			<html:submit>Сохранить</html:submit>
46
			<backpath:notEmpty><backpath:backlink>Отменить</backpath:backlink></backpath:notEmpty>
46
			<backpath:notEmpty><backpath:backlink>Отменить</backpath:backlink></backpath:notEmpty>