Skip to content

Commit

Permalink
feat: indicator for fields under construction
Browse files Browse the repository at this point in the history
Also, all line separators are now Linux-style :-P

Closes #321
  • Loading branch information
martinambrus committed Nov 22, 2017
1 parent 63fadba commit 2f9d134
Show file tree
Hide file tree
Showing 53 changed files with 227 additions and 128 deletions.
2 changes: 1 addition & 1 deletion Admin/Templates/Newmessage.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if(isset($id))
$varray = $database->getProfileVillages($id);
$varmedal = $database->getProfileMedal($id); ?>
<link href="../<?php echo GP_LOCATE; ?>lang/en/compact.css?f4b7g" rel="stylesheet" type="text/css">
<link href="../<?php echo GP_LOCATE; ?>lang/en/compact.css?f4b7h" rel="stylesheet" type="text/css">
<style type="text/css">
input.dynamic_img, img.dynamic_img
{
Expand Down
2 changes: 1 addition & 1 deletion Admin/Templates/editVillage.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $fdata = $database->getResourceLevel($village['wref']);
if(isset($id))
{
include("search2.tpl"); ?>
<link href="../<?php echo GP_LOCATE; ?>lang/en/compact.css?f4b7g" rel="stylesheet" type="text/css">
<link href="../<?php echo GP_LOCATE; ?>lang/en/compact.css?f4b7h" rel="stylesheet" type="text/css">
<form action="../GameEngine/Admin/Mods/editBuildings.php" method="POST">
<input type="hidden" name="admid" id="admid" value="<?php echo $_SESSION['id']; ?>">
<input type="hidden" name="id" value="<?php echo $_GET['did']; ?>" />
Expand Down
2 changes: 1 addition & 1 deletion Admin/Templates/message.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<style>
.del {width:12px; height:12px; background-image: url(img/admin/icon/del.gif);}
</style>
<link href="../<?php echo GP_LOCATE; ?>lang/en/compact.css?f4b7g" rel="stylesheet" type="text/css">
<link href="../<?php echo GP_LOCATE; ?>lang/en/compact.css?f4b7h" rel="stylesheet" type="text/css">
<table id="member" style="width:225px">
<thead>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion Admin/Templates/msg.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $msg = $database->getMessage($_GET['nid'],3);
if($msg)
{ ?>
<link href="../<?php echo GP_LOCATE; ?>lang/en/lang.css?f4b7d" rel="stylesheet" type="text/css">
<link href="../<?php echo GP_LOCATE; ?>lang/en/compact.css?f4b7g" rel="stylesheet" type="text/css">
<link href="../<?php echo GP_LOCATE; ?>lang/en/compact.css?f4b7h" rel="stylesheet" type="text/css">
<link href="../<?php echo GP_LOCATE; ?>travian.css?e21d2" rel="stylesheet" type="text/css">
<link href="../<?php echo GP_LOCATE; ?>lang/en/lang.css?e21d2" rel="stylesheet" type="text/css">
Expand Down
4 changes: 2 additions & 2 deletions Admin/Templates/report.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if($rep1)
//$att = $database->getUserArray($rep1['uid'],1);
?>
<link href="../<?php echo GP_LOCATE; ?>lang/en/lang.css?f4b7d" rel="stylesheet" type="text/css">
<link href="../<?php echo GP_LOCATE; ?>lang/en/compact.css?f4b7g" rel="stylesheet" type="text/css">
<link href="../<?php echo GP_LOCATE; ?>lang/en/compact.css?f4b7h" rel="stylesheet" type="text/css">
<link href="../<?php echo GP_LOCATE; ?>travian.css?e21d2" rel="stylesheet" type="text/css">
<link href="../<?php echo GP_LOCATE; ?>lang/en/lang.css?e21d2" rel="stylesheet" type="text/css">
<h1>Under Construction</h1>
Expand All @@ -36,7 +36,7 @@ if($rep1)
if($rep)
{ ?>
<link href="../<?php echo GP_LOCATE; ?>lang/en/lang.css?f4b7d" rel="stylesheet" type="text/css">
<link href="../<?php echo GP_LOCATE; ?>lang/en/compact.css?f4b7g" rel="stylesheet" type="text/css">
<link href="../<?php echo GP_LOCATE; ?>lang/en/compact.css?f4b7h" rel="stylesheet" type="text/css">
<link href="../<?php echo GP_LOCATE; ?>travian.css?e21d2" rel="stylesheet" type="text/css">
<link href="../<?php echo GP_LOCATE; ?>lang/en/lang.css?e21d2" rel="stylesheet" type="text/css">
Expand Down
14 changes: 7 additions & 7 deletions Admin/Templates/village.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if(isset($id))
$type = $database->getVillageType($village['wref']);
$fdata = $database->getResourceLevel($village['wref']);
$units = $database->getUnit($village['wref']);
$abtech = $database->getABTech($id); // Armory/blacksmith level
$abtech = $database->getABTech($id); // Armory/blacksmith level
if($type == 1){ $typ = array(3,3,3,9); }
elseif($type == 2){ $typ = array(3,4,5,6); }
elseif($type == 3){ $typ = array(4,4,4,6); }
Expand All @@ -40,7 +40,7 @@ if(isset($id))
if(count($result) >0)
{
foreach($result as $row)
{
{
$type = $row['type'];
if($type==1) { $type = '<img src="../img/admin/r/1.gif"> + 25%'; $wood+=1;}
elseif($type==2) { $type = '<img src="../img/admin/r/1.gif"> + 25%'; $wood+=1;}
Expand All @@ -54,13 +54,13 @@ if(isset($id))
elseif($type==10){ $type = '<img src="../img/admin/r/4.gif"> + 25%'; $crop+=1;}
elseif($type==11){ $type = '<img src="../img/admin/r/4.gif"> + 25%'; $crop+=1;}
elseif($type==12){ $type = '<img src="../img/admin/r/4.gif"> + 50%'; $crop+=2;}
}
}
}
$ocounter = array($wood,$clay,$iron,$crop);
$production=$admin->calculateProduction($id,$user['id'],$user['b1'],$user['b2'],$user['b3'],$user['b4'],$fdata, $ocounter, $village['pop']);
$refreshiconfrm = "../img/admin/refresh.png";
$refreshicon = "<img src=\"".$refreshiconfrm."\">";

class MyGenerator
{
public function getMapCheck($wref)
Expand All @@ -69,14 +69,14 @@ if(isset($id))
}
};
$generator = new MyGenerator;

if($village and $user)
{
include("search2.tpl"); ?>
<style>
.del {width:12px; height:12px; background-image: url(img/admin/icon/del.gif);}
</style>
<link href="../<?php echo GP_LOCATE; ?>lang/en/compact.css?f4b7g" rel="stylesheet" type="text/css">
<link href="../<?php echo GP_LOCATE; ?>lang/en/compact.css?f4b7h" rel="stylesheet" type="text/css">
<br />

<table id="profile" cellpadding="1" cellspacing="1" >
Expand Down Expand Up @@ -249,7 +249,7 @@ if(isset($id))
<td class=\"hab\">".round($row['loyalty'])."%</td>
<td class=\"hab\">$type</td>
</tr>";
}
}
}
elseif($result ==0)
{
Expand Down
2 changes: 1 addition & 1 deletion Templates/Manual/433.tpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1><img class="unit ugeb" src="img/x.gif"> Brewery</h1><img class="building g35" src="img/x.gif" alt="Brewery" title="Brewery" />Tasty mead is brewed in the brewery and later quaffed by the soldiers during the celebrations.
<br /><br />
These drinks make your soldiers braver and stronger in battles (1% per level). Unfortunately the chiefs power of persuasion is decreased and catapults can only do random hits.
These drinks make your soldiers braver and stronger in battles (1% per level). Unfortunately the chiefs power of persuasion is decreased and catapults can only do random hits.
<br /><br />
It can only be built by Teutons and only in their capital. It affects the whole empire.<p><b>Costs</b> and <b>construction time</b> for level 1:<br /><img class="r1" src="img/x.gif" alt="Lumber" title="Lumber" />1460 | <img class="r2" src="img/x.gif" alt="Clay" title="Clay" />930 | <img class="r3" src="img/x.gif" alt="Iron" title="Iron" />1250 | <img class="r4" src="img/x.gif" alt="Crop" title="Crop" />1740 | <img class="r5" src="img/x.gif" alt="Crop consumption" title="Crop consumption" />6 | <span class="dur"><img class="clock" alt="duration" title="duration" src="img/x.gif" />2:13:20</span></p>
<p><b>Prerequisites</b><br /><a href="manual.php?typ=4&gid=11">Granary</a> Level 20, <a href="manual.php?typ=4&gid=16">Rally Point</a> Level 10</p><map id="nav" name="nav">
Expand Down
18 changes: 14 additions & 4 deletions Templates/field.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php
#################################################################################
## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
## --------------------------------------------------------------------------- ##
Expand All @@ -15,15 +15,25 @@ $coorarray = array(1=>"101,33,28","165,32,28","224,46,28","46,63,28","138,74,28"
$arrayVillage = $village->resarray;
?>
<map name="rx" id="rx">
<?php
<?php
for($i=1;$i<=18;$i++) {echo " <area href=\"build.php?id=$i\" coords=\"$coorarray[$i]\" shape=\"circle\" title=\"".$building->procResType($arrayVillage['f'.$i.'t'])." Level ".$arrayVillage['f'.$i]."\"/>\r\n";
}
?>
<area href="dorf2.php" coords="144,131,36" shape="circle" title="Village centre" alt="" />
</map>

<div id="village_map" class="f<?php echo $village->type; ?>">
<?php
<?php
$jobs = $database->getJobs($village->wid);
$activeFields = [];
if (count($jobs)) {
foreach ($jobs as $job) {
if ( $job['type'] <= 4 ) {
$activeFields[ $job['field'] ] = true;
}
}
}

for($i=1;$i<=18;$i++) {
if($arrayVillage['f'.$i.'t'] != 0) {
$text = "";
Expand All @@ -33,7 +43,7 @@ for($i=1;$i<=18;$i++) {
case 3:$text = "Iron Mine Level";break;
case 4:$text = "Cropland Level";break;
}
echo "<img src=\"img/x.gif\" class=\"reslevel rf$i level".$arrayVillage['f'.$i]."\" alt=\"$text ".$arrayVillage['f'.$i]."\" />";
echo "<img src=\"img/x.gif\" class=\"reslevel rf$i level".$arrayVillage['f'.$i].(isset($activeFields[$i]) ? '_active' : '')."\" alt=\"$text ".$arrayVillage['f'.$i]."\" />";
}
}
?>
Expand Down
12 changes: 6 additions & 6 deletions a2b.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@

echo GP_LOCATE;

?>lang/en/compact.css?f4b7g" rel="stylesheet" type="text/css" />
?>lang/en/compact.css?f4b7h" rel="stylesheet" type="text/css" />
<?php

if($session->gpack == null || GP_ENABLE == false) {
Expand Down Expand Up @@ -180,10 +180,10 @@
$p_ander = $database->getCoor($prisoner['from']);
$p_to = array('x'=>$p_ander['x'], 'y'=>$p_ander['y']);
$p_tribe = $database->getUserField($p_owner,"tribe",0);

$p_speeds = array();
//find slowest unit.

//find slowest unit.
for($i=1;$i<=10;$i++){
if ($prisoner['t'.$i]){
if($prisoner['t'.$i] != '' && $prisoner['t'.$i] > 0){
Expand All @@ -193,15 +193,15 @@
}
}
}

if ($prisoner['t11']>0){
$p_qh = "SELECT unit FROM ".TB_PREFIX."hero WHERE uid = ".(int) $p_owner." AND dead = 0";
$p_resulth = mysqli_query($GLOBALS['link'],$p_qh);
$p_hero_f=mysqli_fetch_array($p_resulth);
$p_hero_unit=$p_hero_f['unit'];
$p_speeds[] = $GLOBALS['u'.$p_hero_unit]['speed'];
}

$p_artefact = count($database->getOwnUniqueArtefactInfo2($p_owner,2,3,0));
$p_artefact1 = count($database->getOwnUniqueArtefactInfo2($prisoner['from'],2,1,1));
$p_artefact2 = count($database->getOwnUniqueArtefactInfo2($p_owner,2,2,0));
Expand Down
2 changes: 1 addition & 1 deletion a2b2.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<script src="unx.js?f4b7g" type="text/javascript"></script>
<script src="new.js?0faab" type="text/javascript"></script>
<link href="<?php echo GP_LOCATE; ?>lang/en/lang.css?f4b7d" rel="stylesheet" type="text/css" />
<link href="<?php echo GP_LOCATE; ?>lang/en/compact.css?f4b7g" rel="stylesheet" type="text/css" />
<link href="<?php echo GP_LOCATE; ?>lang/en/compact.css?f4b7h" rel="stylesheet" type="text/css" />
<?php
if($session->gpack == null || GP_ENABLE == false) {
echo "
Expand Down
2 changes: 1 addition & 1 deletion activate.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<script src="mt-more.js?0faab" type="text/javascript"></script>
<script src="unx.js?f4b7g" type="text/javascript"></script>
<script src="new.js?0faab" type="text/javascript"></script>
<link href="<?php echo GP_LOCATE; ?>lang/en/compact.css?f4b7g" rel="stylesheet" type="text/css" />
<link href="<?php echo GP_LOCATE; ?>lang/en/compact.css?f4b7h" rel="stylesheet" type="text/css" />
<link href="<?php echo GP_LOCATE; ?>lang/en/lang.css?f4b7d" rel="stylesheet" type="text/css" />
<link href="<?php echo GP_LOCATE ?>travian.css?f4b7d" rel="stylesheet" type="text/css" />
<link href="<?php echo GP_LOCATE ?>lang/en/lang.css" rel="stylesheet" type="text/css" />
Expand Down
2 changes: 1 addition & 1 deletion allianz.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@

echo GP_LOCATE;

?>lang/en/compact.css?f4b7g" rel="stylesheet" type="text/css" />
?>lang/en/compact.css?f4b7h" rel="stylesheet" type="text/css" />
<?php

if($session->gpack == null || GP_ENABLE == false) {
Expand Down
2 changes: 1 addition & 1 deletion anmelden.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<script src="mt-more.js?0faab" type="text/javascript"></script>
<script src="unx.js?f4b7g" type="text/javascript"></script>
<script src="new.js?0faab" type="text/javascript"></script>
<link href="<?php echo GP_LOCATE; ?>lang/en/compact.css?f4b7g" rel="stylesheet" type="text/css" />
<link href="<?php echo GP_LOCATE; ?>lang/en/compact.css?f4b7h" rel="stylesheet" type="text/css" />
<link href="<?php echo GP_LOCATE; ?>lang/en/lang.css?f4b7d" rel="stylesheet" type="text/css" />
<link href="<?php echo GP_LOCATE ?>travian.css?f4b7d" rel="stylesheet" type="text/css" />
<link href="<?php echo GP_LOCATE ?>lang/en/lang.css" rel="stylesheet" type="text/css" />
Expand Down
2 changes: 1 addition & 1 deletion banned.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<script src="mt-full.js?0faab" type="text/javascript"></script>
<script src="unx.js?f4b7g" type="text/javascript"></script>
<script src="new.js?0faab" type="text/javascript"></script>
<link href="<?php echo GP_LOCATE; ?>lang/en/compact.css?f4b7g" rel="stylesheet" type="text/css" />
<link href="<?php echo GP_LOCATE; ?>lang/en/compact.css?f4b7h" rel="stylesheet" type="text/css" />
<link href="<?php echo GP_LOCATE; ?>lang/en/lang.css?e21d2" rel="stylesheet" type="text/css" />
<?php
if($session->gpack == null || GP_ENABLE == false) {
Expand Down
2 changes: 1 addition & 1 deletion berichte.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<script src="unx.js?f4b7g" type="text/javascript"></script>
<script src="new.js?0faab" type="text/javascript"></script>
<link href="<?php echo GP_LOCATE; ?>lang/en/lang.css?f4b7d" rel="stylesheet" type="text/css" />
<link href="<?php echo GP_LOCATE; ?>lang/en/compact.css?f4b7g" rel="stylesheet" type="text/css" />
<link href="<?php echo GP_LOCATE; ?>lang/en/compact.css?f4b7h" rel="stylesheet" type="text/css" />
<?php
if($session->gpack == null || GP_ENABLE == false) {
echo "
Expand Down
4 changes: 2 additions & 2 deletions build.php
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@
<script src="unx.js?f4b7g" type="text/javascript"></script>
<script src="new.js?ebe79" type="text/javascript"></script>
<link href="<?php echo GP_LOCATE; ?>lang/en/lang.css?f4b7d" rel="stylesheet" type="text/css" />
<link href="<?php echo GP_LOCATE; ?>lang/en/compact.css?f4b7g" rel="stylesheet" type="text/css" />
<link href="<?php echo GP_LOCATE; ?>lang/en/compact.css?f4b7h" rel="stylesheet" type="text/css" />
<?php
if($session->gpack == null || GP_ENABLE == false) {
echo "
Expand Down Expand Up @@ -402,7 +402,7 @@
$building->finishAll("build.php?gid=".$_GET['id']."&ty=".$_GET['ty']);
exit;
}
}
}
}
}else{
header("Location: ".$_SERVER['PHP_SELF']."?id=39");
Expand Down
2 changes: 1 addition & 1 deletion create_account.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<script src="mt-full.js?0faab" type="text/javascript"></script>
<script src="unx.js?f4b7g" type="text/javascript"></script>
<script src="new.js?0faab" type="text/javascript"></script>
<link href="<?php echo GP_LOCATE; ?>lang/en/compact.css?f4b7g" rel="stylesheet" type="text/css" />
<link href="<?php echo GP_LOCATE; ?>lang/en/compact.css?f4b7h" rel="stylesheet" type="text/css" />
<link href="<?php echo GP_LOCATE; ?>lang/en/lang.css?e21d2" rel="stylesheet" type="text/css" />
<?php
if($session->gpack == null || GP_ENABLE == false) {
Expand Down
2 changes: 1 addition & 1 deletion crop_finder.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

echo GP_LOCATE;

?>lang/en/compact.css?f4b7g" rel="stylesheet" type="text/css" />
?>lang/en/compact.css?f4b7h" rel="stylesheet" type="text/css" />
<?php

if($session->gpack == null || GP_ENABLE == false) {
Expand Down
2 changes: 1 addition & 1 deletion dorf1.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<script src="mt-full.js?0faab" type="text/javascript"></script>
<script src="unx.js?f4b7g" type="text/javascript"></script>
<script src="new.js?0faab" type="text/javascript"></script>
<link href="<?php echo GP_LOCATE; ?>lang/en/compact.css?f4b7g" rel="stylesheet" type="text/css" />
<link href="<?php echo GP_LOCATE; ?>lang/en/compact.css?f4b7h" rel="stylesheet" type="text/css" />
<link href="<?php echo GP_LOCATE; ?>lang/en/lang.css?e21d2" rel="stylesheet" type="text/css" />
<?php
if($session->gpack == null || GP_ENABLE == false) {
Expand Down
4 changes: 2 additions & 2 deletions dorf2.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

if(isset($_GET['newdid'])) {
$_SESSION['wid'] = $_GET['newdid'];
$database->query("UPDATE ".TB_PREFIX."users SET village_select=".$database->escape((int) $_GET['newdid'])." WHERE id=".$session->uid);
$database->query("UPDATE ".TB_PREFIX."users SET village_select=".$database->escape((int) $_GET['newdid'])." WHERE id=".$session->uid);
header("Location: ".$_SERVER['PHP_SELF']);
exit;
}else{
Expand All @@ -42,7 +42,7 @@
<script src="unx.js?f4b7g" type="text/javascript"></script>
<script src="new.js?0faab" type="text/javascript"></script>
<link href="<?php echo GP_LOCATE; ?>lang/en/lang.css?f4b7d" rel="stylesheet" type="text/css" />
<link href="<?php echo GP_LOCATE; ?>lang/en/compact.css?f4b7g" rel="stylesheet" type="text/css" />
<link href="<?php echo GP_LOCATE; ?>lang/en/compact.css?f4b7h" rel="stylesheet" type="text/css" />
<?php
if($session->gpack == null || GP_ENABLE == false) {
echo "
Expand Down
2 changes: 1 addition & 1 deletion dorf3.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<script src="unx.js?f4b7g" type="text/javascript"></script>
<script src="new.js?0faab" type="text/javascript"></script>
<link href="<?php echo GP_LOCATE; ?>lang/en/lang.css?f4b7d" rel="stylesheet" type="text/css" />
<link href="<?php echo GP_LOCATE; ?>lang/en/compact.css?f4b7g" rel="stylesheet" type="text/css" />
<link href="<?php echo GP_LOCATE; ?>lang/en/compact.css?f4b7h" rel="stylesheet" type="text/css" />
<?php
if($session->gpack == null || GP_ENABLE == false) {
echo "
Expand Down
Binary file modified gpack/travian_default/img/g/s/glvlm.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gpack/travian_default/img/g/s/lvl11_20_active.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gpack/travian_default/img/g/s/lvl1_10_active.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gpack/travian_default/img/g/s/lvl21_30_active.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions gpack/travian_default/lang/en/b/zurueck.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<script src="mt-full.js?2e3d9" type="text/javascript"></script>
<script src="unx.js?f4b7g" type="text/javascript"></script>
<script src="new.js?2e3d9" type="text/javascript"></script>
<link href="gpack/travian_basic/lang/en/compact.css?f4b7g" rel="stylesheet" type="text/css" />
<link href="gpack/travian_basic/lang/en/lang.css?2e3d9" rel="stylesheet" type="text/css" />
<link href="gpack/travian_redesign/travian.css?2e3d9" rel="stylesheet" type="text/css" />
<link href="gpack/travian_redesign/lang/en/lang.css?2e3d9" rel="stylesheet" type="text/css" />
<link href="gpack/travian_basic/lang/en/compact.css?f4b7h" rel="stylesheet" type="text/css" />
<link href="gpack/travian_basic/lang/en/lang.css?2e3d9" rel="stylesheet" type="text/css" />
<link href="gpack/travian_redesign/travian.css?2e3d9" rel="stylesheet" type="text/css" />
<link href="gpack/travian_redesign/lang/en/lang.css?2e3d9" rel="stylesheet" type="text/css" />
</head>

<body class="v35 " onload="initCounter()">
Expand Down Expand Up @@ -42,13 +42,13 @@
<div id="content" class="error_site"><img class="e404" src="img/x.gif" alt="Nothing here!" style="position:absolute;top:60px;left:55px;" />
<div style="position:absolute;top:0px;left:30px;"><h1>Nothing here!</h1></div>
<div style="position:absolute;top:235px;left:30px;z-index:15;">We looked 404 times already but can't find anything</div>
<img src="img/x.gif" style="height:330px;width:1px;" />
<img src="img/x.gif" style="height:330px;width:1px;" />
</div>
<div id="side_info" class="outgame">
<h5><img src="http://www.travian.com//img/en/t2/newsbox1.gif" alt="newsbox 1" /></h5>
<div class="news"><a href="http://www.facebook.com/group.php?gid=110117025672281&ref=nf" target="_blank"><img src="http://tutorials.travianteam.com/images/boton_fb1.jpg" /></a>
<br /><br />
<a href="http://www.tschena.com/magazine/com_magazine_2010_07.pdf" target="_blank"><img src="http://tutorials.travianteam.com/images/btn_eng.jpg" /></a>
<a href="http://www.tschena.com/magazine/com_magazine_2010_07.pdf" target="_blank"><img src="http://tutorials.travianteam.com/images/btn_eng.jpg" /></a>
</div>
<h5><img src="http://www.travian.com//img/en/t2/newsbox2.gif" alt="newsbox 2" /></h5>
<div class="news">Dear players,
Expand Down Expand Up @@ -81,7 +81,7 @@ <h5><img src="http://www.travian.com//img/en/t2/newsbox3.gif" alt="newsbox 3" />
<div id="footer">
<div id="mfoot">
<div class="footer-menu">

<a href="anleitung.php?s=3">FAQ</a>
| <a href="index.php?screenshots">Screenshots</a>
| <a href="rules.php">Game rules</a>
Expand Down
Loading

0 comments on commit 2f9d134

Please sign in to comment.