Tokiwa Battle Royale  GE777
A PHP Battle Royale inspired game
 All Data Structures Namespaces Files Functions Variables Pages
1_user_profile.tpl.php
Go to the documentation of this file.
1 <?php if(!defined('IN_GAME')) exit('Access Denied'); include template('header'); ?>
2 <div class="subtitle" align="center">帐号资料</div>
3 <center>
4 <table style="text-align: center">
5 <tr>
6 <td>
7 <?php include template('user_profile_basicdata'); ?>
8 </td>
9 <td><pre>&#9;</pre></td>
10 <td>
11 <table>
12 <tr><td>
13 <div id="userIconImg" class="iconImg" >
14 <img src="img/
15 <?php if($gender != 'f') { ?>
16 m
17 <?php } else { ?>
18 f
19 <?php } ?>
20 _<?php echo $select_icon?>.gif" alt="<?php echo $select_icon?>">
21 </div>
22 </td></tr>
23 <tr><td>
24 <?php if(($curuser) ) { ?>
25 <button type="button" onclick="window.location.href='user.php'">编辑我的账户资料</button>
26 <?php } ?>
27 </td></tr>
28 </table>
29 </td>
30 </tr>
31 </table>
32 <table>
33 <tr><td>
34 <?php include template('user_end_achievement'); ?>
35 </td></tr>
36 <tr><td>
37 <?php include template('user_battle_achievement'); ?>
38 </td></tr>
39 <tr><td>
40 <?php include template('user_mixitem_achievement'); ?>
41 </td></tr>
42 <tr><td>
43 <?php include template('user_other_achievement'); ?>
44 </td></tr>
45 </table>
46 </center>
47 <?php include template('footer'); ?>
$curuser