Browse Source

template reFresh added

git-svn-id: https://svn.pioder.pl/uf-svn/uF@41 72ec579a-5ced-4fa4-82f3-afba5d98df2f
master
pioder 12 years ago
parent
commit
9e15e3a6d8
21 changed files with 858 additions and 0 deletions
  1. +1
    -0
      skins/reFresh/blank.tpl
  2. +189
    -0
      skins/reFresh/eprofile_body.tpl
  3. +16
    -0
      skins/reFresh/forum_body.tpl
  4. +15
    -0
      skins/reFresh/forum_end_body.tpl
  5. +1
    -0
      skins/reFresh/index_body.tpl
  6. +29
    -0
      skins/reFresh/index_forum_add.tpl
  7. +34
    -0
      skins/reFresh/login_body.tpl
  8. +7
    -0
      skins/reFresh/overall_footer.tpl
  9. +2
    -0
      skins/reFresh/pms_folder_end_body.tpl
  10. +6
    -0
      skins/reFresh/pms_folder_item_body.tpl
  11. +56
    -0
      skins/reFresh/pms_new_body.tpl
  12. +345
    -0
      skins/reFresh/skin.css
  13. +5
    -0
      skins/reFresh/topic_body.tpl
  14. +15
    -0
      skins/reFresh/topic_end_body.tpl
  15. +11
    -0
      skins/reFresh/topic_mod_body.tpl
  16. +62
    -0
      skins/reFresh/topic_post_body.tpl
  17. +10
    -0
      skins/reFresh/users_end_body.tpl
  18. +7
    -0
      skins/reFresh/users_item_add_body.tpl
  19. +13
    -0
      skins/reFresh/warns_view_body.tpl
  20. +10
    -0
      skins/reFresh/warns_view_end_body.tpl
  21. +24
    -0
      skins/reFresh/wyzz_style.css

+ 1
- 0
skins/reFresh/blank.tpl View File

@ -0,0 +1 @@

+ 189
- 0
skins/reFresh/eprofile_body.tpl View File

@ -0,0 +1,189 @@
<? 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>

+ 16
- 0
skins/reFresh/forum_body.tpl View File

@ -0,0 +1,16 @@
<? if (substr($_SERVER['SCRIPT_NAME'],-9)=='forum.php') {?>
<div style="width: 100%; text-align: left">
<? echo $skin['ntopic']; ?>
</div>
<? } ?>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
<tr>
<td width="17" style="background-image: url('skins/reFresh/images/td_beam_left.gif')"></td>
<td height="14" width="520" class="beam" style="background-image: url('skins/reFresh/images/td_beam_top.gif')"><? echo $skin['ltopicname']; ?> </td>
<td height="14" width="130" class="beam" style="background-image: url('skins/reFresh/images/td_beam_top.gif')"><? echo $skin['lauthor']; ?> </td>
<td height="14" width="62" class="beam" style="background-image: url('skins/reFresh/images/td_beam_top.gif')"><? echo $skin['lposts']; ?> </td>
<td height="14" class="beam" style="background-image: url('skins/reFresh/images/td_beam_top.gif')"><? echo $skin['llastpost']; ?> </td>
<td width="17" style="background-image: url('skins/reFresh/images/td_beam_right.gif')"></td>
</tr>
</table>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">

+ 15
- 0
skins/reFresh/forum_end_body.tpl View File

@ -0,0 +1,15 @@
<? echo $skin['noposts']; ?>
</table>
<div style="width: 100%; text-align: left">
<? echo $skin['ntopic']; ?>
</div>
<div style="width: 100%; text-align: right">
<span class="fsmall"><?=$skin['lpage']; ?>:
<select name="page" onchange="location='forum.php?f=<?= $skin['f_id']; ?>&amp;page='+(this.value)">
<?= $skin['option_pages']; ?>
</select>
<?= $skin['lwith']; ?> <?= $skin['lpages']; ?>
</span>
</div>

+ 1
- 0
skins/reFresh/index_body.tpl View File

@ -0,0 +1 @@

+ 29
- 0
skins/reFresh/index_forum_add.tpl View File

