Ignore:
Timestamp:
18 Oct 2011, 20:28:00 (13 years ago)
Author:
Henrik Bettermann
Message:

Replace tabs.

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  
    1010    <thead>
    1111      <tr>
    12         <th></th><th>File</th><th>Date</th><th>Size</th>
     12  <th></th><th>File</th><th>Date</th><th>Size</th>
    1313      </tr>
    1414    </thead>
    1515    <tbody>
    1616      <tr tal:repeat="file files"
    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>
     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>
    2828      </tr>
    2929    </tbody>
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/datacentermanagepage.pt

    r6908 r6909  
    77    <label for="newpath">Storage path:</label>
    88    <input type="text" name="newpath"
    9            tal:attributes="value context/storage" />
     9     tal:attributes="value context/storage" />
    1010    <br /><br />
    1111    <div>
Note: See TracChangeset for help on using the changeset viewer.