1 | <?php $this->_tpl_include('overall_header.html'); ?>
|
---|
2 |
|
---|
3 | <div id="pagecontent">
|
---|
4 |
|
---|
5 | <form method="post" action="<?php echo (isset($this->_rootref['S_PROFILE_ACTION'])) ? $this->_rootref['S_PROFILE_ACTION'] : ''; ?>">
|
---|
6 |
|
---|
7 | <table class="tablebg" width="100%" cellspacing="1">
|
---|
8 | <tr>
|
---|
9 | <th colspan="2" nowrap="nowrap"><?php echo ((isset($this->_rootref['L_VIEWING_PROFILE'])) ? $this->_rootref['L_VIEWING_PROFILE'] : ((isset($user->lang['VIEWING_PROFILE'])) ? $user->lang['VIEWING_PROFILE'] : '{ VIEWING_PROFILE }')); ?></th>
|
---|
10 | </tr>
|
---|
11 | <tr>
|
---|
12 | <td class="cat" width="40%" align="center"><h4><?php echo ((isset($this->_rootref['L_USER_PRESENCE'])) ? $this->_rootref['L_USER_PRESENCE'] : ((isset($user->lang['USER_PRESENCE'])) ? $user->lang['USER_PRESENCE'] : '{ USER_PRESENCE }')); ?></h4></td>
|
---|
13 | <td class="cat" width="60%" align="center"><h4><?php echo ((isset($this->_rootref['L_USER_FORUM'])) ? $this->_rootref['L_USER_FORUM'] : ((isset($user->lang['USER_FORUM'])) ? $user->lang['USER_FORUM'] : '{ USER_FORUM }')); ?></h4></td>
|
---|
14 | </tr>
|
---|
15 | <tr>
|
---|
16 | <td class="row1" align="center">
|
---|
17 |
|
---|
18 | <table cellspacing="1" cellpadding="2" border="0">
|
---|
19 | <?php if ($this->_rootref['S_USER_INACTIVE']) { ?>
|
---|
20 | <tr>
|
---|
21 | <td align="center" style="color: red;"><b class="gen"><?php echo ((isset($this->_rootref['L_USER_IS_INACTIVE'])) ? $this->_rootref['L_USER_IS_INACTIVE'] : ((isset($user->lang['USER_IS_INACTIVE'])) ? $user->lang['USER_IS_INACTIVE'] : '{ USER_IS_INACTIVE }')); ?></b><br /><?php echo ((isset($this->_rootref['L_INACTIVE_REASON'])) ? $this->_rootref['L_INACTIVE_REASON'] : ((isset($user->lang['INACTIVE_REASON'])) ? $user->lang['INACTIVE_REASON'] : '{ INACTIVE_REASON }')); ?>: <?php echo (isset($this->_rootref['USER_INACTIVE_REASON'])) ? $this->_rootref['USER_INACTIVE_REASON'] : ''; ?><br /><br /></td>
|
---|
22 | </tr>
|
---|
23 | <?php } ?>
|
---|
24 | <tr>
|
---|
25 | <td align="center"><?php if ($this->_rootref['USER_COLOR']) { ?><b class="gen" style="color: <?php echo (isset($this->_rootref['USER_COLOR'])) ? $this->_rootref['USER_COLOR'] : ''; ?>"><?php } else { ?><b class="gen"><?php } echo (isset($this->_rootref['USERNAME'])) ? $this->_rootref['USERNAME'] : ''; ?></b><?php if ($this->_rootref['U_USER_ADMIN']) { ?><span class="genmed"> [ <a href="<?php echo (isset($this->_rootref['U_USER_ADMIN'])) ? $this->_rootref['U_USER_ADMIN'] : ''; ?>"><?php echo ((isset($this->_rootref['L_USER_ADMIN'])) ? $this->_rootref['L_USER_ADMIN'] : ((isset($user->lang['USER_ADMIN'])) ? $user->lang['USER_ADMIN'] : '{ USER_ADMIN }')); ?></a> ]</span><?php } ?></td>
|
---|
26 | </tr>
|
---|
27 | <?php if ($this->_rootref['RANK_TITLE']) { ?>
|
---|
28 | <tr>
|
---|
29 | <td class="postdetails" align="center"><?php echo (isset($this->_rootref['RANK_TITLE'])) ? $this->_rootref['RANK_TITLE'] : ''; ?></td>
|
---|
30 | </tr>
|
---|
31 | <?php } if ($this->_rootref['RANK_IMG']) { ?>
|
---|
32 | <tr>
|
---|
33 | <td align="center"><?php echo (isset($this->_rootref['RANK_IMG'])) ? $this->_rootref['RANK_IMG'] : ''; ?></td>
|
---|
34 | </tr>
|
---|
35 | <?php } if ($this->_rootref['AVATAR_IMG']) { ?>
|
---|
36 | <tr>
|
---|
37 | <td align="center"><?php echo (isset($this->_rootref['AVATAR_IMG'])) ? $this->_rootref['AVATAR_IMG'] : ''; ?></td>
|
---|
38 | </tr>
|
---|
39 | <?php } if ($this->_rootref['ONLINE_IMG']) { ?>
|
---|
40 | <tr>
|
---|
41 | <td align="center"><?php echo (isset($this->_rootref['ONLINE_IMG'])) ? $this->_rootref['ONLINE_IMG'] : ''; ?></td>
|
---|
42 | </tr>
|
---|
43 | <?php } if ($this->_rootref['U_SWITCH_PERMISSIONS']) { ?>
|
---|
44 | <tr>
|
---|
45 | <td class="genmed" align="center">[ <a href="<?php echo (isset($this->_rootref['U_SWITCH_PERMISSIONS'])) ? $this->_rootref['U_SWITCH_PERMISSIONS'] : ''; ?>"><?php echo ((isset($this->_rootref['L_USE_PERMISSIONS'])) ? $this->_rootref['L_USE_PERMISSIONS'] : ((isset($user->lang['USE_PERMISSIONS'])) ? $user->lang['USE_PERMISSIONS'] : '{ USE_PERMISSIONS }')); ?></a> ]</td>
|
---|
46 | </tr>
|
---|
47 | <?php } if ($this->_rootref['S_USER_LOGGED_IN'] && $this->_rootref['S_ZEBRA']) { ?>
|
---|
48 | <tr>
|
---|
49 | <td class="genmed" align="center">[ <?php if ($this->_rootref['U_ADD_FRIEND'] && $this->_rootref['U_ADD_FOE']) { ?><a href="<?php echo (isset($this->_rootref['U_ADD_FRIEND'])) ? $this->_rootref['U_ADD_FRIEND'] : ''; ?>"><?php echo ((isset($this->_rootref['L_ADD_FRIEND'])) ? $this->_rootref['L_ADD_FRIEND'] : ((isset($user->lang['ADD_FRIEND'])) ? $user->lang['ADD_FRIEND'] : '{ ADD_FRIEND }')); ?></a> | <a href="<?php echo (isset($this->_rootref['U_ADD_FOE'])) ? $this->_rootref['U_ADD_FOE'] : ''; ?>"><?php echo ((isset($this->_rootref['L_ADD_FOE'])) ? $this->_rootref['L_ADD_FOE'] : ((isset($user->lang['ADD_FOE'])) ? $user->lang['ADD_FOE'] : '{ ADD_FOE }')); ?></a><?php } if ($this->_rootref['U_REMOVE_FRIEND']) { ?><a href="<?php echo (isset($this->_rootref['U_REMOVE_FRIEND'])) ? $this->_rootref['U_REMOVE_FRIEND'] : ''; ?>"><?php echo ((isset($this->_rootref['L_REMOVE_FRIEND'])) ? $this->_rootref['L_REMOVE_FRIEND'] : ((isset($user->lang['REMOVE_FRIEND'])) ? $user->lang['REMOVE_FRIEND'] : '{ REMOVE_FRIEND }')); ?></a><?php } if ($this->_rootref['U_REMOVE_FOE']) { ?><a href="<?php echo (isset($this->_rootref['U_REMOVE_FOE'])) ? $this->_rootref['U_REMOVE_FOE'] : ''; ?>"><?php echo ((isset($this->_rootref['L_REMOVE_FOE'])) ? $this->_rootref['L_REMOVE_FOE'] : ((isset($user->lang['REMOVE_FOE'])) ? $user->lang['REMOVE_FOE'] : '{ REMOVE_FOE }')); ?></a><?php } ?> ]</td>
|
---|
50 | </tr>
|
---|
51 | <?php } ?>
|
---|
52 | </table>
|
---|
53 | </td>
|
---|
54 | <td class="row1">
|
---|
55 | <table width="100%" cellspacing="1" cellpadding="2" border="0">
|
---|
56 | <tr>
|
---|
57 | <td class="gen" align="<?php echo (isset($this->_rootref['S_CONTENT_FLOW_END'])) ? $this->_rootref['S_CONTENT_FLOW_END'] : ''; ?>" nowrap="nowrap"><?php echo ((isset($this->_rootref['L_JOINED'])) ? $this->_rootref['L_JOINED'] : ((isset($user->lang['JOINED'])) ? $user->lang['JOINED'] : '{ JOINED }')); ?>: </td>
|
---|
58 | <td width="100%"><b class="gen"><?php echo (isset($this->_rootref['JOINED'])) ? $this->_rootref['JOINED'] : ''; ?></b></td>
|
---|
59 | </tr>
|
---|
60 | <tr>
|
---|
61 | <td class="gen" align="<?php echo (isset($this->_rootref['S_CONTENT_FLOW_END'])) ? $this->_rootref['S_CONTENT_FLOW_END'] : ''; ?>" nowrap="nowrap"><?php echo ((isset($this->_rootref['L_VISITED'])) ? $this->_rootref['L_VISITED'] : ((isset($user->lang['VISITED'])) ? $user->lang['VISITED'] : '{ VISITED }')); ?>: </td>
|
---|
62 | <td width="100%"><b class="gen"><?php echo (isset($this->_rootref['VISITED'])) ? $this->_rootref['VISITED'] : ''; ?></b></td>
|
---|
63 | </tr>
|
---|
64 | <?php if ($this->_rootref['U_NOTES'] || $this->_rootref['U_WARN']) { ?>
|
---|
65 | <tr>
|
---|
66 | <td class="gen" align="<?php echo (isset($this->_rootref['S_CONTENT_FLOW_END'])) ? $this->_rootref['S_CONTENT_FLOW_END'] : ''; ?>" valign="top" nowrap="nowrap"><?php echo ((isset($this->_rootref['L_WARNINGS'])) ? $this->_rootref['L_WARNINGS'] : ((isset($user->lang['WARNINGS'])) ? $user->lang['WARNINGS'] : '{ WARNINGS }')); ?>: </td>
|
---|
67 | <td width="100%"><b class="gen"><?php echo (isset($this->_rootref['WARNINGS'])) ? $this->_rootref['WARNINGS'] : ''; ?></b><br /><span class="genmed">[ <a href="<?php echo (isset($this->_rootref['U_NOTES'])) ? $this->_rootref['U_NOTES'] : ''; ?>"><?php echo ((isset($this->_rootref['L_VIEW_NOTES'])) ? $this->_rootref['L_VIEW_NOTES'] : ((isset($user->lang['VIEW_NOTES'])) ? $user->lang['VIEW_NOTES'] : '{ VIEW_NOTES }')); ?></a> <?php if ($this->_rootref['U_WARN']) { ?> | <a href="<?php echo (isset($this->_rootref['U_WARN'])) ? $this->_rootref['U_WARN'] : ''; ?>"><?php echo ((isset($this->_rootref['L_WARN_USER'])) ? $this->_rootref['L_WARN_USER'] : ((isset($user->lang['WARN_USER'])) ? $user->lang['WARN_USER'] : '{ WARN_USER }')); ?></a> <?php } ?>]</span></td>
|
---|
68 | </tr>
|
---|
69 | <?php } ?>
|
---|
70 | <tr>
|
---|
71 | <td class="gen" align="<?php echo (isset($this->_rootref['S_CONTENT_FLOW_END'])) ? $this->_rootref['S_CONTENT_FLOW_END'] : ''; ?>" valign="top" nowrap="nowrap"><?php echo ((isset($this->_rootref['L_TOTAL_POSTS'])) ? $this->_rootref['L_TOTAL_POSTS'] : ((isset($user->lang['TOTAL_POSTS'])) ? $user->lang['TOTAL_POSTS'] : '{ TOTAL_POSTS }')); ?>: </td>
|
---|
72 | <td><b class="gen"><?php echo (isset($this->_rootref['POSTS'])) ? $this->_rootref['POSTS'] : ''; ?></b><span class="genmed"><?php if ($this->_rootref['POSTS_PCT']) { ?><br />[<?php echo (isset($this->_rootref['POSTS_PCT'])) ? $this->_rootref['POSTS_PCT'] : ''; ?> / <?php echo (isset($this->_rootref['POSTS_DAY'])) ? $this->_rootref['POSTS_DAY'] : ''; ?>]<?php } ?><br /><a href="<?php echo (isset($this->_rootref['U_SEARCH_USER'])) ? $this->_rootref['U_SEARCH_USER'] : ''; ?>"><?php echo ((isset($this->_rootref['L_SEARCH_USER_POSTS'])) ? $this->_rootref['L_SEARCH_USER_POSTS'] : ((isset($user->lang['SEARCH_USER_POSTS'])) ? $user->lang['SEARCH_USER_POSTS'] : '{ SEARCH_USER_POSTS }')); ?></a></span></td>
|
---|
73 | </tr>
|
---|
74 | <?php if ($this->_rootref['S_SHOW_ACTIVITY']) { ?>
|
---|
75 | <tr>
|
---|
76 | <td class="gen" align="<?php echo (isset($this->_rootref['S_CONTENT_FLOW_END'])) ? $this->_rootref['S_CONTENT_FLOW_END'] : ''; ?>" valign="top" nowrap="nowrap"><?php echo ((isset($this->_rootref['L_ACTIVE_IN_FORUM'])) ? $this->_rootref['L_ACTIVE_IN_FORUM'] : ((isset($user->lang['ACTIVE_IN_FORUM'])) ? $user->lang['ACTIVE_IN_FORUM'] : '{ ACTIVE_IN_FORUM }')); ?>: </td>
|
---|
77 | <td><?php if ($this->_rootref['ACTIVE_FORUM']) { ?><b><a class="gen" href="<?php echo (isset($this->_rootref['U_ACTIVE_FORUM'])) ? $this->_rootref['U_ACTIVE_FORUM'] : ''; ?>"><?php echo (isset($this->_rootref['ACTIVE_FORUM'])) ? $this->_rootref['ACTIVE_FORUM'] : ''; ?></a></b><br /><span class="genmed">[ <?php echo (isset($this->_rootref['ACTIVE_FORUM_POSTS'])) ? $this->_rootref['ACTIVE_FORUM_POSTS'] : ''; ?> / <?php echo (isset($this->_rootref['ACTIVE_FORUM_PCT'])) ? $this->_rootref['ACTIVE_FORUM_PCT'] : ''; ?> ]</span><?php } else { ?><span class="gen">-</span><?php } ?></td>
|
---|
78 | </tr>
|
---|
79 | <tr>
|
---|
80 | <td class="gen" align="<?php echo (isset($this->_rootref['S_CONTENT_FLOW_END'])) ? $this->_rootref['S_CONTENT_FLOW_END'] : ''; ?>" valign="top" nowrap="nowrap"><?php echo ((isset($this->_rootref['L_ACTIVE_IN_TOPIC'])) ? $this->_rootref['L_ACTIVE_IN_TOPIC'] : ((isset($user->lang['ACTIVE_IN_TOPIC'])) ? $user->lang['ACTIVE_IN_TOPIC'] : '{ ACTIVE_IN_TOPIC }')); ?>: </td>
|
---|
81 | <td><?php if ($this->_rootref['ACTIVE_TOPIC']) { ?><b><a class="gen" href="<?php echo (isset($this->_rootref['U_ACTIVE_TOPIC'])) ? $this->_rootref['U_ACTIVE_TOPIC'] : ''; ?>"><?php echo (isset($this->_rootref['ACTIVE_TOPIC'])) ? $this->_rootref['ACTIVE_TOPIC'] : ''; ?></a></b><br /><span class="genmed">[ <?php echo (isset($this->_rootref['ACTIVE_TOPIC_POSTS'])) ? $this->_rootref['ACTIVE_TOPIC_POSTS'] : ''; ?> / <?php echo (isset($this->_rootref['ACTIVE_TOPIC_PCT'])) ? $this->_rootref['ACTIVE_TOPIC_PCT'] : ''; ?> ]</span><?php } else { ?><span class="gen">-</span><?php } ?></td>
|
---|
82 | </tr>
|
---|
83 | <?php } ?>
|
---|
84 | </table>
|
---|
85 | </td>
|
---|
86 | </tr>
|
---|
87 | <tr>
|
---|
88 | <td class="cat" align="center"><h4><?php echo ((isset($this->_rootref['L_CONTACT_USER'])) ? $this->_rootref['L_CONTACT_USER'] : ((isset($user->lang['CONTACT_USER'])) ? $user->lang['CONTACT_USER'] : '{ CONTACT_USER }')); ?></h4></td>
|
---|
89 | <td class="cat" align="center"><h4><?php echo ((isset($this->_rootref['L_ABOUT_USER'])) ? $this->_rootref['L_ABOUT_USER'] : ((isset($user->lang['ABOUT_USER'])) ? $user->lang['ABOUT_USER'] : '{ ABOUT_USER }')); ?></h4></td>
|
---|
90 | </tr>
|
---|
91 | <tr>
|
---|
92 | <td class="row1">
|
---|
93 | <table width="100%" cellspacing="1" cellpadding="2" border="0">
|
---|
94 | <tr>
|
---|
95 | <td class="gen" align="<?php echo (isset($this->_rootref['S_CONTENT_FLOW_END'])) ? $this->_rootref['S_CONTENT_FLOW_END'] : ''; ?>" nowrap="nowrap"><?php echo ((isset($this->_rootref['L_EMAIL_ADDRESS'])) ? $this->_rootref['L_EMAIL_ADDRESS'] : ((isset($user->lang['EMAIL_ADDRESS'])) ? $user->lang['EMAIL_ADDRESS'] : '{ EMAIL_ADDRESS }')); ?>: </td>
|
---|
96 | <td width="100%"><?php if ($this->_rootref['U_EMAIL']) { ?><a href="<?php echo (isset($this->_rootref['U_EMAIL'])) ? $this->_rootref['U_EMAIL'] : ''; ?>"><?php echo (isset($this->_rootref['EMAIL_IMG'])) ? $this->_rootref['EMAIL_IMG'] : ''; ?></a><?php } ?></td>
|
---|
97 | </tr>
|
---|
98 | <?php if ($this->_rootref['U_PM']) { ?>
|
---|
99 | <tr>
|
---|
100 | <td class="gen" nowrap="nowrap" align="<?php echo (isset($this->_rootref['S_CONTENT_FLOW_END'])) ? $this->_rootref['S_CONTENT_FLOW_END'] : ''; ?>"><?php echo ((isset($this->_rootref['L_PM'])) ? $this->_rootref['L_PM'] : ((isset($user->lang['PM'])) ? $user->lang['PM'] : '{ PM }')); ?>: </td>
|
---|
101 | <td><a href="<?php echo (isset($this->_rootref['U_PM'])) ? $this->_rootref['U_PM'] : ''; ?>"><?php echo (isset($this->_rootref['PM_IMG'])) ? $this->_rootref['PM_IMG'] : ''; ?></a></td>
|
---|
102 | </tr>
|
---|
103 | <?php } ?>
|
---|
104 | <tr>
|
---|
105 | <td class="gen" nowrap="nowrap" align="<?php echo (isset($this->_rootref['S_CONTENT_FLOW_END'])) ? $this->_rootref['S_CONTENT_FLOW_END'] : ''; ?>"><?php echo ((isset($this->_rootref['L_MSNM'])) ? $this->_rootref['L_MSNM'] : ((isset($user->lang['MSNM'])) ? $user->lang['MSNM'] : '{ MSNM }')); ?>: </td>
|
---|
106 | <td><?php if ($this->_rootref['U_MSN']) { ?><a href="<?php echo (isset($this->_rootref['U_MSN'])) ? $this->_rootref['U_MSN'] : ''; ?>" onclick="popup(this.href, 550, 320); return false"><?php echo (isset($this->_rootref['MSN_IMG'])) ? $this->_rootref['MSN_IMG'] : ''; ?></a><?php } else if ($this->_rootref['USER_MSN']) { echo (isset($this->_rootref['USER_MSN'])) ? $this->_rootref['USER_MSN'] : ''; } ?></td>
|
---|
107 | </tr>
|
---|
108 | <tr>
|
---|
109 | <td class="gen" nowrap="nowrap" align="<?php echo (isset($this->_rootref['S_CONTENT_FLOW_END'])) ? $this->_rootref['S_CONTENT_FLOW_END'] : ''; ?>"><?php echo ((isset($this->_rootref['L_YIM'])) ? $this->_rootref['L_YIM'] : ((isset($user->lang['YIM'])) ? $user->lang['YIM'] : '{ YIM }')); ?>: </td>
|
---|
110 | <td><?php if ($this->_rootref['U_YIM']) { ?><a href="<?php echo (isset($this->_rootref['U_YIM'])) ? $this->_rootref['U_YIM'] : ''; ?>" onclick="popup(this.href, 780, 550); return false"><?php echo (isset($this->_rootref['YIM_IMG'])) ? $this->_rootref['YIM_IMG'] : ''; ?></a><?php } else if ($this->_rootref['USER_YIM']) { echo (isset($this->_rootref['USER_YIM'])) ? $this->_rootref['USER_YIM'] : ''; } ?></td>
|
---|
111 | </tr>
|
---|
112 | <tr>
|
---|
113 | <td class="gen" nowrap="nowrap" align="<?php echo (isset($this->_rootref['S_CONTENT_FLOW_END'])) ? $this->_rootref['S_CONTENT_FLOW_END'] : ''; ?>"><?php echo ((isset($this->_rootref['L_AIM'])) ? $this->_rootref['L_AIM'] : ((isset($user->lang['AIM'])) ? $user->lang['AIM'] : '{ AIM }')); ?>: </td>
|
---|
114 | <td><?php if ($this->_rootref['U_AIM']) { ?><a href="<?php echo (isset($this->_rootref['U_AIM'])) ? $this->_rootref['U_AIM'] : ''; ?>" onclick="popup(this.href, 550, 320); return false"><?php echo (isset($this->_rootref['AIM_IMG'])) ? $this->_rootref['AIM_IMG'] : ''; ?></a><?php } else if ($this->_rootref['USER_AIM']) { echo (isset($this->_rootref['USER_AIM'])) ? $this->_rootref['USER_AIM'] : ''; } ?></td>
|
---|
115 | </tr>
|
---|
116 | <tr>
|
---|
117 | <td class="gen" nowrap="nowrap" align="<?php echo (isset($this->_rootref['S_CONTENT_FLOW_END'])) ? $this->_rootref['S_CONTENT_FLOW_END'] : ''; ?>"><?php echo ((isset($this->_rootref['L_ICQ'])) ? $this->_rootref['L_ICQ'] : ((isset($user->lang['ICQ'])) ? $user->lang['ICQ'] : '{ ICQ }')); ?>: </td>
|
---|
118 | <td><?php if ($this->_rootref['U_ICQ']) { ?><a href="<?php echo (isset($this->_rootref['U_ICQ'])) ? $this->_rootref['U_ICQ'] : ''; ?>" onclick="popup(this.href, 550, 320); return false"><?php echo (isset($this->_rootref['ICQ_IMG'])) ? $this->_rootref['ICQ_IMG'] : ''; ?></a><?php } else if ($this->_rootref['USER_ICQ']) { echo (isset($this->_rootref['USER_ICQ'])) ? $this->_rootref['USER_ICQ'] : ''; } ?></td>
|
---|
119 | </tr>
|
---|
120 | <tr>
|
---|
121 | <td class="gen" nowrap="nowrap" align="<?php echo (isset($this->_rootref['S_CONTENT_FLOW_END'])) ? $this->_rootref['S_CONTENT_FLOW_END'] : ''; ?>"><?php echo ((isset($this->_rootref['L_JABBER'])) ? $this->_rootref['L_JABBER'] : ((isset($user->lang['JABBER'])) ? $user->lang['JABBER'] : '{ JABBER }')); ?>: </td>
|
---|
122 | <td><?php if ($this->_rootref['U_JABBER'] && $this->_rootref['S_JABBER_ENABLED']) { ?><a href="<?php echo (isset($this->_rootref['U_JABBER'])) ? $this->_rootref['U_JABBER'] : ''; ?>" onclick="popup(this.href, 550, 320); return false"><?php echo (isset($this->_rootref['JABBER_IMG'])) ? $this->_rootref['JABBER_IMG'] : ''; ?></a><?php } else if ($this->_rootref['USER_JABBER']) { echo (isset($this->_rootref['USER_JABBER_IMG'])) ? $this->_rootref['USER_JABBER_IMG'] : ''; } ?></td>
|
---|
123 | </tr>
|
---|
124 | </table>
|
---|
125 | </td>
|
---|
126 | <td class="row1">
|
---|
127 | <table cellspacing="1" cellpadding="2" border="0">
|
---|
128 | <tr>
|
---|
129 | <td class="gen" align="<?php echo (isset($this->_rootref['S_CONTENT_FLOW_END'])) ? $this->_rootref['S_CONTENT_FLOW_END'] : ''; ?>" nowrap="nowrap"><?php echo ((isset($this->_rootref['L_USERGROUPS'])) ? $this->_rootref['L_USERGROUPS'] : ((isset($user->lang['USERGROUPS'])) ? $user->lang['USERGROUPS'] : '{ USERGROUPS }')); ?>: </td>
|
---|
130 | <td><select name="g"><?php echo (isset($this->_rootref['S_GROUP_OPTIONS'])) ? $this->_rootref['S_GROUP_OPTIONS'] : ''; ?></select> <input class="btnlite" type="submit" name="submit" value="<?php echo ((isset($this->_rootref['L_GO'])) ? $this->_rootref['L_GO'] : ((isset($user->lang['GO'])) ? $user->lang['GO'] : '{ GO }')); ?>" /></td>
|
---|
131 | </tr>
|
---|
132 | <tr>
|
---|
133 | <td class="gen" align="<?php echo (isset($this->_rootref['S_CONTENT_FLOW_END'])) ? $this->_rootref['S_CONTENT_FLOW_END'] : ''; ?>" nowrap="nowrap"><?php echo ((isset($this->_rootref['L_LOCATION'])) ? $this->_rootref['L_LOCATION'] : ((isset($user->lang['LOCATION'])) ? $user->lang['LOCATION'] : '{ LOCATION }')); ?>: </td>
|
---|
134 | <td><?php if ($this->_rootref['LOCATION']) { ?><b class="genmed"><?php echo (isset($this->_rootref['LOCATION'])) ? $this->_rootref['LOCATION'] : ''; ?></b><?php } ?></td>
|
---|
135 | </tr>
|
---|
136 | <?php if ($this->_rootref['AGE']) { ?>
|
---|
137 | <tr>
|
---|
138 | <td class="gen" align="<?php echo (isset($this->_rootref['S_CONTENT_FLOW_END'])) ? $this->_rootref['S_CONTENT_FLOW_END'] : ''; ?>" nowrap="nowrap"><?php echo ((isset($this->_rootref['L_AGE'])) ? $this->_rootref['L_AGE'] : ((isset($user->lang['AGE'])) ? $user->lang['AGE'] : '{ AGE }')); ?>: </td>
|
---|
139 | <td><b class="genmed"><?php if ($this->_rootref['AGE']) { echo (isset($this->_rootref['AGE'])) ? $this->_rootref['AGE'] : ''; } else { ?> - <?php } ?></b></td>
|
---|
140 | </tr>
|
---|
141 | <?php } ?>
|
---|
142 | <tr>
|
---|
143 | <td class="gen" align="<?php echo (isset($this->_rootref['S_CONTENT_FLOW_END'])) ? $this->_rootref['S_CONTENT_FLOW_END'] : ''; ?>" nowrap="nowrap"><?php echo ((isset($this->_rootref['L_OCCUPATION'])) ? $this->_rootref['L_OCCUPATION'] : ((isset($user->lang['OCCUPATION'])) ? $user->lang['OCCUPATION'] : '{ OCCUPATION }')); ?>: </td>
|
---|
144 | <td><?php if ($this->_rootref['OCCUPATION']) { ?><b class="genmed"><?php echo (isset($this->_rootref['OCCUPATION'])) ? $this->_rootref['OCCUPATION'] : ''; ?></b><?php } ?></td>
|
---|
145 | </tr>
|
---|
146 | <tr>
|
---|
147 | <td class="gen" align="<?php echo (isset($this->_rootref['S_CONTENT_FLOW_END'])) ? $this->_rootref['S_CONTENT_FLOW_END'] : ''; ?>" nowrap="nowrap"><?php echo ((isset($this->_rootref['L_INTERESTS'])) ? $this->_rootref['L_INTERESTS'] : ((isset($user->lang['INTERESTS'])) ? $user->lang['INTERESTS'] : '{ INTERESTS }')); ?>: </td>
|
---|
148 | <td><?php if ($this->_rootref['INTERESTS']) { ?><b class="genmed"><?php echo (isset($this->_rootref['INTERESTS'])) ? $this->_rootref['INTERESTS'] : ''; ?></b><?php } ?></td>
|
---|
149 | </tr>
|
---|
150 | <tr>
|
---|
151 | <td class="gen" align="<?php echo (isset($this->_rootref['S_CONTENT_FLOW_END'])) ? $this->_rootref['S_CONTENT_FLOW_END'] : ''; ?>" nowrap="nowrap"><?php echo ((isset($this->_rootref['L_WEBSITE'])) ? $this->_rootref['L_WEBSITE'] : ((isset($user->lang['WEBSITE'])) ? $user->lang['WEBSITE'] : '{ WEBSITE }')); ?>: </td>
|
---|
152 | <td><?php if ($this->_rootref['U_WWW']) { ?><b><a class="genmed" href="<?php echo (isset($this->_rootref['U_WWW'])) ? $this->_rootref['U_WWW'] : ''; ?>"><?php echo (isset($this->_rootref['U_WWW'])) ? $this->_rootref['U_WWW'] : ''; ?></a></b><?php } ?></td>
|
---|
153 | </tr>
|
---|
154 | <?php if ($this->_rootref['S_PROFILE_FIELD1']) { ?><!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
|
---|
155 | <tr>
|
---|
156 | <td class="gen" align="<?php echo (isset($this->_rootref['S_CONTENT_FLOW_END'])) ? $this->_rootref['S_CONTENT_FLOW_END'] : ''; ?>" nowrap="nowrap"><?php echo (isset($this->_rootref['PROFILE_FIELD1_NAME'])) ? $this->_rootref['PROFILE_FIELD1_NAME'] : ''; ?>: </td>
|
---|
157 | <td><b class="genmed"><?php echo (isset($this->_rootref['PROFILE_FIELD1_VALUE'])) ? $this->_rootref['PROFILE_FIELD1_VALUE'] : ''; ?></b></td>
|
---|
158 | </tr>
|
---|
159 | <?php } $_custom_fields_count = (isset($this->_tpldata['custom_fields'])) ? sizeof($this->_tpldata['custom_fields']) : 0;if ($_custom_fields_count) {for ($_custom_fields_i = 0; $_custom_fields_i < $_custom_fields_count; ++$_custom_fields_i){$_custom_fields_val = &$this->_tpldata['custom_fields'][$_custom_fields_i]; ?>
|
---|
160 | <tr>
|
---|
161 | <td class="gen" align="<?php echo (isset($this->_rootref['S_CONTENT_FLOW_END'])) ? $this->_rootref['S_CONTENT_FLOW_END'] : ''; ?>" nowrap="nowrap"><?php echo $_custom_fields_val['PROFILE_FIELD_NAME']; ?>: </td>
|
---|
162 | <td><b class="genmed"><?php echo $_custom_fields_val['PROFILE_FIELD_VALUE']; ?></b></td>
|
---|
163 | </tr>
|
---|
164 | <?php }} ?>
|
---|
165 | </table>
|
---|
166 | </td>
|
---|
167 | </tr>
|
---|
168 | <?php if ($this->_rootref['SIGNATURE']) { ?>
|
---|
169 | <tr>
|
---|
170 | <td class="cat" colspan="2" align="center"><h4><?php echo ((isset($this->_rootref['L_SIGNATURE'])) ? $this->_rootref['L_SIGNATURE'] : ((isset($user->lang['SIGNATURE'])) ? $user->lang['SIGNATURE'] : '{ SIGNATURE }')); ?></h4></td>
|
---|
171 | </tr>
|
---|
172 | <tr>
|
---|
173 | <td class="row1" colspan="2"><div class="postbody" style="padding: 10px;"><?php echo (isset($this->_rootref['SIGNATURE'])) ? $this->_rootref['SIGNATURE'] : ''; ?></div></td>
|
---|
174 | </tr>
|
---|
175 | <?php } ?>
|
---|
176 | </table>
|
---|
177 |
|
---|
178 | </form>
|
---|
179 |
|
---|
180 | </div>
|
---|
181 |
|
---|
182 | <br clear="all" />
|
---|
183 |
|
---|
184 | <?php $this->_tpl_include('breadcrumbs.html'); ?>
|
---|
185 |
|
---|
186 | <br clear="all" />
|
---|
187 |
|
---|
188 | <div style="float: <?php echo (isset($this->_rootref['S_CONTENT_FLOW_END'])) ? $this->_rootref['S_CONTENT_FLOW_END'] : ''; ?>;"><?php $this->_tpl_include('jumpbox.html'); ?></div>
|
---|
189 |
|
---|
190 | <?php $this->_tpl_include('overall_footer.html'); ?>
|
---|