diff 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
line wrap: on
line diff
--- a/templates/minimal/html/page.html	Fri Jun 24 07:17:56 2005 +0000
+++ b/templates/minimal/html/page.html	Tue Jul 05 06:25:50 2005 +0000
@@ -11,13 +11,27 @@
 </script>
 
 </head>
-<body class="body" marginwidth="0" marginheight="0">
+<body class="body">
 
 <table class="body">
 
 <tr>
  <td class="page-header-left">&nbsp;</td>
- <td class="page-header-top"><h2><span metal:define-slot="body_title">body title</span></h2></td>
+ <td class="page-header-top">
+   <div id="body-title">
+     <h2><span metal:define-slot="body_title">body title</span></h2>
+   </div>
+   <div id="searchbox">
+     <form method="GET" action="issue">
+       <input type="hidden" name="@columns"
+              value="id,activity,title,creator,assignedto,status"/>
+       <input type="hidden" name="@sort" value="activity"/>
+       <input type="hidden" name="@group" value="priority"/>
+       <input id="search-text" name="@search_text" size="10"/>
+       <input type="submit" id="submit" name="submit" value="Search" i18n:attributes="value"/>
+     </form>
+  </div>
+ </td>
 </tr>
 
 <tr>

Roundup Issue Tracker: http://roundup-tracker.org/