@ -0,0 +1,29 @@
<!-- pool of "<?= $skin['forum_name']; ?>" -->
<div id="forum_<?= $skin['forum_id']; ?>" style="height:40px;">
<div style="width: <?= (0.7*(TABLES_WIDTH-10)); ?>; float: left; height: 100%; display: table-cell; vertical-align: middle" class="forum_item">
<a href="forum.php?f=<?= $skin['forum_id']; ?>" class="sect"><?= $skin['forum_name']; ?></a><br>
<span class="desc"><?=$skin['description']; ?></span>
</div>
<div style="width: <?= (0.07*(TABLES_WIDTH-10)); ?>; float: left; height: 100%;" class="forum_item">
<span style="text-align: center" class="fstandard"><b><?= $skin['posts']; ?></b></span>
</div>
<div style="width: <?= (0.19*(TABLES_WIDTH-10)); ?>; float: left; height: 100%;" class="forum_item">
<?= $skin['lastpost']; ?>
</div>
</div>
<!--
<tr>
<td class="fitem" width="30" height="30" align="center" valign="center" onMouseOver="set_color(this);" onMouseOut="unset_color(this);">
<td width="565" height="1" class="fitem" onMouseOver="set_color(this);" onMouseOut="unset_color(this);">
<a href="forum.php?f=<? echo $skin['forum_id']; ?>" class="sect"><? echo $skin['forum_name']; ?></a><br>
<span class="desc"><? echo $skin['description']; ?></span>
</td>
<td width="48" height="1" class="fitem" onMouseOver="set_color(this);" onMouseOut="unset_color(this);">
<span style="text-align: center" class="fstandard"><b><? echo $skin['posts']; ?></b></span>
</td>
<td width="129" height="1" class="fitem" onMouseOver="set_color(this);" onMouseOut="unset_color(this);">
<? echo $skin['lastpost']; ?>
</td>
</tr>
-->

+ 34
- 0
skins/reFresh/login_body.tpl View File

@ -0,0 +1,34 @@
<form action="login.php?mode=login" method="post">
<?= $skin['msg']; ?>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
<tr>
<td width="17" style="background-image: url('skins/reFresh/images/td_beam_left.gif')" class="beam"></td>
<td height="14" class="beam" style="background-image: url('skins/reFresh/images/td_beam_top.gif')"><?= $skin['mainpage']; ?> </td>
<td width="17" style="background-image: url('skins/reFresh/images/td_beam_right.gif')" class="beam"></td>
</tr>
</table>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
<tr>
<td align="right" width="40%" class="fitem" valign="top" align="right" style="border-width: 0px;">
<span class="fstandard"><b><? echo $skin['user']; ?>: </b></span>&nbsp;
</td>
<td align="left" class="fitem" valign="top" style="border-width: 0px;">
<input type="text" name="user" value="<?= $_POST['user']; ?>" size="25" /><br>
</td>
</tr>
<tr>
<td align="right" class="fitem" valign="top" style="border-width: 0px;">
<span class="fstandard"><b><? echo $skin['lpass']; ?>: </b></span>&nbsp;
</td>
<td align="left" class="fitem" valign="top" style="border-width: 0px;">
<input type="password" name="pass" size="25" />
</td>
</tr>
<tr>
<td align="center" class="fitem" colspan="2" valign="top" style="border-width: 0px;"><a href="?mode=forgotpassword" class="fsmall"> <b> <?= $skin['lforgotpass']; ?></b></a></td>
</tr>
<tr>
<td align="center" class="fitem" colspan="2" valign="top" style="border-width: 0px;"><input class="fbutton" type="submit" value="<?= $skin['llog_in']; ?>"></td>
</tr>
</table>
</form>

+ 7
- 0
skins/reFresh/overall_footer.tpl View File

@ -0,0 +1,7 @@
<div id="footer">
<?= FOOTER_TEXT; ?>
</div>
</div>
</body>
</html>

+ 2
- 0
skins/reFresh/pms_folder_end_body.tpl View File

@ -0,0 +1,2 @@
<? echo $skin['nomsgs']; ?>
</table>

+ 6
- 0
skins/reFresh/pms_folder_item_body.tpl View File

