Changeset 155 for trunk/includes/global.php
- Timestamp:
- Mar 12, 2009, 1:27:34 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/global.php
r152 r155 66 66 </form>'); 67 67 } 68 } 69 70 function ShowSearchBox() 71 { 72 echo('<strong>Hledání:</strong> 73 <form action="action.php" method="get"><input type="hidden" name="action" value="search" /> 74 <table> 75 <tr> 76 <td><input type="text" name="search" size="13" /></td> 77 </tr> 78 <tr> 79 <th><input type="submit" value="Hledat" /></th> 80 </tr> 81 </table> 82 </form>'); 68 83 } 69 84 … … 220 235 ShowMainMenu(); 221 236 222 echo('<br />');237 // echo('<br />'); 223 238 ShowLoginBox(); 224 239 echo('<br />'); 225 240 ShowOnlineUserList(); 241 echo('<br />'); 242 ShowSearchBox(); 226 243 echo('</td><td id="border-left"></td><td class="content">'); 227 244 }
Note:
See TracChangeset
for help on using the changeset viewer.