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.

51 lines
2.6 KiB

  1. <table class="maintable" width="<?= TABLES_WIDTH; ?>">
  2. <tr>
  3. <td width="245" class="beam" valign="top" align="center">
  4. <? echo $skin['lavatar']; ?>
  5. </td>
  6. <td width="497" class="fitem" rowspan="4" valign="top">
  7. <span class="fstandard">
  8. <? echo $skin['lstat']; ?>: <img src="images/<?= $skin['stat']?>" alt="online"><br>
  9. <? echo $skin['lregdate']; ?>: <b><? echo $skin['regdate']; ?></b><br>
  10. <? echo $skin['llastvisit']; ?>: <b><? echo $skin['lastvisit']; ?></b><br>
  11. <? echo $skin['luposts']; ?>: <b><? echo $skin['posts']; ?></b>; <b><? echo $skin['prposts']; ?>%</b> <? echo $skin['lpalf'];?><br>
  12. <? echo $skin['linterests']; ?>: <b> <? echo $skin['interests']; ?></b><br>
  13. <? echo $skin['luserrank']; ?>: <b><? echo $skin['userrank']; ?></b><br>
  14. <? if ($forum_config['allow_warns'] && $forum_config['warns_in_topic']) { ?>
  15. <? echo $skin['lwarns']; ?>: <a href="warns.php?mode=view&amp;id=<?= $skin['u_id']; ?>" class="fstandard" style="color: <?= $skin['warncolor']; ?>"><b><? echo $skin['warnlevel']; ?>%</b></a><br>
  16. <? } ?>
  17. <a href="search.php?content=userposts&amp;u=<?= $skin['u_id']; ?>" class="fstandard"><b><?=$skin['show_topics']?></b></a>
  18. </span>
  19. </td>
  20. </tr>
  21. <tr>
  22. <td width="245" class="fitem" align="center"><? echo $skin['avatar']; ?></td>
  23. </tr>
  24. <tr>
  25. <td width="245" class="beam">
  26. <? echo $skin['lcontact']; ?>
  27. </td>
  28. </tr>
  29. <tr>
  30. <td width="245" class="fitem" align="center">
  31. <a href="pms.php?mode=write&amp;id=<? echo $skin['u_id']; ?>"><img border="0" src="skins/subPurple/images/lng_<? echo $skin['lang']; ?>/pm.gif" onMouseOver="this.style.cursor='hand'; this.src='skins/<?= $default_skin; ?>/images/lng_<?= $default_lang; ?>/pm_active.gif'"�
  32. onMouseOut="this.src='skins/<?= $default_skin; ?>/images/lng_<?= $default_lang; ?>/pm.gif'" alt="pm"></a><br />
  33. <? echo $skin['user_gg']; ?><br />
  34. <? echo $skin['user_email']; ?><br />
  35. </tr>
  36. </table>
  37. <span class="fverysmall">&nbsp;</span>
  38. <table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
  39. <tr>
  40. <td width="17" style="background-image: url('skins/subPurple/images/td_beam_left.gif')"></td>
  41. <td height="14" class="beam" style="background-image: url('skins/subPurple/images/td_beam_top.gif')"><?= $skin['lsig']; ?></td>
  42. <td width="17" style="background-image: url('skins/subPurple/images/td_beam_right.gif')"></td>
  43. </tr>
  44. </table>
  45. <table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
  46. <tr>
  47. <td colspan="2" class="fitem" valign="top">
  48. <span class="fstandard"><? echo $skin['sig']; ?>&nbsp;</span>
  49. </td>
  50. </tr>
  51. </table>