Mercurial > p > roundup > code
comparison templates/minimal/html/page.html @ 3375:bd6ba21d6c47
fix some translation stuff, and update the minimal tempalte
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 05 Jul 2005 06:25:50 +0000 |
| parents | 7308c3c5a943 |
| children | 9b8019f28158 |
comparison
equal
deleted
inserted
replaced
| 3373:353588debaae | 3375:bd6ba21d6c47 |
|---|---|
| 9 tal:attributes="content string:text/html;; charset=${request/client/charset}" /> | 9 tal:attributes="content string:text/html;; charset=${request/client/charset}" /> |
| 10 <script tal:replace="structure request/base_javascript"> | 10 <script tal:replace="structure request/base_javascript"> |
| 11 </script> | 11 </script> |
| 12 | 12 |
| 13 </head> | 13 </head> |
| 14 <body class="body" marginwidth="0" marginheight="0"> | 14 <body class="body"> |
| 15 | 15 |
| 16 <table class="body"> | 16 <table class="body"> |
| 17 | 17 |
| 18 <tr> | 18 <tr> |
| 19 <td class="page-header-left"> </td> | 19 <td class="page-header-left"> </td> |
| 20 <td class="page-header-top"><h2><span metal:define-slot="body_title">body title</span></h2></td> | 20 <td class="page-header-top"> |
| 21 <div id="body-title"> | |
| 22 <h2><span metal:define-slot="body_title">body title</span></h2> | |
| 23 </div> | |
| 24 <div id="searchbox"> | |
| 25 <form method="GET" action="issue"> | |
| 26 <input type="hidden" name="@columns" | |
| 27 value="id,activity,title,creator,assignedto,status"/> | |
| 28 <input type="hidden" name="@sort" value="activity"/> | |
| 29 <input type="hidden" name="@group" value="priority"/> | |
| 30 <input id="search-text" name="@search_text" size="10"/> | |
| 31 <input type="submit" id="submit" name="submit" value="Search" i18n:attributes="value"/> | |
| 32 </form> | |
| 33 </div> | |
| 34 </td> | |
| 21 </tr> | 35 </tr> |
| 22 | 36 |
| 23 <tr> | 37 <tr> |
| 24 <td rowspan="2" valign="top" class="sidebar"> | 38 <td rowspan="2" valign="top" class="sidebar"> |
| 25 <p class="userblock" tal:condition="python:request.user.username=='anonymous'"> | 39 <p class="userblock" tal:condition="python:request.user.username=='anonymous'"> |
