Changeset 6908 for main/waeup.sirp/trunk/src/waeup/sirp/browser/templates
- Timestamp:
- 18 Oct 2011, 20:25:17 (13 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp/browser/templates
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/datacenterimport1page.pt
r6829 r6908 1 <h2>Process CSV file</h2> 1 <h2 i18n:translate="" 2 tal:condition="view/label" 3 tal:content="view/label">Label</h2> 2 4 <h3>Step 1</h3> 3 5 <p> -
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/datacenterimport2page.pt
r6829 r6908 1 <h2>Process CSV file</h2> 1 <h2 i18n:translate="" 2 tal:condition="view/label" 3 tal:content="view/label">Label</h2> 2 4 <h3>Step 2</h3> 3 5 <form method="POST"> -
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/datacenterimport3page.pt
r6829 r6908 1 <h2>Process CSV file</h2> 1 <h2 i18n:translate="" 2 tal:condition="view/label" 3 tal:content="view/label">Label</h2> 2 4 <h3>Step 3</h3> 3 5 <form> -
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/datacenterimport4page.pt
r6853 r6908 1 <h2>Process CSV file</h2> 1 <h2 i18n:translate="" 2 tal:condition="view/label" 3 tal:content="view/label">Label</h2> 2 4 <h3>Step 4</h3> 3 5 <p> -
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/datacenterlogspage.pt
r5927 r6908 1 <p> 2 Here you can see the local logfiles. 3 </p> 4 <p> 5 Use the buttons on the right to examine the files. 6 </p> 1 <h2 i18n:translate="" 2 tal:condition="view/label" 3 tal:content="view/label">Label</h2> 7 4 8 5 <div tal:define="files view/files"> -
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/datacentermanagepage.pt
r5927 r6908 1 <h2 i18n:translate="" 2 tal:condition="view/label" 3 tal:content="view/label">Label</h2> 4 1 5 <form method="POST"> 2 6 <div> -
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/datacenteruploadpage.pt
r5927 r6908 1 <h2 i18n:translate="" 2 tal:condition="view/label" 3 tal:content="view/label">Label</h2> 4 1 5 <form method="post" enctype="multipart/form-data"> 2 6 <input type="file" name="uploadfile:file" />
Note: See TracChangeset for help on using the changeset viewer.