Changeset 6345 for main/waeup.sirp/trunk/src/waeup/sirp/browser/templates
- Timestamp:
- 11 Jun 2011, 05:59:01 (13 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp/browser/templates
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/certificatemanagepage.pt
r6344 r6345 26 26 <tal:block repeat="widget view/widgets"> 27 27 <tr> 28 <td class="label" tal:define="hint widget/hint"> 29 <label tal:condition="python:hint" 30 tal:attributes="for widget/name"> 31 <span class="required" tal:condition="widget/required" 32 >*</span><span i18n:translate="" 33 tal:content="widget/label">label</span> 34 </label> 35 <label tal:condition="python:not hint" 36 tal:attributes="for widget/name"> 37 <span class="required" tal:condition="widget/required" 38 >*</span><span i18n:translate="" 39 tal:content="widget/label">label</span> 40 </label>: 28 <td class="label"> 29 <label tal:attributes="for widget/name"> 30 <span class="required" tal:condition="widget/required">*</span> 31 <span i18n:translate="" tal:content="widget/label">label</span>: 32 </label> 41 33 </td> 42 34 <td class="field"> 43 <div class="widget" tal:content="structure widget"> 44 <input type="text" /> 45 </div> 46 <div class="error" tal:condition="widget/error"> 47 <span tal:replace="structure widget/error">error</span> 48 </div> 35 <span class="widget" tal:content="structure widget"> 36 <input type="text" /> 37 </span> 38 <tal:error tal:condition="widget/error"> 39 <span tal:replace="structure widget/error">error</span> 40 </tal:error> 41 <tal:hint tal:condition="widget/hint"> 42 <span class="hint" tal:content="structure widget/hint">hint</span> 43 </tal:hint> 49 44 </td> 50 45 </tr> -
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/default_waeup_edit_form.pt
r6344 r6345 19 19 <tal:block repeat="widget view/widgets"> 20 20 <tr> 21 <td class="label" tal:define="hint widget/hint"> 22 <label tal:condition="python:hint" 23 tal:attributes="for widget/name"> 24 <span class="required" tal:condition="widget/required" 25 >*</span><span i18n:translate="" 26 tal:content="widget/label">label</span>: 27 </label> 28 <label tal:condition="python:not hint" 29 tal:attributes="for widget/name"> 30 <span class="required" tal:condition="widget/required" 31 >*</span><span i18n:translate="" 32 tal:content="widget/label">label</span>: 21 <td class="label"> 22 <label tal:attributes="for widget/name"> 23 <span class="required" tal:condition="widget/required">*</span> 24 <span i18n:translate="" tal:content="widget/label">label</span>: 33 25 </label> 34 26 </td> 35 27 <td class="field"> 36 < divclass="widget" tal:content="structure widget">28 <span class="widget" tal:content="structure widget"> 37 29 <input type="text" /> 38 </ div>39 < div class="error"tal:condition="widget/error">30 </span> 31 <tal:error tal:condition="widget/error"> 40 32 <span tal:replace="structure widget/error">error</span> 41 </div> 33 </tal:error> 34 <tal:hint tal:condition="widget/hint"> 35 <span class="hint" tal:content="structure widget/hint">hint</span> 36 </tal:hint> 42 37 </td> 43 38 </tr> -
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/departmentmanagepage.pt
r6344 r6345 28 28 <table class="zebra"> 29 29 <tbody> 30 <tal:block repeat="widget view/widgets"> 31 <tr> 32 <td class="label" tal:define="hint widget/hint"> 33 <label tal:condition="python:hint" tal:attributes="for widget/name"> 34 <span class="required" tal:condition="widget/required">* 35 </span> 36 <span i18n:translate="" tal:content="widget/label">label 37 </span> 38 </label> 39 <label tal:condition="python:not hint" tal:attributes="for widget/name"> 40 <span class="required" tal:condition="widget/required">* 41 </span> 42 <span i18n:translate="" tal:content="widget/label">label 43 </span> 44 </label>: 45 </td> 46 <td class="field"> 47 <div class="widget" tal:content="structure widget"> 48 <input type="text" /> 49 </div> 50 <div class="error" tal:condition="widget/error"> 51 <span tal:replace="structure widget/error">error 52 </span> 53 </div> 54 </td> 55 </tr> 56 </tal:block> 30 <tal:block repeat="widget view/widgets"> 31 <tr> 32 <td class="label"> 33 <label tal:attributes="for widget/name"> 34 <span class="required" tal:condition="widget/required">*</span> 35 <span i18n:translate="" tal:content="widget/label">label</span>: 36 </label> 37 </td> 38 <td class="field"> 39 <span class="widget" tal:content="structure widget"> 40 <input type="text" /> 41 </span> 42 <tal:error tal:condition="widget/error"> 43 <span tal:replace="structure widget/error">error</span> 44 </tal:error> 45 <tal:hint tal:condition="widget/hint"> 46 <span class="hint" tal:content="structure widget/hint">hint</span> 47 </tal:hint> 48 </td> 49 </tr> 50 </tal:block> 57 51 </tbody> 58 52 </table> -
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/facultymanagepage.pt
r6344 r6345 24 24 <table class="zebra"> 25 25 <tbody> 26 <tal:block repeat="widget view/widgets"> 27 <tr> 28 <td class="label" tal:define="hint widget/hint"> 29 <label tal:condition="python:hint" tal:attributes="for widget/name"> 30 <span class="required" tal:condition="widget/required" >* 31 </span> 32 <span i18n:translate="" tal:content="widget/label">label 33 </span> 34 </label> 35 <label tal:condition="python:not hint" tal:attributes="for widget/name"> 36 <span class="required" tal:condition="widget/required" >* 37 </span> 38 <span i18n:translate="" tal:content="widget/label">label 39 </span> 40 </label>: 41 </td> 42 <td class="field"> 43 <div class="widget" tal:content="structure widget"> 44 <input type="text" /> 45 </div> 46 <div class="error" tal:condition="widget/error"> 47 <span tal:replace="structure widget/error">error 48 </span> 49 </div> 50 </td> 51 </tr> 52 </tal:block> 26 <tal:block repeat="widget view/widgets"> 27 <tr> 28 <td class="label"> 29 <label tal:attributes="for widget/name"> 30 <span class="required" tal:condition="widget/required">*</span> 31 <span i18n:translate="" tal:content="widget/label">label</span>: 32 </label> 33 </td> 34 <td class="field"> 35 <span class="widget" tal:content="structure widget"> 36 <input type="text" /> 37 </span> 38 <tal:error tal:condition="widget/error"> 39 <span tal:replace="structure widget/error">error</span> 40 </tal:error> 41 <tal:hint tal:condition="widget/hint"> 42 <span class="hint" tal:content="structure widget/hint">hint</span> 43 </tal:hint> 44 </td> 45 </tr> 46 </tal:block> 53 47 </tbody> 54 48 </table>
Note: See TracChangeset for help on using the changeset viewer.