- Timestamp:
- Sep 23, 2007, 3:47:06 PM (17 years ago)
- Location:
- db
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
db/css/zakladni_css.css
r76 r78 179 179 border: 1px solid black; } 180 180 #right table.search_result { 181 empty-cells: show; 182 width: 720px; 181 183 margin-top: 15px; } 182 184 #right table.search_result thead td { -
db/post_read.php
r76 r78 9 9 $sql_select = SQLselect_Strankovani("SELECT * FROM quest_template WHERE ( $where`Title` LIKE '%$quest%' )", $limit, 20, "?id=questy&quest=".$quest."&lvl_d=".$lvl_d."&lvl_h=".$lvl_h, $SID); 10 10 if( @mysql_num_rows($sql_select[1]) > "0" ) { $i = "0"; 11 $sql_select['result'] .= "<table width=\"100%\" class=\"search_result\" border=\"0\" cellspacing=\"0\" cellpadding=\" 2\">\n";11 $sql_select['result'] .= "<table width=\"100%\" class=\"search_result\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n"; 12 12 $sql_select['result'] .= "<thead><tr><td>Název úkolu</td><td>Min level</td><td>Úkol zadává</td><td>Úkol</td></tr></thead>\n<col width=\"180px\"><col width=\"70px\">"; 13 13
Note:
See TracChangeset
for help on using the changeset viewer.