Changeset 377 for beta/pages/aukce.php
- Timestamp:
- Sep 16, 2008, 6:53:09 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
beta/pages/aukce.php
r373 r377 23 23 setcookie("hof-frakce",$_POST["frakce"],time()+$day_half); 24 24 echo "<meta http-equiv=\"refresh\" content=\"2;url=?page=aukce\">"; 25 $work = "Ukládám nastavení , chvíli ztrpení";25 $work = "Ukládám nastavení , chvíli strpení"; 26 26 } 27 27 if (isset($_POST["reset"])) … … 32 32 setcookie("hof-frakce",""); 33 33 echo "<meta http-equiv=\"refresh\" content=\"2;url=?page=aukce\">"; 34 $work = "Ukládám nastavení , chvíli ztrpení"; 35 } 36 echo "<script src=\"http://www.wowhead.com/widgets/power.js\"></script>"; 37 // echo "<script src=\"http://i.thottbot.com/power.js\"></script>"; 34 $work = "Ukládám nastavení , chvíli strpení"; 35 } 36 if (isset($_COOKIE["hof-widget"]) AND $_COOKIE["hof-widget"] == "thottbot") 37 { 38 echo "<script src=\"http://i.thottbot.com/power.js\"></script>"; 39 $link = "http://thottbot.com/i"; 40 } 41 else 42 { 43 echo "<script src=\"http://www.wowhead.com/widgets/power.js\"></script>"; 44 $link = "http://www.wowhead.com/?item="; 45 } 38 46 ?> 39 47 <form method="post"> … … 183 191 echo " 184 192 <tr> 185 <td width=\"300\">".$img."<a href=\" http://www.wowhead.com/?item=".$row["item_template"]."\" target=\"_blank\"><span style=\"position: relative; top: -13px; left: -38px\"><font size=\"2\">".$item["name"]."</font></span></a><br />Minimální level : ".$item["RequiredLevel"]."<br />Aukci vložil : ".$player -> GuidToCharName($row["itemowner"])."</td>193 <td width=\"300\">".$img."<a href=\"".$link.$row["item_template"]."\" target=\"_blank\"><span style=\"position: relative; top: -13px; left: -38px\"><font size=\"2\">".$item["name"]."</font></span></a><br />Minimální level : ".$item["RequiredLevel"]."<br />Aukci vložil : ".$player -> GuidToCharName($row["itemowner"])."</td> 186 194 <td align=\"center\">".$now."<br />".$buyout."</td> 187 195 <td align=\"center\"><font size=\"2\">".AuctionEnd($row["time"])."</font></td>
Note:
See TracChangeset
for help on using the changeset viewer.