Changeset 82 for db/include/questy.php


Ignore:
Timestamp:
Sep 29, 2007, 8:25:17 PM (17 years ago)
Author:
hosiplan
Message:

úprava návodu na event na šplhání
A taky bylo zase něco málo vylepšeno a přidáno v prohlížeči databáze

File:
1 edited

Legend:

Unmodified
Added
Removed
  • db/include/questy.php

    r76 r82  
    66  <input type="hidden" name="id" value="questy" class="hidden">
    77  <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>
     8    <tr><td><label for="q">Hledat:</label></td><td colspan='3'><input type="text" name="q" id="q" value="<?php echo $q; ?>"></td></tr>
    99    <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>
    1010</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 
     11  <?php echo $sql_select['result'];  ?>
    1512
    1613<?php
Note: See TracChangeset for help on using the changeset viewer.