Changeset 4098 for WAeUP_SRP/trunk/skins/cps_custom
- Timestamp:
- 29 Apr 2009, 08:05:56 (16 years ago)
- Location:
- WAeUP_SRP/trunk/skins/cps_custom
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/cps_custom/config_form.pt
r3000 r4098 98 98 </th> 99 99 <td> 100 <input name="static_dir" id=" portal_session" value=""100 <input name="static_dir" id="static_dir" value="" 101 101 tal:attributes="value pprops/static_dir" /> 102 102 </td> … … 116 116 </td> 117 117 </tr> 118 118 <tr> 119 <th> 120 <label> 121 Date 1 122 </label> 123 </th> 124 <td> 125 <input type="text" name="date1" id="date1" value="" size="30" 126 tal:attributes="value pprops/date1" /> 127 </td> 128 </tr> 129 <tr> 130 <th> 131 <label> 132 Date 2 133 </label> 134 </th> 135 <td> 136 <input name="date2" id="date2" value="" size="30" 137 tal:attributes="value pprops/date2" /> 138 </td> 139 </tr> 140 <tr> 141 <th> 142 <label> 143 Date 3 144 </label> 145 </th> 146 <td> 147 <input name="date3" id="date3" value="" size="30" 148 tal:attributes="value pprops/date3" /> 149 </td> 150 </tr> 151 119 152 </table> 120 153 <p> -
WAeUP_SRP/trunk/skins/cps_custom/reconfig.py
r3000 r4098 19 19 static_dir=form.get('static_dir'), 20 20 institution_title=form.get('institution_title'), 21 date1=form.get('date1'), 22 date2=form.get('date2'), 23 date3=form.get('date3'), 24 date4=form.get('date4'), 25 date5=form.get('date5'), 26 date6=form.get('date6'), 21 27 ) 22 28
Note: See TracChangeset for help on using the changeset viewer.