Rev 19 | Rev 975 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 19 | Rev 972 | ||
---|---|---|---|
Line 29... | Line 29... | ||
29 | 29 | ||
30 | <html:form action="/admin/event/submit"> |
30 | <html:form action="/admin/event/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 colspan=3><html:text property="name" /></td> |
37 | <td colspan=3><html:text property="name" style="width:100%" /></td> |
38 | </tr> |
38 | </tr> |
39 | <tr> |
39 | <tr class="odd"> |
40 | <th>Контактный e-mail</th> |
40 | <th>Контактный e-mail</th> |
41 | <td colspan=3><html:text property="email" /></td> |
41 | <td colspan=3><html:text property="email" style="width:100%" /></td> |
42 | </tr> |
42 | </tr> |
43 | <tr> |
43 | <tr class="even"> |
44 | <th>Организаторы</th> |
44 | <th>Организаторы</th> |
45 | <td colspan=3><html:text property="admins" /></td> |
45 | <td colspan=3><html:text property="admins" style="width:100%" /></td> |
46 | </tr> |
46 | </tr> |
- | 47 | <tr class="odd"> |
|
- | 48 | <th>Контактные телефоны</th> |
|
- | 49 | <td colspan=3><html:text property="phones" style="width:100%" /></td> |
|
47 | <tr> |
50 | </tr> |
- | 51 | <tr class="even"> |
|
48 | <th>Место/город</th> |
52 | <th>Место/город</th> |
49 | <td colspan=3><html:text property="place" /></td> |
53 | <td colspan=3><html:text property="place" style="width:100%" /></td> |
50 | </tr> |
54 | </tr> |
51 | <tr> |
55 | <tr class="odd"> |
52 | <th>Точный адрес</th> |
56 | <th>Точный адрес</th> |
53 | <td colspan=3><html:textarea property="address" /></td> |
57 | <td colspan=3><html:textarea property="address" rows="8" style="width:100%" /></td> |
54 | </tr> |
58 | </tr> |
55 | <tr> |
59 | <tr class="even"> |
56 | <th>Описание проезда</th> |
60 | <th>Описание проезда</th> |
57 | <td colspan=3><html:textarea property="transport" /></td> |
61 | <td colspan=3><html:textarea property="transport" rows="8" style="width:100%" /></td> |
58 | </tr> |
62 | </tr> |
59 | <tr> |
63 | <tr class="odd"> |
60 | <th>Начало</th> |
64 | <th>Начало</th> |
61 | <td colspan=3><html:text property="start" /></td> |
65 | <td colspan=3><html:text property="start" style="width:100%" /></td> |
62 | </tr> |
66 | </tr> |
63 | <tr> |
67 | <tr class="even"> |
64 | <th>Окончание</th> |
68 | <th>Окончание</th> |
65 | <td colspan=3><html:text property="stop" /></td> |
69 | <td colspan=3><html:text property="stop" style="width:100%" /></td> |
66 | </tr> |
70 | </tr> |
67 | <tr> |
71 | <tr class="odd"> |
68 | <th>Дата окончания регистрации</th> |
72 | <th>Дата окончания регистрации</th> |
69 | <td colspan=3><html:text property="lastreg" /></td> |
73 | <td colspan=3><html:text property="lastreg" style="width:100%" /></td> |
70 | </tr> |
74 | </tr> |
71 | <tr> |
75 | <tr class="even"> |
72 | <th>Последний срок отказа</th> |
76 | <th>Последний срок отказа</th> |
73 | <td colspan=3><html:text property="lastunreg" /></td> |
77 | <td colspan=3><html:text property="lastunreg" style="width:100%" /></td> |
74 | </tr> |
78 | </tr> |
75 | <tr> |
79 | <tr class="odd"> |
76 | <th>Цена с человека</th> |
80 | <th>Цена с человека</th> |
77 | <td colspan=3><html:text property="price" /></td> |
81 | <td colspan=3><html:text property="price" style="width:100%" /></td> |
78 | </tr> |
82 | </tr> |
79 | <tr> |
83 | <tr class="even"> |
80 | <th>Счет для перевода денег</th> |
84 | <th>Счет для перевода денег</th> |
81 | <td colspan=3><html:textarea property="account" /></td> |
85 | <td colspan=3><html:textarea property="account" rows="8" style="width:100%" /></td> |
82 | </tr> |
86 | </tr> |
83 | <tr> |
87 | <tr class="odd"> |
84 | <th>Открыть доступ</th> |
88 | <th>Открыть доступ</th> |
85 | <td colspan=3><html:checkbox property="enabled" /></td> |
89 | <td colspan=3><html:checkbox property="enabled" /></td> |
86 | </tr> |
90 | </tr> |
87 | <tr> |
91 | <tr class="even"> |
88 | <th>Описание</th> |
92 | <th>Описание</th> |
89 | <td colspan=3><html:textarea property="comment" /></td> |
93 | <td colspan=3><html:textarea property="comment" rows="8" style="width:100%" /></td> |
90 | </tr> |
94 | </tr> |
91 | 95 | ||
92 | <tr> |
96 | <tr> |
93 | <th colspan=4>Планируемые мероприятия</th> |
97 | <th colspan=4><div class="smallHeader">Планируемые мероприятия</div></th> |
94 | </tr> |
98 | </tr> |
95 | <tr> |
99 | <tr> |
96 | <td>Название</td> |
100 | <td class="subHeader">Название</td> |
97 | <td>Включить</td> |
101 | <td class="subHeader">Включить</td> |
98 | <td>Описание</td> |
102 | <td class="subHeader">Дополнительная информация</td> |
99 | <td> </td> |
103 | <td class="subHeader"> </td> |
100 | </tr> |
104 | </tr> |
101 | <logic:iterate name="EventEditForm" property="acts" id="acts" indexId="iid"> |
105 | <logic:iterate name="EventEditForm" property="acts" id="acts" indexId="iid"> |
102 | <tr> |
106 | <tr> |
103 | <th> |
107 | <td> |
104 | <bean:write name="actList" property='<%= "objects[" + iid + "].name" %>' /> |
108 | <bean:write name="actList" property='<%= "objects[" + iid + "].name" %>' /> |
105 | <html:hidden name="acts" property="actId" indexed="true" /> |
109 | <html:hidden name="acts" property="actId" indexed="true" /> |
106 | </th> |
110 | </td> |
107 | <td><html:checkbox name="acts" property="selected" indexed="true" /></td> |
111 | <td><html:checkbox name="acts" property="selected" indexed="true" /></td> |
108 | <td><html:text name="acts" property="comment" indexed="true" /></td> |
112 | <td><html:text name="acts" property="comment" indexed="true" style="width:100%" /></td> |
109 | <td> </td> |
113 | <td> </td> |
110 | </tr> |
114 | </tr> |
111 | </logic:iterate> |
115 | </logic:iterate> |
112 | 116 | ||
113 | <tr> |
117 | <tr> |
114 | <th colspan=4>Ближайшие гостиницы</th> |
118 | <th colspan=4><div class="smallHeader">Ближайшие гостиницы</div></th> |
115 | </tr> |
119 | </tr> |
116 | <tr> |
120 | <tr> |
117 | <td>Название</td> |
121 | <td class="subHeader">Название</td> |
118 | <td>Включить</td> |
122 | <td class="subHeader">Включить</td> |
119 | <td>Описание</td> |
123 | <td class="subHeader">Дополнительная информация</td> |
120 | <td>Расстояние до местa (км)</td> |
124 | <td class="subHeader">Расстояние до местa (км)</td> |
121 | </tr> |
125 | </tr> |
122 | <logic:iterate name="EventEditForm" property="apartments" id="apartments" indexId="iid2"> |
126 | <logic:iterate name="EventEditForm" property="apartments" id="apartments" indexId="iid2"> |
123 | <tr> |
127 | <tr> |
124 | <th> |
128 | <td> |
125 | <bean:write name="apartmentList" property='<%= "objects[" + iid2 + "].name" %>' /> |
129 | <bean:write name="apartmentList" property='<%= "objects[" + iid2 + "].name" %>' /> |
126 | <html:hidden name="apartments" property="apartmentId" indexed="true" /> |
130 | <html:hidden name="apartments" property="apartmentId" indexed="true" /> |
127 | </th> |
131 | </td> |
128 | <td><html:checkbox name="apartments" property="selected" indexed="true" /></td> |
132 | <td><html:checkbox name="apartments" property="selected" indexed="true" /></td> |
129 | <td><html:text name="apartments" property="comment" indexed="true" /></td> |
133 | <td><html:text name="apartments" property="comment" indexed="true" style="width:100%" /></td> |
130 | <td><html:text name="apartments" property="distance" indexed="true" /></td> |
134 | <td><html:text name="apartments" property="distance" indexed="true" style="width:100%" /></td> |
131 | </tr> |
135 | </tr> |
132 | </logic:iterate> |
136 | </logic:iterate> |
133 | 137 | ||
134 | <tr> |
138 | <tr> |
135 | <td colspan=4> |
139 | <td colspan=4> |