Added files - test
git-svn-id: https://svn.pioder.pl/uf-svn/uF@11 72ec579a-5ced-4fa4-82f3-afba5d98df2f
1
skins/subPurple/blank.tpl
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
189
skins/subPurple/eprofile_body.tpl
Normal 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/subPurple/images/td_beam_left.gif')"></td>
|
||||
<td height="14" class="beam" onclick="javascript:showhide()" style="background-image: url('skins/subPurple/images/td_beam_top.gif')"><? echo $skin['lovpr']; ?> </td>
|
||||
<td width="17" style="background-image: url('skins/subPurple/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"> <br></span>
|
||||
|
||||
|
||||
<table width="<?= TABLES_WIDTH; ?>" class="maintable" style="border-width: 0px">
|
||||
<tr>
|
||||
<td width="17" style="background-image: url('skins/subPurple/images/td_beam_left.gif')"></td>
|
||||
<td height="14" class="beam" onclick="javascript:showhide()" style="background-image: url('skins/subPurple/images/td_beam_top.gif')"><? echo $skin['lupr']; ?> </td>
|
||||
<td width="17" style="background-image: url('skins/subPurple/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>
|
||||
<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>
|
||||
<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>
|
||||
<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']; ?>: </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']; ?>: </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']; ?>: </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"> <br></span>
|
||||
<table width="<?= TABLES_WIDTH; ?>" class="maintable" style="border-width: 0px">
|
||||
<tr>
|
||||
<td width="17" style="background-image: url('skins/subPurple/images/td_beam_left.gif')"></td>
|
||||
<td height="14" class="beam" onclick="javascript:showhide()" style="background-image: url('skins/subPurple/images/td_beam_top.gif')"><? echo $skin['lspr']; ?> </td>
|
||||
<td width="17" style="background-image: url('skins/subPurple/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"> <br></span>
|
||||
|
||||
<table width="<?= TABLES_WIDTH; ?>" class="maintable" style="border-width: 0px">
|
||||
<tr>
|
||||
<td width="17" style="background-image: url('skins/subPurple/images/td_beam_left.gif')"></td>
|
||||
<td height="14" class="beam" onclick="javascript:showhide()" style="background-image: url('skins/subPurple/images/td_beam_top.gif')"><? echo $skin['lapr']; ?> </td>
|
||||
<td width="17" style="background-image: url('skins/subPurple/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" />
|
||||
<input type="reset" value="<? echo $skin['lreset']; ?>" name="reset" class="fbutton" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
16
skins/subPurple/forum_body.tpl
Normal 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/subPurple/images/td_beam_left.gif')"></td>
|
||||
<td height="14" width="418" class="beam" style="background-image: url('skins/subPurple/images/td_beam_top.gif')"><? echo $skin['ltopicname']; ?> </td>
|
||||
<td height="14" width="110" class="beam" style="background-image: url('skins/subPurple/images/td_beam_top.gif')"><? echo $skin['lauthor']; ?> </td>
|
||||
<td height="14" width="58" class="beam" style="background-image: url('skins/subPurple/images/td_beam_top.gif')"><? echo $skin['lposts']; ?> </td>
|
||||
<td height="14" class="beam" style="background-image: url('skins/subPurple/images/td_beam_top.gif')"><? echo $skin['llastpost']; ?> </td>
|
||||
<td width="17" style="background-image: url('skins/subPurple/images/td_beam_right.gif')"></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
|
||||
15
skins/subPurple/forum_end_body.tpl
Normal 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']; ?>&page='+(this.value)">
|
||||
<?= $skin['option_pages']; ?>
|
||||
</select>
|
||||
<?= $skin['lwith']; ?> <?= $skin['lpages']; ?>
|
||||
</span>
|
||||
</div>
|
||||
17
skins/subPurple/forum_forum_add.tpl
Normal file
@@ -0,0 +1,17 @@
|
||||
<tr>
|
||||
<td width="20" height="16" align="center" class="fitem" onMouseOver="set_color(this);" onMouseOut="unset_color(this);">
|
||||
<img src="skins/subPurple/images/<?= $skin['new_post']; ?>.gif" width="17" height="18" alt="folder">
|
||||
</td>
|
||||
<td width="430" height="19" class="fitem" onMouseOver="set_color(this);" onMouseOut="unset_color(this);">
|
||||
<a href="topic.php?t=<? echo $skin['t_id']; ?>" class="fstandard"><? echo $skin['fname']; ?></a>
|
||||
</td>
|
||||
<td width="110" align="center" height="19" class="fitem" onMouseOver="set_color(this);" onMouseOut="unset_color(this);">
|
||||
<? echo $skin['author']; ?>
|
||||
</td>
|
||||
<td width="59" height="19" class="fitem" onMouseOver="set_color(this);" onMouseOut="unset_color(this);">
|
||||
<p align="center" class="fstandard"><? echo $skin['tposts']; ?></p>
|
||||
</td>
|
||||
<td width="133" colspan="2" align="center" height="19" class="fitem" onMouseOver="set_color(this);" onMouseOut="unset_color(this);">
|
||||
<? echo $skin['lastpost']; ?>
|
||||
</td>
|
||||
</tr>
|
||||
8
skins/subPurple/group_add_body.tpl
Normal file
@@ -0,0 +1,8 @@
|
||||
<table class="maintable" width="<?= TABLES_WIDTH; ?>">
|
||||
<tr>
|
||||
<td class="fitem">
|
||||
<a href="groups.php?mode=view&id=<?= $skin['g_id']; ?>"><span class="fstandard"><b><?= $skin['name']; ?></b></span></a><br>
|
||||
<span class="fsmall"><?= $skin['desc']; ?></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
19
skins/subPurple/group_view_head_body.tpl
Normal file
@@ -0,0 +1,19 @@
|
||||
<form method="POST" action="groups.php?mode=view&id=<?php echo $skin['g_id']; ?>" name="form_dsf">
|
||||
<div align="left" style="width: <? TABLES_WIDTH; ?>">
|
||||
<span class="fstandard"><b><?= $skin['name']; ?></b></span><br>
|
||||
<span class="fsmall"><?= $skin['desc']; ?></span>
|
||||
</div>
|
||||
<div align="center" style="width: <? TABLES_WIDTH; ?>">
|
||||
<?= $skin['moderate']; ?>
|
||||
</div>
|
||||
<span class="fverysmall"> </span>
|
||||
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
|
||||
<tr>
|
||||
<td width="17" style="background-image: url('skins/subPurple/images/td_beam_left.gif')"></td>
|
||||
<td height="14" class="beam" width="300" style="background-image: url('skins/subPurple/images/td_beam_top.gif')"><?php echo $skin['luname']; ?></td>
|
||||
<td height="14" width="180" class="beam" style="background-image: url('skins/subPurple/images/td_beam_top.gif')"><?php echo $skin['lregdate']; ?></td>
|
||||
<td height="14" width="233" class="beam" style="background-image: url('skins/subPurple/images/td_beam_top.gif')"><?php echo $skin['llastvisit']; ?></td>
|
||||
<td height="14" class="beam" style="background-image: url('skins/subPurple/images/td_beam_top.gif')"><?php echo $skin['lposts']; ?></td>
|
||||
<td width="19" style="background-image: url('skins/subPurple/images/td_beam_right.gif')"></td>
|
||||
</tr>
|
||||
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
|
||||
BIN
skins/subPurple/images/Thumbs.db
Normal file
BIN
skins/subPurple/images/body_bg.gif
Normal file
|
After Width: | Height: | Size: 45 B |
BIN
skins/subPurple/images/delete.gif
Normal file
|
After Width: | Height: | Size: 911 B |
BIN
skins/subPurple/images/delete_small.gif
Normal file
|
After Width: | Height: | Size: 634 B |
BIN
skins/subPurple/images/delete_small_active.gif
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
skins/subPurple/images/dsf_logo.gif
Normal file
|
After Width: | Height: | Size: 9.4 KiB |
BIN
skins/subPurple/images/email.gif
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
skins/subPurple/images/email_active.gif
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
skins/subPurple/images/favicon.ico
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
skins/subPurple/images/folder_new_posts.gif
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
skins/subPurple/images/folder_no_new_posts.gif
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
skins/subPurple/images/gg.gif
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
skins/subPurple/images/gg_active.gif
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
skins/subPurple/images/gg_small.gif
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
skins/subPurple/images/gg_small_active.gif
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
15
skins/subPurple/images/index.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<title>Untitled</title>
|
||||
<meta http-equiv="refresh" content="0; url=../../../index.php" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p>
|
||||
|
||||
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
BIN
skins/subPurple/images/lng_Polish/Thumbs.db
Normal file
BIN
skins/subPurple/images/lng_Polish/edit_small.gif
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
skins/subPurple/images/lng_Polish/edit_small_active.gif
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
skins/subPurple/images/lng_Polish/inbox.gif
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
skins/subPurple/images/lng_Polish/inbox_active.gif
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
15
skins/subPurple/images/lng_Polish/index.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<title>Untitled</title>
|
||||
<meta http-equiv="refresh" content="0; url=../../../index.php" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p>
|
||||
|
||||
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
BIN
skins/subPurple/images/lng_Polish/lock.gif
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
skins/subPurple/images/lng_Polish/newmsg.gif
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
skins/subPurple/images/lng_Polish/newmsg_active.gif
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
skins/subPurple/images/lng_Polish/pm.gif
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
skins/subPurple/images/lng_Polish/pm_active.gif
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
skins/subPurple/images/lng_Polish/pm_small.gif
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
skins/subPurple/images/lng_Polish/pm_small_active.gif
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
skins/subPurple/images/lng_Polish/quote_small.gif
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
skins/subPurple/images/lng_Polish/quote_small_active.gif
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
skins/subPurple/images/lng_Polish/reply.gif
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
skins/subPurple/images/lng_Polish/reply_active.gif
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
skins/subPurple/images/lng_Polish/sentbox.gif
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
skins/subPurple/images/lng_Polish/sentbox_active.gif
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
skins/subPurple/images/lng_Polish/topic.gif
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
skins/subPurple/images/lng_Polish/topic_active.gif
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
skins/subPurple/images/lock.gif
Normal file
|
After Width: | Height: | Size: 900 B |
BIN
skins/subPurple/images/move.gif
Normal file
|
After Width: | Height: | Size: 881 B |
BIN
skins/subPurple/images/stick.gif
Normal file
|
After Width: | Height: | Size: 910 B |
BIN
skins/subPurple/images/td_beam.jpg
Normal file
|
After Width: | Height: | Size: 333 B |
BIN
skins/subPurple/images/td_beam_left.gif
Normal file
|
After Width: | Height: | Size: 648 B |
BIN
skins/subPurple/images/td_beam_right.gif
Normal file
|
After Width: | Height: | Size: 648 B |
BIN
skins/subPurple/images/td_beam_top.gif
Normal file
|
After Width: | Height: | Size: 139 B |
BIN
skins/subPurple/images/td_category.jpg
Normal file
|
After Width: | Height: | Size: 697 B |
BIN
skins/subPurple/images/td_category_left.gif
Normal file
|
After Width: | Height: | Size: 985 B |
BIN
skins/subPurple/images/td_category_right.gif
Normal file
|
After Width: | Height: | Size: 664 B |
BIN
skins/subPurple/images/td_editor.jpg
Normal file
|
After Width: | Height: | Size: 407 B |
BIN
skins/subPurple/images/unlock.gif
Normal file
|
After Width: | Height: | Size: 890 B |
BIN
skins/subPurple/images/unstick.gif
Normal file
|
After Width: | Height: | Size: 899 B |
BIN
skins/subPurple/images/wyzz/Thumbs.db
Normal file
BIN
skins/subPurple/images/wyzz/backcolor.gif
Normal file
|
After Width: | Height: | Size: 894 B |
BIN
skins/subPurple/images/wyzz/bold.gif
Normal file
|
After Width: | Height: | Size: 76 B |
BIN
skins/subPurple/images/wyzz/close.gif
Normal file
|
After Width: | Height: | Size: 56 B |
BIN
skins/subPurple/images/wyzz/copy.gif
Normal file
|
After Width: | Height: | Size: 381 B |
BIN
skins/subPurple/images/wyzz/cut.gif
Normal file
|
After Width: | Height: | Size: 353 B |
BIN
skins/subPurple/images/wyzz/downsize.gif
Normal file
|
After Width: | Height: | Size: 88 B |
BIN
skins/subPurple/images/wyzz/font.gif
Normal file
|
After Width: | Height: | Size: 908 B |
BIN
skins/subPurple/images/wyzz/forecolor.gif
Normal file
|
After Width: | Height: | Size: 174 B |
BIN
skins/subPurple/images/wyzz/headers.gif
Normal file
|
After Width: | Height: | Size: 930 B |
BIN
skins/subPurple/images/wyzz/help.gif
Normal file
|
After Width: | Height: | Size: 930 B |
BIN
skins/subPurple/images/wyzz/htmlmode.gif
Normal file
|
After Width: | Height: | Size: 79 B |
BIN
skins/subPurple/images/wyzz/indent.gif
Normal file
|
After Width: | Height: | Size: 90 B |
15
skins/subPurple/images/wyzz/index.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<title>Untitled</title>
|
||||
<meta http-equiv="refresh" content="0; url=../../../index.php" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p>
|
||||
|
||||
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
BIN
skins/subPurple/images/wyzz/inserthorizontalrule.gif
Normal file
|
After Width: | Height: | Size: 852 B |
BIN
skins/subPurple/images/wyzz/insertimage.gif
Normal file
|
After Width: | Height: | Size: 625 B |
BIN
skins/subPurple/images/wyzz/insertorderedlist.gif
Normal file
|
After Width: | Height: | Size: 84 B |
BIN
skins/subPurple/images/wyzz/insertunorderedlist.gif
Normal file
|
After Width: | Height: | Size: 83 B |
BIN
skins/subPurple/images/wyzz/italic.gif
Normal file
|
After Width: | Height: | Size: 79 B |
BIN
skins/subPurple/images/wyzz/justifycenter.gif
Normal file
|
After Width: | Height: | Size: 79 B |
BIN
skins/subPurple/images/wyzz/justifyfull.gif
Normal file
|
After Width: | Height: | Size: 120 B |
BIN
skins/subPurple/images/wyzz/justifyleft.gif
Normal file
|
After Width: | Height: | Size: 80 B |
BIN
skins/subPurple/images/wyzz/justifyright.gif
Normal file
|
After Width: | Height: | Size: 79 B |
BIN
skins/subPurple/images/wyzz/link.gif
Normal file
|
After Width: | Height: | Size: 342 B |
BIN
skins/subPurple/images/wyzz/outdent.gif
Normal file
|
After Width: | Height: | Size: 90 B |
BIN
skins/subPurple/images/wyzz/paste.gif
Normal file
|
After Width: | Height: | Size: 618 B |
BIN
skins/subPurple/images/wyzz/redo.gif
Normal file
|
After Width: | Height: | Size: 339 B |
BIN
skins/subPurple/images/wyzz/removeformat.gif
Normal file
|
After Width: | Height: | Size: 160 B |
BIN
skins/subPurple/images/wyzz/specialchar.gif
Normal file
|
After Width: | Height: | Size: 145 B |
BIN
skins/subPurple/images/wyzz/strikethrough.gif
Normal file
|
After Width: | Height: | Size: 80 B |
BIN
skins/subPurple/images/wyzz/subscript.gif
Normal file
|
After Width: | Height: | Size: 79 B |
BIN
skins/subPurple/images/wyzz/superscript.gif
Normal file
|
After Width: | Height: | Size: 79 B |
BIN
skins/subPurple/images/wyzz/underline.gif
Normal file
|
After Width: | Height: | Size: 87 B |
BIN
skins/subPurple/images/wyzz/undo.gif
Normal file
|
After Width: | Height: | Size: 334 B |
BIN
skins/subPurple/images/wyzz/upsize.gif
Normal file
|
After Width: | Height: | Size: 87 B |
15
skins/subPurple/index.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<title>Untitled</title>
|
||||
<meta http-equiv="refresh" content="0; url=../../index.php" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p>
|
||||
|
||||
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
6
skins/subPurple/index_body.tpl
Normal file
@@ -0,0 +1,6 @@
|
||||
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
|
||||
<tr>
|
||||
<td><span class="fstandard"><? echo $skin['loged_as']; ?>. <? echo $skin['lactual_time']; ?>: <b><? echo $skin['actual_time']; ?></b></span></td>
|
||||
<td><span class="fstandard"><? echo $skin['lyoure']; ?></span> <span class="fstandard"><b><? echo $skin['amsgs']; ?></b></span> <a href="pms.php?mode=folder&submode=inbox" class="fstandard"><? echo $skin['lpm_msgs']; ?></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
21
skins/subPurple/index_body_end.tpl
Normal file
@@ -0,0 +1,21 @@
|
||||
<div align="right"><a href="search.php?content=lastposts" class="fsmall"><b><?= $skin['showlastposts']; ?></b></a></div>
|
||||
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
|
||||
<tr>
|
||||
<td width="17" style="background-image: url('skins/subPurple/images/td_beam_left.gif')"></td>
|
||||
<td height="14" class="beam" style="background-image: url('skins/subPurple/images/td_beam_top.gif')"><? echo $skin['stat']; ?> </td>
|
||||
<td width="17" style="background-image: url('skins/subPurple/images/td_beam_right.gif')"></td>
|
||||
</tr>
|
||||
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
|
||||
<tr>
|
||||
<td width="<?= TABLES_WIDTH; ?>" height="47" colspan="2" valign="top">
|
||||
<span class="fstandard">
|
||||
<?= $skin['total_posts']; ?>. <br>
|
||||
<? echo $skin['registered_users']; ?>.<br>
|
||||
<?= $skin['lforum_counter']; ?><br>
|
||||
<? echo $skin['last_user']; ?><br>
|
||||
<?= $skin['group_users']; ?><br>
|
||||
<?= $skin['logged_users']; ?>:<br>
|
||||
<?= $skin['logged_users_list']; ?>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
14
skins/subPurple/index_category_add.tpl
Normal file
@@ -0,0 +1,14 @@
|
||||
<span class="fsmall"> <br></span>
|
||||
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
|
||||
<tr>
|
||||
<td width="14" height="7" style="background-image: url('skins/subPurple/images/td_category_left.gif')" class="category"> </td>
|
||||
<td height="7"class="category" style="background-image: url('skins/subPurple/images/td_category.jpg')"><? echo $skin['category']; ?></td>
|
||||
<td width="14" height="7" style="background-image: url('skins/subPurple/images/td_category_right.gif')" class="category"></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
|
||||
<tr>
|
||||
<td width="582" height="16" colspan="2" class="beam" ><? echo $skin['lforumname'];?></td>
|
||||
<td width="49" height="16" class="beam"><? echo $skin['lposts'];?></td>
|
||||
<td width="110" height="16" class="beam"><? echo $skin['llastposts'];?></td>
|
||||
</tr>
|
||||
14
skins/subPurple/index_forum_add.tpl
Normal file
@@ -0,0 +1,14 @@
|
||||
<tr>
|
||||
<td class="fitem" width="30" height="30" align="center" valign="center" onMouseOver="set_color(this);" onMouseOut="unset_color(this);">
|
||||
<img src="skins/subPurple/images/<?= $skin['new_post']; ?>.gif" alt="folder"></td>
|
||||
<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);">
|
||||
<p align="center" class="fstandard"><b><b><? echo $skin['posts']; ?></b></b></p>
|
||||
</td>
|
||||
<td width="129" height="1" class="fitem" onMouseOver="set_color(this);" onMouseOut="unset_color(this);">
|
||||
<? echo $skin['lastpost']; ?>
|
||||
</td>
|
||||
</tr>
|
||||
34
skins/subPurple/login_body.tpl
Normal 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/subPurple/images/td_beam_left.gif')" class="beam"></td>
|
||||
<td height="14" class="beam" style="background-image: url('skins/subPurple/images/td_beam_top.gif')"><?= $skin['mainpage']; ?> </td>
|
||||
<td width="17" style="background-image: url('skins/subPurple/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>
|
||||
</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>
|
||||
</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>
|
||||
18
skins/subPurple/message_body.tpl
Normal file
@@ -0,0 +1,18 @@
|
||||
<? include 'overall_header.tpl' ?>
|
||||
<br>
|
||||
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
|
||||
<tr>
|
||||
<td width="17" style="background-image: url('skins/subPurple/images/td_beam_left.gif')"></td>
|
||||
<td height="14" class="beam" style="background-image: url('skins/subPurple/images/td_beam_top.gif')"><?= $skin['mainpage']; ?> </td>
|
||||
<td width="17" style="background-image: url('skins/subPurple/images/td_beam_right.gif')"></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
|
||||
<tr>
|
||||
<td valign="center" align="center" class="fitem">
|
||||
<meta http-equiv="refresh" content="<?= $interval ?>; url=<? echo $skin['url']; ?>">
|
||||
<span class="fstandard"><? echo $skin['msg']; ?></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<? include 'overall_footer.tpl'; ?>
|
||||
24
skins/subPurple/move_topic_body.tpl
Normal file
@@ -0,0 +1,24 @@
|
||||
<form action="moderate.php?action=move&id=<?= $skin['t']; ?>" method="POST">
|
||||
<table width="<?= TABLES_WIDTH; ?>" class="maintable" style="border-width: 0px">
|
||||
<tr>
|
||||
<td width="17" style="background-image: url('skins/subPurple/images/td_beam_left.gif')" class="beam"></td>
|
||||
<td height="14" class="beam" onclick="javascript:showhide()" style="background-image: url('skins/subPurple/images/td_beam_top.gif')"> </td>
|
||||
<td width="17" style="background-image: url('skins/subPurple/images/td_beam_right.gif')" class="beam"></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table width="<?= TABLES_WIDTH; ?>" class="maintable" style="border-top: 0px">
|
||||
<tr>
|
||||
<td align="right" class="fitem" width="20%"><span class="fstandard"><b><?php echo $skin['L.select_forum']; ?>:</b></span></td>
|
||||
<td class="fitem" width="60%">
|
||||
<select name="forum_id">
|
||||
<?= $skin['OPTIONS.select_forum']; ?>
|
||||
</select>
|
||||
</td>
|
||||
<tr>
|
||||
<td width="738" height="20" class="fitem" align="center" valign="top" colspan="2">
|
||||
<input type="submit" class="fbutton" value="<?php echo $skin['L.save']; ?>" />
|
||||
<input type="submit" class="fbutton" value="<?php echo $skin['L.reset']; ?>" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||