@ -0,0 +1,6 @@
<tr>
<td width="7" class="fitem" align="center"><span class="fstandard"><? echo $skin['mid']; ?></span></td>
<td width="340" class="fitem" align="center"><a href="pms.php?mode=view&amp;submode=<? echo $skin['mode']; ?>&amp;id=<? echo $skin['mid']; ?>" class="fstandard"><? echo $skin['name']; ?></a></td>
<td width="110" class="fitem" align="center"><a href="user.php?id=<? echo $skin['nuid']; ?>" class="fstandard"><? echo $skin['author']; ?></a></td>
<td width="110" class="fitem" align="center"><span class="fstandard"><b><? echo $skin['date']; ?></b></span></td>
</tr>

+ 56
- 0
skins/reFresh/pms_new_body.tpl View File

@ -0,0 +1,56 @@
<?php include $msg; ?>
<form method="POST" action="<? echo $_SERVER['REQUEST_URI']; ?>" name="form_dsf">
<table class="maintable" width="<?= TABLES_WIDTH; ?>" 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" style="background-image: url('skins/reFresh/images/td_beam_top.gif')"><?php echo $skin['lwritemsg']; ?></td>
<td width="17" style="background-image: url('skins/reFresh/images/td_beam_right.gif')"></td>
</tr>
</table>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
<tr>
<td class="fitem">
<p align="right"><span class="fsmall"><b><?php echo $skin['luser']; ?>:&nbsp;</b></span>
</td>
<td class="fitem">
<input type="text" name="username" style="width:200px" value="<?php echo $_POST['username']; ?>" />
</td>
</tr>
<tr>
<td class="fitem">
<p align="right"><span class="fsmall"><b><?php echo $skin['lmsgname']; ?>:&nbsp;</b></span>
</td>
<td class="fitem">
<input type="text" name="nmsg" style="width:400px" value="<?php echo $_POST['nmsg']; ?>" />
</td>
</tr>
</table>
<span class="fverysmall">&nbsp;</span>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
<tr>
<td width="17" style="background-image: url('skins/reFresh/images/td_beam_left.gif')"></td>
<td height="14" width="116" class="beam" style="background-image: url('skins/reFresh/images/td_beam_top.gif')"><?php echo $skin['lsmiles']; ?></td>
<td class="beam" style="background-image: url('skins/reFresh/images/td_beam_top.gif')">Post</td>
<td width="17" style="background-image: url('skins/reFresh/images/td_beam_right.gif')"></td>
</tr>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
<tr>
<td width="116" height="115" class="fitem" align="center" valign="top"><br> <? echo $skin['smiles']; ?> </td>
<td width="43%" height="116" class="fitem" align="center" valign="top">
<p align="left"><span class="fstandard"><b><?php echo $skin['lmsg']; ?>:</b></span><br>
<textarea name="textedit" id="textedit" rows="10" cols="52"><?php echo $_POST['textedit']; ?></textarea><br>
<script language="JavaScript">
make_wyzz('textedit');
</script>
<span class="fsmall"><i><b><?= $skin['lsentbox_full']; ?></b></i></span>
</td>
</tr>
<tr>
<td height="19" colspan="2" class="fitem" align="center">
<input type="submit" class="fbutton" value="<?php echo $skin['lsave']; ?>" />&nbsp;
<input type="reset" class="fbutton" value="<?php echo $skin['lreset']; ?>" />
</td>
</tr>
</table>
</form>

+ 345
- 0
skins/reFresh/skin.css View File

