Ignore:
Timestamp:
24 Aug 2011, 20:25:44 (13 years ago)
Author:
Henrik Bettermann
Message:

Add some basic UI stuff to start and to play with.

Location:
main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates/studentscontainerpage.pt

    r6621 r6622  
    11<h2 tal:content="view/label">Title</h2>
    22
     3<form method="POST">
    34<table class="zebra" tal:condition="layout/isAuthenticated">
    45  <tbody>
     
    1314      </tr>
    1415    </tal:block>
     16      <tr>
     17        <td>
     18            <div class="actionButtons" tal:condition="view/availableActions">
     19                <span tal:repeat="action view/actions" tal:omit-tag="">
     20                    <input tal:replace="structure action/render"/>
     21                </span>
     22            </div>
     23        </td>
     24      </tr>
    1525  </tbody>
    1626</table>
     27</form>
Note: See TracChangeset for help on using the changeset viewer.