A lightweight forum engine written in PHP. Repository is now obsolete and read-only. http://www.pioder.pl/uforum.html
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

189 lines
9.6 KiB

<? include $msg; ?>
<form method="POST" action="eprofile.php" name="form_dsf" enctype="multipart/form-data">
<table width="<?= TABLES_WIDTH; ?>" class="maintable" style="border-width: 0px">
<tr>
<td width="17" style="background-image: url('skins/reFresh/images/td_beam_left.gif')"></td>
<td height="14" class="beam" onclick="javascript:showhide()" style="background-image: url('skins/reFresh/images/td_beam_top.gif')"><? echo $skin['lovpr']; ?> </td>
<td width="17" style="background-image: url('skins/reFresh/images/td_beam_right.gif')"></td>
</tr>
</table>
<table width="<?= TABLES_WIDTH; ?>" class="maintable" style="border-top: 0px">
<tr>
<td width="179" class="fitem" height="26"><span class="fsmall"><b><? echo $skin['lnick']; ?>:</b></span></td>
<td width="553" class="fitem" height="26"><span class="fsmall"><? echo $skin['nick']; ?></span></td>
</tr>
<tr>
<td width="179" class="fitem" height="21"><span class="fsmall"><b><? echo $skin['lpass']; ?>:</b></span></td>
<td width="553" class="fitem" height="21">
<input type="password" name="password" size="45" /></td>
</tr>
<tr>
<td width="179" class="fitem" height="21"><span class="fsmall"><b><? echo $skin['lnewpass']; ?>:</b></span></td>
<td width="553" class="fitem" height="21">
<input type="password" name="newpassword" size="45" /></td>
</tr>
<tr>
<td width="179" class="fitem" height="21"><span class="fsmall"><b><? echo $skin['lcpass']; ?>:</b></span></td>
<td width="553" class="fitem" height="21">
<input type="password" name="confirmpassword" size="45" /></td>
</tr>
<tr>
<td width="179" class="fitem" height="21"><span class="fsmall"><b><? echo $skin['lemail']; ?>:</b></span></td>
<td width="553" class="fitem" height="21">
<input type="text" name="email" value="<? echo $skin['email']; ?>" size="45" /></td>
</tr>
</table>
<span class="fsmall">&nbsp;<br></span>
<table width="<?= TABLES_WIDTH; ?>" class="maintable" style="border-width: 0px">
<tr>
<td width="17" style="background-image: url('skins/reFresh/images/td_beam_left.gif')"></td>
<td height="14" class="beam" onclick="javascript:showhide()" style="background-image: url('skins/reFresh/images/td_beam_top.gif')"><? echo $skin['lupr']; ?> </td>
<td width="17" style="background-image: url('skins/reFresh/images/td_beam_right.gif')"></td>
</tr>
</table>
<table width="<?= TABLES_WIDTH; ?>" class="maintable" style="border-top: 0px">
<tr>
<td width="179" class="fitem" height="21"><span class="fsmall"><b><? echo $skin['lgg']; ?>:</b></span></td>
<td width="553" class="fitem" height="21">
<input type="text" name="ggnumber" value="<? echo $skin['gg']; ?>" size="19" maxlength="7" /></td>
</tr>
<tr>
<td width="179" class="fitem" height="21"><span class="fsmall"><b><? echo $skin['linterests']; ?>:</b></span></td>
<td width="553" class="fitem" height="21">
<input type="text" name="interests" value="<? echo $skin['interests']; ?>" size="46" maxlength="100" /></td>
</tr>
<tr>
<td width="179" class="fitem" height="21"><span class="fsmall"><b><? echo $skin['lallow_shoutbox']; ?>:</b></span></td>
<td width="553" class="fitem" height="21">
<input type="checkbox" name="allow_shoutbox" <? echo $skin['allow_shoutbox']; ?> size="46" />
<span class="fsmall"><b><?= $skin['allow']; ?></b></span>
</td>
</tr>
<tr>
<td width="179" class="fitem" height="21"><span class="fsmall"><b><? echo $skin['lallow_gg']; ?>:</b></span></td>
<td width="553" class="fitem" height="21"><input type="radio" name="allow_gg" value="1" <? echo $skin['option_yes_gg']; ?> />
<span class="fsmall"><? echo $skin['yes']; ?></span>&nbsp;&nbsp;
<input type="radio" name="allow_gg" value="0" <? echo $skin['option_no_gg']; ?> /><span class="fsmall"><? echo $skin['no']; ?></span></td>
</tr>
<tr>
<td width="179" class="fitem" height="3"><span class="fsmall"><b><? echo $skin['lallow_email']; ?>:</b></span></td>
<td width="553" class="fitem" height="3"><input type="radio" name="allow_email" value="1" <? echo $skin['option_yes_email']; ?> />
<span class="fsmall"><? echo $skin['yes']; ?></span>&nbsp;&nbsp;
<input type="radio" name="allow_email" value="0" <? echo $skin['option_no_email']; ?> /><span class="fsmall"><? echo $skin['no']; ?></span></td>
</tr>
<tr>
<td width="179" class="fitem" height="21"><span class="fsmall"><b><? echo $skin['lallow_qr']; ?>:</b></span></td>
<td width="553" class="fitem" height="21"><input type="radio" name="allow_qr" value="1" <? echo $skin['option_yes_qr']; ?> />
<span class="fsmall"><? echo $skin['yes']; ?></span>&nbsp;&nbsp;
<input type="radio" name="allow_qr" value="0" <? echo $skin['option_no_qr']; ?> /><span class="fsmall"><? echo $skin['no']; ?></span></td>
</tr>
<tr>
<td class="fitem" width="179" height="19">
<span class="fsmall"><b><?= $skin['L.topics_in_forum']; ?>:&nbsp;&nbsp;</b></span>
</td>
<td class="fitem" width="553" height="19">
<select name="limit_ftid" style="width: 150px">
<option value="-1"><?= $skin['L.select_value']; ?></option>
<option value="-1"></option>
<?= $skin['OPTIONS.limit_ftid']; ?>
</select>
</td>
</tr>
<tr>
<td class="fitem" width="179" height="19">
<span class="fsmall"><b><?= $skin['L.posts_in_topic']; ?>:&nbsp;&nbsp;</b></span>
</td>
<td class="fitem" width="553" height="19">
<select name="limit_tpid" style="width: 150px">
<option value="-1"><?= $skin['L.select_value']; ?></option>
<option value="-1"></option>
<?= $skin['OPTIONS.limit_tpid']; ?>
</select>
</td>
</tr>
<tr>
<td class="fitem" width="179" height="19">
<span class="fsmall"><b><?= $skin['L.limit_users']; ?>:&nbsp;&nbsp;</b></span>
</td>
<td class="fitem" width="553" height="19">
<select name="limit_users" style="width: 150px">
<option value="-1"><?= $skin['L.select_value']; ?></option>
<option value="-1"></option>
<?= $skin['OPTIONS.limit_users']; ?>
</select>
</td>
</tr>
<tr>
<td width="179" class="fitem" height="21"><span class="fsmall"><b><? echo $skin['ldefault_lang']; ?>:</b></span></td>
<td width="553" class="fitem" height="21">
<select name="default_lang" style="width: 150px">
<option value="-1"><?= $skin['l2default_lang']; ?></option>
<option value="-1"></option>
<?= $skin['default_lang']; ?>
</select>
</td>
</tr>
<tr>
<td width="179" class="fitem" height="21"><span class="fsmall"><b><? echo $skin['ldefault_skin']; ?>:</b></span></td>
<td width="553" class="fitem" height="21">
<select name="default_skin" style="width: 150px">
<option value="-1"><?= $skin['l2default_skin']; ?></option>
<option value="-1"></option>
<?= $skin['default_skin']; ?>
</select></td>
</tr>
</table>
<span class="fsmall">&nbsp;<br></span>
<table width="<?= TABLES_WIDTH; ?>" class="maintable" style="border-width: 0px">
<tr>
<td width="17" style="background-image: url('skins/reFresh/images/td_beam_left.gif')"></td>
<td height="14" class="beam" onclick="javascript:showhide()" style="background-image: url('skins/reFresh/images/td_beam_top.gif')"><? echo $skin['lspr']; ?> </td>
<td width="17" style="background-image: url('skins/reFresh/images/td_beam_right.gif')"></td>
</tr>
</table>
<table width="<?= TABLES_WIDTH; ?>" class="maintable" style="border-top: 0px">
<tr>
<td width="179" class="fitem" height="100"><span class="fsmall"><b><? echo $skin['lsig']; ?>:</b></span></td>
<td width="553" class="fitem" class="fitem" height="100">
<textarea name="sig" id="sig" rows="6" cols="35"><? echo $skin['sig']; ?></textarea>
<script language="JavaScript" type="text/javascript">
make_wyzz('sig');
</script>
</td>
</tr>
</table>
<span class="fsmall">&nbsp;<br></span>
<table width="<?= TABLES_WIDTH; ?>" class="maintable" style="border-width: 0px">
<tr>
<td width="17" style="background-image: url('skins/reFresh/images/td_beam_left.gif')"></td>
<td height="14" class="beam" onclick="javascript:showhide()" style="background-image: url('skins/reFresh/images/td_beam_top.gif')"><? echo $skin['lapr']; ?> </td>
<td width="17" style="background-image: url('skins/reFresh/images/td_beam_right.gif')"></td>
</tr>
</table>
<table width="<?= TABLES_WIDTH; ?>" class="maintable" style="border-top: 0px">
<tr>
<td width="179" class="fitem"><span class="fsmall"><b><? echo $skin['lavaddr']; ?>:</b></span></td>
<td width="553" class="fitem">
<input type="text" name="avatar" value="<? echo $skin['avatar']; ?>" size="46" maxlength="100" />
</td>
</tr>
<?if ($forum_config['allow_upload_avatars']) { ?>
<tr>
<td width="179" class="fitem"><span class="fsmall"><b><? echo $skin['lavfile']; ?>:</b></span></td>
<td width="553" class="fitem">
<input type="hidden" name="MAX_FILE_SIZE" value="<?= $forum_config['max_av_filesize']; ?>">
<input type="file" name="avatar_file">
</td>
</tr>
<? } ?>
<tr>
<td width="578" class="fitem"colspan="2" align="center">
<input type="submit" name="submit" value="<? echo $skin['lsubmit']; ?>" class="fbutton" />&nbsp;
<input type="reset" value="<? echo $skin['lreset']; ?>" name="reset" class="fbutton" />
</td>
</tr>
</table>
</form>