mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-30 01:24:23 +00:00
134 lines
7.9 KiB
Smarty
134 lines
7.9 KiB
Smarty
<?php
|
|
if(isset($_GET['u'])) {
|
|
$u = $_GET['u'];
|
|
}
|
|
else {
|
|
$u=0;
|
|
}
|
|
?>
|
|
|
|
<div id="build" class="gid17"><a href="#" onClick="return Popup(17,4);" class="build_logo">
|
|
<img class="building g17" src="img/x.gif" alt="Marketplace" title="Marketplace" />
|
|
</a>
|
|
<h1>Marketplace <span class="level">level <?php echo $village->resarray['f'.$id]; ?></span></h1>
|
|
<p class="build_desc">At the Marketplace you can trade resources with other players. The higher its level, the more resources can be transported at the same time.
|
|
</p>
|
|
|
|
<?php include("17_menu.tpl");
|
|
if($session->plus) {
|
|
?>
|
|
<table id="search_select" class="buy_select" cellpadding="1" cellspacing="1">
|
|
<thead><tr>
|
|
<td colspan="4">I'm searching</td>
|
|
</tr></thead>
|
|
<tbody><tr>
|
|
<td <?php if(isset($_GET['s']) && $_GET['s'] == 1) echo "class=\"hl\""; ?>><a href="build.php?id=<?php echo $id; ?>&t=1&s=1<?php if(isset($_GET['v'])) echo "&v=".$_GET['v']; if(isset($_GET['b'])) echo "&b=".$_GET['b']; ?>"><img class="r1" src="img/x.gif" alt="Lumber" title="Lumber" /></a></td>
|
|
<td <?php if(isset($_GET['s']) && $_GET['s'] == 2) echo "class=\"hl\""; ?>><a href="build.php?id=<?php echo $id; ?>&t=1&s=2<?php if(isset($_GET['v'])) echo "&v=".$_GET['v']; if(isset($_GET['b'])) echo "&b=".$_GET['b']; ?>"><img class="r2" src="img/x.gif" alt="Clay" title="Clay" /></a></td>
|
|
<td <?php if(isset($_GET['s']) && $_GET['s'] == 3) echo "class=\"hl\""; ?>><a href="build.php?id=<?php echo $id; ?>&t=1&s=3<?php if(isset($_GET['v'])) echo "&v=".$_GET['v']; if(isset($_GET['b'])) echo "&b=".$_GET['b']; ?>"><img class="r3" src="img/x.gif" alt="Iron" title="Iron" /></a></td>
|
|
<td <?php if(isset($_GET['s']) && $_GET['s'] == 4) echo "class=\"hl\""; ?>><a href="build.php?id=<?php echo $id; ?>&t=1&s=4<?php if(isset($_GET['v'])) echo "&v=".$_GET['v']; if(isset($_GET['b'])) echo "&b=".$_GET['b']; ?>"><img class="r4" src="img/x.gif" alt="Crop" title="Crop" /></a></td></tr></tbody>
|
|
</table><table id="ratio_select" class="buy_select" cellpadding="1" cellspacing="1">
|
|
<tbody>
|
|
<tr><td <?php if(isset($_GET['v'])) echo "class=\"hl\""; ?>><a href="build.php?id=<?php echo $id; ?>&t=1&v=1:1<?php if(isset($_GET['s'])) echo "&s=".$_GET['s']; if(isset($_GET['b'])) echo "&b=".$_GET['b']; ?>">1:1</a></td>
|
|
</tr><tr><td <?php if(!isset($_GET['v'])) echo "class=\"hl\""; ?>><a href="build.php?id=<?php echo $id; ?>&t=1<?php if(isset($_GET['s'])) echo "&s=".$_GET['s']; if(isset($_GET['b'])) echo "&b=".$_GET['b']; ?>">1:x</a></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<table id="bid_select" class="buy_select" cellpadding="1" cellspacing="1">
|
|
<thead><tr>
|
|
<td colspan="4">I'm offering</td>
|
|
</tr></thead>
|
|
<tbody><tr>
|
|
<td <?php if(isset($_GET['b']) && $_GET['b'] == 1) echo "class=\"hl\""; ?>><a href="build.php?id=<?php echo $id; ?>&t=1&b=1<?php if(isset($_GET['v'])) echo "&v=".$_GET['v']; if(isset($_GET['s'])) echo "&s=".$_GET['s']; ?>"><img class="r1" src="img/x.gif" alt="Lumber" title="Lumber" /></a></td>
|
|
<td <?php if(isset($_GET['b']) && $_GET['b'] == 2) echo "class=\"hl\""; ?>><a href="build.php?id=<?php echo $id; ?>&t=1&b=2<?php if(isset($_GET['v'])) echo "&v=".$_GET['v']; if(isset($_GET['s'])) echo "&s=".$_GET['s']; ?>"><img class="r2" src="img/x.gif" alt="Clay" title="Clay" /></a></td>
|
|
<td <?php if(isset($_GET['b']) && $_GET['b'] == 3) echo "class=\"hl\""; ?>><a href="build.php?id=<?php echo $id; ?>&t=1&b=3<?php if(isset($_GET['v'])) echo "&v=".$_GET['v']; if(isset($_GET['s'])) echo "&s=".$_GET['s']; ?>"><img class="r3" src="img/x.gif" alt="Iron" title="Iron" /></a></td>
|
|
<td <?php if(isset($_GET['b']) && $_GET['b'] == 4) echo "class=\"hl\""; ?>><a href="build.php?id=<?php echo $id; ?>&t=1&b=4<?php if(isset($_GET['v'])) echo "&v=".$_GET['v']; if(isset($_GET['s'])) echo "&s=".$_GET['s']; ?>"><img class="r4" src="img/x.gif" alt="Crop" title="Crop" /></a></td></tr></tbody>
|
|
</table>
|
|
<?php
|
|
}
|
|
?>
|
|
<div class="clear"></div><table id="range" cellpadding="1" cellspacing="1">
|
|
<thead><tr>
|
|
<th colspan="5"><a name="h2"></a>Offers at the marketplace</th>
|
|
</tr>
|
|
<tr>
|
|
<td>Offered
|
|
<br>to me</td>
|
|
<td>Wanted
|
|
<br>from me</td>
|
|
<td>Player</td>
|
|
<td>Duration</td>
|
|
<td>Action</td>
|
|
</tr></thead>
|
|
<tbody>
|
|
<?php
|
|
if(count($market->onsale) > 0) {
|
|
for($i=0+$u;$i<=40+$u;$i++) {
|
|
if(isset($market->onsale[$i])) {
|
|
echo "<tr><td class=\"val\">";
|
|
$reqMerc = 1;
|
|
if($market->onsale[$i]['wamt'] > $market->maxcarry) {
|
|
$reqMerc = round($market->onsale[$i]['wamt']/$market->maxcarry);
|
|
if($market->onsale[$i]['wamt'] > $market->maxcarry*$reqMerc) {
|
|
$reqMerc += 1;
|
|
}
|
|
}
|
|
switch($market->onsale[$i]['gtype']) {
|
|
case 1: echo "<img src=\"img/x.gif\" class=\"r1\" alt=\"Wood\" title=\"Wood\" />"; break;
|
|
case 2: echo "<img src=\"img/x.gif\" class=\"r2\" alt=\"Clay\" title=\"Clay\" />"; break;
|
|
case 3: echo "<img src=\"img/x.gif\" class=\"r3\" alt=\"Iron\" title=\"Iron\" />"; break;
|
|
case 4: echo "<img src=\"img/x.gif\" class=\"r4\" alt=\"Crop\" title=\"Crop\" />"; break;
|
|
}
|
|
echo $market->onsale[$i]['gamt'];
|
|
echo "</td> <td class=\"val\">";
|
|
switch($market->onsale[$i]['wtype']) {
|
|
case 1: echo "<img src=\"img/x.gif\" class=\"r1\" alt=\"Wood\" title=\"Wood\" />"; break;
|
|
case 2: echo "<img src=\"img/x.gif\" class=\"r2\" alt=\"Clay\" title=\"Clay\" />"; break;
|
|
case 3: echo "<img src=\"img/x.gif\" class=\"r3\" alt=\"Iron\" title=\"Iron\" />"; break;
|
|
case 4: echo "<img src=\"img/x.gif\" class=\"r4\" alt=\"Crop\" title=\"Crop\" />"; break;
|
|
}
|
|
echo $market->onsale[$i]['wamt'];
|
|
echo "</td><td class=\"pla\" title=\"".$database->getVillageField($market->onsale[$i]['vref'],"name")."\">";
|
|
echo "<a href=\"karte.php?d=".$market->onsale[$i]['vref']."&c=".$generator->getMapCheck($market->onsale[$i]['vref'])."\">".$database->getUserField($database->getVillageField($market->onsale[$i]['vref'],"owner"),"username",0)."</a></td>";
|
|
echo "<td class=\"dur\">".$generator->getTimeFormat($market->onsale[$i]['duration'])."</td>";
|
|
if(($market->onsale[$i]['wtype'] == 1 && $village->awood <= $market->onsale[$i]['wamt']) ||($market->onsale[$i]['wtype'] == 2 && $village->aclay <= $market->onsale[$i]['wamt']) ||($market->onsale[$i]['wtype'] == 3 && $village->airon <= $market->onsale[$i]['wamt']) ||($market->onsale[$i]['wtype'] == 4 && $village->acrop <= $market->onsale[$i]['wamt'])) {
|
|
echo "<td class=\"act none\">Not Enough Resource</td></tr>";
|
|
}
|
|
else if($reqMerc > $market->merchantAvail()) {
|
|
echo "<td class=\"act none\">Not Enough Merchant</td></tr>";
|
|
}
|
|
else if($session->access != BANNED){
|
|
echo "<td class=\"act\"><a href=\"build.php?id=$id&t=1&a=".$session->mchecker."&g=".$market->onsale[$i]['id']."\">Accept offer</a></td>";
|
|
}else{
|
|
echo "<td class=\"act\"><a href=\"banned.php\">Accept offer</a></td>";
|
|
}
|
|
echo"</tr>";
|
|
}
|
|
}
|
|
}
|
|
else {
|
|
echo "<tr><td class=\"none\" colspan=\"5\">There are no avaliable offers on the market</td></tr>";
|
|
}
|
|
?>
|
|
</tbody><tfoot><tr><td colspan="5">
|
|
<span class="none">
|
|
<?php
|
|
if(!isset($_GET['u']) && count($market->onsale) < 40) {
|
|
echo "<span class=\"none\"><b>«</b></span><span class=\"none\"><b>»</b></span>";
|
|
}
|
|
else if (!isset($_GET['u']) && count($market->onsale) > 40) {
|
|
echo "<span class=\"none\"><b>«</b></span><a href=\"build.php?id=<?php echo $id; ?>&t=1&u=40\">»</a>";
|
|
}
|
|
else if(isset($_GET['u']) && count($market->onsale) > $_GET['u']) {
|
|
if(count($market->onsale) > ($_GET['u']+40) && $_GET['u']-40 < count($market->onsale) && $_GET['u'] != 0) {
|
|
echo "<a href=\"build.php?id=<?php echo $id; ?>&t=1&u=".($_GET['u']-40)."\">«</a><a href=\"build.php?id=<?php echo $id; ?>&t=1&u=".($_GET['u']+40)."\">»</a>";
|
|
}
|
|
else if(count($market->onsale) > $_GET['u']+40) {
|
|
echo "<span class=\"none\"><b>«</b></span><a href=\"build.php?id=<?php echo $id; ?>&t=1&u=".($_GET['u']+40)."\">»</a>";
|
|
}
|
|
else {
|
|
echo "<a href=\"build.php?id=<?php echo $id; ?>&t=1&u=".($_GET['u']-40)."\">«</a><span class=\"none\"><b>»</b></span>";
|
|
}
|
|
}
|
|
?>
|
|
</td></tr>
|
|
</table></div> |