@ -0,0 +1,345 @@
/*
// reFresh skin parameters
*/
a:hover
{
text-decoration: underline; color : navy;
}
/* beam */
.beam
{
color: #800000;
font-family: Verdana;
font-size: 9pt;
font-weight: bold;
background-color: #C6D1FB;
text-align: center;
background-image: url('images/td_beam.jpg');
}
/* body class */
.body
{
background-color: #E8E8FF;
font-family: Verdana;
}
.category_box
{
border-style: solid;
border-width: 1px;
margin: 0 auto;
border-color: #040074;
}
.category_beam
{
background-color: orange;
color: #FFFFFF;
height: 30px;
line-height:30px;
font-size: 12px;
font-weight: bold;
background-image: url('images/category_beam.gif');
}
.category_beam span
{
margin-left: 20px;
}
/* style category */
.category
{
color: #FFFFFF;
font-family: Verdana;
font-size: 12px;
font-weight: bold;
}
/* main div */
#container {
width: 600px;
margin: 0 auto;
border-style: solid;
border-color: #040074;
border-width: 3px;
background-color: #E1E7FD;
}
/* description forum */
.desc
{
color: #434354;
font-family: Verdana;
font-size: 8pt;
}
/* footer */
#footer {
background-color: #757ebe;
font-family: Verdana;
font-size: 8pt;
color: #FFFFFF;
text-decoration: none;
text-align: center;
}
#footer a:hover {
text-decoration: underline;
}
#footer a:visited {
color: #FFFFFF;
text-decoration: none;
}
/* heading forum - main title */
h1 {
color: navy;
font-family: Verdana;
font-size: 36pt;
font-weight: bold;
line-height: 10px;
}
h2 {
color: #434354;
font-family: Verdana;
font-size: 12px;
text-decoration: none;
font-weight: bold;
font-style: italic;
}
/* main */
.main
{
color: #7D96F7;
font-family: Verdana;
font-size: 12px;
font-weight: bold;
}
/* standard error font*/
.ferror
{
color: red;
font-family: Verdana;
font-size: 9pt;
font-weight: bold;
}
/* forum item */
.fitem
{
background-color: #E1E7FD;
/* border-width : 1pt;
border-color: #CCCCFF;
border-collapse: collapse;
border-style: solid; */
}
/* main menu link*/
.flink
{
color: #000080;
font-family: Verdana;
font-size: 10pt;
font-weight: bold;
text-decoration: none;
}
.forum_item
{
background-color: #fffc94;
border-width : 1pt;
border-color: #f0e323;
border-collapse: collapse;
border-style: solid;
}
/* small font */
.fsmall
{
color: #434354;
font-family: Verdana;
font-size: 8pt;
text-decoration: none;
}
/* standard font */
.fstandard
{
color: #434354;
font-family: Verdana;
font-size: 9pt;
text-decoration: none;
}
/* very small font */
.fverysmall
{
color: #434354;
font-family: Verdana;
font-size: 9px;
text-decoration: none;
}
/* button class */
input.fbutton
{
background-color: #CCCCFF;
font-weight: bold;
cursor: pointer;
color: #800000;
}
input:hover
{
background-color: lightyellow;
}
#logo {
width: 20%;
float: left;
margin: 0 auto;
padding: 0px;
text-align: center;
height: 135px;
}
/* main table forum(header, footer) */
.maintable
{
border-width : 1.5pt;
border-color: #CCCCFF;
border-collapse: collapse;
border-style: solid;
}
#menu {
height: 50px;
background-image: url('images/button_beam.gif');
margin 0 auto;
}
#menu_list {
margin: 0 auto;
text-align: center;
position: relative;
width: 783px;
}
#menu ul {
margin: 0 auto;
padding: 0;
list-style: none;
line-height: normal;
position: absolute;
}
#menu li {
display: inline;
font-family: Verdana;
color: #FFFFFF;
}
#menu a {
display: block;
float: left;
height: 50px;
padding: 15px 30px 0 30px;
text-decoration: none;
color: #FFFFFF;
font-family: Verdana;
font-size: 12px;
font-weight: bold;
}
#menu .current_page_item a {
background: url(images/img03.gif) no-repeat center bottom;
}
/* mesage forum */
.message {
z-index: 100;
border-width : 0pt;
border-color: #CCCCFF;
border-collapse: collapse;
border-style: solid;
background-color: #CCCCFF;
font-family: Verdana;
font-size: 9pt;
font-weight: bold;
}
/* moderate options */
.moderate
{
background-color: #D9E0FD;
text-align: center;
}
.navigator {
color: navy;
text-decoration: none;
font-size: 12px;
font-weight: bold;
}
/* section forum */
.sect
{
color: #434354;
font-family: Verdana;
font-size: 10pt;
font-weight: bold;
text-decoration: none;
}
/* table post error */
.tableerror
{
border-width : 1pt;
border-color: #CCCCFF;
border-collapse: collapse;
border-style: solid;
background-color: #CCCCFF;
font-family: Verdana;
font-size: 9pt;
text-align: center;
font-weight: bold;
}
/* quote text */
.textquote
{
font-family: Verdana;
font-size: 9pt;
font-style: italic;
}
#title {
float: right;
width: 80%;
margin: 0 auto;
text-align: center;
height: 135px;
position: relative;
}
#top_header {
height: 135px;
position: relative;
background-image: url('images/header_background.gif');
}
#userpanel {
text-align: right;
}

