Make myopac subpages' names match what bill had in mind
[evergreen-equinox.git] / Open-ILS / web / templates / default / opac / myopac / circs.tt2
1 [% BLOCK html_head %]
2 <style>
3     table { width: 100%; text-align: center; padding: 20px; margin-top: 30px; }
4     table { border-collapse: collapse; }
5     table { padding: 3px; border-bottom: 1px solid #ddd; text-align: left;}
6     table tr:nth-child(odd) { background-color:#ded; }
7 </style>
8 [% END %]
9
10 [% WRAPPER "default/opac/base.tt2" %]
11 [% INCLUDE "default/opac/myopac/_links.tt2" myopac_page = "circs" %]
12 <table>
13     <thead>
14         <tr>
15             <th>Title</th>
16             <th>Author</th>
17             <th>Due Date</th>
18             <th>Renewals Remaining</th>
19             <th>Renewals Remaining</th>
20         </tr>
21     </thead>
22 </table>
23
24 [% END %]