Changeset 118 for db/include/creeps.php
- Timestamp:
- Nov 4, 2007, 5:38:25 PM (17 years ago)
- Location:
- db
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
db
- Property svn:ignore
-
old new 1 1 config.php 2 navrh
-
- Property svn:ignore
-
db/include/creeps.php
r113 r118 1 1 <?php 2 if ($vlozeni_souboru == "OK"){2 if (!defined('IN_CODE')){ exit; }; 3 3 ?> 4 4 … … 10 10 <input type="hidden" name="id" value="creeps" class="hidden"> 11 11 <table class="search_form" border="0" cellspacing="0" cellpadding="2"> 12 <tr><td><label for="q">Hledat:</label></td><td colspan='3'><input type="text" name="q" id="q" value="<?php echo $q; ?>"></td><td><input type="submit" value="Hledat" name=" quest_find"></td></tr>12 <tr><td><label for="q">Hledat:</label></td><td colspan='3'><input type="text" name="q" id="q" value="<?php echo $q; ?>"></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.