+ 5
- 0
skins/reFresh/topic_body.tpl View File

@ -0,0 +1,5 @@
<div align="left" style="width: 100%">
<? echo $skin['lreply']; ?>
<span class="fsmall">&nbsp;</span>
</div>

+ 15
- 0
skins/reFresh/topic_end_body.tpl View File

@ -0,0 +1,15 @@
<table class="maintable" style="border-width: 0px" width="<?= TABLES_WIDTH; ?>">
<tr>
<td rowspan="2" width="<?= (TABLES_WIDTH-100); ?>"><? echo $skin['lreply']; ?></td>
<? include $skin['functions_moderate']; ?>
</tr>
</table>
<span class="fverysmall">&nbsp;</span>
<div align="right" style="width: 100%">
<span class="fsmall"><?=$skin['lpage']; ?>:
<select name="page" onchange="location='topic.php?t=<?= $tid; ?>&amp;page='+(this.value)">
<?= $skin['option_pages']; ?>
</select>
<?= $skin['lwith']; ?> <?= $skin['lpages']; ?>
</span>
</div>

+ 11
- 0
skins/reFresh/topic_mod_body.tpl View File

@ -0,0 +1,11 @@
<td width="100" height="3" class="beam"><?= $skin['lmod']; ?></td>
</tr>
<tr>
<td width="100" height="29" class="moderate">
<?= $skin['stick']; ?>
<a href="javascript:confirm_action('<?= $skin['c_delete_topic']; ?>','moderate.php?action=delete&amp;id=<?= $tid; ?>')"><img border="0" src="skins/reFresh/images/delete.gif" alt="delete"></a>
<?= $skin['lock']; ?>
<a href="moderate.php?action=move&amp;id=<?= $tid; ?>">
<img border="0" src="skins/reFresh/images/move.gif" alt="move">
</a>
</td>

+ 62
- 0
skins/reFresh/topic_post_body.tpl View File

