1 | <?php $this->_tpl_include('ucp_header.html'); ?>
|
---|
2 |
|
---|
3 | <table class="tablebg" width="100%" cellspacing="1">
|
---|
4 | <tr>
|
---|
5 | <th colspan="2" valign="middle"><?php echo ((isset($this->_rootref['L_TITLE'])) ? $this->_rootref['L_TITLE'] : ((isset($user->lang['TITLE'])) ? $user->lang['TITLE'] : '{ TITLE }')); ?></th>
|
---|
6 | </tr>
|
---|
7 | <?php if ($this->_rootref['ERROR']) { ?>
|
---|
8 | <tr>
|
---|
9 | <td class="row3" colspan="2" align="center"><span class="gensmall error"><?php echo (isset($this->_rootref['ERROR'])) ? $this->_rootref['ERROR'] : ''; ?></span></td>
|
---|
10 | </tr>
|
---|
11 | <?php } ?>
|
---|
12 | <tr>
|
---|
13 | <td class="row1" colspan="2"><span class="gensmall"><?php echo ((isset($this->_rootref['L_PROFILE_INFO_NOTICE'])) ? $this->_rootref['L_PROFILE_INFO_NOTICE'] : ((isset($user->lang['PROFILE_INFO_NOTICE'])) ? $user->lang['PROFILE_INFO_NOTICE'] : '{ PROFILE_INFO_NOTICE }')); ?></span></td>
|
---|
14 | </tr>
|
---|
15 | <tr>
|
---|
16 | <td class="row1" width="35%"><b class="genmed"><?php echo ((isset($this->_rootref['L_UCP_ICQ'])) ? $this->_rootref['L_UCP_ICQ'] : ((isset($user->lang['UCP_ICQ'])) ? $user->lang['UCP_ICQ'] : '{ UCP_ICQ }')); ?>: </b></td>
|
---|
17 | <td class="row2"><input class="post" type="text" name="icq" size="30" maxlength="15" value="<?php echo (isset($this->_rootref['ICQ'])) ? $this->_rootref['ICQ'] : ''; ?>" /></td>
|
---|
18 | </tr>
|
---|
19 | <tr>
|
---|
20 | <td class="row1" width="35%"><b class="genmed"><?php echo ((isset($this->_rootref['L_UCP_AIM'])) ? $this->_rootref['L_UCP_AIM'] : ((isset($user->lang['UCP_AIM'])) ? $user->lang['UCP_AIM'] : '{ UCP_AIM }')); ?>: </b></td>
|
---|
21 | <td class="row2"><input class="post" type="text" name="aim" size="30" maxlength="255" value="<?php echo (isset($this->_rootref['AIM'])) ? $this->_rootref['AIM'] : ''; ?>" /></td>
|
---|
22 | </tr>
|
---|
23 | <tr>
|
---|
24 | <td class="row1" width="35%"><b class="genmed"><?php echo ((isset($this->_rootref['L_UCP_MSNM'])) ? $this->_rootref['L_UCP_MSNM'] : ((isset($user->lang['UCP_MSNM'])) ? $user->lang['UCP_MSNM'] : '{ UCP_MSNM }')); ?>: </b></td>
|
---|
25 | <td class="row2"><input class="post" type="text" name="msn" size="30" maxlength="255" value="<?php echo (isset($this->_rootref['MSN'])) ? $this->_rootref['MSN'] : ''; ?>" /></td>
|
---|
26 | </tr>
|
---|
27 | <tr>
|
---|
28 | <td class="row1" width="35%"><b class="genmed"><?php echo ((isset($this->_rootref['L_UCP_YIM'])) ? $this->_rootref['L_UCP_YIM'] : ((isset($user->lang['UCP_YIM'])) ? $user->lang['UCP_YIM'] : '{ UCP_YIM }')); ?>: </b></td>
|
---|
29 | <td class="row2"><input class="post" type="text" name="yim" size="30" maxlength="255" value="<?php echo (isset($this->_rootref['YIM'])) ? $this->_rootref['YIM'] : ''; ?>" /></td>
|
---|
30 | </tr>
|
---|
31 | <tr>
|
---|
32 | <td class="row1" width="35%"><b class="genmed"><?php echo ((isset($this->_rootref['L_UCP_JABBER'])) ? $this->_rootref['L_UCP_JABBER'] : ((isset($user->lang['UCP_JABBER'])) ? $user->lang['UCP_JABBER'] : '{ UCP_JABBER }')); ?>: </b></td>
|
---|
33 | <td class="row2"><input class="post" type="text" name="jabber" size="30" maxlength="255" value="<?php echo (isset($this->_rootref['JABBER'])) ? $this->_rootref['JABBER'] : ''; ?>" /></td>
|
---|
34 | </tr>
|
---|
35 | <tr>
|
---|
36 | <td class="row1" width="35%"><b class="genmed"><?php echo ((isset($this->_rootref['L_WEBSITE'])) ? $this->_rootref['L_WEBSITE'] : ((isset($user->lang['WEBSITE'])) ? $user->lang['WEBSITE'] : '{ WEBSITE }')); ?>: </b></td>
|
---|
37 | <td class="row2"><input class="post" type="text" name="website" size="30" maxlength="255" value="<?php echo (isset($this->_rootref['WEBSITE'])) ? $this->_rootref['WEBSITE'] : ''; ?>" /></td>
|
---|
38 | </tr>
|
---|
39 | <tr>
|
---|
40 | <td class="row1" width="35%"><b class="genmed"><?php echo ((isset($this->_rootref['L_LOCATION'])) ? $this->_rootref['L_LOCATION'] : ((isset($user->lang['LOCATION'])) ? $user->lang['LOCATION'] : '{ LOCATION }')); ?>: </b></td>
|
---|
41 | <td class="row2"><input class="post" type="text" name="location" size="30" maxlength="100" value="<?php echo (isset($this->_rootref['LOCATION'])) ? $this->_rootref['LOCATION'] : ''; ?>" /></td>
|
---|
42 | </tr>
|
---|
43 | <tr>
|
---|
44 | <td class="row1" width="35%"><b class="genmed"><?php echo ((isset($this->_rootref['L_OCCUPATION'])) ? $this->_rootref['L_OCCUPATION'] : ((isset($user->lang['OCCUPATION'])) ? $user->lang['OCCUPATION'] : '{ OCCUPATION }')); ?>: </b></td>
|
---|
45 | <td class="row2"><textarea class="post" name="occupation" rows="3" cols="30"><?php echo (isset($this->_rootref['OCCUPATION'])) ? $this->_rootref['OCCUPATION'] : ''; ?></textarea></td>
|
---|
46 | </tr>
|
---|
47 | <tr>
|
---|
48 | <td class="row1" width="35%"><b class="genmed"><?php echo ((isset($this->_rootref['L_INTERESTS'])) ? $this->_rootref['L_INTERESTS'] : ((isset($user->lang['INTERESTS'])) ? $user->lang['INTERESTS'] : '{ INTERESTS }')); ?>: </b></td>
|
---|
49 | <td class="row2"><textarea class="post" name="interests" rows="3" cols="30"><?php echo (isset($this->_rootref['INTERESTS'])) ? $this->_rootref['INTERESTS'] : ''; ?></textarea></td>
|
---|
50 | </tr>
|
---|
51 | <?php if ($this->_rootref['S_BIRTHDAYS_ENABLED']) { ?>
|
---|
52 | <tr>
|
---|
53 | <td class="row1" width="35%"><b class="genmed"><?php echo ((isset($this->_rootref['L_BIRTHDAY'])) ? $this->_rootref['L_BIRTHDAY'] : ((isset($user->lang['BIRTHDAY'])) ? $user->lang['BIRTHDAY'] : '{ BIRTHDAY }')); ?>: </b><br /><span class="gensmall"><?php echo ((isset($this->_rootref['L_BIRTHDAY_EXPLAIN'])) ? $this->_rootref['L_BIRTHDAY_EXPLAIN'] : ((isset($user->lang['BIRTHDAY_EXPLAIN'])) ? $user->lang['BIRTHDAY_EXPLAIN'] : '{ BIRTHDAY_EXPLAIN }')); ?></span></td>
|
---|
54 | <td class="row2"><span class="genmed"><?php echo ((isset($this->_rootref['L_DAY'])) ? $this->_rootref['L_DAY'] : ((isset($user->lang['DAY'])) ? $user->lang['DAY'] : '{ DAY }')); ?>:</span> <select name="bday_day"><?php echo (isset($this->_rootref['S_BIRTHDAY_DAY_OPTIONS'])) ? $this->_rootref['S_BIRTHDAY_DAY_OPTIONS'] : ''; ?></select> <span class="genmed"><?php echo ((isset($this->_rootref['L_MONTH'])) ? $this->_rootref['L_MONTH'] : ((isset($user->lang['MONTH'])) ? $user->lang['MONTH'] : '{ MONTH }')); ?>:</span> <select name="bday_month"><?php echo (isset($this->_rootref['S_BIRTHDAY_MONTH_OPTIONS'])) ? $this->_rootref['S_BIRTHDAY_MONTH_OPTIONS'] : ''; ?></select> <span class="genmed"><?php echo ((isset($this->_rootref['L_YEAR'])) ? $this->_rootref['L_YEAR'] : ((isset($user->lang['YEAR'])) ? $user->lang['YEAR'] : '{ YEAR }')); ?>:</span> <select name="bday_year"><?php echo (isset($this->_rootref['S_BIRTHDAY_YEAR_OPTIONS'])) ? $this->_rootref['S_BIRTHDAY_YEAR_OPTIONS'] : ''; ?></select></td>
|
---|
55 | </tr>
|
---|
56 | <?php } $_profile_fields_count = (isset($this->_tpldata['profile_fields'])) ? sizeof($this->_tpldata['profile_fields']) : 0;if ($_profile_fields_count) {for ($_profile_fields_i = 0; $_profile_fields_i < $_profile_fields_count; ++$_profile_fields_i){$_profile_fields_val = &$this->_tpldata['profile_fields'][$_profile_fields_i]; ?>
|
---|
57 | <tr>
|
---|
58 | <td class="row1" width="35%">
|
---|
59 | <b class="genmed"><?php echo $_profile_fields_val['LANG_NAME']; ?>: </b>
|
---|
60 | <?php if ($_profile_fields_val['S_REQUIRED']) { ?><b>*</b><?php } if ($_profile_fields_val['LANG_EXPLAIN']) { ?><br /><span class="gensmall"><?php echo $_profile_fields_val['LANG_EXPLAIN']; ?></span><?php } ?>
|
---|
61 | </td>
|
---|
62 | <td class="row2"><?php echo $_profile_fields_val['FIELD']; if ($_profile_fields_val['ERROR']) { ?><br /><span class="gensmall error"><?php echo $_profile_fields_val['ERROR']; ?></span><?php } ?></td>
|
---|
63 | </tr>
|
---|
64 | <?php }} ?>
|
---|
65 | <tr>
|
---|
66 | <td class="cat" colspan="2" align="center"><?php echo (isset($this->_rootref['S_HIDDEN_FIELDS'])) ? $this->_rootref['S_HIDDEN_FIELDS'] : ''; ?><input class="btnmain" type="submit" name="submit" value="<?php echo ((isset($this->_rootref['L_SUBMIT'])) ? $this->_rootref['L_SUBMIT'] : ((isset($user->lang['SUBMIT'])) ? $user->lang['SUBMIT'] : '{ SUBMIT }')); ?>" /> <input class="btnlite" type="reset" value="<?php echo ((isset($this->_rootref['L_RESET'])) ? $this->_rootref['L_RESET'] : ((isset($user->lang['RESET'])) ? $user->lang['RESET'] : '{ RESET }')); ?>" name="reset" /></td>
|
---|
67 | </tr>
|
---|
68 | </table>
|
---|
69 |
|
---|
70 | <?php $this->_tpl_include('ucp_footer.html'); ?>
|
---|