Changeset 118 for db/include/questy.php
- Timestamp:
 - Nov 4, 2007, 5:38:25 PM (18 years ago)
 - Location:
 - db
 - Files:
 - 
      
- 2 edited
 
- 
          
  . (modified) (1 prop)
 - 
          
  include/questy.php (modified) (3 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
db
- Property svn:ignore
- 
      
old new 1 1 config.php 2 navrh  
 - 
      
 
 - Property svn:ignore
 - 
      
db/include/questy.php
r113 r118 1 1 <?php 2 if ($vlozeni_souboru == "OK"){2 if (!defined('IN_CODE')){ exit; }; 3 3 4 4 … … 10 10 <table class="search_form" border="0" cellspacing="0" cellpadding="2"> 11 11 <tr><td><label for="q">Hledat:</label></td><td colspan='3'><input type="text" name="q" id="q" value="<?php echo $q; ?>"></td></tr> 12 <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>12 <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="find"></td></tr> 13 13 </table><?php if(!empty($session_id)){ ?><input type="hidden" name="PHPSESSID" value="<?php echo $session; ?>" class="hidden"><?php }; ?></form> 14 14 <?php if( !empty($sql_select['result']) ){ ?> … … 17 17 <?php echo $sql_select['error']; ?> 18 18 <?php }; ?> 19 20 21 <?php22 };23 ?> 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  ![(please configure the [header_logo] section in trac.ini)](/wow/chrome/site/your_project_logo.png)