new module creation
BIN
e107_themes/crahan/images/bullet2.gif
Normal file
After Width: | Height: | Size: 828 B |
BIN
e107_themes/crahan/images/logo1.png
Normal file
After Width: | Height: | Size: 49 KiB |
BIN
e107_themes/crahan/images/logo2.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
e107_themes/crahan/images/logo3.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
e107_themes/crahan/images/logo4.png
Normal file
After Width: | Height: | Size: 35 KiB |
0
e107_themes/crahan/index.html
Normal file
28
e107_themes/crahan/languages/English.php
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_themes/crahan/languages/English.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:35:47 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
define("LAN_THEME_1", "'CraHan' by <a href='http://e107.org' rel='external'>jalist</a>, based on the theme by CraHan at his homepage <a href='http://n00.be' rel='external'>n00.be</a>");
|
||||
define("LAN_THEME_2", "Comments are turned off for this item");
|
||||
define("LAN_THEME_3", "comment(s): ");
|
||||
define("LAN_THEME_4", "Read the rest ...");
|
||||
define("LAN_THEME_5", "Trackbacks: ");
|
||||
define("LAN_THEME_6", "Comment by");
|
||||
|
||||
|
||||
?>
|
BIN
e107_themes/crahan/preview.jpg
Normal file
After Width: | Height: | Size: 6.0 KiB |
493
e107_themes/crahan/style.css
Normal file
@@ -0,0 +1,493 @@
|
||||
|
||||
/* info: default stylesheet file for 'CraHan' theme */
|
||||
|
||||
body {
|
||||
background: #ccc;
|
||||
color: #000;
|
||||
font-family: verdana, arial, "lucida grande", sans-serif;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#wrapper {
|
||||
margin: 10px auto;
|
||||
width: 700px;
|
||||
}
|
||||
|
||||
#menu {
|
||||
float: right;
|
||||
width: 181px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.content {
|
||||
border: #444 2px solid;
|
||||
padding: 15px;
|
||||
font-size: 11px;
|
||||
background: #fff;
|
||||
color: #000;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.fixfuckedie {
|
||||
width: 100%
|
||||
}
|
||||
|
||||
#main {
|
||||
width: 504px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#sitebanner {
|
||||
border: #444 2px solid;
|
||||
padding: 0px;
|
||||
font-size: 11px;
|
||||
background: #fff;
|
||||
margin-bottom: 6px;
|
||||
color: #000;
|
||||
text-align: left;
|
||||
}
|
||||
#sitebanner img {
|
||||
display: block;
|
||||
border-bottom: #444 1px solid;
|
||||
}
|
||||
|
||||
#navbar {
|
||||
padding-right: 15px;
|
||||
padding-left: 15px;
|
||||
font-size: 11px;
|
||||
padding-bottom: 7px;
|
||||
padding-top: 7px;
|
||||
}
|
||||
|
||||
#navbar a {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
}
|
||||
#navbar a:active {
|
||||
text-decoration: none;
|
||||
}
|
||||
#navbar a:visited {
|
||||
text-decoration: none;
|
||||
}
|
||||
#navbar a:hover {
|
||||
color: #000; text-decoration:
|
||||
underline;
|
||||
}
|
||||
ul, ol {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#logo1 {
|
||||
position: relative;
|
||||
height: 90px;
|
||||
width: 500px;
|
||||
background-image: url('images/logo1.png');
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#logo2 {
|
||||
position: relative;
|
||||
height: 90px;
|
||||
width: 500px;
|
||||
background-image: url('images/logo2.png');
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#logo3 {
|
||||
position: relative;
|
||||
height: 90px;
|
||||
width: 500px;
|
||||
background-image: url('images/logo3.png');
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#logo4 {
|
||||
position: relative;
|
||||
height: 90px;
|
||||
width: 500px;
|
||||
background-image: url('images/logo4.png');
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.header {
|
||||
padding-right: 0px;
|
||||
padding-left: 0px;
|
||||
font-weight: bold;
|
||||
font-size: 11px;
|
||||
padding-bottom: 3px;
|
||||
margin: 0px 0px 10px;
|
||||
color: #444;
|
||||
padding-top: 0px;
|
||||
border-bottom: #444 1px dashed;
|
||||
}
|
||||
|
||||
|
||||
h3 {
|
||||
color: #444;
|
||||
font-weight: bold;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
.left {
|
||||
float: left;
|
||||
text-align: left;
|
||||
}
|
||||
.right {
|
||||
text-align: right;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.newssmalltext {
|
||||
font: 10px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
color:#5d6e75;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
.linkspage_button{
|
||||
vertical-align: middle;
|
||||
border:0px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
hr {
|
||||
border: 1px dotted #bbb;
|
||||
height: 1px;
|
||||
width: 92%;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
.smalltext {
|
||||
font: 9px tahoma, verdana, arial, helvetica, sans-serif;
|
||||
color:#5d6e75;
|
||||
}
|
||||
|
||||
.bodytable {
|
||||
padding: 2px;
|
||||
font: 11px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
color: #444;
|
||||
}
|
||||
|
||||
.button {
|
||||
border: #000 1px solid;
|
||||
color: #000;
|
||||
font: 9px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
text-align:center;
|
||||
background-image : url(images/button.png);
|
||||
}
|
||||
|
||||
.button a {
|
||||
color: #000;
|
||||
}
|
||||
.button a:hover {
|
||||
color: #0085b0;
|
||||
}
|
||||
|
||||
|
||||
a {
|
||||
color: #416eab;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:active {
|
||||
text-decoration: none;
|
||||
}
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
color: #416eab;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.smallblacktext {
|
||||
background: none;
|
||||
font: 10px tahoma, verdana, arial, helvetica, sans-serif;
|
||||
color:#000;
|
||||
}
|
||||
.indent{
|
||||
padding: 10px 10px 10px 10px;
|
||||
margin: 5px;
|
||||
font: 9px verdana, tahoma, arial, sans-serif;
|
||||
color: #838387;
|
||||
border: 1px solid #d6d6d6;
|
||||
}
|
||||
.defaulttext {
|
||||
background: none;
|
||||
font: 11px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
color:#000;
|
||||
}
|
||||
|
||||
td {
|
||||
font: 11px tahoma, verdana, arial, helvetica, sans-serif;
|
||||
color:#5d6e75;
|
||||
padding: 0px;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
font-family: verdana, tahoma, arial, helvetica, sans-serif;
|
||||
color:#7e96ac;
|
||||
border: 1px solid #d6d6d6;
|
||||
}
|
||||
.mediumtext {
|
||||
font: 11px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
color:#000;
|
||||
}
|
||||
|
||||
.tbox{
|
||||
background-color: #F4F7FA;
|
||||
border: #5e5d63 1px solid;
|
||||
color: #000000;
|
||||
font: 10px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.tbox.chatbox {
|
||||
width: 80%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.nextprev{
|
||||
background-color: #eaeef2;
|
||||
border: #000 1px solid;
|
||||
color: #000000;
|
||||
font: 9px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
text-align:center;
|
||||
padding : 2px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
form {
|
||||
margin: 2px 0px 0px 0px;
|
||||
}
|
||||
.spacer {
|
||||
padding: 2px 0 2px 0;
|
||||
}
|
||||
|
||||
.cspacer {
|
||||
padding: 6px 0 6px 0;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.border {
|
||||
border: #999 1px solid;
|
||||
background-color: #F0F1F1;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
|
||||
p {
|
||||
margin-top: 0px
|
||||
}
|
||||
|
||||
.fborder {
|
||||
border: #c1c1c1 1px solid;
|
||||
}
|
||||
.forumheader{
|
||||
background-color: #ced6db;
|
||||
font: 12px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
color:#000;
|
||||
padding: 4px;
|
||||
border: 1px solid #ececf2;
|
||||
}
|
||||
|
||||
.forumheader2{
|
||||
background-color: #EFEFEF;
|
||||
font: 12px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
color:#000;
|
||||
padding: 4px;
|
||||
border: #C3BDBD 1px solid;
|
||||
}
|
||||
|
||||
.forumheader3{
|
||||
background-color: #f3f3f7;
|
||||
font: 11px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
color:#000;
|
||||
padding: 4px;
|
||||
border: #ececf2 1px solid;
|
||||
}
|
||||
|
||||
.forumborder{
|
||||
border: #000080 1px solid;
|
||||
}
|
||||
|
||||
.fcaption {
|
||||
border: #f0f2f4 1px solid;
|
||||
padding: 2px 0 2px 0;
|
||||
background-color: #f9fafb;
|
||||
font: 12px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
color:#616060;
|
||||
}
|
||||
|
||||
.finfobar{
|
||||
background-color: #CCC8C8;
|
||||
color:#000;
|
||||
padding: 4px;
|
||||
border: 1px solid #C3BDBD;
|
||||
font-style:normal;
|
||||
font-variant:normal;
|
||||
font-weight:normal;
|
||||
font-size:11px;
|
||||
font-family:verdana, tahoma, arial, helvetica, sans-serif
|
||||
}
|
||||
|
||||
.helpbox {
|
||||
color:#000;
|
||||
font: 9px tahoma, verdana, arial, helvetica, sans-serif;
|
||||
border: 0px none red;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.nforumholder {
|
||||
border: 1px solid #345487;
|
||||
padding: 0px;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.nforumcaption {
|
||||
background-image: url(images/nforumcaption.png);
|
||||
padding: 8px 4px 8px 4px;
|
||||
font: 12px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.nforumcaption2 {
|
||||
background-image: url(images/nforumcaption2.png);
|
||||
padding: 8px 0px 8px 4px;
|
||||
font: 10px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
color: #000;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.nforumcaption3 {
|
||||
border: 1px solid #fff;
|
||||
padding: 4px;
|
||||
background-color: #E4EAF2;
|
||||
font: 12px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.nforumthread {
|
||||
border: 1px solid #fff;
|
||||
padding: 4px;
|
||||
background-color: #EEF2F7;
|
||||
font: 10px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.nforumthread2 {
|
||||
border: 1px solid #fff;
|
||||
padding: 4px;
|
||||
background-color: #D1DCEB;
|
||||
font: 10px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.nforumreplycaption {
|
||||
border: 1px solid #fff;
|
||||
padding: 4px;
|
||||
background-color: #E2EDF2;
|
||||
font: 12px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.nforumreply {
|
||||
border: 1px solid #fff;
|
||||
padding: 4px;
|
||||
background-color: #EDF4F7;
|
||||
font: 10px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.nforumreply2 {
|
||||
border: 1px solid #fff;
|
||||
padding: 4px;
|
||||
background-color: #CFE0EB;
|
||||
font: 10px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
}
|
||||
.nforumdisclaimer {
|
||||
font: 9px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
color:#5d6e75;
|
||||
}
|
||||
|
||||
.nforumview1 {
|
||||
border: 1px solid #fff;
|
||||
padding: 4px;
|
||||
background-color: #E4EAF2;
|
||||
font: 10px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.nforumview2 {
|
||||
border: 1px solid #fff;
|
||||
padding: 4px;
|
||||
background-color: #DFE6EF;
|
||||
font: 10px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.nforumview3 {
|
||||
padding: 4px;
|
||||
background-color: #BCD0ED;
|
||||
font: 10px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
color: #263448;
|
||||
}
|
||||
|
||||
.nforumview4 {
|
||||
padding: 4px;
|
||||
background-color: #E4EAF2;
|
||||
font: 9px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
color: #3A4F6C;
|
||||
}
|
||||
|
||||
a.forumlink{
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a.forumlink:hover {
|
||||
color: #bbb;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.treeclass1 {
|
||||
background-color: #F4F7FA;
|
||||
border: #5e5d63 1px solid;
|
||||
color: #000000;
|
||||
font: 9px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
padding: 2px 0px 2px 2px;
|
||||
}
|
||||
|
||||
.treeclass2 {
|
||||
background-color: #F4F7FA;
|
||||
border: #000 1px solid;
|
||||
color: #000000;
|
||||
font: 9px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
padding: 2px 0px 2px 2px;
|
||||
}
|
||||
|
||||
.treeclass3 {
|
||||
background-color: #F4F7FA;
|
||||
color: #000000;
|
||||
font: 9px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
padding: 1px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
#marqueecontainer{
|
||||
position: relative;
|
||||
height: 200px;
|
||||
overflow: hidden;
|
||||
}
|
134
e107_themes/crahan/theme.php
Normal file
@@ -0,0 +1,134 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_themes/crahan/theme.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:35:44 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
// [multilanguage]
|
||||
@include_once(e_THEME."crahan/languages/".e_LANGUAGE.".php");
|
||||
@include_once(e_THEME."crahan/languages/English.php");
|
||||
|
||||
// [theme]
|
||||
$themename = "CraHan";
|
||||
$themeversion = "1.0";
|
||||
$themeauthor = "Steve Dunstan [jalist]";
|
||||
$themeemail = "jalist@e107.org";
|
||||
$themewebsite = "http://e107.org";
|
||||
$themedate = "29/01/2005";
|
||||
$themeinfo = "Based on the theme by CraHan at his homepage <a href='http://n00.be' rel='external'>n00.be</a>, design used with permission.";
|
||||
define("STANDARDS_MODE", TRUE);
|
||||
$xhtmlcompliant = TRUE;
|
||||
$csscompliant = TRUE;
|
||||
define("IMODE", "lite");
|
||||
define("THEME_DISCLAIMER", "<br /><i>".LAN_THEME_1."</i>");
|
||||
|
||||
$logo = "logo".rand(1, 4);
|
||||
|
||||
// [layout]
|
||||
|
||||
$layout = "_default";
|
||||
|
||||
$HEADER = "
|
||||
<div id='wrapper'>
|
||||
<div id='menu'>
|
||||
<div class='content'>
|
||||
<div class='fixfuckedie'>
|
||||
{MENU=1}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id='main'>
|
||||
<div id='sitebanner'>
|
||||
<div id='{$logo}'><div class='smalltext' style='text-align: right; vertical-align: bottom;'>{SITENAME} </div></div>
|
||||
<div id='navbar'>
|
||||
{SITELINKS}
|
||||
</div>
|
||||
</div>
|
||||
<div class='content'>
|
||||
<div class='fixfuckedie'>
|
||||
";
|
||||
|
||||
$FOOTER = "
|
||||
</div>
|
||||
</div>
|
||||
<br />
|
||||
<br />
|
||||
<div class='smalltext' style='text-align: center;'>{SITEDISCLAIMER}</div>
|
||||
</div>
|
||||
</div>
|
||||
";
|
||||
|
||||
$NEWSSTYLE = "
|
||||
<div class='header'>
|
||||
<div class='left'>{STICKY_ICON} {NEWSTITLE}</div>
|
||||
<div class='right'>{NEWSDATE}</div>
|
||||
</div>
|
||||
<div class='bodytable' style='text-align:left'>
|
||||
{NEWSBODY}
|
||||
{EXTENDED}
|
||||
</div>
|
||||
<br />
|
||||
<div class='newssmalltext'>[ {NEWSAUTHOR} :: {NEWSCOMMENTS}{TRACKBACK} ]</div>
|
||||
<br />
|
||||
<br />";
|
||||
|
||||
define("ICONSTYLE", "float: left; border:0");
|
||||
define("COMMENTLINK", LAN_THEME_3);
|
||||
define("COMMENTOFFSTRING", LAN_THEME_2);
|
||||
define("PRE_EXTENDEDSTRING", "<br /><br />[ ");
|
||||
define("EXTENDEDSTRING", LAN_THEME_4);
|
||||
define("POST_EXTENDEDSTRING", " ]<br />");
|
||||
define("TRACKBACKSTRING", LAN_THEME_5);
|
||||
define("TRACKBACKBEFORESTRING", " :: ");
|
||||
|
||||
|
||||
// [linkstyle]
|
||||
|
||||
define('PRELINK', "");
|
||||
define('POSTLINK', " ::");
|
||||
define('LINKSTART', ":: ");
|
||||
define('LINKSTART_HILITE', ":: ");
|
||||
define('LINKEND', "");
|
||||
define('LINKDISPLAY', 1);
|
||||
define('LINKALIGN', "left");
|
||||
|
||||
|
||||
// [tablestyle]
|
||||
|
||||
function tablestyle($caption, $text, $mode)
|
||||
{
|
||||
echo "<div class='header'>{$caption}</div>\n{$text}\n<br /><br />\n";
|
||||
}
|
||||
|
||||
$COMMENTSTYLE = "
|
||||
<div style='padding-left: 25px;'>{COMMENT} {COMMENTEDIT}<br /><br />
|
||||
<div class='newssmalltext'>[ ".LAN_THEME_6." {USERNAME} :: {TIMEDATE} ]</div>
|
||||
</div>
|
||||
<br /><br />
|
||||
";
|
||||
|
||||
|
||||
$CHATBOXSTYLE = "
|
||||
<img src='".e_IMAGE_ABS."admin_images/chatbox_16.png' alt='' style='vertical-align: middle;' />
|
||||
<b>{USERNAME}</b>
|
||||
<div class='smalltext'>
|
||||
{MESSAGE}
|
||||
</div>
|
||||
<br />";
|
||||
|
||||
?>
|
295
e107_themes/e107v4a/forum_template.php
Normal file
@@ -0,0 +1,295 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_themes/e107v4a/forum_template.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:35:47 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$sc_style['ANON_IP']['pre'] = "<br /><span class='smalltext'>";
|
||||
$sc_style['ANON_IP']['post'] = "</span>";
|
||||
$location_tpl = (array_key_exists('user_location', $currentUser) ? "{USER_EXTENDED=location.text}: {USER_EXTENDED=location.value}" : "");
|
||||
|
||||
$FORUMSTART = "
|
||||
<table style='width:100%' class='nforumholder' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td colspan='2' class='nforumcaption'>{BACKLINK}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='nforumcaption2' colspan='2'>
|
||||
<table cellspacing='0' cellpadding='0' style='width:100%'>
|
||||
<tr>
|
||||
<td>{NEXTPREV}</td>
|
||||
<td style='text-align:right'> {TRACK} </td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
|
||||
<table style='width:100%'>
|
||||
<tr>
|
||||
<td style='width:60%'><div class='mediumtext'><img src='".e_PLUGIN."forum/images/lite/e.png' alt='' style='vertical-align:middle' /> <b>{THREADNAME}</b></div><br />{GOTOPAGES}</td>
|
||||
<td style='width:40%; text-align: right; vertical-align:bottom;'>{BUTTONS}</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
<table style='width:100%' class='nforumholder' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td style='width:20%; text-align:center' class='nforumcaption2'>\n".LAN_402."\n</td>\n<td style='width:80%; text-align:center' class='nforumcaption2'>\n".LAN_403."\n</td>
|
||||
</tr>
|
||||
</table>";
|
||||
|
||||
$FORUMTHREADSTYLE = "
|
||||
<div class='spacer'>
|
||||
<table style='width:100%' class='nforumholder' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td class='nforumcaption3' style='vertical-align:middle; width:20%;'>\n{NEWFLAG}\n{POSTER}\n{ANON_IP}</td>
|
||||
<td class='nforumcaption3' style='vertical-align:middle; width:80%;'>
|
||||
<table cellspacing='0' cellpadding='0' style='width:100%'>
|
||||
<tr>
|
||||
<td class='smallblacktext'>\n{THREADDATESTAMP}\n</td>
|
||||
<td style='text-align:right'>\n{EMAILITEM} {PRINTITEM} {REPORTIMG}\n{EDITIMG}\n{QUOTEIMG}\n</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='nforumthread' style='vertical-align:top'>\n{AVATAR}\n<div class='smalltext'>\n{CUSTOMTITLE}\n{LEVEL}\n{MEMBERID}\n{JOINED}\n{$location_tpl}<br />\n{POSTS}\n</div>\n</td>
|
||||
<td class='nforumthread' style='vertical-align:top'>{POLL}\n{POST}\n{SIGNATURE}\n</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='nforumthread2'>\n<span class='smallblacktext'>\n{TOP}\n</span>\n</td>
|
||||
<td class='nforumthread2' style='vertical-align:top'>
|
||||
<table cellspacing='0' cellpadding='0' style='width:100%'>
|
||||
<tr>
|
||||
<td>\n{PROFILEIMG}\n {EMAILIMG}\n {WEBSITEIMG}\n {PRIVMESSAGE}\n</td>
|
||||
<td style='text-align:right'>\n{MODOPTIONS}\n</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>";
|
||||
|
||||
$FORUMREPLYSTYLE = "
|
||||
<div class='spacer'>
|
||||
<table style='width:100%' class='nforumholder' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td class='nforumcaption3' style='vertical-align:middle; width:20%;'>\n{NEWFLAG}\n{POSTER}\n{ANON_IP}</td>
|
||||
<td class='nforumcaption3' style='vertical-align:middle; width:80%;'>
|
||||
<table cellspacing='0' cellpadding='0' style='width:100%'>
|
||||
<tr>
|
||||
<td class='smallblacktext'>\n{THREADDATESTAMP}\n</td>
|
||||
<td style='text-align:right'>\n{EMAILITEM} {PRINTITEM} {REPORTIMG}\n{EDITIMG}\n{QUOTEIMG}\n</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='nforumthread' style='vertical-align:top'>\n{AVATAR}\n<span class='smalltext'>\n{CUSTOMTITLE}\n{LEVEL}\n{MEMBERID}\n{JOINED}\n{$location_tpl}<br />\n{POSTS}\n</span>\n</td>
|
||||
<td class='nforumthread' style='vertical-align:top'>\n{POST}\n{SIGNATURE}\n</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='nforumthread2'>\n<span class='smallblacktext'>\n{TOP}\n</span>\n</td>
|
||||
<td class='nforumthread2' style='vertical-align:top'>
|
||||
<table cellspacing='0' cellpadding='0' style='width:100%'>
|
||||
<tr>
|
||||
<td>\n{PROFILEIMG}\n {EMAILIMG}\n {WEBSITEIMG}\n {PRIVMESSAGE}\n</td>
|
||||
<td style='text-align:right'>\n{MODOPTIONS}\n</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>";
|
||||
|
||||
$FORUMEND = "
|
||||
<div class='spacer'>
|
||||
<div class='forumheader'>
|
||||
{GOTOPAGES}
|
||||
</div>
|
||||
<br />
|
||||
<table style='width:100%' class='nforumholder' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td style='width:50%; text-align:left; vertical-align:top' class='nforumthread'><b>{MODERATORS}</b><br />{FORUMJUMP}</td>
|
||||
<td style='width:50%; text-align:right; vertical-align:top' class='nforumthread'>{BUTTONS}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class='spacer'>
|
||||
<table style='width:100%' class='nforumholder' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td style='text-align:center' class='nforumthread2'>
|
||||
{QUICKREPLY}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<div class='nforumdisclaimer' style='text-align:center'>Powered by <b>e107 Forum System</b></div>
|
||||
</div>";
|
||||
|
||||
|
||||
$FORUM_MAIN_START = "<div style='text-align:center'>";
|
||||
|
||||
$FORUM_MAIN_PARENT = "<div class='spacer'>\n<table style='width:100%' class='nforumholder' cellpadding='0' cellspacing='0'>\n<tr>\n<td colspan='5' class='nforumcaption'>{PARENTNAME} {PARENTSTATUS}</td>\n</tr>
|
||||
<tr>\n<td colspan='2' style='width:60%; text-align:center' class='nforumcaption2'>{FORUMTITLE}</td>\n<td style='width:10%; text-align:center' class='nforumcaption2'>{THREADTITLE}</td>\n<td style='width:10%; text-align:center' class='nforumcaption2'>{REPLYTITLE}</td>\n<td style='width:20%; text-align:center' class='nforumcaption2'>{LASTPOSTITLE}</td>\n</tr>\n";
|
||||
|
||||
$FORUM_MAIN_PARENT_END = "</table></div>";
|
||||
|
||||
$FORUM_MAIN_FORUM = "<tr>\n<td style='width:5%; text-align:center' class='nforumcaption3'>{NEWFLAG}</td>\n<td style='width:55%' class='nforumcaption3'>{FORUMNAME}<br /><span class='smallblacktext'>{FORUMDESCRIPTION}</span>{FORUMSUBFORUMS}</td>\n<td style='width:10%; text-align:center' class='nforumthread'>{THREADS}</td>\n<td style='width:10%; text-align:center' class='nforumthread'>{REPLIES}</td>\n<td style='width:20%; text-align:center' class='nforumthread'><span class='smallblacktext'>{LASTPOST}</span></td>\n</tr>";
|
||||
|
||||
$FORUM_MAIN_END = "<div class='spacer'>\n<table style='width:100%' class='fborder'>\n<tr>\n<td colspan='2' style='width:60%' class='nforumcaption2'>{INFOTITLE}</td>\n</tr>\n<tr>\n<td rowspan='4' style='width:5%; text-align:center' class='forumheader3'>{LOGO}</td>\n<td style='width:100%' class='forumheader3'>{USERINFO}</td>\n</tr>\n<tr>\n<td style='width:auto' class='forumheader3'>{INFO}</td>\n</tr>\n<tr>\n<td style='width:100%' class='forumheader3'>{FORUMINFO}</td>\n</tr>\n<tr>\n<td style='width:100%' class='forumheader3'>{USERLIST}</td>\n</tr>\n</table>\n</div>\n<div class='spacer'>\n<table class='fborder' style='width:100%'>\n<tr>\n<td class='forumheader3' style='text-align:center; width:33%'>{ICONKEY}</td>\n<td style='text-align:center; width:33%' class='forumheader3'>{SEARCH}</td>\n<td style='width:33%; text-align:center; vertical-align:middle' class='forumheader3'><span class='smallblacktext'>{PERMS}</span>\n</td>\n</tr>\n</table>\n</div>\n<div class='nforumdisclaimer' style='text-align:center'>Powered by <b>e107 Forum System</b></div></div>";
|
||||
|
||||
|
||||
|
||||
$FORUM_VIEW_START = "
|
||||
<table style='width:100%' class='nforumholder' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td colspan='2' class='nforumcaption'>{BREADCRUMB}</td>
|
||||
</tr>
|
||||
{SUBFORUMS}
|
||||
</table>
|
||||
|
||||
<table style='width:100%'><tr>
|
||||
<td style='width:80%'><div class='mediumtext'><img src='".e_PLUGIN."forum/images/lite/e.png' style='vertical-align:middle' alt='' /> <b>{FORUMTITLE} Forum</b></div>{THREADPAGES}</td>
|
||||
<td style='width:20%; text-align:right; vertical-align:bottom;'>
|
||||
{NEWTHREADBUTTON}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table style='width:100%' class='nforumholder' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td style='width:3%' class='nforumcaption2'> </td>
|
||||
<td style='width:47%' class='nforumcaption2'>{THREADTITLE}</td>
|
||||
<td style='width:20%; text-align:center' class='nforumcaption2'>{STARTERTITLE}</td>
|
||||
<td style='width:5%; text-align:center' class='nforumcaption2'>{REPLYTITLE}</td>
|
||||
<td style='width:5%; text-align:center' class='nforumcaption2'>{VIEWTITLE}</td>
|
||||
<td style='width:20%; text-align:center' class='nforumcaption2'>{LASTPOSTITLE}</td>
|
||||
</tr>";
|
||||
|
||||
|
||||
$FORUM_VIEW_START_CONTAINER = "
|
||||
<table style='width:100%' class='nforumholder' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td colspan='2' class='nforumcaption'>{BREADCRUMB}</td>
|
||||
</tr>
|
||||
{SUBFORUMS}
|
||||
</table>
|
||||
";
|
||||
|
||||
$sc_style['PAGES']['pre'] = "<span class='smalltext'>";
|
||||
$sc_style['PAGES']['post'] = "</span>";
|
||||
|
||||
$FORUM_VIEW_FORUM = "
|
||||
<tr>
|
||||
<td style='vertical-align:middle; text-align:center; width:3%' class='nforumview1'>{ICON}</td>
|
||||
<td style='vertical-align:middle; text-align:left; width:47%' class='nforumview1'>
|
||||
|
||||
<table style='width:100%'>
|
||||
<tr>
|
||||
<td style='width:90%'><span class='mediumtext'><b>{THREADNAME}</b></span> {PAGES}</td>
|
||||
<td style='width:10%; white-space:nowrap;'>{ADMIN_ICONS}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
|
||||
<td style='vertical-align:top; text-align:center; width:20%' class='nforumview2'><span class='smalltext'><b>{POSTER}</b><br />{THREADDATE}</span></td>
|
||||
<td style='vertical-align:center; text-align:center; width:5%' class='nforumview2'><span class='smalltext'>{REPLIES}</span></td>
|
||||
<td style='vertical-align:center; text-align:center; width:5%' class='nforumview2'><span class='smalltext'>{VIEWS}</span></td>
|
||||
<td style='vertical-align:top; text-align:center; width:20%' class='nforumview2'><span class='smalltext'>{LASTPOST}</span></td>
|
||||
</tr>";
|
||||
|
||||
$sc_style['THREADPAGES']['pre'] = "<span class='mediumtext'>";
|
||||
$sc_style['THREADPAGES']['post'] = "</span>";
|
||||
|
||||
$FORUM_VIEW_END = "
|
||||
</table>
|
||||
<table style='width:100%'>
|
||||
<tr>
|
||||
<td style='width:80%'>{THREADPAGES}
|
||||
{FORUMJUMP}
|
||||
</td>
|
||||
<td style='width:20%; text-align:right'>
|
||||
{NEWTHREADBUTTON}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
<div class='spacer'>
|
||||
<table style='width:100%' class='nforumholder' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td style='vertical-align:center; width:50%' class='nforumview3'><span class='smalltext'>{MODERATORS}</span></td>
|
||||
<td style='text-align:right; vertical-align:center; width:50%' class='nforumview3'><span class='smalltext'>{BROWSERS}</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td style='vertical-align:center; width:50%' class='nforumview4'>{ICONKEY}</td>
|
||||
<td style='vertical-align:center; text-align:center; width:50%' class='nforumview4'>{PERMS}<br /><br />{SEARCH}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class='nforumdisclaimer' style='text-align:center'>Powered by <b>e107 Forum System</b></div>";
|
||||
|
||||
|
||||
|
||||
$FORUM_VIEW_END_CONTAINER = "
|
||||
<table style='width:100%'>
|
||||
<tr>
|
||||
<td style='width:100%; text-align:left'>
|
||||
<br />{FORUMJUMP}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br /><div class='nforumdisclaimer' style='text-align:center'>Powered by <b>e107 Forum System</b></div>
|
||||
";
|
||||
|
||||
|
||||
|
||||
$FORUM_VIEW_SUB_START = "
|
||||
<tr>
|
||||
<td colspan='2'>
|
||||
<table style='width:100%' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td class='nforumcaption2' style='width: 50%'>".FORLAN_20."</td>
|
||||
<td class='nforumcaption2' style='width: 10%; text-align: center;'>".FORLAN_21."</td>
|
||||
<td class='nforumcaption2' style='width: 10%; text-align: center;'>".LAN_55."</td>
|
||||
<td class='nforumcaption2' style='width: 30%; text-align: center;'>".FORLAN_22."</td>
|
||||
</tr>
|
||||
";
|
||||
|
||||
$FORUM_VIEW_SUB = "
|
||||
<tr>
|
||||
<td class='nforumview2' style='text-align:left'><b>{SUB_FORUMTITLE}</b><br />{SUB_DESCRIPTION}</td>
|
||||
<td class='nforumview2' style='text-align:center'>{SUB_THREADS}</td>
|
||||
<td class='nforumview2' style='text-align:center'>{SUB_REPLIES}</td>
|
||||
<td class='nforumview2' style='text-align:center'>{SUB_LASTPOST}</td>
|
||||
</tr>
|
||||
";
|
||||
|
||||
$FORUM_VIEW_SUB_END = "
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
";
|
||||
|
||||
|
||||
?>
|
BIN
e107_themes/e107v4a/images/bar.jpg
Normal file
After Width: | Height: | Size: 644 B |
BIN
e107_themes/e107v4a/images/bar.png
Normal file
After Width: | Height: | Size: 231 B |
BIN
e107_themes/e107v4a/images/barl.png
Normal file
After Width: | Height: | Size: 383 B |
BIN
e107_themes/e107v4a/images/barr.png
Normal file
After Width: | Height: | Size: 392 B |
BIN
e107_themes/e107v4a/images/blank.gif
Normal file
After Width: | Height: | Size: 807 B |
BIN
e107_themes/e107v4a/images/bottom.png
Normal file
After Width: | Height: | Size: 195 B |
BIN
e107_themes/e107v4a/images/bottomleft.png
Normal file
After Width: | Height: | Size: 334 B |
BIN
e107_themes/e107v4a/images/bottomright.png
Normal file
After Width: | Height: | Size: 335 B |
BIN
e107_themes/e107v4a/images/bullet2.gif
Normal file
After Width: | Height: | Size: 873 B |
BIN
e107_themes/e107v4a/images/bullet3.png
Normal file
After Width: | Height: | Size: 341 B |
BIN
e107_themes/e107v4a/images/button.png
Normal file
After Width: | Height: | Size: 196 B |
BIN
e107_themes/e107v4a/images/button2.png
Normal file
After Width: | Height: | Size: 215 B |
BIN
e107_themes/e107v4a/images/button3.png
Normal file
After Width: | Height: | Size: 213 B |
BIN
e107_themes/e107v4a/images/cap1.png
Normal file
After Width: | Height: | Size: 238 B |
BIN
e107_themes/e107v4a/images/capdark.png
Normal file
After Width: | Height: | Size: 233 B |
BIN
e107_themes/e107v4a/images/capleft.png
Normal file
After Width: | Height: | Size: 1004 B |
BIN
e107_themes/e107v4a/images/caplight.png
Normal file
After Width: | Height: | Size: 232 B |
BIN
e107_themes/e107v4a/images/capright.png
Normal file
After Width: | Height: | Size: 508 B |
BIN
e107_themes/e107v4a/images/captransition.png
Normal file
After Width: | Height: | Size: 483 B |
BIN
e107_themes/e107v4a/images/fcap.png
Normal file
After Width: | Height: | Size: 228 B |
BIN
e107_themes/e107v4a/images/fcap2.png
Normal file
After Width: | Height: | Size: 230 B |
BIN
e107_themes/e107v4a/images/header.png
Normal file
After Width: | Height: | Size: 256 B |
BIN
e107_themes/e107v4a/images/left.png
Normal file
After Width: | Height: | Size: 187 B |
BIN
e107_themes/e107v4a/images/logo.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
e107_themes/e107v4a/images/nforumcaption.png
Normal file
After Width: | Height: | Size: 232 B |
BIN
e107_themes/e107v4a/images/nforumcaption2.png
Normal file
After Width: | Height: | Size: 227 B |
BIN
e107_themes/e107v4a/images/right.png
Normal file
After Width: | Height: | Size: 187 B |
BIN
e107_themes/e107v4a/images/search.png
Normal file
After Width: | Height: | Size: 589 B |
BIN
e107_themes/e107v4a/images/temp.png
Normal file
After Width: | Height: | Size: 196 B |
BIN
e107_themes/e107v4a/images/top.png
Normal file
After Width: | Height: | Size: 189 B |
BIN
e107_themes/e107v4a/images/topleft.png
Normal file
After Width: | Height: | Size: 344 B |
BIN
e107_themes/e107v4a/images/topright.png
Normal file
After Width: | Height: | Size: 255 B |
0
e107_themes/e107v4a/index.html
Normal file
27
e107_themes/e107v4a/languages/English.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_themes/e107v4a/languages/English.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:35:48 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
define("LAN_THEME_1", "Read/Post Comment: ");
|
||||
define("LAN_THEME_2", "Comments are turned off for this item");
|
||||
define("LAN_THEME_3", "Read the rest...");
|
||||
define("LAN_THEME_4", "Posted by");
|
||||
define("LAN_THEME_5", "on");
|
||||
define("LAN_THEME_6", "e107.v4 theme by <a href='http://e107.org' rel='external'>jalist</a>");
|
||||
|
||||
?>
|
64
e107_themes/e107v4a/newsfeed_template.php
Normal file
@@ -0,0 +1,64 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_themes/e107v4a/newsfeed_template.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:35:47 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$NEWSFEED_COLLAPSE = TRUE;
|
||||
|
||||
$NEWSFEED_LIST_START = "
|
||||
<table style='width: 100%;' class='fborder'>\n";
|
||||
|
||||
$NEWSFEED_LIST = "
|
||||
<tr>
|
||||
<td style='width: 30%;' class='forumheader3'>{FEEDNAME}</td>
|
||||
<td style='width: 70%;' class='forumheader3'>{FEEDDESCRIPTION}</td>
|
||||
</tr>\n";
|
||||
|
||||
$NEWSFEED_LIST_END = "
|
||||
</table>\n";
|
||||
|
||||
$NEWSFEED_MAIN_START = "
|
||||
<table style='width: 100%;' class='fborder'>
|
||||
<tr>
|
||||
<td class='forumheader2'>{FEEDIMAGE} {FEEDTITLE}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='forumheader3'>
|
||||
<ul>\n";
|
||||
|
||||
$NEWSFEED_MAIN = "
|
||||
<li>{FEEDITEMLINK} <span class='smalltext'>{FEEDITEMCREATOR}</span><br /><span class='mediumtext'>{FEEDITEMTEXT}</span></li>\n";
|
||||
|
||||
|
||||
$NEWSFEED_MAIN_END = "
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class='forumheader3' style='text-align: right;'><span class='smalltext'>{FEEDCOPYRIGHT} | {FEEDLASTBUILDDATE}</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class='forumheader3' style='text-align: center;'><span class='smalltext'>{BACKLINK}</td>
|
||||
</tr>
|
||||
</table>\n";
|
||||
|
||||
|
||||
?>
|
BIN
e107_themes/e107v4a/preview.jpg
Normal file
After Width: | Height: | Size: 7.9 KiB |
377
e107_themes/e107v4a/style.css
Normal file
@@ -0,0 +1,377 @@
|
||||
body {
|
||||
color: #000;
|
||||
font: 12px tahoma, verdana, arial, sans-serif;
|
||||
background-color: #E7E7E7;
|
||||
margin:0px;
|
||||
text-align:left;
|
||||
padding: 0px;
|
||||
}
|
||||
a {
|
||||
color: #716d6d;
|
||||
text-decoration: underline;
|
||||
}
|
||||
a:hover {
|
||||
color: #2a3236;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#header {
|
||||
background-image : url(images/header.png);
|
||||
background-repeat: repeat-x;
|
||||
border-bottom: #000 1px solid;
|
||||
height: 80px;
|
||||
}
|
||||
|
||||
ul, ol {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.fcaption a {
|
||||
color: #ffffcc;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.fcaption a:hover {
|
||||
color: #cccc99;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.smalltext {
|
||||
font: 10px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
color:#5d6e75;
|
||||
}
|
||||
.smallblacktext {
|
||||
font: normal 7pt verdana, tahoma, arial, helvetica, sans-serif;
|
||||
color:#000;
|
||||
}
|
||||
.indent{
|
||||
padding: 3px;
|
||||
margin: 5px;
|
||||
font: 9px verdana, tahoma, arial, sans-serif;
|
||||
color: #000060;
|
||||
border: 1px solid;
|
||||
background-color: #E3E2D7;
|
||||
border-bottom: #FFFFFF 1px solid;
|
||||
border-left: #000 1px solid;
|
||||
border-right: #FFFFFF 1px solid;
|
||||
border-top: #000 1px solid;
|
||||
}
|
||||
.defaulttext {
|
||||
font: 11px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
color:#000;
|
||||
}
|
||||
td {
|
||||
font:10px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
color:#000;
|
||||
padding: 0px;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
font: italic 11px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
color:#7e96ac;
|
||||
}
|
||||
.mediumtext {
|
||||
font: 11px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
color:#000;
|
||||
}
|
||||
.captiontext {
|
||||
font: 14px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
color:#000;
|
||||
}
|
||||
.tbox{
|
||||
background-color: #eaeef2;
|
||||
border: #5e5d63 1px solid;
|
||||
color: #000000;
|
||||
font: 10px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
}
|
||||
.tbox.chatbox {
|
||||
width: 80%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
.nextprev{
|
||||
background-color: #eaeef2;
|
||||
border: 1px solid #696C6C;
|
||||
color: #000;
|
||||
font: normal 9px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
text-align:center;
|
||||
padding : 2px;
|
||||
background-image : url(images/button.png);
|
||||
}
|
||||
.button{
|
||||
background-color: #eaeef2;
|
||||
border: #000 1px solid;
|
||||
color: #000000;
|
||||
font: 9px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
text-align:center;
|
||||
background-image : url(images/button.png);
|
||||
}
|
||||
.np{
|
||||
background-color: #eaeef2;
|
||||
border: #000 1px solid;
|
||||
color: #000000;
|
||||
font: 9px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
text-align:center;
|
||||
padding : 2px;
|
||||
}
|
||||
form {
|
||||
margin: 2px 0px 0px 0px;
|
||||
}
|
||||
.spacer{
|
||||
padding: 2px 0px 2px 0px;
|
||||
}
|
||||
hr {
|
||||
border-top: #666 1px solid;
|
||||
border-bottom: #eee 1px solid;
|
||||
height: 2px;
|
||||
width: 92%;
|
||||
text-align:center;
|
||||
}
|
||||
.border {
|
||||
border: #000 1px solid;
|
||||
}
|
||||
.border2 {
|
||||
border: #D5D5D5 1px solid;
|
||||
}
|
||||
|
||||
.border3 {
|
||||
border: #000 1px solid;
|
||||
}
|
||||
.helpbox {
|
||||
border: 0px;
|
||||
background-color: transparent;
|
||||
color:#000;
|
||||
font: 9px tahoma, verdana, arial, helvetica, sans-serif;
|
||||
}
|
||||
.caption {
|
||||
padding: 0px 4px 0px 4px;
|
||||
border-bottom: #363A44 1px solid;
|
||||
border-left: #8A96B3 1px solid;
|
||||
border-right: #363A44 1px solid;
|
||||
border-top: #8A96B3 1px solid;
|
||||
background-color: #E1DFDF;
|
||||
color: #000;
|
||||
font: 13px tahoma, arial, verdana, helvetica, sans-serif;
|
||||
background-image : url(images/cap1.png);
|
||||
}
|
||||
.caption2 {
|
||||
padding: 0px 4px 0px 4px;
|
||||
color: #243B3B;
|
||||
font: 15px tahoma, arial, verdana, helvetica, sans-serif;
|
||||
text-align:center;
|
||||
}
|
||||
.caption3 {
|
||||
padding: 0px 4px 0px 4px;
|
||||
border-bottom: #C7C3C3 1px solid;
|
||||
border-left: #fff 1px solid;
|
||||
border-right: transparent;
|
||||
border-top: #fff 1px solid;
|
||||
background-color: #D5D5D5;
|
||||
color: #000;
|
||||
font: 13px tahoma, arial, verdana, helvetica, sans-serif;
|
||||
}
|
||||
.bodytable {
|
||||
padding: 8px;
|
||||
font: 10px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
color: #000;
|
||||
}
|
||||
.bodytable2 {
|
||||
border: #D5D5D5 1px solid;
|
||||
padding: 8px;
|
||||
font: 11px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
color: #404040;
|
||||
}
|
||||
.bodytable3 {
|
||||
padding: 8px;
|
||||
font: 10px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
color: #000;
|
||||
}
|
||||
p {
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px
|
||||
}
|
||||
.fborder {
|
||||
border: #000000 1px solid;
|
||||
background-color: #fff;
|
||||
|
||||
}
|
||||
.forumheader{
|
||||
background-color: #EBEFF2;
|
||||
font: 12px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
color:#000;
|
||||
padding: 4px;
|
||||
background-image : url(images/cap1.png);
|
||||
border: #C3BDBD 1px solid;
|
||||
}
|
||||
.forumheader2{
|
||||
background-color: #E4EAF2;
|
||||
font: 14px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
color:#000;
|
||||
padding: 4px;
|
||||
border: #C3BDBD 1px solid;
|
||||
}
|
||||
.forumheader3{
|
||||
background-color: #DFE6EF;
|
||||
font: 11px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
color:#000;
|
||||
padding: 4px;
|
||||
border: #C3BDBD 1px solid;
|
||||
}
|
||||
.forumborder{
|
||||
border: #000080 1px solid;
|
||||
}
|
||||
.fcaption {
|
||||
border: #000 1px solid;
|
||||
padding: 2px 0px 2px 8px;
|
||||
background-color: #C9C7C7;
|
||||
font: 12px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
background-image : url(images/fcap.png);
|
||||
color:#fff;
|
||||
}
|
||||
.captiontopleft{ width: 24px; background-image: url(images/topleft.png); }
|
||||
.captiontopmiddle{ width: 100%; background-repeat: repeat-x; background-image: url(images/top.png); }
|
||||
.captiontopright{ width: 11px; background-image: url(images/topright.png); }
|
||||
.captionleft{ width: 24px; background-image: url(images/capleft.png); }
|
||||
.captionbar{ background-repeat: repeat-x; padding-right:10px; font-size: 10px; color: #fff; font-family: verdana, tahoma, arial, sans-serif; background-image: url(images/capdark.png);}
|
||||
.captionend{ width: 12px; background-image: url(images/captransition.png); }
|
||||
.captionmain{ width: 100%; background-repeat: repeat-x; background-image: url(images/caplight.png); }
|
||||
.captionright{ width: 11px; background-image: url(images/capright.png); }
|
||||
.bodyleft{ width: 3px; background-repeat: repeat-y; background-image: url(images/left.png); }
|
||||
.bodymain{ width: 100%; background: #DAE7F3; padding: 4px 5px 5px 4px; font-size: 10px; color: #000; font-family: verdana, tahoma, arial, sans-serif; vertical-align:top; }
|
||||
.bodyright{ width: 3px; background-repeat: repeat-y; background-image: url(images/right.png); }
|
||||
.bottomleft{ width: 10px; background-image: url(images/bottomleft.png); }
|
||||
.bottommain{ width: 100%; background-repeat: repeat-x; background-image: url(images/bottom.png);}
|
||||
.bottomright{ width: 10px; background-image: url(images/bottomright.png); }
|
||||
.finfobar{
|
||||
background-color: #DBE5F5;
|
||||
font: 15px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
color:#000;
|
||||
padding: 4px;
|
||||
border: #C3BDBD 1px solid;
|
||||
background-image : url(forum/finfobar.png);
|
||||
}
|
||||
|
||||
a.forumlink{
|
||||
color: #fff;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.topborder {
|
||||
border-bottom: #000 1px solid;
|
||||
}
|
||||
|
||||
.bottomborder {
|
||||
border-top: #000 1px solid;
|
||||
border-bottom: #000 1px solid;
|
||||
}
|
||||
.alttd{
|
||||
background-color: #C8DDEE;
|
||||
font: 10px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
color: #000;
|
||||
}
|
||||
.code{
|
||||
border: #9F9F9F 1px solid;
|
||||
padding: 8px;
|
||||
background-color: #EEECEC;
|
||||
font: 12px courier, arial, verdana, tahoma, helvetica, sans-serif;
|
||||
color:#000040;
|
||||
}
|
||||
|
||||
.nforumholder {
|
||||
border: 1px solid #345487;
|
||||
padding: 0px;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.nforumcaption {
|
||||
background-image: url(images/nforumcaption.png);
|
||||
padding: 8px 4px 8px 4px;
|
||||
font: 12px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.nforumcaption2 {
|
||||
background-image: url(images/nforumcaption2.png);
|
||||
padding: 8px 0px 8px 4px;
|
||||
font: 10px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
color: #000;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.nforumcaption3 {
|
||||
border: 1px solid #fff;
|
||||
padding: 4px;
|
||||
background-color: #E4EAF2;
|
||||
font: 12px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.nforumthread {
|
||||
border: 1px solid #fff;
|
||||
padding: 4px;
|
||||
background-color: #EEF2F7;
|
||||
font: 10px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.nforumthread2 {
|
||||
border: 1px solid #fff;
|
||||
padding: 4px;
|
||||
background-color: #D1DCEB;
|
||||
font: 10px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.nforumreplycaption {
|
||||
border: 1px solid #fff;
|
||||
padding: 4px;
|
||||
background-color: #E2EDF2;
|
||||
font: 12px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.nforumreply {
|
||||
border: 1px solid #fff;
|
||||
padding: 4px;
|
||||
background-color: #EDF4F7;
|
||||
font: 10px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.nforumreply2 {
|
||||
border: 1px solid #fff;
|
||||
padding: 4px;
|
||||
background-color: #CFE0EB;
|
||||
font: 10px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
}
|
||||
.nforumdisclaimer {
|
||||
font: 9px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
color:#5d6e75;
|
||||
}
|
||||
|
||||
.nforumview1 {
|
||||
border: 1px solid #fff;
|
||||
padding: 4px;
|
||||
background-color: #E4EAF2;
|
||||
font: 10px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.nforumview2 {
|
||||
border: 1px solid #fff;
|
||||
padding: 4px;
|
||||
background-color: #DFE6EF;
|
||||
font: 10px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.nforumview3 {
|
||||
padding: 4px;
|
||||
background-color: #BCD0ED;
|
||||
font: 10px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
color: #263448;
|
||||
}
|
||||
|
||||
.nforumview4 {
|
||||
padding: 4px;
|
||||
background-color: #E4EAF2;
|
||||
font: 9px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
color: #3A4F6C;
|
||||
}
|
||||
|
||||
.linkspage_button{
|
||||
border:0px;
|
||||
}
|
270
e107_themes/e107v4a/theme.php
Normal file
@@ -0,0 +1,270 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_themes/e107v4a/theme.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:35:48 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
// [multilanguage]
|
||||
include_lan(e_THEME."e107v4a/languages/".e_LANGUAGE.".php");
|
||||
|
||||
|
||||
// [theme]
|
||||
|
||||
$themename = "e107.v4";
|
||||
$themeversion = "2.01";
|
||||
$themeauthor = "Steve Dunstan [jalist]";
|
||||
$themeemail = "jalist@e107.org";
|
||||
$themewebsite = "http://e107.org";
|
||||
$themedate = "11/06/2003";
|
||||
$themeinfo = "";
|
||||
$xhtmlcompliant = TRUE;
|
||||
$csscompliant = TRUE;
|
||||
define("IMODE", "lite");
|
||||
define("THEME_DISCLAIMER", "<br /><i>".LAN_THEME_6."</i>");
|
||||
|
||||
// [layout]
|
||||
|
||||
$layout = "_default";
|
||||
$logo = THEME_ABS."images/bullet3.gif";
|
||||
|
||||
$HEADER .=
|
||||
"
|
||||
<table style='width:100%; background-color:#E4E0E0' cellspacing='3' class='topborder'>
|
||||
<tr>
|
||||
<td style='text-align:left; vertical-align:bottom'>
|
||||
{CUSTOM=clock}
|
||||
</td>
|
||||
<td style='text-align:right'>
|
||||
{CUSTOM=search+".THEME_ABS."images/search.png+18+19}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table style='width:100%;' cellspacing='3' id='header'>
|
||||
<tr>
|
||||
<td colspan='2' style='text-align:left; vertical-align: middle;'>
|
||||
<img src='".THEME_ABS."images/logo.png' alt='' /> [ {SITENAME} ]
|
||||
</td>
|
||||
<td style='text-align:right'>
|
||||
{BANNER}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table style='width:100%' cellspacing='3'>
|
||||
<tr>
|
||||
<td style='width:20%;'></td>
|
||||
<td style='width:60%;'><img src='".THEME_ABS."images/blank.gif' width='1' height='1' alt='' /></td>
|
||||
<td style='width:20%;'></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style='width:20%; vertical-align: top;'>
|
||||
{SITELINKS=menu}
|
||||
{MENU=1}
|
||||
</td><td style='width:60%; vertical-align: top;'>";
|
||||
|
||||
$FOOTER =
|
||||
"</td><td style='width:20%; vertical-align:top'>
|
||||
{MENU=2}
|
||||
</td></tr>
|
||||
<tr>
|
||||
<td colspan='3' style='text-align:center' class='smalltext'>
|
||||
|
||||
{SITEDISCLAIMER}
|
||||
<br />
|
||||
{THEMEDISCLAIMER}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<div style='text-align:center'>
|
||||
<table style='width:100%'>
|
||||
<tr>
|
||||
<td style='width:30%; vertical-align:top'>
|
||||
|
||||
{MENU=3}
|
||||
</td>
|
||||
<td style='width:40%; vertical-align:top'>
|
||||
{MENU=4}
|
||||
</td>
|
||||
<td style='width:30%; vertical-align:top'>
|
||||
|
||||
{MENU=5}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>";
|
||||
|
||||
|
||||
|
||||
function rand_tag(){
|
||||
$tags = file(e_BASE."files/taglines.txt");
|
||||
return stripslashes(htmlspecialchars($tags[rand(0, count($tags))]));
|
||||
}
|
||||
|
||||
// [newsstyle]
|
||||
|
||||
$NEWSSTYLE = "
|
||||
<div class='spacer'>
|
||||
<table cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td class='captiontopleft'><img src='".THEME_ABS."images/blank.gif' width='24' height='3' alt='' style='display: block;' /></td>
|
||||
<td class='captiontopmiddle'><img src='".THEME_ABS."images/blank.gif' width='1' height='3' alt='' style='display: block;' /></td>
|
||||
<td class='captiontopright'><img src='".THEME_ABS."images/blank.gif' width='11' height='3' alt='' style='display: block;' /></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td class='captionleft'><img src='".THEME_ABS."images/blank.gif' width='24' height='18' alt='' style='display: block;' /></td>
|
||||
<td class='captionbar' style='white-space:nowrap'>
|
||||
{STICKY_ICON}{NEWSTITLE}
|
||||
</td>
|
||||
<td class='captionend'><img src='".THEME_ABS."images/blank.gif' width='12' height='18' alt='' style='display: block;' /></td>
|
||||
<td class='captionmain'><img src='".THEME_ABS."images/blank.gif' width='1' height='18' alt='' style='display: block;' /></td>
|
||||
<td class='captionright'><img src='".THEME_ABS."images/blank.gif' width='11' height='18' alt='' style='display: block;' /></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td class='bodyleft'><img src='".THEME_ABS."images/blank.gif' width='3' height='1' alt='' style='display: block;' /></td>
|
||||
<td class='bodymain'>
|
||||
{NEWSBODY}
|
||||
{EXTENDED}
|
||||
<div class='alttd' style='text-align:right'>
|
||||
".LAN_THEME_4." {NEWSAUTHOR} ".LAN_THEME_5." {NEWSDATE}
|
||||
|
|
||||
{NEWSCOMMENTS}
|
||||
|
|
||||
{EMAILICON}
|
||||
{PRINTICON}
|
||||
{PDFICON}
|
||||
</div>
|
||||
</td>
|
||||
<td class='bodyright'><img src='".THEME_ABS."images/blank.gif' width='3' height='1' alt='' style='display: block;' /></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td class='bottomleft'><img src='".THEME_ABS."images/blank.gif' width='10' height='9' alt='' style='display: block;' /></td>
|
||||
<td class='bottommain'><img src='".THEME_ABS."images/blank.gif' width='1' height='9' alt='' style='display: block;' /></td>
|
||||
<td class='bottomright'><img src='".THEME_ABS."images/blank.gif' width='10' height='9' alt='' style='display: block;' /></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>";
|
||||
|
||||
|
||||
|
||||
define("ICONSTYLE", "float: left; border:0");
|
||||
define("COMMENTLINK", LAN_THEME_1);
|
||||
define("COMMENTOFFSTRING", LAN_THEME_2);
|
||||
define("PRE_EXTENDEDSTRING", "<br /><br />[ ");
|
||||
define("EXTENDEDSTRING", LAN_THEME_3);
|
||||
define("POST_EXTENDEDSTRING", " ]<br />");
|
||||
|
||||
|
||||
|
||||
// [linkstyle]
|
||||
|
||||
define(PRELINK, "");
|
||||
define(POSTLINK, "");
|
||||
define(LINKSTART, "<span><img src='".THEME_ABS."images/bullet2.gif' alt='bullet' /> ");
|
||||
define(LINKSTART_HILITE, "<span style='font-weight:bold'><img src='".THEME_ABS."images/bullet3.png' alt='bullet' /> ");
|
||||
define(LINKEND, "</span><br />");
|
||||
define(LINKDISPLAY, 2);
|
||||
define(LINKALIGN, "left");
|
||||
|
||||
|
||||
// [tablestyle]
|
||||
|
||||
function tablestyle($caption, $text){
|
||||
global $style;
|
||||
|
||||
|
||||
echo "
|
||||
<div class='spacer'>
|
||||
<table cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td class='captiontopleft'><img src='".THEME_ABS."images/blank.gif' width='24' height='3' alt='' style='display: block;' /></td>
|
||||
<td class='captiontopmiddle'><img src='".THEME_ABS."images/blank.gif' width='1' height='3' alt='' style='display: block;' /></td>
|
||||
<td class='captiontopright'><img src='".THEME_ABS."images/blank.gif' width='11' height='3' alt='' style='display: block;' /></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td class='captionleft'><img src='".THEME_ABS."images/blank.gif' width='24' height='18' alt='' style='display: block;' /></td>
|
||||
<td class='captionbar' style='white-space:nowrap'>".$caption."</td>
|
||||
<td class='captionend'><img src='".THEME_ABS."images/blank.gif' width='12' height='18' alt='' style='display: block;' /></td>
|
||||
<td class='captionmain'><img src='".THEME_ABS."images/blank.gif' width='1' height='18' alt='' style='display: block;' /></td>
|
||||
<td class='captionright'><img src='".THEME_ABS."images/blank.gif' width='11' height='18' alt='' style='display: block;' /></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td class='bodyleft'><img src='".THEME_ABS."images/blank.gif' width='3' height='1' alt='' style='display: block;' /></td>
|
||||
<td class='bodymain'>".$text."</td>
|
||||
<td class='bodyright'><img src='".THEME_ABS."images/blank.gif' width='3' height='1' alt='' style='display: block;' /></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td class='bottomleft'><img src='".THEME_ABS."images/blank.gif' width='10' height='9' alt='' style='display: block;' /></td>
|
||||
<td class='bottommain'><img src='".THEME_ABS."images/blank.gif' width='1' height='9' alt='' style='display: block;' /></td>
|
||||
<td class='bottomright'><img src='".THEME_ABS."images/blank.gif' width='10' height='9' alt='' style='display: block;' /></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
";
|
||||
|
||||
}
|
||||
|
||||
|
||||
$COMMENTSTYLE = "
|
||||
<div style='text-align:center'>
|
||||
<table style='width:100%'>
|
||||
<tr>
|
||||
<td colspan='2' class='alttd'>
|
||||
{SUBJECT}
|
||||
<b>
|
||||
{USERNAME}
|
||||
</b>
|
||||
|
|
||||
{TIMEDATE}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style='width:30%; vertical-align:top'>
|
||||
<div class='spacer'>
|
||||
{AVATAR}
|
||||
</div>
|
||||
<span class='smalltext'>
|
||||
{LEVEL}
|
||||
{COMMENTS}
|
||||
<br />
|
||||
{JOINED}
|
||||
<br />
|
||||
{REPLY}
|
||||
</span>
|
||||
</td>
|
||||
<td style='width:70%; vertical-align:top'>
|
||||
{COMMENT} {COMMENTEDIT}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br />";
|
||||
|
||||
|
||||
|
||||
?>
|
BIN
e107_themes/human_condition/images/bg.png
Normal file
After Width: | Height: | Size: 221 B |
BIN
e107_themes/human_condition/images/bullet.png
Normal file
After Width: | Height: | Size: 165 B |
BIN
e107_themes/human_condition/images/bullet2.gif
Normal file
After Width: | Height: | Size: 53 B |
BIN
e107_themes/human_condition/images/bullet2.png
Normal file
After Width: | Height: | Size: 150 B |
BIN
e107_themes/human_condition/images/comment.png
Normal file
After Width: | Height: | Size: 747 B |
BIN
e107_themes/human_condition/images/footer.png
Normal file
After Width: | Height: | Size: 224 B |
BIN
e107_themes/human_condition/images/header.png
Normal file
After Width: | Height: | Size: 407 B |
BIN
e107_themes/human_condition/images/titlebar.png
Normal file
After Width: | Height: | Size: 3.9 KiB |
0
e107_themes/human_condition/index.html
Normal file
28
e107_themes/human_condition/languages/English.php
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_themes/human_condition/languages/English.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:35:49 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
define("LAN_THEME_1", "'Human Condition' by <a href='http://e107.org' rel='external'>jalist</a>, based on the Wordpress theme, <a href='http://wordpress.org'>http://wordpress.org</a>.");
|
||||
define("LAN_THEME_2", "Comments are turned off for this item");
|
||||
define("LAN_THEME_3", "comment(s): ");
|
||||
define("LAN_THEME_4", "Read the rest ...");
|
||||
define("LAN_THEME_5", "Trackbacks: ");
|
||||
define("LAN_THEME_6", "Comment by");
|
||||
|
||||
|
||||
?>
|
30
e107_themes/human_condition/newforumpost.php
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_themes/human_condition/newforumpost.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:35:48 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$NEWFORUMPOSTSTYLE_HEADER = "
|
||||
<!-- newforumposts -->\n<ul type='square'>\n";
|
||||
|
||||
$NEWFORUMPOSTSTYLE_MAIN = "<li><span class='smalltext'>{THREAD} ".NFPM_LAN_7." {POSTER} [ ".NFPM_LAN_3.": {VIEWS}, ".NFPM_LAN_4.": {REPLIES}, ".NFPM_LAN_5.": {LASTPOST} ]\n</span>\n</li>\n";
|
||||
|
||||
$NEWFORUMPOSTSTYLE_FOOTER = "<br /><br />\n</ul><span class='smalltext'>".NFPM_LAN_6.": <b>{TOTAL_TOPICS}</b> | ".NFPM_LAN_4.": <b>{TOTAL_REPLIES}</b> | ".NFPM_LAN_3.": <b>{TOTAL_VIEWS}</b></span>";
|
||||
|
||||
|
||||
?>
|
BIN
e107_themes/human_condition/preview.jpg
Normal file
After Width: | Height: | Size: 6.8 KiB |
422
e107_themes/human_condition/style.css
Normal file
@@ -0,0 +1,422 @@
|
||||
body, html {
|
||||
margin: 0 auto;
|
||||
background: #E4F2FF url(images/bg.png) repeat-y center;
|
||||
width: 767px;
|
||||
font-family: Lucida Grande, Lucida Sans Unicode, Lucida, Helvetica, Verdana, Arial, Sans-serif;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: #3F729E;
|
||||
text-decoration: none;
|
||||
page-break-after: always;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #093860;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover, a:active {
|
||||
color: #093860;
|
||||
}
|
||||
|
||||
#rap {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 749px;
|
||||
}
|
||||
|
||||
#header {
|
||||
background: url(images/header.png) repeat-x;
|
||||
height: 80px;
|
||||
width: 747px;
|
||||
margin: 0 auto;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#header a {
|
||||
text-decoration: none;
|
||||
font-size: 18pt;
|
||||
position: relative;
|
||||
top: 45px;
|
||||
left: 10px;
|
||||
font-family: verdana, arial, helvetica, geneva, sans-serif;
|
||||
}
|
||||
|
||||
#header a:visited {
|
||||
color: #3F729E;
|
||||
}
|
||||
|
||||
#header a:hover {
|
||||
color: #093860;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
width: 100%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
#menu {
|
||||
width: 170px;
|
||||
margin-left: 575px;
|
||||
text-align: left;
|
||||
margin-top: 7px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
#menu a {
|
||||
text-decoration: none;
|
||||
font-family: verdana, arial, helvetica, geneva, sans-serif;
|
||||
}
|
||||
|
||||
#menu a:visited {
|
||||
color: #3F729E;
|
||||
}
|
||||
|
||||
#menu a:hover {
|
||||
color: #093860;
|
||||
}
|
||||
|
||||
#menu input, textarea {
|
||||
font-family: verdana, arial, helvetica, geneva, sans-serif;
|
||||
font-size: .9em;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
ul, ol {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.tbox.chatbox {
|
||||
width: 80%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.menubox {
|
||||
color: #242424;
|
||||
font-family: Lucida Grande, Lucida Sans Unicode, Lucida, Helvetica, Verdana, Arial, Sans-serif;
|
||||
font-size: 8pt;
|
||||
margin-top: 15px;
|
||||
padding: 5px;
|
||||
border: 1px solid #D7D7D7;
|
||||
background: #EAEAEA;
|
||||
width: 150px;
|
||||
/* margin-left: 20px;*/
|
||||
}
|
||||
|
||||
.post {
|
||||
width: 540px;
|
||||
font: 11px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
float: left;
|
||||
padding: 10px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.textstyle1 {
|
||||
font: 9px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
color: #888;
|
||||
}
|
||||
|
||||
.textstyle2 {
|
||||
font: 10px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.textstyle4 {
|
||||
font-size: 13px;
|
||||
margin: 5px 0 0 0;
|
||||
}
|
||||
|
||||
.textstyle4 a:link {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.textstyle4 a:visited {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.textstyle4 a:hover, a:active {
|
||||
color: #093860;
|
||||
}
|
||||
|
||||
.post .textstyle3 {
|
||||
font-size: 10px;
|
||||
border-left: 1px solid #ddd;
|
||||
padding-left: 5px;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
.textstyle3 a:hover {
|
||||
background: #EFF8FF;
|
||||
}
|
||||
|
||||
.postinfo {
|
||||
font-size: 9px;
|
||||
width: 541px;
|
||||
background: #eee;
|
||||
padding: 2px 0 2px 2px;
|
||||
}
|
||||
|
||||
.postinfo a:link {
|
||||
color: #606060;
|
||||
}
|
||||
|
||||
.postinfo a:hover {
|
||||
color: #093860;
|
||||
}
|
||||
|
||||
|
||||
#titlebar2{
|
||||
width: 500px;
|
||||
font-size: .7em;
|
||||
}
|
||||
|
||||
#sitedisclaimer {
|
||||
clear: both;
|
||||
width: 747px;
|
||||
margin: 0 auto;
|
||||
font-size: .6em;
|
||||
line-height: 2.4em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.date {
|
||||
width: 543px;
|
||||
font-size: .8em;
|
||||
background: url(images/titlebar.png) no-repeat;
|
||||
height: 23px;
|
||||
margin: 0;
|
||||
padding-top: 4px;
|
||||
padding-left: 5px;
|
||||
color: #0E2E4A;
|
||||
}
|
||||
|
||||
.smalltext {
|
||||
background: none;
|
||||
font-family: tahoma, verdana, arial, helvetica, sans-serif;
|
||||
font-size: 9px;
|
||||
font-style: normal;
|
||||
color:#5d6e75;
|
||||
}
|
||||
.smallblacktext {
|
||||
background: none;
|
||||
font-family: tahoma, verdana, arial, helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
font-style: normal;
|
||||
color:#000;
|
||||
}
|
||||
.indent{
|
||||
padding: 10px 10px 10px 10px;
|
||||
margin: 5px;
|
||||
font: 9px verdana, tahoma, arial, sans-serif;
|
||||
color: #000060;
|
||||
border: 1px solid #cfcdcd;
|
||||
background-color: #efefef;
|
||||
}
|
||||
.defaulttext {
|
||||
background: none;
|
||||
font-family: verdana, tahoma, arial, helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
font-style: normal;
|
||||
color:#000;
|
||||
}
|
||||
|
||||
td {
|
||||
background: none;
|
||||
font-family: tahoma, verdana, arial, helvetica, sans-serif;
|
||||
font-size: 11px;
|
||||
font-style: normal;
|
||||
color:#5d6e75;
|
||||
padding-bottom: 0px;
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
padding-top: 0px;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
font-family: verdana, tahoma, arial, helvetica, sans-serif;
|
||||
font-style: italic;
|
||||
color:#7e96ac;
|
||||
}
|
||||
.mediumtext {
|
||||
background: none;
|
||||
font-family: verdana, tahoma, arial, helvetica, sans-serif;
|
||||
font-size: 11px;
|
||||
font-style: normal;
|
||||
color:#000;
|
||||
}
|
||||
.captiontext {
|
||||
background: none;
|
||||
font-family: verdana, tahoma, arial, helvetica, sans-serif;
|
||||
font-size: 18px;
|
||||
color:#000080;
|
||||
}
|
||||
.tbox{
|
||||
background-color: #F4F7FA;
|
||||
border-bottom: #5e5d63 1px solid;
|
||||
border-left: #5e5d63 1px solid;
|
||||
border-right: #5e5d63 1px solid;
|
||||
border-top: #5e5d63 1px solid;
|
||||
color: #000000;
|
||||
font-family: verdana, tahoma, arial, helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
}
|
||||
.button{
|
||||
color: #fff;
|
||||
font-family: tahoma, verdana, arial, helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
text-align:center;
|
||||
background-color: #4F5974;
|
||||
border-bottom: #333A4B 1px solid;
|
||||
border-left: #7180A6 1px solid;
|
||||
border-right: #333A4B 1px solid;
|
||||
border-top: #7180A6 1px solid;
|
||||
letter-spacing: 0.1em;
|
||||
cursor:pointer
|
||||
}
|
||||
|
||||
.button a{
|
||||
color: #FFF;
|
||||
}
|
||||
.button a:hover{
|
||||
color: #CFCFDF;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.nextprev{
|
||||
width: 535px;
|
||||
font-size: .8em;
|
||||
background: url(images/titlebar.png) no-repeat;
|
||||
height: 23px;
|
||||
margin: 0;
|
||||
padding-top: 6px;
|
||||
padding-left: 5px;
|
||||
color: #0E2E4A;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
form {
|
||||
margin: 2px 0px 0px 0px;
|
||||
}
|
||||
.spacer{
|
||||
padding-bottom : 2px;
|
||||
padding-left : 0px;
|
||||
padding-right : 0px;
|
||||
padding-top : 2px;
|
||||
}
|
||||
hr {
|
||||
border-top: #666 1px solid;
|
||||
border-bottom: #eee 1px solid;
|
||||
height: 2px;
|
||||
width: 92%;
|
||||
text-align:center;
|
||||
border-style: dotted;
|
||||
}
|
||||
.border {
|
||||
border: #999 1px solid;
|
||||
background-color: #F0F1F1;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.bodytable {
|
||||
padding: 2px;
|
||||
background-color: transparent;
|
||||
font-family: verdana, tahoma, arial, helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
font-style: normal;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-top: 0px
|
||||
}
|
||||
|
||||
.fborder {
|
||||
border: 1px solid #c3bdbd;
|
||||
background-color: #fff;
|
||||
|
||||
}
|
||||
.forumheader{
|
||||
background-color: #EBEFF2;
|
||||
font-family: verdana, tahoma, arial, helvetica, sans-serif;
|
||||
font-size: 11px;
|
||||
color:#000;
|
||||
padding: 4px;
|
||||
border: 1px solid #C3BDBD;
|
||||
}
|
||||
|
||||
.forumheader2{
|
||||
background-color: #EFEFEF;
|
||||
font-family: verdana, tahoma, arial, helvetica, sans-serif;
|
||||
font-size: 14px;
|
||||
color:#000;
|
||||
padding: 4px;
|
||||
border: #C3BDBD 1px solid;
|
||||
}
|
||||
|
||||
.forumheader3{
|
||||
background-color: #eaeaea;
|
||||
font-family: verdana, tahoma, arial, helvetica, sans-serif;
|
||||
font-size: 11px;
|
||||
color:#000;
|
||||
padding: 4px;
|
||||
border: #c3bdbd 1px solid;
|
||||
}
|
||||
|
||||
.forumborder{
|
||||
border-bottom: #000080 1px solid;
|
||||
border-left: #000080 1px solid;
|
||||
border-right: #000080 1px solid;
|
||||
border-top: #000080 1px solid;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.fcaption {
|
||||
border: #c3bdbd 1px solid;
|
||||
padding-bottom: 2px;
|
||||
padding-left: 8px;
|
||||
padding-right: 0px;
|
||||
padding-top: 2px;
|
||||
background-color: #dcdada;
|
||||
font-family: verdana, tahoma, arial, helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color:#616060;
|
||||
}
|
||||
|
||||
.topbar {
|
||||
background-image : url('images/topbar.png');
|
||||
}
|
||||
.leftbar {
|
||||
background-image : url('images/leftbar.png');
|
||||
}
|
||||
|
||||
.finfobar{
|
||||
background-color: #CCC8C8;
|
||||
color:#000;
|
||||
padding: 4px;
|
||||
border: 1px solid #C3BDBD;
|
||||
font-style:normal; font-variant:normal;
|
||||
font-weight:normal; font-size:11px;
|
||||
font-family:verdana, tahoma, arial, helvetica, sans-serif
|
||||
}
|
||||
|
||||
a.forumlink{
|
||||
color: #616060;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.helpbox {
|
||||
border: 0px none red;
|
||||
background-color: transparent;
|
||||
color:#000;
|
||||
font: 9px tahoma, verdana, arial, helvetica, sans-serif;
|
||||
}
|
||||
.linkspage_button{
|
||||
border:0px;
|
||||
}
|
188
e107_themes/human_condition/theme.php
Normal file
@@ -0,0 +1,188 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_themes/human_condition/theme.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:35:48 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
// [multilanguage]
|
||||
@include_once(e_THEME."human_condition/languages/".e_LANGUAGE.".php");
|
||||
@include_once(e_THEME."human_condition/languages/English.php");
|
||||
|
||||
// [theme]
|
||||
$themename = "human condition";
|
||||
$themeversion = "1.0";
|
||||
$themeauthor = "Steve Dunstan [jalist]";
|
||||
$themeemail = "jalist@e107.org";
|
||||
$themewebsite = "http://e107.org";
|
||||
$themedate = "19/01/2005";
|
||||
$themeinfo = "based on the Wordpress theme, <a href='http://wordpress.org'>http://wordpress.org</a>";
|
||||
define("STANDARDS_MODE", TRUE);
|
||||
$xhtmlcompliant = TRUE;
|
||||
$csscompliant = TRUE;
|
||||
define("IMODE", "lite");
|
||||
define("THEME_DISCLAIMER", "<br /><br /><i>".LAN_THEME_1."</i>");
|
||||
|
||||
// [layout]
|
||||
|
||||
$layout = "_default";
|
||||
|
||||
$HEADER = "
|
||||
<div id='rap'>
|
||||
<h1 id='header'><a href='#' title='e107 v0.7'>".$pref['sitename']."</a></h1>
|
||||
<div class='post'>
|
||||
{SETSTYLE=post}
|
||||
";
|
||||
|
||||
|
||||
$FOOTER = "
|
||||
{SETSTYLE=default}
|
||||
</div>
|
||||
<div id='menu'>
|
||||
{SITELINKS}
|
||||
{MENU=1}
|
||||
<br /><hr /><span class='smalltext'>{SITEDISCLAIMER}<br />{THEME_DISCLAIMER}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
";
|
||||
|
||||
define("TP_commenticon", "<img src='".THEME_ABS."images/comment.png' alt='' style='vertical-align:middle;' />");
|
||||
|
||||
$NEWSSTYLE = "
|
||||
<div class='textstyle4'>{STICKY_ICON}<b>{NEWSTITLE}</b></div>
|
||||
<div class='postinfo'>{NEWSCATEGORY}: {NEWSAUTHOR} @ {NEWSDATE}</div>
|
||||
<div class='textstyle3'>{NEWSBODY}</div>
|
||||
<div class='postinfo'>".TP_commenticon." {NEWSCOMMENTS}{TRACKBACK}</div>\n<br />\n";
|
||||
define("TRACKBACKSTRING", LAN_THEME_5);
|
||||
define("TRACKBACKBEFORESTRING", " | ");
|
||||
|
||||
|
||||
define("DATEHEADERCLASS", "button");
|
||||
// define("DATEHEADERCLASS", "nextprev"); // uncomment this line for a different style of news date header
|
||||
|
||||
define("ICONSTYLE", "float: left; border:0");
|
||||
define("COMMENTLINK", LAN_THEME_3);
|
||||
define("COMMENTOFFSTRING", LAN_THEME_2);
|
||||
|
||||
define("PRE_EXTENDEDSTRING", "<br /><br />[ ");
|
||||
define("EXTENDEDSTRING", LAN_THEME_4);
|
||||
define("POST_EXTENDEDSTRING", " ]<br />");
|
||||
|
||||
|
||||
// [linkstyle]
|
||||
|
||||
define(PRELINK, "");
|
||||
define(POSTLINK, "");
|
||||
define(LINKSTART, "<span><img src='".THEME_ABS."images/bullet2.gif' alt='bullet' /> ");
|
||||
define(LINKSTART_HILITE, "<span style='font-weight:bold'><img src='".THEME_ABS."images/bullet2.png' alt='bullet' /> ");
|
||||
define(LINKEND, "</span><br />");
|
||||
define(LINKDISPLAY, 2); // 1 - along top, 2 - in left or right column
|
||||
define(LINKALIGN, "left");
|
||||
|
||||
|
||||
// [tablestyle]
|
||||
|
||||
function tablestyle($caption, $text, $mode="")
|
||||
{
|
||||
global $style;
|
||||
|
||||
if($style == "post")
|
||||
{
|
||||
|
||||
if(!$caption)
|
||||
{
|
||||
echo "<div class='spacer'>$text</div>\n";
|
||||
}
|
||||
else if(!$text)
|
||||
{
|
||||
echo "<div class='spacer'><div class='date'>$caption</div></div>\n";
|
||||
}
|
||||
else
|
||||
{
|
||||
echo "<div class='spacer'><div class='date'>$caption</div>\n$text\n</div>\n";
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
if(!$caption)
|
||||
{
|
||||
echo "<div class='spacer'>$text</div>\n";
|
||||
}
|
||||
|
||||
else if(!$text)
|
||||
{
|
||||
echo "<div class='spacer'>$caption</div>\n";
|
||||
}
|
||||
else
|
||||
{
|
||||
echo "<div class='spacer'><div class='menubox'><b>$caption</b><br />$text</div></div>";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
$COMMENTSTYLE = "
|
||||
<table style='width:100%'>
|
||||
<tr>
|
||||
<td colspan='2' class='forumheader3'>
|
||||
{SUBJECT}
|
||||
<b>
|
||||
{USERNAME}
|
||||
</b>
|
||||
|
|
||||
{TIMEDATE}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style='width:30%; vertical-align:top'>
|
||||
<div class='spacer'>
|
||||
{AVATAR}
|
||||
</div>
|
||||
<span class='smalltext'>
|
||||
{COMMENTS}
|
||||
<br />
|
||||
{JOINED}
|
||||
</span>
|
||||
<br/>
|
||||
{REPLY}
|
||||
</td>
|
||||
<td style='width:70%; vertical-align:top'>
|
||||
{COMMENT} {COMMENTEDIT}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />";
|
||||
|
||||
$POLLSTYLE = <<< EOF
|
||||
<b>Poll:</b> {QUESTION}
|
||||
<br /><br />
|
||||
{OPTIONS=<div class='alttd8'>OPTION</div>BAR<br /><span class='smalltext'>PERCENTAGE VOTES</span><br />\n}
|
||||
<br /><div style='text-align:center' class='smalltext'>{AUTHOR}<br />{VOTE_TOTAL} {COMMENTS}
|
||||
<br />
|
||||
{OLDPOLLS}
|
||||
</div>
|
||||
EOF;
|
||||
|
||||
$CHATBOXSTYLE = "
|
||||
<img src='".THEME_ABS."images/bullet2.gif' alt='bullet' />
|
||||
<b>{USERNAME}</b><br />{TIMEDATE}
|
||||
<div class='smalltext'>
|
||||
{MESSAGE}
|
||||
</div>
|
||||
<br />";
|
||||
|
||||
?>
|
0
e107_themes/index.html
Normal file
BIN
e107_themes/interfectus/images/background.jpg
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
e107_themes/interfectus/images/bar.png
Normal file
After Width: | Height: | Size: 226 B |
BIN
e107_themes/interfectus/images/barl.png
Normal file
After Width: | Height: | Size: 338 B |
BIN
e107_themes/interfectus/images/barr.png
Normal file
After Width: | Height: | Size: 334 B |
BIN
e107_themes/interfectus/images/blank.gif
Normal file
After Width: | Height: | Size: 807 B |
BIN
e107_themes/interfectus/images/bottomcol.png
Normal file
After Width: | Height: | Size: 214 B |
BIN
e107_themes/interfectus/images/bottomleftcol.png
Normal file
After Width: | Height: | Size: 250 B |
BIN
e107_themes/interfectus/images/bottomrightcol.png
Normal file
After Width: | Height: | Size: 244 B |
BIN
e107_themes/interfectus/images/bullet1.gif
Normal file
After Width: | Height: | Size: 819 B |
BIN
e107_themes/interfectus/images/bullet2.gif
Normal file
After Width: | Height: | Size: 865 B |
BIN
e107_themes/interfectus/images/button.png
Normal file
After Width: | Height: | Size: 219 B |
BIN
e107_themes/interfectus/images/cap1.png
Normal file
After Width: | Height: | Size: 216 B |
BIN
e107_themes/interfectus/images/caption.png
Normal file
After Width: | Height: | Size: 239 B |
BIN
e107_themes/interfectus/images/fcap.png
Normal file
After Width: | Height: | Size: 209 B |
BIN
e107_themes/interfectus/images/fcap2.png
Normal file
After Width: | Height: | Size: 216 B |
BIN
e107_themes/interfectus/images/footer.png
Normal file
After Width: | Height: | Size: 204 B |
BIN
e107_themes/interfectus/images/header.png
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
e107_themes/interfectus/images/leftcol.png
Normal file
After Width: | Height: | Size: 207 B |
BIN
e107_themes/interfectus/images/link1.png
Normal file
After Width: | Height: | Size: 444 B |
BIN
e107_themes/interfectus/images/link2.png
Normal file
After Width: | Height: | Size: 443 B |
BIN
e107_themes/interfectus/images/menubottom.png
Normal file
After Width: | Height: | Size: 203 B |
BIN
e107_themes/interfectus/images/menubottom2.png
Normal file
After Width: | Height: | Size: 203 B |
BIN
e107_themes/interfectus/images/menutop.png
Normal file
After Width: | Height: | Size: 197 B |
BIN
e107_themes/interfectus/images/menutop2.png
Normal file
After Width: | Height: | Size: 197 B |
BIN
e107_themes/interfectus/images/pagefooter.png
Normal file
After Width: | Height: | Size: 192 B |
BIN
e107_themes/interfectus/images/pageheader.png
Normal file
After Width: | Height: | Size: 221 B |
BIN
e107_themes/interfectus/images/rightcol.png
Normal file
After Width: | Height: | Size: 208 B |
BIN
e107_themes/interfectus/images/search.png
Normal file
After Width: | Height: | Size: 574 B |
BIN
e107_themes/interfectus/images/topleftcol.png
Normal file
After Width: | Height: | Size: 357 B |
BIN
e107_themes/interfectus/images/toprightcol.png
Normal file
After Width: | Height: | Size: 383 B |
0
e107_themes/interfectus/index.html
Normal file
26
e107_themes/interfectus/languages/English.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_themes/interfectus/languages/English.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:35:51 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
define("LAN_THEME_1", "'interfectus' by <a href='http://e107.org' rel='external'>jalist</a>");
|
||||
define("LAN_THEME_2", "Read/Post Comment: ");
|
||||
define("LAN_THEME_3", "Comments are turned off for this item");
|
||||
define("LAN_THEME_4", "Read the rest ...");
|
||||
define("LAN_THEME_5", "Trackbacks: ");
|
||||
|
||||
?>
|
BIN
e107_themes/interfectus/preview.jpg
Normal file
After Width: | Height: | Size: 6.5 KiB |
424
e107_themes/interfectus/style.css
Normal file
@@ -0,0 +1,424 @@
|
||||
body {
|
||||
background-image: url(images/background.jpg); color: #ffffff; background-color: #333333; text-align: left; font: 8pt Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #555; margin: 12px 0 0 0;
|
||||
}
|
||||
|
||||
.maintable {
|
||||
width: 759px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#logo {
|
||||
background-image: url(images/header.png);
|
||||
width: 759px;
|
||||
height: 108px;
|
||||
}
|
||||
|
||||
#sitename {
|
||||
margin-left: 24px;
|
||||
margin-top: 50px;
|
||||
text-align: left;
|
||||
font: 10pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
|
||||
color: #ffb432;
|
||||
}
|
||||
|
||||
#infoleft {
|
||||
width: 365px;
|
||||
text-align: left;
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
#inforight {
|
||||
width: 366px;
|
||||
text-align: right;
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
.padder {
|
||||
padding: 0 4px 0 4px;
|
||||
}
|
||||
|
||||
.spacer{
|
||||
padding: 2px 0px 2px 0px;
|
||||
}
|
||||
|
||||
ul, ol {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
|
||||
#collefttop {
|
||||
background-image: url(images/topleftcol.png);
|
||||
width: 14px;
|
||||
height: 34px;
|
||||
}
|
||||
|
||||
#colrighttop {
|
||||
background-image: url(images/toprightcol.png);
|
||||
width: 14px;
|
||||
height: 34px;
|
||||
}
|
||||
|
||||
#colleft {
|
||||
background-image: url(images/leftcol.png);
|
||||
width: 14px;
|
||||
height: 100%;
|
||||
background-repeat: repeat-y;
|
||||
}
|
||||
|
||||
#colright {
|
||||
background-image: url(images/rightcol.png);
|
||||
width: 14px;
|
||||
height: 100%;
|
||||
background-repeat: repeat-y;
|
||||
}
|
||||
|
||||
.button {
|
||||
border: 1px solid #000;
|
||||
color: #000;
|
||||
font: 7pt verdana, tahoma, arial, helvetica, sans-serif;
|
||||
text-align:center;
|
||||
background-image : url(images/button.png);
|
||||
}
|
||||
|
||||
.cbdate {
|
||||
color: #686868;
|
||||
}
|
||||
|
||||
#colbotleft {
|
||||
background-image: url(images/bottomleftcol.png);
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
}
|
||||
|
||||
#colbot {
|
||||
background-image: url(images/bottomcol.png);
|
||||
height: 14px;
|
||||
width: 100%;
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
|
||||
#colbotright {
|
||||
background-image: url(images/bottomrightcol.png);
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
#contentarea {
|
||||
background-color: #000;
|
||||
width: 599px;
|
||||
font: 8pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
|
||||
color: #ffb432;
|
||||
vertical-align:top;
|
||||
}
|
||||
|
||||
#fullcontentarea {
|
||||
background-color: #000;
|
||||
width: 759px;
|
||||
font: 8pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
|
||||
color: #ffb432;
|
||||
vertical-align:top;
|
||||
}
|
||||
|
||||
#menuarea {
|
||||
background-color: #000;
|
||||
width: 160px;
|
||||
font: 8pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
|
||||
color: #ffb432;
|
||||
vertical-align:top;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.tablewrapper {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.searchbar {
|
||||
background-color: #000;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
/* menu definitions */
|
||||
|
||||
.menutable{
|
||||
width: 160px;
|
||||
}
|
||||
|
||||
.menuwrapper {
|
||||
width: 160px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.menutop {
|
||||
background-image: url(images/menutop.png);
|
||||
width: 100%;
|
||||
background-repeat: repeat-x;
|
||||
height: 5px;
|
||||
}
|
||||
|
||||
.menubody {
|
||||
background-color: #3e3e3e;
|
||||
width: 100%;
|
||||
font: 7pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
|
||||
color: #bbb;
|
||||
vertical-align:top;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.menubottom {
|
||||
background-image: url(images/menubottom.png);
|
||||
width: 100%;
|
||||
background-repeat: repeat-x;
|
||||
height: 12px;
|
||||
}
|
||||
|
||||
.menutop2 {
|
||||
background-image: url(images/menutop2.png);
|
||||
width: 100%;
|
||||
background-repeat: repeat-x;
|
||||
height: 5px;
|
||||
}
|
||||
|
||||
.menubody2 {
|
||||
background-color: #3e3e3e;
|
||||
width: 100%;
|
||||
font: 8pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
|
||||
color: #ffb432;
|
||||
padding: 4px 5px 5px 4px;
|
||||
vertical-align:top;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.menubottom2 {
|
||||
background-image: url(images/menubottom2.png);
|
||||
width: 100%;
|
||||
background-repeat: repeat-x;
|
||||
height: 12px;
|
||||
}
|
||||
|
||||
/* end menu layout */
|
||||
|
||||
img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
.linkspage_button{
|
||||
vertical-align: middle;
|
||||
border:0px;
|
||||
}
|
||||
|
||||
.smalltext {
|
||||
font: 7pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.pageheader {
|
||||
background-image: url(images/pageheader.png);
|
||||
width: 100%;
|
||||
background-repeat: repeat-x;
|
||||
height: 25px;
|
||||
}
|
||||
|
||||
.pagebody {
|
||||
background-color: #333;
|
||||
width: 100%;
|
||||
font: 8pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
|
||||
color: #ddd;
|
||||
padding: 4px 5px 5px 4px;
|
||||
vertical-align:top;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.pagefooter {
|
||||
background-image: url(images/pagefooter.png);
|
||||
width: 100%;
|
||||
background-repeat: repeat-x;
|
||||
height: 14px;
|
||||
}
|
||||
|
||||
|
||||
a {
|
||||
color: #999;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
color: #ddd;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a.link2:link {
|
||||
color: #999;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a.link2:hover {
|
||||
color: #ffb432;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
/* captions */
|
||||
|
||||
.caption {
|
||||
background-image: url(images/cap1.png);
|
||||
width: 100%;
|
||||
background-repeat: repeat-x;
|
||||
height: 16px;
|
||||
font: 7pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.captionpadder {
|
||||
padding: 2px 0 0 4px;
|
||||
}
|
||||
|
||||
.captiontext {
|
||||
font: 9pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
|
||||
color: #ffb432;
|
||||
}
|
||||
|
||||
|
||||
.testborder {
|
||||
border: 1px solid red;
|
||||
}
|
||||
|
||||
.link1 {
|
||||
background-image: url(images/link1.png);
|
||||
background-repeat: no-repeat;
|
||||
width: 159%;
|
||||
height: 21px;
|
||||
font: 7pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
|
||||
color: #fff;
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
||||
.link2 {
|
||||
background-image: url(images/link2.png);
|
||||
background-repeat: no-repeat;
|
||||
width: 159%;
|
||||
height: 21px;
|
||||
font: 7pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
|
||||
color: #fff;
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
||||
.linktext {
|
||||
padding-top: 6px;
|
||||
}
|
||||
|
||||
|
||||
form {
|
||||
margin: 2px 0px 0px 0px;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.tbox {
|
||||
background-color: #000;
|
||||
border: 1px solid #3e3e3e;
|
||||
font: 8pt Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #777;
|
||||
}
|
||||
|
||||
.tbox.search {
|
||||
background-color: #000;
|
||||
border: 1px solid #3e3e3e;
|
||||
font: 8pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
.tbox.chatbox {
|
||||
width: 80%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.helpbox {
|
||||
color:#aaa;
|
||||
font: 9px tahoma, verdana, arial, helvetica, sans-serif;
|
||||
border: 0px none red;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
|
||||
/* forum */
|
||||
|
||||
.fborder {
|
||||
border: #1d1d1d 1px solid;
|
||||
}
|
||||
.forumheader{
|
||||
background-color: #333;
|
||||
font: 11px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
color:#ffa939;
|
||||
padding: 4px;
|
||||
|
||||
border: 1px solid #1d1d1d;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.forumheader2{
|
||||
background-color: #333;
|
||||
font: 11px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
color:#9f9f9f;
|
||||
padding: 4px;
|
||||
border: #2a2a2a 1px solid;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.forumheader3{
|
||||
background-color: #333;
|
||||
font: 9px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
color:#9f9f9f;
|
||||
padding: 4px;
|
||||
border: #2a2a2a 1px solid;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.forumborder{
|
||||
border: #000080 1px solid;
|
||||
}
|
||||
|
||||
.fcaption {
|
||||
background-image : url(images/fcap.png);
|
||||
border: 1px solid #1d1d1d;
|
||||
padding: 2px 0 2px 0;
|
||||
background-color: #f9fafb;
|
||||
font: 11px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
color:#ffa939;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.finfobar{
|
||||
background-color: #393939;
|
||||
color:#000;
|
||||
padding: 4px;
|
||||
border: 1px solid #2a2a2a;
|
||||
font-size: 7pt; font-family:verdana, tahoma, arial, helvetica, sans-serif;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.smallblacktext {
|
||||
font: 10px tahoma, verdana, arial, helvetica, sans-serif;
|
||||
color:#b47716;
|
||||
}
|
||||
|
||||
td {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.nextprev {
|
||||
font: 7pt tahoma, verdana, arial, helvetica, sans-serif;
|
||||
color:#b47716;
|
||||
}
|
||||
|
||||
#Clock {
|
||||
color: #ffb432;
|
||||
}
|
296
e107_themes/interfectus/theme.php
Normal file
@@ -0,0 +1,296 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_themes/interfectus/theme.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:35:49 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
// [multilanguage]
|
||||
@include_once(e_THEME."interfectus/languages/".e_LANGUAGE.".php");
|
||||
@include_once(e_THEME."interfectus/languages/English.php");
|
||||
|
||||
// [theme]
|
||||
$themename = "interfectus";
|
||||
$themeversion = "1.0";
|
||||
$themeauthor = "Steve Dunstan [jalist]";
|
||||
$themeemail = "jalist@e107.org";
|
||||
$themewebsite = "http://e107.org";
|
||||
$themedate = "16/03/2005";
|
||||
$themeinfo = "Dark theme suitable for gaming / clan sites.";
|
||||
define("STANDARDS_MODE", TRUE);
|
||||
$xhtmlcompliant = TRUE;
|
||||
$csscompliant = TRUE;
|
||||
|
||||
define("THEME_DISCLAIMER", "<br /><i>".LAN_THEME_1."</i>");
|
||||
define("IMODE", "dark");
|
||||
|
||||
// [layout]
|
||||
|
||||
$layout = "_default";
|
||||
|
||||
$HEADER = "
|
||||
<table class='maintable' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td id='logo'><div id='sitename'>[ <a href='".e_HTTP."index.php'>{SITENAME}</a> ]</div></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table class='maintable' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td id='collefttop'></td>
|
||||
<td id='infoleft'>
|
||||
<div class='padder'>
|
||||
{CUSTOM=search+".THEME_ABS."images/search.png}
|
||||
</div>
|
||||
</td>
|
||||
<td id='inforight'>
|
||||
<div class='padder'>
|
||||
{CUSTOM=clock}
|
||||
</div>
|
||||
</td>
|
||||
<td id='colrighttop'></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table class='maintable' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td id='colleft'></td>
|
||||
<td>
|
||||
<table class='tablewrapper' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td id='contentarea'>
|
||||
<div class='padder'>
|
||||
<table class='tablewrapper' cellpadding='0' cellspacing='0'>
|
||||
<tr><td class='pageheader'></td></tr>
|
||||
<tr><td class='pagebody'>
|
||||
{SETSTYLE=main}
|
||||
|
||||
";
|
||||
|
||||
$FOOTER = "
|
||||
</td></tr>
|
||||
<tr><td class='pagefooter'></td></tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
<td id='menuarea'>
|
||||
<table class='menutable' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td class='menutop'></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='menubody'>
|
||||
<div class='menuwrapper'>
|
||||
{SETSTYLE=menu1}
|
||||
{SITELINKS}
|
||||
{MENU=1}
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='menubottom'></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td id='colright'></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table class='maintable' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td id='colbotleft'><img src='".THEME_ABS."images/blank.gif' width='14' height='14' alt='' style='display: block;' /></td>
|
||||
<td id='colbot'></td>
|
||||
<td id='colbotright'><img src='".THEME_ABS."images/blank.gif' width='14' height='14' alt='' style='display: block;' /></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div class='smalltext' style='text-align: center;'>{SITEDISCLAIMER}<br />{THEMEDISCLAIMER}</div>
|
||||
|
||||
";
|
||||
|
||||
|
||||
/*
|
||||
<table class='menutable' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td class='menutop2'></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='menubody2'>
|
||||
<div class='menuwrapper'>
|
||||
{PLUGIN=other_news_menu/other_news2_menu}
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='menubottom2'></td>
|
||||
</tr>
|
||||
</table>
|
||||
*/
|
||||
|
||||
|
||||
$CUSTOMHEADER = "
|
||||
<table class='maintable' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td id='logo'><div id='sitename'>[ <a href='".e_HTTP."index.php'>{SITENAME}</a> ]</div></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table class='maintable' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td id='collefttop'></td>
|
||||
<td id='infoleft'>
|
||||
<div class='padder'>
|
||||
{CUSTOM=search+".THEME_ABS."images/search.png}
|
||||
</div>
|
||||
</td>
|
||||
<td id='inforight'>
|
||||
<div class='padder'>
|
||||
{CUSTOM=clock}
|
||||
</div>
|
||||
</td>
|
||||
<td id='colrighttop'></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table class='maintable' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td id='colleft'></td>
|
||||
<td>
|
||||
<table class='tablewrapper' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td id='fullcontentarea'>
|
||||
<div class='padder'>
|
||||
<table class='tablewrapper' cellpadding='0' cellspacing='0'>
|
||||
<tr><td class='pageheader'></td></tr>
|
||||
<tr><td class='pagebody'>
|
||||
{SETSTYLE=main}
|
||||
|
||||
";
|
||||
|
||||
$CUSTOMFOOTER = "
|
||||
|
||||
</td></tr>
|
||||
<tr><td class='pagefooter'></td></tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td id='colright'></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table class='maintable' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td id='colbotleft'><img src='".THEME_ABS."images/blank.gif' width='14' height='14' alt='' style='display: block;' /></td>
|
||||
<td id='colbot'></td>
|
||||
<td id='colbotright'><img src='".THEME_ABS."images/blank.gif' width='14' height='14' alt='' style='display: block;' /></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
";
|
||||
|
||||
|
||||
$CUSTOMPAGES = "forum.php forum_post.php forum_viewforum.php forum_viewtopic.php user.php submitnews.php download.php links.php stats.php usersettings.php signup.php";
|
||||
|
||||
|
||||
|
||||
|
||||
$NEWSSTYLE = "
|
||||
<div class='captiontext'>{NEWSTITLE}</div>
|
||||
{NEWSBODY}
|
||||
{EXTENDED}
|
||||
<div style='text-align:right' class='smalltext'>
|
||||
{NEWSAUTHOR}
|
||||
on
|
||||
{NEWSDATE}
|
||||
<br />
|
||||
{NEWSCOMMENTS}{TRACKBACK}
|
||||
</div>
|
||||
<br />";
|
||||
|
||||
define("ICONSTYLE", "");
|
||||
define("COMMENTLINK", LAN_THEME_2);
|
||||
define("COMMENTOFFSTRING", LAN_THEME_3);
|
||||
define("PRE_EXTENDEDSTRING", "<br /><br />[ ");
|
||||
define("EXTENDEDSTRING", LAN_THEME_4);
|
||||
define("POST_EXTENDEDSTRING", " ]<br />");
|
||||
define("TRACKBACKSTRING", LAN_THEME_5);
|
||||
define("TRACKBACKBEFORESTRING", " | ");
|
||||
|
||||
|
||||
// [linkstyle]
|
||||
|
||||
define('PRELINK', "");
|
||||
define('POSTLINK', "");
|
||||
define('LINKSTART', "<div class='link1' onmouseover=\"this.className='link2';\" onmouseout=\"this.className='link1';\"><div class='linktext'><img src='".THEME_ABS."images/bullet1.gif' alt='' /> ");
|
||||
define("LINKSTART_HILITE", "<div class='link2' onmouseover=\"this.className='link1';\" onmouseout=\"this.className='link2';\"><div class='linktext'><img src='".THEME_ABS."images/bullet1.gif' alt='' /> ");
|
||||
define('LINKEND', "</div></div>");
|
||||
define('LINKDISPLAY', 1);
|
||||
define('LINKALIGN', "left");
|
||||
|
||||
|
||||
|
||||
|
||||
// [tablestyle]
|
||||
|
||||
function tablestyle($caption, $text)
|
||||
{
|
||||
global $style;
|
||||
|
||||
if($style == "menu1")
|
||||
{
|
||||
echo "<div class='caption'><div class='captionpadder'>$caption</div></div><br /><div class='padder'>$text</div><br />";
|
||||
}
|
||||
else if($style == "menu2")
|
||||
{
|
||||
echo "<table class='menutable' cellpadding='0' cellspacing='0'>
|
||||
<tr><td class='menutop2'></td></tr>
|
||||
<tr><td class='menubody2'><div class='menuwrapper'>$caption<br /><br />$text</div></td></tr>
|
||||
<tr><td class='menubottom2'></td></tr>
|
||||
</table>";
|
||||
}
|
||||
else
|
||||
{
|
||||
echo "<div class='captiontext'>$caption</div>$text<br />";
|
||||
}
|
||||
}
|
||||
|
||||
$COMMENTSTYLE = "<br /><br />
|
||||
<div class='captiontext'><img src='".THEME_ABS."images/bullet1.gif' alt='' style='vertical-align: middle;' /> {USERNAME} | {TIMEDATE}</div>
|
||||
{COMMENT} {COMMENTEDIT}<br />
|
||||
<span class='smalltext'>{REPLY}{IPADDRESS}</span>
|
||||
";
|
||||
|
||||
|
||||
|
||||
$CHATBOXSTYLE = "
|
||||
<div class='link2'><div class='linktext'><img src='".THEME_ABS."images/bullet1.gif' alt='' style='vertical-align: middle;' /> {USERNAME} | <span class='cbdate'>{TIMEDATE}</span></div></div>
|
||||
<div class='smalltext'>
|
||||
{MESSAGE}
|
||||
</div>
|
||||
<br />";
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
?>
|
173
e107_themes/jayya/admin_template.php
Normal file
@@ -0,0 +1,173 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_themes/jayya/admin_template.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:35:51 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
// [prerenders]
|
||||
|
||||
$style = "leftmenu";
|
||||
$prehelp = $tp -> parseTemplate('{ADMIN_HELP}');
|
||||
|
||||
$style = "rightmenu";
|
||||
$pre_admin_menu = $tp -> parseTemplate('{ADMIN_MENU=pre}');
|
||||
$preright = $tp -> parseTemplate('{ADMIN_STATUS=request}');
|
||||
$preright .= $tp -> parseTemplate('{ADMIN_LATEST=request}');
|
||||
$preright .= $tp -> parseTemplate('{ADMIN_PRESET}');
|
||||
$preright .= $tp -> parseTemplate('{ADMIN_LOG=request}');
|
||||
$style = "default";
|
||||
|
||||
// [layout]
|
||||
|
||||
$ADMIN_HEADER = "<table class='page_container'>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<table class='top_section'>
|
||||
<tr>
|
||||
<td class='top_section_left' style='padding-left: 5px; padding-right: 5px'>
|
||||
{ADMIN_LOGO}
|
||||
</td>
|
||||
<td class='top_section_mid' style='width: 100%'>
|
||||
<div style='margin-bottom: 3px;'>
|
||||
{ADMIN_LOGGED}
|
||||
{ADMIN_SEL_LAN}
|
||||
{ADMIN_USERLAN}
|
||||
</div>
|
||||
{SITELINKS=flat}
|
||||
</td>
|
||||
|
||||
<td class='top_section_right' style='padding: 0px 18px 0px 18px; width: 68px'>
|
||||
<div style='height: 32px;'>
|
||||
{ADMIN_ICON}
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>";
|
||||
|
||||
if (ADMIN) {
|
||||
$ADMIN_HEADER .= "{ADMIN_ALT_NAV}";
|
||||
} else {
|
||||
if (file_exists(THEME.'admin_nav.js')) {
|
||||
$ADMIN_HEADER .= "<script type='text/javascript' src='".THEME."admin_nav.js'></script>";
|
||||
} else {
|
||||
$ADMIN_HEADER .= "<script type='text/javascript' src='".e_FILE."admin_nav.js'></script>";
|
||||
}
|
||||
|
||||
$ADMIN_HEADER .= "<div style='width: 100%'><table style='width:100%; border-collapse: collapse; border-spacing: 0px;'>
|
||||
<tr><td>
|
||||
<div class='menuBar' style='width:100%;'>
|
||||
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table></div>";
|
||||
}
|
||||
|
||||
$ADMIN_HEADER .= "<table class='main_section'>
|
||||
<tr>
|
||||
<td class='left_menu'>
|
||||
<table style='width:100%; border-collapse: collapse; border-spacing: 0px;'>
|
||||
<tr>
|
||||
<td>
|
||||
{SETSTYLE=leftmenu}
|
||||
{ADMIN_LANG}
|
||||
{ADMIN_PWORD}
|
||||
{ADMIN_MSG}
|
||||
{ADMIN_PLUGINS}";
|
||||
|
||||
if (!ADMIN) {
|
||||
$style='leftmenu';
|
||||
$ADMIN_HEADER .= $ns -> tablerender('Welcome', '', '', TRUE);
|
||||
$style='default';
|
||||
}
|
||||
|
||||
if ($prehelp!='') {
|
||||
$ADMIN_HEADER .= $prehelp;
|
||||
} else {
|
||||
$ADMIN_HEADER .= "{ADMIN_SITEINFO}";
|
||||
}
|
||||
|
||||
$ADMIN_HEADER .= "<br />
|
||||
</td></tr></table>
|
||||
</td>
|
||||
<td class='default_menu'>
|
||||
{SETSTYLE=default}
|
||||
";
|
||||
|
||||
$ADMIN_FOOTER = "<br />
|
||||
</td>";
|
||||
|
||||
if ($pre_admin_menu || $preright) {
|
||||
$ADMIN_FOOTER .= "<td class='right_menu'>
|
||||
<table style='width:100%; border-collapse: collapse; border-spacing: 0px;'>
|
||||
<tr>
|
||||
<td>
|
||||
{SETSTYLE=rightmenu}
|
||||
{ADMIN_MENU}
|
||||
".$preright."
|
||||
<br />
|
||||
</td></tr></table>
|
||||
</td>";
|
||||
}
|
||||
|
||||
$ADMIN_FOOTER .= "</tr>
|
||||
</table>
|
||||
<div style='text-align:center'>
|
||||
<br />
|
||||
{SITEDISCLAIMER}
|
||||
<br /><br />
|
||||
{ADMIN_CREDITS}
|
||||
<br />
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
";
|
||||
|
||||
|
||||
// [admin button style]
|
||||
|
||||
$BUTTONS_START = "<table class='fborder' style='width: 100%'>";
|
||||
|
||||
$BUTTON = "<tr><td class='link_button'><div class='emenuBar link_button'>
|
||||
<div class='menuButton link_button' onmouseover=\"eover(this, 'menuButton_over link_button')\" onmouseout=\"eover(this, 'menuButton link_button')\" {ONCLICK}
|
||||
style='width: 98% !important; width: 100%; padding: 0px 0px 0px 2px; border-right: 0px'>
|
||||
<img src='".E_16_NAV_ARROW."' style='width: 16px; height: 16px; vertical-align: middle' alt='' /> {LINK_TEXT}</div></div></td></tr>";
|
||||
|
||||
$BUTTON_OVER = "<tr><td class='link_button'><div class='emenuBar link_button'>
|
||||
<div class='menuButton link_button' onmouseover=\"eover(this, 'menuButton_over link_button')\" onmouseout=\"eover(this, 'menuButton link_button')\" {ONCLICK}
|
||||
style='width: 98% !important; width: 100%; padding: 0px 0px 0px 2px; border-right: 0px'>
|
||||
<img src='".E_16_NAV_ARROW_OVER."' style='width: 16px; height: 16px; vertical-align: middle' alt='' /> {LINK_TEXT}</div></div></td></tr>";
|
||||
|
||||
$BUTTONS_END = "</table>";
|
||||
|
||||
$SUB_BUTTONS_START = "<table class='fborder' style='width:100%;'>
|
||||
<tr><td style='border-bottom: 1px solid #000'><div class='emenuBar'>
|
||||
<div class='menuButton' onmouseover=\"eover(this, 'menuButton_over')\" onmouseout=\"eover(this, 'menuButton')\" onclick=\"expandit('{SUB_HEAD_ID}');\"
|
||||
style='width: 98% !important; width: 100%; padding: 0px 0px 0px 2px; border-right: 0px'>
|
||||
<img src='".E_16_NAV_ARROW."' style='width: 16px; height: 16px; vertical-align: middle' alt='' /> {SUB_HEAD}</div></div></td></tr>
|
||||
<tr id='{SUB_HEAD_ID}' style='display: none' ><td class='forumheader3' style='text-align:left;'>";
|
||||
|
||||
$SUB_BUTTON = "<a style='text-decoration:none;' href='{LINK_URL}'>{LINK_TEXT}</a><br />";
|
||||
|
||||
$SUB_BUTTON_OVER = "<b> « <a style='text-decoration:none;' href='{LINK_URL}'>{LINK_TEXT}</a> » </b><br />";
|
||||
|
||||
$SUB_BUTTONS_END = "</td></tr></table>";
|
||||
|
||||
?>
|