Ignore:
Timestamp:
Mar 12, 2009, 1:27:34 PM (16 years ago)
Author:
maron
Message:

Globální hledání

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/global.php

    r152 r155  
    6666  </form>');
    6767  }
     68}
     69
     70function 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>');
    6883}
    6984
     
    220235  ShowMainMenu();
    221236     
    222   echo('<br />');   
     237 // echo('<br />');   
    223238  ShowLoginBox();
    224239  echo('<br />');
    225240  ShowOnlineUserList();
     241  echo('<br />');
     242  ShowSearchBox();
    226243  echo('</td><td id="border-left"></td><td class="content">');
    227244}
Note: See TracChangeset for help on using the changeset viewer.