Changeset 6909 for main/waeup.sirp/trunk
- Timestamp:
- 18 Oct 2011, 20:28:00 (13 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp/browser/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/datacenterlogspage.pt
r6908 r6909 10 10 <thead> 11 11 <tr> 12 12 <th></th><th>File</th><th>Date</th><th>Size</th> 13 13 </tr> 14 14 </thead> 15 15 <tbody> 16 16 <tr tal:repeat="file files" 17 18 19 20 21 22 23 24 25 26 27 17 tal:attributes="class python: repeat['file'].odd() and 'odd' or 'even'"> 18 <td class="text-center"> 19 <form method="POST"> 20 <input type="submit" name="show" value="Show" /> 21 <input type="hidden" name="logname" 22 tal:attributes="value file/name" /> 23 </form> 24 </td> 25 <td tal:content="file/name">file.name</td> 26 <td tal:content="file/uploaddate">Fri Jan 15 17:44:25 2010</td> 27 <td tal:content="file/getSize">12 bytes</td> 28 28 </tr> 29 29 </tbody> -
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/datacentermanagepage.pt
r6908 r6909 7 7 <label for="newpath">Storage path:</label> 8 8 <input type="text" name="newpath" 9 9 tal:attributes="value context/storage" /> 10 10 <br /><br /> 11 11 <div>
Note: See TracChangeset for help on using the changeset viewer.