Correcting time entry slowness
[wrms.git] / inc / block-wusearch.php
blob9470c906a8b6bf45d6124bb0d63907c41926bd78
1 <?php
2 function send_wusearch_block() {
3 global $theme;
4 $theme->BlockOpen();
5 $theme->BlockTitle("Search");
6 ?>
7 <form action="/wu.php" method="GET">
8 <input type="hidden" name="last" value="0">
9 <input type="text" name="wu" value="" size="18">
10 <input type="submit" value="FIND NOW&raquo;" class="submit">
11 </form>
12 <?php
13 echo "<img src=\"/images/clear.gif\" width=\"155\" height=\"50\" hspace=\"0\" vspace=\"2\" border=\"0\">\n";
14 $theme->BlockClose();
17 send_wusearch_block();