Subversion Repositories general

Rev

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

Rev 19 Rev 27
Line 32... Line 32...
32
<html:hidden property="event" />
32
<html:hidden property="event" />
33
 
33
 
34
<table border=1>
34
<table border=1>
35
	<tr>
35
	<tr>
36
		<th>Ник на форуме</th>
36
		<th>Ник на форуме</th>
37
		<td><html:text property="nick" /></td>
37
		<td colspan=2><html:text property="nick" /></td>
38
    </tr>
38
    </tr>
39
	<tr>
39
	<tr>
40
		<th>Ваш e-mail</th>
40
		<th>Ваш e-mail</th>
41
		<td><html:text property="email" /></td>
41
		<td colspan=2><html:text property="email" /></td>
42
    </tr>
42
    </tr>
43
	<tr>
43
	<tr>
44
		<th>Разрешить показ e-mail'а</th>
44
		<th>Разрешить показ e-mail'а</th>
45
		<td colspan=3><html:checkbox property="emailPublic" /></td>
45
		<td colspan=2><html:checkbox property="emailPublic" /></td>
46
    </tr>
46
    </tr>
47
	<tr>
47
	<tr>
48
		<th>Сколько вас</th>
48
		<th>Сколько вас</th>
49
		<td><html:text property="persons" /></td>
49
		<td colspan=2><html:text property="persons" /></td>
50
    </tr>
50
    </tr>
51
 
51
 
52
	<tr>
52
	<tr>
53
		<th>Выезд из PLZ</th>
53
		<th>Выезд из PLZ</th>
54
		<td><html:text property="fromZip" /></td>
54
		<td colspan=2><html:text property="fromZip" /></td>
55
    </tr>
55
    </tr>
56
	<tr>
56
	<tr>
57
		<th>Выезд из города</th>
57
		<th>Выезд из города</th>
58
		<td><html:text property="fromCity" /></td>
58
		<td colspan=2><html:text property="fromCity" /></td>
59
    </tr>
59
    </tr>
60
	<tr>
60
	<tr>
61
		<th>Время отправления</th>
61
		<th>Время отправления</th>
62
		<td><html:text property="departure" /></td>
62
		<td colspan=2><html:text property="departure" /></td>
63
    </tr>
63
    </tr>
64
	<tr>
64
	<tr>
65
		<th>Свободных мест в машине</th>
65
		<th>Свободных мест в машине</th>
66
		<td><html:text property="freeTransport" /></td>
66
		<td colspan=2><html:text property="freeTransport" /></td>
67
    </tr>
67
    </tr>
68
	<tr>
68
	<tr>
69
		<th>Условия транспортировки</th>
69
		<th>Условия транспортировки</th>
70
		<td><html:textarea property="transportComment" /></td>
70
		<td colspan=2><html:textarea property="transportComment" /></td>
71
    </tr>
71
    </tr>
72
 
72
 
73
	<tr>
73
	<tr>
74
		<th>Свободных спальных мест</th>
74
		<th>Свободных спальных мест</th>
75
		<td><html:text property="freeSleep" /></td>
75
		<td colspan=2><html:text property="freeSleep" /></td>
76
    </tr>
76
    </tr>
77
	<tr>
77
	<tr>
78
		<th>Условия ночевки</th>
78
		<th>Условия ночевки</th>
79
		<td><html:textarea property="sleepComment" /></td>
79
		<td colspan=2><html:textarea property="sleepComment" /></td>
80
    </tr>
80
    </tr>
81
 
81
 
82
	<tr>
82
	<tr>
83
		<th>Ваше имя</th>
83
		<th>Ваше имя</th>
84
		<td><html:text property="name" /></td>
84
		<td colspan=2><html:text property="name" /></td>
85
    </tr>
85
    </tr>
86
	<tr>
86
	<tr>
87
		<th>Телефон</th>
87
		<th>Телефон</th>
88
		<td><html:text property="phone" /></td>
88
		<td colspan=2><html:text property="phone" /></td>
89
    </tr>
89
    </tr>
90
	<tr>
90
	<tr>
91
		<th>Дополнительная информация</th>
91
		<th>Дополнительная информация</th>
92
		<td><html:textarea property="comment" /></td>
92
		<td colspan=2><html:textarea property="comment" /></td>
93
    </tr>
93
    </tr>
94
 
94
 
-
 
95
<logic:notEmpty name="actList" property="objects">
-
 
96
	<tr>
-
 
97
		<th colspan=3>В чем желаете поучаствовать</th>
-
 
98
    </tr>
-
 
99
	<tr>
-
 
100
		<td>Название</td>
-
 
101
		<td>Включить</td>
-
 
102
		<td>Дополнительно</td>
-
 
103
    </tr>
-
 
104
	<logic:iterate name="ParticipantRegisterForm" property="acts" id="acts" indexId="iid">
-
 
105
		<tr>
-
 
106
			<th>
-
 
107
				<bean:write name="actList" property='<%= "objects[" + iid + "].act.name" %>' />
-
 
108
				<html:hidden name="acts" property="actId" indexed="true" />
-
 
109
			</th>
-
 
110
			<td><html:checkbox name="acts" property="selected" indexed="true" /></td>
-
 
111
			<td><html:text name="acts" property="comment" indexed="true" /></td>
-
 
112
		</tr>
-
 
113
	</logic:iterate>
-
 
114
</logic:notEmpty>
-
 
115
 
95
	<tr>
116
	<tr>
96
		<td colspan=2>
117
		<td colspan=3>
97
			<html:submit>Зарегистрироваться</html:submit>
118
			<html:submit>Зарегистрироваться</html:submit>
98
			<backpath:notEmpty><backpath:backlink>Отменить</backpath:backlink></backpath:notEmpty>
119
			<backpath:notEmpty><backpath:backlink>Отменить</backpath:backlink></backpath:notEmpty>
99
		</td>
120
		</td>
100
    </tr>
121
    </tr>
101
</table>
122
</table>