Ignore:
Timestamp:
20 Jan 2012, 09:26:25 (13 years ago)
Author:
Henrik Bettermann
Message:

Tweak pages for anonymous users with mobile browsers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/applicantsrootpage.pt

    r7464 r7493  
    1 <table class="display dataTable">
     1<table>
    22  <thead>
    33    <tr>
    4       <th>Year</th><th>Code</th><th>Title</th>
     4      <th>Year</th><th>Code</th><th>Title</th><th>Application Period</th>
    55    </tr>
    66  </thead>
     
    99      <td tal:content="entry/year">Year
    1010      </td>     
     11      <td tal:content="entry/__name__">Code
     12      </td>
    1113      <td>
    1214             <a href=""
    1315           tal:attributes="href python:view.url(entry)"
    14            tal:content="entry/__name__">Code</a>
     16           tal:content="entry/title">Title</a>
    1517      </td>
    16       <td tal:content="entry/title">Title
     18      <td>
     19      <span tal:content="python: layout.formatDate(entry.startdate)">Start</span>
     20      -
     21      <span tal:content="python: layout.formatDate(entry.enddate)">End</span>
    1722      </td>
    1823    </tr>
Note: See TracChangeset for help on using the changeset viewer.