mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-12 07:36:07 +00:00
fix index (%100 working)
This commit is contained in:
+67
-96
@@ -1,98 +1,69 @@
|
||||
|
||||
|
||||
<?php
|
||||
#################################################################################
|
||||
## ##
|
||||
## -= YOU MUST NOT REMOVE OR CHANGE THIS NOTICE =- ##
|
||||
## ##
|
||||
## --------------------------------------------------------------------------- ##
|
||||
## ##
|
||||
## Project: ZravianX ##
|
||||
## Version: 2011.11.06 ##
|
||||
## Filename: Templates/Travian/3.6/Tutorial/1.tpl ##
|
||||
## Edited by: ZZJHONS ##
|
||||
## License: Creative Commons BY-NC-SA 3.0 ##
|
||||
## Copyright: ZravianX (c) 2011 - All rights reserved ##
|
||||
## URLs: http://zravianx.zzjhons.com ##
|
||||
## Source code: http://www.github.com/ZZJHONS/ZravianX ##
|
||||
## ##
|
||||
#################################################################################
|
||||
?>
|
||||
<h2>(1/5) Your village</h2>
|
||||
|
||||
<table class="tutorial_table">
|
||||
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
|
||||
<td class="visual">
|
||||
|
||||
<img src="img/en/tut/dorf_klein.jpg" alt="" />
|
||||
|
||||
This is how you start... </td>
|
||||
|
||||
<td class="visual">
|
||||
|
||||
<img src="img/en/tut/dorf_gross.jpg" alt="" />
|
||||
|
||||
...and later your village could look like that.</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td class="beschreibung" colspan="2">In the beginning your small village will have just one building.
|
||||
|
||||
<br><br>
|
||||
|
||||
We will show you how to expand your village so that it becomes a mighty and prosperous city on the next page.</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
<table id="tutorial_nav">
|
||||
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
|
||||
<td class="nav_prev">
|
||||
|
||||
<a href="index.php" title="back">« back</a>
|
||||
|
||||
</td>
|
||||
|
||||
<td class="nav_next">
|
||||
|
||||
<a href="tutorial.php?s=2" title="forward">forward »</a>
|
||||
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<a href="#" class="logo"><img src="img/x.gif" alt="Travian Games" class="logo_traviangames" /></a>
|
||||
|
||||
<ul class="menu">
|
||||
|
||||
<li><a href="anleitung.php?s=3">FAQ</a>|</li>
|
||||
|
||||
<li><a href="index.php?screenshots">Screenshots</a>|</li>
|
||||
|
||||
<li><a href="spielregeln.php">Game Rules</a>|</li>
|
||||
|
||||
<li><a href="agb.php">Terms</a>|</li>
|
||||
|
||||
<li><a href="impressum.php">Imprint</a></li>
|
||||
|
||||
<li class="copyright">© 2004 - 2010 Travian Games GmbH</li>
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<table class="tutorial_table">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="visual">
|
||||
<img src="img/en/tut/dorf_klein.jpg" alt="" />
|
||||
This is how you start...
|
||||
</td>
|
||||
<td class="visual">
|
||||
<img src="img/en/tut/dorf_gross.jpg" alt="" />
|
||||
...and later your village could look like that.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="beschreibung" colspan="2">
|
||||
In the beginning your small village will have just one building.
|
||||
<br /><br />
|
||||
We will show you how to expand your village so that it becomes a mighty and prosperous city on the next page.
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table id="tutorial_nav">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="nav_prev">
|
||||
<a href="index.php" title="back">« back</a>
|
||||
</td>
|
||||
<td class="nav_next">
|
||||
<a href="tutorial.php?s=2" title="forward">forward »</a>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div class="container">
|
||||
<a href="#" class="logo"><img src="img/x.gif" alt="Travian Games" class="logo_traviangames" /></a>
|
||||
<ul class="menu">
|
||||
<li><a href="anleitung.php?s=3">FAQ</a>|</li>
|
||||
<li><a href="index.php?screenshots">Screenshots</a>|</li>
|
||||
<li><a href="spielregeln.php">Game Rules</a>|</li>
|
||||
<li><a href="agb.php">Terms</a>|</li>
|
||||
<li><a href="impressum.php">Imprint</a></li>
|
||||
<li class="copyright">© 2011 - ZravianX - All right reserved</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
+68
-97
@@ -1,98 +1,69 @@
|
||||
|
||||
|
||||
<?php
|
||||
#################################################################################
|
||||
## ##
|
||||
## -= YOU MUST NOT REMOVE OR CHANGE THIS NOTICE =- ##
|
||||
## ##
|
||||
## --------------------------------------------------------------------------- ##
|
||||
## ##
|
||||
## Project: ZravianX ##
|
||||
## Version: 2011.11.06 ##
|
||||
## Filename: Templates/Travian/3.6/Tutorial/2.tpl ##
|
||||
## Edited by: ZZJHONS ##
|
||||
## License: Creative Commons BY-NC-SA 3.0 ##
|
||||
## Copyright: ZravianX (c) 2011 - All rights reserved ##
|
||||
## URLs: http://zravianx.zzjhons.com ##
|
||||
## Source code: http://www.github.com/ZZJHONS/ZravianX ##
|
||||
## ##
|
||||
#################################################################################
|
||||
?>
|
||||
<h2>(2/5) Resources</h2>
|
||||
|
||||
<table class="tutorial_table">
|
||||
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
|
||||
<td class="visual">
|
||||
|
||||
<img src="img/en/tut/rohstofffeld.gif" alt="" />
|
||||
|
||||
1. Choose a resource field </td>
|
||||
|
||||
<td class="visual">
|
||||
|
||||
<img src="img/en/tut/rohstofffeld2.gif" alt="" />
|
||||
|
||||
2. Extend the resource field</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td class="beschreibung" colspan="2">There are four different types of resources in Travian: lumber, clay, iron and crop.
|
||||
|
||||
<br><br>
|
||||
|
||||
Before you expand your village's buildings, you should develop some resource fields to increase your resource supply.</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
<table id="tutorial_nav">
|
||||
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
|
||||
<td class="nav_prev">
|
||||
|
||||
<a href="tutorial.php?s=1" title="back">« back</a>
|
||||
|
||||
</td>
|
||||
|
||||
<td class="nav_next">
|
||||
|
||||
<a href="tutorial.php?s=3" title="forward">forward »</a>
|
||||
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<a href="#" class="logo"><img src="img/x.gif" alt="Travian Games" class="logo_traviangames" /></a>
|
||||
|
||||
<ul class="menu">
|
||||
|
||||
<li><a href="anleitung.php?s=3">FAQ</a>|</li>
|
||||
|
||||
<li><a href="index.php?screenshots">Screenshots</a>|</li>
|
||||
|
||||
<li><a href="spielregeln.php">Game Rules</a>|</li>
|
||||
|
||||
<li><a href="agb.php">Terms</a>|</li>
|
||||
|
||||
<li><a href="impressum.php">Imprint</a></li>
|
||||
|
||||
<li class="copyright">© 2004 - 2010 Travian Games GmbH</li>
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<table class="tutorial_table">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="visual">
|
||||
<img src="img/en/tut/rohstofffeld.gif" alt="" />
|
||||
1. Choose a resource field
|
||||
</td>
|
||||
<td class="visual">
|
||||
<img src="img/en/tut/rohstofffeld2.gif" alt="" />
|
||||
2. Extend the resource field
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="beschreibung" colspan="2">
|
||||
There are four different types of resources in Travian: lumber, clay, iron and crop.
|
||||
<br><br>
|
||||
Before you expand your village's buildings, you should develop some resource fields to increase your resource supply.
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table id="tutorial_nav">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="nav_prev">
|
||||
<a href="tutorial.php" title="back">« back</a>
|
||||
</td>
|
||||
<td class="nav_next">
|
||||
<a href="tutorial.php?s=3" title="forward">forward »</a>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div class="container">
|
||||
<a href="#" class="logo"><img src="img/x.gif" alt="Travian Games" class="logo_traviangames" /></a>
|
||||
<ul class="menu">
|
||||
<li><a href="anleitung.php?s=3">FAQ</a>|</li>
|
||||
<li><a href="index.php?screenshots">Screenshots</a>|</li>
|
||||
<li><a href="spielregeln.php">Game Rules</a>|</li>
|
||||
<li><a href="agb.php">Terms</a>|</li>
|
||||
<li><a href="impressum.php">Imprint</a></li>
|
||||
<li class="copyright">© 2011 - ZravianX - All right reserved</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
+68
-95
@@ -1,96 +1,69 @@
|
||||
<?php
|
||||
#################################################################################
|
||||
## ##
|
||||
## -= YOU MUST NOT REMOVE OR CHANGE THIS NOTICE =- ##
|
||||
## ##
|
||||
## --------------------------------------------------------------------------- ##
|
||||
## ##
|
||||
## Project: ZravianX ##
|
||||
## Version: 2011.11.06 ##
|
||||
## Filename: Templates/Travian/3.6/Tutorial/3.tpl ##
|
||||
## Edited by: ZZJHONS ##
|
||||
## License: Creative Commons BY-NC-SA 3.0 ##
|
||||
## Copyright: ZravianX (c) 2011 - All rights reserved ##
|
||||
## URLs: http://zravianx.zzjhons.com ##
|
||||
## Source code: http://www.github.com/ZZJHONS/ZravianX ##
|
||||
## ##
|
||||
#################################################################################
|
||||
?>
|
||||
<h2>(3/5) Buildings</h2>
|
||||
|
||||
<table class="tutorial_table">
|
||||
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
|
||||
<td class="visual">
|
||||
|
||||
<img src="img/en/tut/dorfzentrum1.gif" alt="" />
|
||||
|
||||
1. Choose building site </td>
|
||||
|
||||
<td class="visual">
|
||||
|
||||
<img src="img/en/tut/dorfzentrum2.gif" alt="" />
|
||||
|
||||
2. Construct a building</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td class="beschreibung" colspan="2">After taking care of your resource supply you can start the expansion of your village.
|
||||
|
||||
<br><br>
|
||||
|
||||
A warehouse and a granary enable you to store more resources. A cranny saves your resources from getting stolen by enemy raiders.</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
<table id="tutorial_nav">
|
||||
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
|
||||
<td class="nav_prev">
|
||||
|
||||
<a href="tutorial.php?s=2" title="back">« back</a>
|
||||
|
||||
</td>
|
||||
|
||||
<td class="nav_next">
|
||||
|
||||
<a href="tutorial.php?s=4" title="forward">forward »</a>
|
||||
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<a href="#" class="logo"><img src="img/x.gif" alt="Travian Games" class="logo_traviangames" /></a>
|
||||
|
||||
<ul class="menu">
|
||||
|
||||
<li><a href="anleitung.php?s=3">FAQ</a>|</li>
|
||||
|
||||
<li><a href="index.php?screenshots">Screenshots</a>|</li>
|
||||
|
||||
<li><a href="spielregeln.php">Game Rules</a>|</li>
|
||||
|
||||
<li><a href="agb.php">Terms</a>|</li>
|
||||
|
||||
<li><a href="impressum.php">Imprint</a></li>
|
||||
|
||||
<li class="copyright">© 2004 - 2010 Travian Games GmbH</li>
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<table class="tutorial_table">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="visual">
|
||||
<img src="img/en/tut/dorfzentrum1.gif" alt="" />
|
||||
1. Choose building site
|
||||
</td>
|
||||
<td class="visual">
|
||||
<img src="img/en/tut/dorfzentrum2.gif" alt="" />
|
||||
2. Construct a building
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="beschreibung" colspan="2">
|
||||
After taking care of your resource supply you can start the expansion of your village.
|
||||
<br><br>
|
||||
A warehouse and a granary enable you to store more resources. A cranny saves your resources from getting stolen by enemy raiders.
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table id="tutorial_nav">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="nav_prev">
|
||||
<a href="tutorial.php?s=2" title="back">« back</a>
|
||||
</td>
|
||||
<td class="nav_next">
|
||||
<a href="tutorial.php?s=4" title="forward">forward »</a>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div class="container">
|
||||
<a href="#" class="logo"><img src="img/x.gif" alt="Travian Games" class="logo_traviangames" /></a>
|
||||
<ul class="menu">
|
||||
<li><a href="anleitung.php?s=3">FAQ</a>|</li>
|
||||
<li><a href="index.php?screenshots">Screenshots</a>|</li>
|
||||
<li><a href="spielregeln.php">Game Rules</a>|</li>
|
||||
<li><a href="agb.php">Terms</a>|</li>
|
||||
<li><a href="impressum.php">Imprint</a></li>
|
||||
<li class="copyright">© 2011 - ZravianX - All right reserved</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
+63
-88
@@ -1,90 +1,65 @@
|
||||
<?php
|
||||
#################################################################################
|
||||
## ##
|
||||
## -= YOU MUST NOT REMOVE OR CHANGE THIS NOTICE =- ##
|
||||
## ##
|
||||
## --------------------------------------------------------------------------- ##
|
||||
## ##
|
||||
## Project: ZravianX ##
|
||||
## Version: 2011.11.06 ##
|
||||
## Filename: Templates/Travian/3.6/Tutorial/4.tpl ##
|
||||
## Edited by: ZZJHONS ##
|
||||
## License: Creative Commons BY-NC-SA 3.0 ##
|
||||
## Copyright: ZravianX (c) 2011 - All rights reserved ##
|
||||
## URLs: http://zravianx.zzjhons.com ##
|
||||
## Source code: http://www.github.com/ZZJHONS/ZravianX ##
|
||||
## ##
|
||||
#################################################################################
|
||||
?>
|
||||
<h2>(4/5) Neighbours</h2>
|
||||
|
||||
<table class="tutorial_table">
|
||||
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
|
||||
<td class="visual">
|
||||
|
||||
<img src="img/en/tut/karte.jpg" alt="" />
|
||||
|
||||
Your village and your neighbours</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td class="beschreibung">In Travian you are not alone; you interact with thousands of other players in the Travian world.
|
||||
|
||||
<br><br>
|
||||
|
||||
The players in your surrounding area are most important to you. Thanks to the map you have a good overview of who they are.</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
<table id="tutorial_nav">
|
||||
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
|
||||
<td class="nav_prev">
|
||||
|
||||
<a href="tutorial.php?s=3" title="back">« back</a>
|
||||
|
||||
</td>
|
||||
|
||||
<td class="nav_next">
|
||||
|
||||
<a href="tutorial.php?s=5" title="forward">forward »</a>
|
||||
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<a href="#" class="logo"><img src="img/x.gif" alt="Travian Games" class="logo_traviangames" /></a>
|
||||
|
||||
<ul class="menu">
|
||||
|
||||
<li><a href="anleitung.php?s=3">FAQ</a>|</li>
|
||||
|
||||
<li><a href="index.php?screenshots">Screenshots</a>|</li>
|
||||
|
||||
<li><a href="spielregeln.php">Game Rules</a>|</li>
|
||||
|
||||
<li><a href="agb.php">Terms</a>|</li>
|
||||
|
||||
<li><a href="impressum.php">Imprint</a></li>
|
||||
|
||||
<li class="copyright">© 2004 - 2010 Travian Games GmbH</li>
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<table class="tutorial_table">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="visual">
|
||||
<img src="img/en/tut/karte.jpg" alt="" />
|
||||
Your village and your neighbours
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="beschreibung">
|
||||
In Travian you are not alone; you interact with thousands of other players in the Travian world.
|
||||
<br><br>
|
||||
The players in your surrounding area are most important to you. Thanks to the map you have a good overview of who they are.
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table id="tutorial_nav">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="nav_prev">
|
||||
<a href="tutorial.php?s=3" title="back">« back</a>
|
||||
</td>
|
||||
<td class="nav_next">
|
||||
<a href="tutorial.php?s=5" title="forward">forward »</a>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div class="container">
|
||||
<a href="#" class="logo"><img src="img/x.gif" alt="Travian Games" class="logo_traviangames" /></a>
|
||||
<ul class="menu">
|
||||
<li><a href="anleitung.php?s=3">FAQ</a>|</li>
|
||||
<li><a href="index.php?screenshots">Screenshots</a>|</li>
|
||||
<li><a href="spielregeln.php">Game Rules</a>|</li>
|
||||
<li><a href="agb.php">Terms</a>|</li>
|
||||
<li><a href="impressum.php">Imprint</a></li>
|
||||
<li class="copyright">© 2011 - ZravianX - All right reserved</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
+71
-102
@@ -1,104 +1,73 @@
|
||||
<?php
|
||||
#################################################################################
|
||||
## ##
|
||||
## -= YOU MUST NOT REMOVE OR CHANGE THIS NOTICE =- ##
|
||||
## ##
|
||||
## --------------------------------------------------------------------------- ##
|
||||
## ##
|
||||
## Project: ZravianX ##
|
||||
## Version: 2011.11.06 ##
|
||||
## Filename: Templates/Travian/3.6/Tutorial/5.tpl ##
|
||||
## Edited by: ZZJHONS ##
|
||||
## License: Creative Commons BY-NC-SA 3.0 ##
|
||||
## Copyright: ZravianX (c) 2011 - All rights reserved ##
|
||||
## URLs: http://zravianx.zzjhons.com ##
|
||||
## Source code: http://www.github.com/ZZJHONS/ZravianX ##
|
||||
## ##
|
||||
#################################################################################
|
||||
?>
|
||||
<h2>(5/5) Navigation</h2>
|
||||
|
||||
<table class="tutorial_table">
|
||||
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
|
||||
<td class="visual">
|
||||
|
||||
<img src="img/en/tut/navi.jpg" alt="" />
|
||||
|
||||
The navigation bar </td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td class="beschreibung"><ol start="1" type="1">
|
||||
|
||||
<li><b>Overview:</b> Here you find your resource fields</li>
|
||||
|
||||
<li><b>Centre:</b> In the village you can build buildings</li>
|
||||
|
||||
<li><b>Map:</b> Here you can have a look at your village's surrounding area and your neighbours</li>
|
||||
|
||||
<li><b>Statistics:</b> Ranking of all players</li>
|
||||
|
||||
<li><b>Reports:</b> Information on happenings in your village</li>
|
||||
|
||||
<li><b>Messages:</b> Send and receive messages</li></ol></td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td class="beschreibung">Now you know everything important about Travian. After registration you can start playing!</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
<table id="tutorial_nav">
|
||||
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
|
||||
<td class="nav_prev">
|
||||
|
||||
<a href="tutorial.php?s=4" title="back">« back</a>
|
||||
|
||||
</td>
|
||||
|
||||
<td class="nav_next">
|
||||
|
||||
<a href="anmelden.php" title="to the registration"> » to the registration</a>
|
||||
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<a href="#" class="logo"><img src="img/x.gif" alt="Travian Games" class="logo_traviangames" /></a>
|
||||
|
||||
<ul class="menu">
|
||||
|
||||
<li><a href="anleitung.php?s=3">FAQ</a>|</li>
|
||||
|
||||
<li><a href="index.php?screenshots">Screenshots</a>|</li>
|
||||
|
||||
<li><a href="spielregeln.php">Game Rules</a>|</li>
|
||||
|
||||
<li><a href="agb.php">Terms</a>|</li>
|
||||
|
||||
<li><a href="impressum.php">Imprint</a></li>
|
||||
|
||||
<li class="copyright">© 2004 - 2010 Travian Games GmbH</li>
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<table class="tutorial_table">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="visual">
|
||||
<img src="img/en/tut/navi.jpg" alt="" />
|
||||
The navigation bar
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="beschreibung"><ol start="1" type="1">
|
||||
<li><b>Overview:</b> Here you find your resource fields</li>
|
||||
<li><b>Centre:</b> In the village you can build buildings</li>
|
||||
<li><b>Map:</b> Here you can have a look at your village's surrounding area and your neighbours</li>
|
||||
<li><b>Statistics:</b> Ranking of all players</li>
|
||||
<li><b>Reports:</b> Information on happenings in your village</li>
|
||||
<li><b>Messages:</b> Send and receive messages</li></ol>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="beschreibung">
|
||||
Now you know everything important about Travian. After registration you can start playing!
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table id="tutorial_nav">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="nav_prev">
|
||||
<a href="tutorial.php?s=4" title="back">« back</a>
|
||||
</td>
|
||||
<td class="nav_next">
|
||||
<a href="index.php?signup" title="to the registration"> » to the registration</a>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div class="container">
|
||||
<a href="#" class="logo"><img src="img/x.gif" alt="Travian Games" class="logo_traviangames" /></a>
|
||||
<ul class="menu">
|
||||
<li><a href="anleitung.php?s=3">FAQ</a>|</li>
|
||||
<li><a href="index.php?screenshots">Screenshots</a>|</li>
|
||||
<li><a href="spielregeln.php">Game Rules</a>|</li>
|
||||
<li><a href="agb.php">Terms</a>|</li>
|
||||
<li><a href="impressum.php">Imprint</a></li>
|
||||
<li class="copyright">© 2011 - ZravianX - All right reserved</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user