@ -0,0 +1,62 @@
<!-- post id #<?= $skin['tp_id'];?> -->
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
<tr>
<td width="17" style="background-image: url('skins/reFresh/images/td_beam_left.gif')"></td>
<td width="100" id="p<? echo $skin['tp_id']; ?>" height="14" class="beam" align="center" style="background-image: url('skins/reFresh/images/td_beam_top.gif')"></td>
<td width="<?= (TABLES_WIDTH -244); ?>" height="14" class="beam" align="center" style="background-image: url('skins/reFresh/images/td_beam_top.gif')"><?= $skin['lpost']?></td>
<td width="110" height="15" class="beam" align="center" style="background-image: url('skins/reFresh/images/td_beam_top.gif')"><? echo $skin['L.p_info']; ?></td>
<td width="17" style="background-image: url('skins/reFresh/images/td_beam_right.gif')"></td>
</tr>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
<tr>
<td width="116" height="1" class="fitem" align="center" rowspan="<?= $skin['rowspan']; ?>" valign="top">
<a href="user.php?id=<? echo $skin['u_id']; ?>" class="fsmall"><? echo $skin['username']; ?></a><br>
<? echo $skin['avatar']; ?><br><br><br>
</td>
<td width="<?= (TABLES_WIDTH -264); ?>" height="76" class="fitem" align="left" colspan="3" rowspan="<?= $skin['rowspan']; ?>" valign="top">
<p align="left"><span class="fstandard"><? echo $skin['posttext']; ?></span><p class="fsmall" align="left"><? echo $skin['sig']; ?></p></p>
</td>
<td width="148" height="22" class="fitem" align="center" valign="top">
<span class="fsmall">Post <? echo $skin['L.no']; ?> </span>
<a href="#p<? echo $skin['tp_id']; ?>" class="fsmall"><b>#<? echo $skin['tp_id']; ?></b></a><br>
<span class="fsmall"><? echo $skin['L.date']; ?>: <b><? echo $skin['pdate']; ?></b></span><br>
<span class="fsmall"><?= $skin['warns_pool']; ?></span>
</td>
</tr>
<tr>
<td width="148" class="fitem" align="center" valign="top">
<a href="posting.php?mode=qpost&amp;id=<? echo $skin['p_id']; ?>&amp;t=<? echo $tid; ?>"><img border="0" src="skins/reFresh/images/lng_<? echo $skin['lang']; ?>/quote_small.gif" width="48" onMouseOver="this.style.cursor='hand'; this.src='skins/<?= $default_skin; ?>/images/lng_<?= $default_lang; ?>/quote_small_active.gif'"
onMouseOut="this.src='skins/<?= $default_skin; ?>/images/lng_<?= $default_lang; ?>/quote_small.gif'" alt="quote"></a><br>
<? echo $skin['edit']; ?>
<? echo $skin['user_gg']; ?>
<a href="pms.php?mode=write&amp;id=<? echo $skin['u_id']; ?>"><img src="skins/reFresh/images/lng_<? echo $skin['lang']; ?>/pm_small.gif" onMouseOver="this.style.cursor='hand'; this.src='skins/<?= $default_skin; ?>/images/lng_<?= $default_lang; ?>/pm_small_active.gif'"
onMouseOut="this.src='skins/<?= $default_skin; ?>/images/lng_<?= $default_lang; ?>/pm_small.gif'" border="0" alt="pw"></a><br>
<img src="images/user_agent/<?= $skin['ua_system']; ?>" alt="<?= $skin['ua_system_desc']; ?>" title="<?= $skin['ua_system_desc']; ?>"> <img src="images/user_agent/<?= $skin['ua_browser']; ?>" alt="<?= $skin['ua_browser_desc']; ?>" title="<?= $skin['ua_browser_desc']; ?>">
</td>
</tr>
<? if ($_SESSION['uid']>0) { if(RANK>0) {?>
<tr>
<td height="40" colspan="3" class="fitem" align="center" valign="top">
<div style="background-color: #FFFF99">
<span class="fsmall"><b><?= $skin['admin'];?></b><br></span>
<span class="fsmall"><?= $skin['L.IP']; ?></span>
<? echo $skin['mode_p_del']; ?>
<a href="warns.php?mode=add&id=<?= $skin['u_id']; ?>" class="fsmall" style="color: green"><?= $skin['add_warn']; ?></a><br>
<? if (RANK==2) { ?>
<a href="admin/admin_users.php?mode=edit&amp;id=<?= $skin['u_id']; ?>" class="fsmall" style="color: red"><?= $skin['edit_profile']; ?></a><br>
<a href="admin/banlist.php?mode=add&amp;submode=all&amp;ip=<?= $skin['IP']; ?>&amp;uid=<?= $skin['u_id']; ?>" class="fsmall" style="color: red"><?= $skin['ban']; ?></a><br>
</div>
<? }?>
</td>
</tr>
<? } }?>
<tr>
<td width="116" height="1" class="fitem" align="center"><span class="fsmall"><?= $skin['lstat']; ?>: </span><img src="images/<?= $skin['online']?>" alt="online"></span></td>
<td width="105" height="1" class="fitem" align="center"><span class="fsmall"><? echo $skin['lposts']; ?>: <b><? echo $skin['posts']; ?></b></span></td>
<td width="153" height="1" class="fitem" align="center"><span class="fsmall"><? echo $skin['lregdate']; ?>: <b><? echo $skin['regdate']; ?></b></span></td>
<td width="228" height="1" class="fitem" align="center"><span class="fsmall"><? echo $skin['llastvisit']; ?>: <b><? echo $skin['lastvisit']; ?></b></span></td>
<td width="142" height="1" class="fitem" align="center"><span class="fsmall"><? echo $skin['userrank']; ?></span></td>
</tr>
</table>
<span class="fverysmall">&nbsp;<br></span>
<!-- end of post id #<?= $skin['tp_id'];?> -->

+ 10
- 0
skins/reFresh/users_end_body.tpl View File

@ -0,0 +1,10 @@
</table>
<div align="right" style="width: <?= TABLES_WIDTH; ?>">
<span class="fsmall"><?=$skin['lpage']; ?>:
<select name="page" onchange="location='users.php?page='+(this.value)">
<?= $skin['option_pages']; ?>
</select>
<?= $skin['lwith']; ?> <?= $skin['lpages']; ?>
</span>
</div>
</form>

+ 7
- 0
skins/reFresh/users_item_add_body.tpl View File

