3 #################################################################################
4 ## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
5 ## --------------------------------------------------------------------------- ##
6 ## Filename anmelden.php ##
7 ## Developed by: Dzoki ##
8 ## License: TravianX Project ##
9 ## Copyright: TravianX (c) 2010-2011. All rights reserved. ##
11 #################################################################################
13 include('GameEngine/Account.php');
15 <!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
18 <title
><?php
echo SERVER_NAME
; ?
></title
>
19 <link REL
="shortcut icon" HREF
="favicon.ico"/>
20 <meta name
="content-language" content
="en" />
21 <meta http
-equiv
="cache-control" content
="max-age=0" />
22 <meta http
-equiv
="imagetoolbar" content
="no" />
23 <meta http
-equiv
="content-type" content
="text/html; charset=UTF-8" />
24 <script src
="mt-core.js?0faaa" type
="text/javascript"></script
>
25 <script src
="mt-more.js?0faaa" type
="text/javascript"></script
>
26 <script src
="unx.js?0faaa" type
="text/javascript"></script
>
27 <script src
="new.js?0faaa" type
="text/javascript"></script
>
28 <link href
="<?php echo GP_LOCATE; ?>lang/en/compact.css?f4b7c" rel
="stylesheet" type
="text/css" />
29 <link href
="<?php echo GP_LOCATE; ?>lang/en/lang.css?f4b7c" rel
="stylesheet" type
="text/css" />
30 <link href
="<?php echo GP_LOCATE ?>travian.css?f4b7c" rel
="stylesheet" type
="text/css" />
31 <link href
="<?php echo GP_LOCATE ?>lang/en/lang.css" rel
="stylesheet" type
="text/css" />
34 <body
class="v35 ie ie7" onload
="initCounter()">
37 <div id
="dynamic_header">
39 <div id
="header"></div
>
41 <?php
include("Templates/menu.tpl"); ?
>
42 <div id
="content" class="signup">
44 <h1
><img src
="img/x.gif" class="anmelden" alt
="register for the game"></h1
>
45 <h5
><img src
="img/x.gif" class="img_u05" alt
="registration"/></h5
>
47 <p
><?php
echo BEFORE_REGISTER
; ?
></p
>
49 <form name
="snd" method
="post" action
="anmelden.php">
50 <input type
="hidden" name
="ft" value
="a1" />
52 <table cellpadding
="1" cellspacing
="1" id
="sign_input">
55 <th
><?php
echo NICKNAME
; ?
></td
>
56 <td
><input
class="text" type
="text" name
="name" value
="<?php echo $form->getValue('name'); ?>" maxlength
="15" />
57 <span
class="error"><?php
echo $form->getError('name'); ?
></span
>
61 <th
><?php
echo EMAIL
; ?
></th
>
63 <input
class="text" type
="text" name
="email" value
="<?php echo $form->getValue('email'); ?>" maxlength
="40" />
64 <span
class="error"><?php
echo $form->getError('email'); ?
></span
>
68 <th
><?php
echo PASSWORD
; ?
></th
>
70 <input
class="text" type
="password" name
="pw" value
="<?php echo $form->getValue('pw'); ?>" maxlength
="20" />
71 <span
class="error"><?php
echo $form->getError('pw'); ?
></span
>
77 <table cellpadding
="1" cellspacing
="1" id
="sign_select">
80 <th
><img src
="img/x.gif" class="img_u06" alt
="choose tribe"></th
>
81 <th colspan
="2"><img src
="img/x.gif" class="img_u07" alt
="starting position"></th
>
84 <td
class="nat"><label
><input
class="radio" type
="radio" name
="vid" value
="1" <?php
echo $form->getRadio('vid',1); ?
>> 
;<?php
echo ROMANS
; ?
></label
></td
>
85  
;<td
class="pos1"><label
><input
class="radio" type
="radio" name
="kid" value
="0" checked
> 
;<?php
echo RANDOM
; ?
></label
></td
>
86 <td
class="pos2"> 
;</td
>
89 <td
><label
><input
class="radio" type
="radio" name
="vid" value
="2" <?php
echo $form->getRadio('vid',2); ?
>> 
;<?php
echo TEUTONS
; ?
></label
></td
>
90 <td
><label
><input
class="radio" type
="radio" name
="kid" value
="1" <?php
echo $form->getRadio('kid',1); ?
>> 
;<?php
echo NW
; ?
> <b
>(-|+)</b
> 
;</label
></td
>
91 <td
><label
><input
class="radio" type
="radio" name
="kid" value
="2" <?php
echo $form->getRadio('kid',2); ?
>> 
;<?php
echo NE
; ?
> <b
>(+
|+)</b
></label
></td
>
94 <td
><label
><input
class="radio" type
="radio" name
="vid" value
="3" <?php
echo $form->getRadio('vid',3); ?
>> 
;<?php
echo GAULS
; ?
></label
></td
>
95 <td
><label
><input
class="radio" type
="radio" name
="kid" value
="3" <?php
echo $form->getRadio('kid',3); ?
>> 
;<?php
echo SW
; ?
> <b
>(-|
-)</b
></label
></td
>
96 <td
><label
><input
class="radio" type
="radio" name
="kid" value
="4" <?php
echo $form->getRadio('kid',4); ?
>> 
;<?php
echo SE
; ?
> <b
>(+|
-)</b
></label
></td
>
101 <ul
class="important">
103 echo $form->getError('tribe');
104 echo $form->getError('agree');
109 <input
class="check" type
="checkbox" name
="agb" value
="1" <?php
echo $form->getRadio('agb',1); ?
>/><?php
echo ACCEPT_RULES
; ?
></p
>
112 <input type
="image" value
="anmelden" name
="s1" id
="btn_signup" class="dynamic_img" src
="img/x.gif" alt
="register"/>
116 <p
class="info"><?php
echo ONE_PER_SERVER
; ?
></p
>
118 <div id
="side_info" class="outgame">
120 if(NEWSBOX1
) { include("Templates/News/newsbox1.tpl"); }
121 if(NEWSBOX2
) { include("Templates/News/newsbox2.tpl"); }
122 if(NEWSBOX3
) { include("Templates/News/newsbox3.tpl"); }
126 <div
class="clear"></div
>
129 <div
class="footer-stopper outgame"></div
>
130 <div
class="clear"></div
>
132 <?php
include("Templates/footer.tpl"); ?
>