Last change
on this file since 76 was 76, checked in by hosiplan, 18 years ago |
Smazal jsem, už zbytečnou složku administrace/download_hosiplan
Přidal jsem složku db, která bude hostovat systém na prohlížení databáze
A taky jsem si tam přidal soubor WoW_zdechov.ppr, ve kterém je uložený strom souborů do PSPadu, aby se mi snáz pracovalo.
|
File size:
1.0 KB
|
Line | |
---|
1 | <?php
|
---|
2 | if($vlozeni_souboru == "OK"){
|
---|
3 | ?>
|
---|
4 |
|
---|
5 | <form action=" " method="get" class="search_form">
|
---|
6 | <input type="hidden" name="id" value="questy" class="hidden">
|
---|
7 | <table class="search_form" border="0" cellspacing="0" cellpadding="2">
|
---|
8 | <tr><td><label for="quest">Hledat:</label></td><td colspan='3'><input type="text" name="quest" id="quest" value="<?php echo stripslashes($_GET['quest']); ?>"></td></tr>
|
---|
9 | <tr><td>Level <label for="lvl_d">od:</label></td><td><input type="text" name="lvl_d" id="lvl_d" maxlength="3" style="width: 45px;" value="<?php echo $lvl_d; ?>"></td><td><label for="lvl_h">do:</label></td><td><input type="text" name="lvl_h" id="lvl_h" maxlength="3" style="width: 45px;" value="<?php echo $lvl_h; ?>"></td><td><input type="submit" value="Hledat" name="quest_find"></td></tr>
|
---|
10 | </table><?php if(!empty($session_id)){ ?><input type="hidden" name="PHPSESSID" value="<?php echo $session; ?>" class="hidden"><?php }; ?></form>
|
---|
11 | <?php if(array_key_exists('quest', $_GET)){ ?>
|
---|
12 | <?php echo $sql_select['result']; ?>
|
---|
13 | <?php }; ?>
|
---|
14 |
|
---|
15 |
|
---|
16 | <?php
|
---|
17 | };
|
---|
18 | ?>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.