- Timestamp:
- Jan 11, 2008, 9:41:41 PM (17 years ago)
- Location:
- quests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
quests/ListQuests.php
r204 r207 8 8 <tr><th>Poøadové èíslo</th><th>ID questu</th><th>Název Questu</th><th>U¾ivatel</th><th>Poèet hlasù</th></tr>'; 9 9 while ($Line = mysql_fetch_array($ID)) { 10 echo '<tr><td><a href=" Form.php?ID='.$Line['ID'].'">'.$Line['ID'].'</a></td>10 echo '<tr><td><a href="form.php?ID='.$Line['ID'].'">'.$Line['ID'].'</a></td> 11 11 <td>'.$Line['entry'].'</td> 12 12 <td>'.$Line['Title'].'</td> … … 25 25 // (SELECT quests.entry FROM quests WHERE quests.Language = '1' AND state = '2') LIMIT $limitx,$limity"); 26 26 while ($Line = mysql_fetch_array($ID)) { 27 echo '<a href=" Form.php?ID='.$Line['ID'].'">['.$Line['entry'].']</a> - '.$Line['Title'].'<br />'; //.$Line['Title']27 echo '<a href="form.php?ID='.$Line['ID'].'">['.$Line['entry'].']</a> - '.$Line['Title'].'<br />'; //.$Line['Title'] 28 28 } 29 29 … … 35 35 $ID = $Database->SQLCommand("SELECT * FROM quests Where User='".$_SESSION['UserID']."' AND complete = '0' order by 1 "); 36 36 while ($Line = mysql_fetch_array($ID)) { 37 echo '<tr><td><a href=" Form.php?ID='.$Line['ID'].'">'.$Line['ID'].'</a></td>37 echo '<tr><td><a href="form.php?ID='.$Line['ID'].'">'.$Line['ID'].'</a></td> 38 38 <td>'.$Line['entry'].'</td> 39 39 <td>'.$Line['Title'].'</td></tr>'; … … 47 47 $ID = $Database->SQLCommand("SELECT * FROM quests Where User='".$_SESSION['UserID']."' order by 1 "); 48 48 while ($Line = mysql_fetch_array($ID)) { 49 echo '<tr><td><a href=" Form.php?ID='.$Line['ID'].'">'.$Line['ID'].'</a></td>49 echo '<tr><td><a href="form.php?ID='.$Line['ID'].'">'.$Line['ID'].'</a></td> 50 50 <td>'.$Line['entry'].'</td> 51 51 <td>'.$Line['Title'].'</td> -
quests/includes/global.php
r203 r207 90 90 <a href="index.php">Domù</a><br /> 91 91 <a href="registrace.php" style="color: red">Registrace</a><br /> 92 <a href="Options.php">Nastavení</a><br /> 93 <a href="statistic.php">Statistika</a><br /> 94 <a href="export.php">Export</a><br /> 95 <br /> 92 96 <a href="ListQuests.php">Anglické questy</a><br /> 93 97 <a href="ListQuests.php?Translate">Pøelo¾ené questy</a><br /> 94 98 <a href="ListQuests.php?mydevelop">Rozepsané questy</a><br /> 95 99 <a href="ListQuests.php?my">Moje questy</a><br /> 96 <a href="Options.php">Nastavení</a><br /> 97 <a href="statistic.php">Statistika</a><br /> 98 <a href="export.php">Export</a><br /> 100 <br /> 99 101 <a href="http://wow.zdechov.net/forum/viewforum.php?f=22">Forum projektu</a><br /> 100 102 <a href="http://wow.zdechov.net/">Web serveru</a><br /><br />
Note:
See TracChangeset
for help on using the changeset viewer.