@ -0,0 +1,7 @@
<tr>
<td class="fitem" align="center" onMouseOver="set_color(this);" onMouseOut="unset_color(this);"><span class="fsmall"><b><? echo $skin['id']; ?></b></span></td>
<td class="fitem" align="center" onMouseOver="set_color(this);" onMouseOut="unset_color(this);"><a href="user.php?id=<? echo $skin['id']; ?>" class="fsmall"><? echo $skin['uname']; ?></a></td>
<td class="fitem" align="center" onMouseOver="set_color(this);" onMouseOut="unset_color(this);"><span class="fsmall"><b><? echo $skin['regdate']; ?></b></span></td>
<td class="fitem" align="center" onMouseOver="set_color(this);" onMouseOut="unset_color(this);"><span class="fsmall"><b><? echo $skin['lastvisit']; ?></b></span></td>
<td class="fitem" width="60" align="center" onMouseOver="set_color(this);" onMouseOut="unset_color(this);"><span class="fsmall"><b><? echo $skin['posts']; ?></b></span></td>
</tr>

+ 13
- 0
skins/reFresh/warns_view_body.tpl View File

@ -0,0 +1,13 @@
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
<tr>
<td width="17" style="background-image: url('skins/reFresh/images/td_beam_left.gif')"></td>
<td class="beam" style="background-image: url('skins/reFresh/images/td_beam_top.gif')">
<p align="center"><?= $skin['lvalue']; ?>
</td>
<td class="beam" style="background-image: url('skins/reFresh/images/td_beam_top.gif')">
<p align="center"><?= $skin['lmotive']; ?>
</td>
<td width="17" style="background-image: url('skins/reFresh/images/td_beam_right.gif')"></td>
</tr>
</table>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">

+ 10
- 0
skins/reFresh/warns_view_end_body.tpl View File

@ -0,0 +1,10 @@
<? echo $skin['no_elements']; ?>
</table>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width:0px">
<tr>
<? echo $skin['add']; ?>
<td width="620" colspan="2" height="16" align="right">
<span class="fstandard"><? echo $skin['lall_warns'];?>: <? echo $skin['all_warns'];?></span>
</td>
</tr>
</table>

+ 24
- 0
skins/reFresh/wyzz_style.css View File

@ -0,0 +1,24 @@
/* WYSIWYG EDITOR */
/* Toolbar */
.toolbar { border: 1px solid #999999; height: 24px; background-image: url('images/td_editor.jpg'); background-color:#cccccc; }
.wyzz_alleditor { display: block; border:1px #aaa solid; width:520px; background:#e0e0e0; padding:2px;position:relative;}
.wyzz_alleditor div { display:block;}
/* Command Buttons */
.button { width: 20px; height: 20px; border: 1px solid transparent; margin: 0px; padding: 0px; background: transparent; }
.closebutton { float:right; padding: 2px; }
.buttonOver { width: 20px; height: 20px; border: 1px solid #999999; margin: 0px; padding: 0px; }
.separator { width: 2px; border-left: 1px solid #eeeeee; margin: 0px; padding: 0px; }
/* others */
.colorpicker, .colorbackpicker, .fontpicker, .headerpicker, .helpbox, .linkdialog { position:absolute; width: 216px; background:#eee; display:block; padding:0px; margin-top:0px; border:1px #555 solid;line-height:1.4}
.specialpicker { position:absolute; width: 216px; background:#eee; display:block; padding-top:20px;padding-left:20px; margin-top:0px; border:1px #555 solid;line-height:1.4}
.help {margin: 10px; font: 12px bold verdana,helvetica,arial,sans-serif black; text-align:center }
.help h4 {font: 18px bold verdana,helvetica,arial,sans-serif black; padding-top:10px}
.colorpicker a, .colorbackpicker a { border:1px #fff solid; height:10px; width:10px; font-size:0.01em; display:block;float:left; margin-right:0px;}
.colorpicker a:hover, .colorbackpicker a:hover { border:1px #f00 solid;}
.fontpicker a, .headerpicker a { color:#333;text-decoration:none;background:#eee;}
.fontpicker a:hover, .headerpicker a:hover, .specialpicker a:hover { color: #666 }
.specialpicker a { color:#333;font-family:arial;text-decoration:none;background:#eee;height:13px; width:12px;font-size:14px}
.charbutton { width:12px;height:14px; }

Loading…
Cancel
Save