Rev 969 | Rev 975 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 969 | Rev 972 | ||
---|---|---|---|
Line 30... | Line 30... | ||
30 | <html:form action="/admin/participant/submit"> |
30 | <html:form action="/admin/participant/submit"> |
31 | <backpath:current /> |
31 | <backpath:current /> |
32 | <html:hidden property="id" /> |
32 | <html:hidden property="id" /> |
33 | <html:hidden property="event" /> |
33 | <html:hidden property="event" /> |
34 | 34 | ||
35 | <table border=1> |
35 | <table border=0 cellspacing=0 cellpadding=4> |
36 | <tr> |
36 | <tr class="even"> |
37 | <th>Кодовый номер</th> |
37 | <th>Кодовый номер</th> |
38 | <td colspan=2><bean:write name="participant" property="ident" /> </td> |
38 | <td colspan=2 width=300><bean:write name="participant" property="ident" /> </td> |
39 | </tr> |
39 | </tr> |
40 | <tr> |
40 | <tr class="odd"> |
41 | <th>Ник</th> |
41 | <th>Ник</th> |
42 | <td colspan=2><html:text property="nick" /></td> |
42 | <td colspan=2><html:text property="nick" style="width:100%" /></td> |
43 | </tr> |
43 | </tr> |
44 | <tr> |
44 | <tr class="even"> |
45 | <th>e-mail</th> |
45 | <th>e-mail</th> |
46 | <td colspan=2><html:text property="email" /></td> |
46 | <td colspan=2><html:text property="email" style="width:100%" /></td> |
47 | </tr> |
47 | </tr> |
48 | <tr> |
48 | <tr class="odd"> |
49 | <th>Показ e-mail разрешен</th> |
49 | <th>Показ e-mail разрешен</th> |
50 | <td colspan=2><html:checkbox property="emailPublic" /></td> |
50 | <td colspan=2><html:checkbox property="emailPublic" /></td> |
51 | </tr> |
51 | </tr> |
52 | <tr> |
52 | <tr class="even"> |
53 | <th>Имя</th> |
53 | <th>Имя</th> |
54 | <td colspan=2><html:text property="name" /></td> |
54 | <td colspan=2><html:text property="name" style="width:100%" /></td> |
55 | </tr> |
55 | </tr> |
56 | <tr> |
56 | <tr class="odd"> |
57 | <th>Телефон</th> |
57 | <th>Телефон</th> |
58 | <td colspan=2><html:text property="phone" /></td> |
58 | <td colspan=2><html:text property="phone" style="width:100%" /></td> |
59 | </tr> |
59 | </tr> |
60 | <tr> |
60 | <tr class="even"> |
61 | <th>Количество человек</th> |
61 | <th>Количество человек</th> |
62 | <td colspan=2><html:text property="persons" /></td> |
62 | <td colspan=2><html:text property="persons" style="width:100%" /></td> |
63 | </tr> |
63 | </tr> |
64 | <tr> |
64 | <tr class="odd"> |
65 | <th>Выезд из PLZ</th> |
65 | <th>Выезд из PLZ</th> |
66 | <td colspan=2><html:text property="fromZip" /></td> |
66 | <td colspan=2><html:text property="fromZip" style="width:100%" /></td> |
67 | </tr> |
67 | </tr> |
68 | <tr> |
68 | <tr class="even"> |
69 | <th>Выезд из города</th> |
69 | <th>Выезд из города</th> |
70 | <td colspan=2><html:text property="fromCity" /></td> |
70 | <td colspan=2><html:text property="fromCity" style="width:100%" /></td> |
71 | </tr> |
71 | </tr> |
72 | <tr> |
72 | <tr class="odd"> |
73 | <th>Время отправления</th> |
73 | <th>Время отправления</th> |
74 | <td colspan=2><html:text property="departure" /></td> |
74 | <td colspan=2><html:text property="departure" style="width:100%" /></td> |
75 | </tr> |
75 | </tr> |
76 | <tr> |
76 | <tr class="even"> |
77 | <th>Свободных мест в машине</th> |
77 | <th>Свободных мест в машине</th> |
78 | <td colspan=2><html:text property="freeTransport" /></td> |
78 | <td colspan=2><html:text property="freeTransport" style="width:100%" /></td> |
79 | </tr> |
79 | </tr> |
80 | <tr> |
80 | <tr class="odd"> |
81 | <th>Условия транспортировки</th> |
81 | <th>Условия транспортировки</th> |
82 | <td colspan=2><html:textarea property="transportComment" /></td> |
82 | <td colspan=2><html:textarea property="transportComment" cols="40" rows="8" style="width:100%" /></td> |
83 | </tr> |
83 | </tr> |
84 | <tr> |
84 | <tr class="even"> |
85 | <th>Свободных спальных мест</th> |
85 | <th>Свободных спальных мест</th> |
86 | <td colspan=2><html:text property="freeSleep" /></td> |
86 | <td colspan=2><html:text property="freeSleep" style="width:100%" /></td> |
87 | </tr> |
87 | </tr> |
88 | <tr> |
88 | <tr class="odd"> |
89 | <th>Условия ночевки</th> |
89 | <th>Условия ночевки</th> |
90 | <td colspan=2><html:textarea property="sleepComment" /></td> |
90 | <td colspan=2><html:textarea property="sleepComment" cols="40" rows="8" style="width:100%" /></td> |
91 | </tr> |
91 | </tr> |
92 | <tr> |
92 | <tr class="even"> |
93 | <th>Дополнительная информация</th> |
93 | <th>Дополнительная информация</th> |
94 | <td colspan=2><html:textarea property="comment" /></td> |
94 | <td colspan=2><html:textarea property="comment" cols="40" rows="8" style="width:100%" /></td> |
95 | </tr> |
95 | </tr> |
96 | <tr> |
96 | <tr class="odd"> |
97 | <th>Оплачено, евро</th> |
97 | <th>Оплачено, евро</th> |
98 | <td><html:text property="payed" /></td> |
98 | <td><html:text property="payed" style="width:100%" /></td> |
99 | <td> |
99 | <td> |
100 | <logic:notEmpty name="participant" property="mustPay"> |
100 | <logic:notEmpty name="participant" property="mustPay"> |
101 | (должен заплатить: <bean:write name="participant" property="mustPay" format="0.00" />) |
101 | (должен заплатить: <bean:write name="participant" property="mustPay" format="0.00" />) |
102 | </logic:notEmpty> |
102 | </logic:notEmpty> |
103 | </td> |
103 | </td> |
104 | </tr> |
104 | </tr> |
105 | <tr> |
105 | <tr class="even"> |
106 | <th>Комментарии организаторов</th> |
106 | <th>Комментарии организаторов</th> |
107 | <td colspan=2><html:textarea property="privateComment" /></td> |
107 | <td colspan=2><html:textarea property="privateComment" cols="40" rows="8" style="width:100%" /></td> |
108 | </tr> |
108 | </tr> |
109 | 109 | ||
110 | <logic:notEmpty name="actList" property="objects"> |
110 | <logic:notEmpty name="actList" property="objects"> |
111 | <tr> |
111 | <tr> |
112 | <th colspan=3>Участвует в</th> |
112 | <th colspan=3><div class="smallHeader">Участвует в</div></th> |
113 | </tr> |
113 | </tr> |
114 | <tr> |
114 | <tr> |
115 | <td>Название</td> |
115 | <td class="subHeader">Название</td> |
116 | <td>Включить</td> |
116 | <td class="subHeader">Включить</td> |
117 | <td>Дополнительно</td> |
117 | <td class="subHeader">Дополнительно</td> |
118 | </tr> |
118 | </tr> |
119 | <logic:iterate name="ParticipantEditForm" property="acts" id="acts" indexId="iid"> |
119 | <logic:iterate name="ParticipantEditForm" property="acts" id="acts" indexId="iid"> |
120 | <tr> |
120 | <tr> |
121 | <th> |
121 | <td> |
122 | <bean:write name="actList" property='<%= "objects[" + iid + "].act.name" %>' /> |
122 | <bean:write name="actList" property='<%= "objects[" + iid + "].act.name" %>' /> |
123 | <html:hidden name="acts" property="actId" indexed="true" /> |
123 | <html:hidden name="acts" property="actId" indexed="true" /> |
124 | </th> |
124 | </td> |
125 | <td><html:checkbox name="acts" property="selected" indexed="true" /></td> |
125 | <td><html:checkbox name="acts" property="selected" indexed="true" /></td> |
126 | <td><html:text name="acts" property="comment" indexed="true" /></td> |
126 | <td><html:text name="acts" property="comment" indexed="true" style="width:100%" /></td> |
127 | </tr> |
127 | </tr> |
128 | </logic:iterate> |
128 | </logic:iterate> |
129 | </logic:notEmpty> |
129 | </logic:notEmpty> |
130 | 130 | ||
131 | <tr> |
131 | <tr> |