mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-11 07:06:06 +00:00
The first release of the refactored version
It's still a work in progress, there are a lot of things that will change in the final release
This commit is contained in:
@@ -0,0 +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" 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">© 2010 - <?php echo date('Y') . ' ' . (defined('SERVER_NAME') ? SERVER_NAME : 'TravianZ');?> All rights reserved</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user