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.
 
 
 
 
 
 

42 lines
1.6 KiB

<center>
<div align="center" style="width: <?= (TABLES_WIDTH+40); ?>px; background-color: #F1F3FE">
<div align="center" style="width: <?= TABLES_WIDTH; ?>px;">
<div align="left" style="width: <?= TABLES_WIDTH; ?>px;">
<br>
<span class="pa_sect"><?= $skin['L.smilelist']?></span><br>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
<tr>
<td width="17" style="background-image: url('template/images/td_beam_left.gif')"></td>
<td class="beam" style="background-image: url('template/images/td_beam_top.gif')">
<p align="center"><?= $skin['L.edit_smile']; ?>
</td>
<td width="17" style="background-image: url('template/images/td_beam_right.gif')"></td>
</tr>
</table>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
<!-- edit word ( ":)", etc. ) --->
<tr>
<td align="right" class="fitem">
<span class="fstandard"><b><?php echo $skin['L.smile']; ?>:</b></span>
</td>
<td class="fitem">
<input type="text" name="word" style="width: 200px" value="<?= $_POST['word']; ?>">
</td>
</tr>
<!-- edit smile url -->
<tr>
<td align="right" class="fitem">
<span class="fstandard"><b><?php echo $skin['L.url']; ?>:</b></span>
</td>
<td class="fitem">
<input type="text" name="url" style="width: 200px" value="<?= $_POST['url']; ?>">
</td>
</tr>
<tr>
<td height="20" class="fitem" align="center" valign="top" colspan="2">
<input type="submit" class="fbutton" value="<?php echo $skin['L.save']; ?>" />&nbsp;
<input type="reset" class="fbutton" value="<?php echo $skin['L.clear']; ?>" />&nbsp;
</td>
</tr>
</table>
</form>