Old Theme Removal.
Before Width: | Height: | Size: 828 B |
Before Width: | Height: | Size: 49 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 35 KiB |
@@ -1,28 +0,0 @@
|
||||
<?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.2 $
|
||||
| $Date: 2007-03-03 19:58:55 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
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");
|
||||
|
||||
|
||||
?>
|
Before Width: | Height: | Size: 6.0 KiB |
@@ -1,493 +0,0 @@
|
||||
|
||||
/* 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;
|
||||
}
|
@@ -1,134 +0,0 @@
|
||||
<?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.2 $
|
||||
| $Date: 2007-03-18 11:20:39 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
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 />";
|
||||
|
||||
?>
|
Before Width: | Height: | Size: 221 B |
Before Width: | Height: | Size: 165 B |
Before Width: | Height: | Size: 53 B |
Before Width: | Height: | Size: 150 B |
Before Width: | Height: | Size: 747 B |
Before Width: | Height: | Size: 224 B |
Before Width: | Height: | Size: 407 B |
Before Width: | Height: | Size: 3.9 KiB |
@@ -1,28 +0,0 @@
|
||||
<?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.2 $
|
||||
| $Date: 2007-03-03 19:59:08 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
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");
|
||||
|
||||
|
||||
?>
|
@@ -1,30 +0,0 @@
|
||||
<?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>";
|
||||
|
||||
|
||||
?>
|
Before Width: | Height: | Size: 6.8 KiB |
@@ -1,422 +0,0 @@
|
||||
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;
|
||||
}
|
@@ -1,188 +0,0 @@
|
||||
<?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.2 $
|
||||
| $Date: 2008-07-20 17:08:38 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
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 />";
|
||||
|
||||
?>
|
Before Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 226 B |
Before Width: | Height: | Size: 338 B |
Before Width: | Height: | Size: 334 B |
Before Width: | Height: | Size: 807 B |
Before Width: | Height: | Size: 214 B |
Before Width: | Height: | Size: 250 B |
Before Width: | Height: | Size: 244 B |
Before Width: | Height: | Size: 819 B |
Before Width: | Height: | Size: 865 B |
Before Width: | Height: | Size: 219 B |
Before Width: | Height: | Size: 216 B |
Before Width: | Height: | Size: 239 B |
Before Width: | Height: | Size: 209 B |
Before Width: | Height: | Size: 216 B |
Before Width: | Height: | Size: 204 B |
Before Width: | Height: | Size: 33 KiB |
Before Width: | Height: | Size: 207 B |
Before Width: | Height: | Size: 444 B |
Before Width: | Height: | Size: 443 B |
Before Width: | Height: | Size: 203 B |
Before Width: | Height: | Size: 203 B |
Before Width: | Height: | Size: 197 B |
Before Width: | Height: | Size: 197 B |
Before Width: | Height: | Size: 192 B |
Before Width: | Height: | Size: 221 B |
Before Width: | Height: | Size: 208 B |
Before Width: | Height: | Size: 574 B |
Before Width: | Height: | Size: 357 B |
Before Width: | Height: | Size: 383 B |
@@ -1,26 +0,0 @@
|
||||
<?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.2 $
|
||||
| $Date: 2007-03-03 19:59:15 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
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: ");
|
||||
|
||||
?>
|
Before Width: | Height: | Size: 6.5 KiB |
@@ -1,424 +0,0 @@
|
||||
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;
|
||||
}
|
@@ -1,296 +0,0 @@
|
||||
<?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.2 $
|
||||
| $Date: 2007-03-18 11:20:39 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
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 />{THEME_DISCLAIMER}</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 />";
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
?>
|
Before Width: | Height: | Size: 104 B |
Before Width: | Height: | Size: 104 B |
Before Width: | Height: | Size: 644 B |
Before Width: | Height: | Size: 868 B |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 558 B |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 8.1 KiB |
Before Width: | Height: | Size: 347 B |
@@ -1,29 +0,0 @@
|
||||
<?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/kubrick/languages/English.php,v $
|
||||
| $Revision: 1.3 $
|
||||
| $Date: 2009-06-11 19:21:43 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
define("LAN_THEME_1", "'kubrick' by <a href='http://e107.org' title='e107.org' rel='external'>jalist</a> & <a href='http://e107themes.org' title='e107themes.org' rel='external'>Que</a>, Based on original theme by Michael Heilemann (<a href='http://binarybonsai.com/kubrick/' title='http://binarybonsai.com/kubrick/' rel='external'>http://binarybonsai.com/kubrick/</a>. ).");
|
||||
define("LAN_THEME_2", "Comments are turned off for this item");
|
||||
define("LAN_THEME_3", "comment: ");
|
||||
define("LAN_THEME_4", "Read the rest ...");
|
||||
define("LAN_THEME_5", "Trackbacks: ");
|
||||
define('LAN_THEME_6', 'on');
|
||||
define('LAN_THEME_7', 'by');
|
||||
|
||||
|
||||
?>
|
Before Width: | Height: | Size: 5.0 KiB |
@@ -1,463 +0,0 @@
|
||||
/*
|
||||
Kubrick v1.2.5 for e107
|
||||
http://binarybonsai.com/kubrick/
|
||||
This theme was designed and built by Michael Heilemann,
|
||||
whose blog you will find at http://binarybonsai.com/
|
||||
The CSS, XHTML and design is released under GPL:
|
||||
http://www.opensource.org/licenses/gpl-license.php
|
||||
Maintainer: William Moffett [Que~]
|
||||
*/
|
||||
|
||||
/* BEGIN TYPOGRAPHY & COLORS */
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 62.5%; /* Resets 1em to 10px */
|
||||
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
|
||||
color: #333;
|
||||
text-align: center;
|
||||
background:#d5d6d7 url("images/kubrickbgcolor.jpg");
|
||||
}
|
||||
|
||||
a {
|
||||
color: #06c;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #147;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 4em;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 1.6em;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.3em;
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
td {
|
||||
background: none;
|
||||
font-family: tahoma, verdana, arial, helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
font-style: normal;
|
||||
color:#5d6e75;
|
||||
padding: 0px;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
acronym, abbr, span.caps {
|
||||
cursor: help;
|
||||
}
|
||||
|
||||
acronym, abbr {
|
||||
border-bottom: 1px dashed #999;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
margin: 15px 30px 0 10px;
|
||||
padding-left: 20px;
|
||||
border-left: 5px solid #ddd;
|
||||
}
|
||||
|
||||
blockquote cite {
|
||||
margin: 5px 0 0;
|
||||
display: block;
|
||||
}
|
||||
|
||||
hr {
|
||||
display: none;
|
||||
}
|
||||
|
||||
a img {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.linkspage_button{
|
||||
border:0px;
|
||||
}
|
||||
|
||||
.hidden{
|
||||
display:none;
|
||||
}
|
||||
|
||||
/* BEGIN LAYOUT */
|
||||
|
||||
#page {
|
||||
margin: 20px auto;
|
||||
padding: 0;
|
||||
width: 760px;
|
||||
border: 1px solid #959596;
|
||||
text-align: left;
|
||||
background:white url("images/kubrickbg.jpg") repeat-y top; border: none;
|
||||
}
|
||||
|
||||
#page2 {
|
||||
margin: 20px auto;
|
||||
padding: 0;
|
||||
width: 760px;
|
||||
border: 1px solid #959596;
|
||||
text-align: left;
|
||||
background:white url("images/kubrickbgwide.jpg") repeat-y top; border: none;
|
||||
}
|
||||
|
||||
#header {
|
||||
position:relative;
|
||||
padding: 0;
|
||||
margin: 0 auto;
|
||||
height: 200px;
|
||||
width: 100%;
|
||||
background: #73a0c5 url("images/kubrickheader.jpg") no-repeat bottom center;
|
||||
}
|
||||
|
||||
#header h1{
|
||||
position:absolute;
|
||||
top:50px;
|
||||
left:0px;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
margin: 0 auto;
|
||||
font-size: 4em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#header h1 a, #header h1 a:hover{
|
||||
color:white;
|
||||
}
|
||||
|
||||
#header h2 {
|
||||
position:absolute;
|
||||
top:100px;
|
||||
left:0px;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
margin: 0 auto;
|
||||
font-size: 1.2em;
|
||||
text-align: center;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
/* UL NAVIGATION ADDED BY QUE~ */
|
||||
|
||||
#navigation{
|
||||
font-size: 11px;
|
||||
width: 694px;
|
||||
height: 22px;
|
||||
position: absolute;
|
||||
top: 178px;
|
||||
left: 13px;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
#navigation li{
|
||||
background: none;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
/* END UL NAVIGATION */
|
||||
|
||||
#content {
|
||||
margin-top:22px;
|
||||
font-size: 1.2em
|
||||
}
|
||||
|
||||
#sidebar{
|
||||
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
margin:22px 0px 0px 545px;
|
||||
padding: 20px 0 10px 0;
|
||||
width: 190px;
|
||||
font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
|
||||
}
|
||||
|
||||
.narrowcolumn {
|
||||
float: left;
|
||||
padding: 0 0 20px 45px;
|
||||
margin: 0px 0 0;
|
||||
width: 450px;
|
||||
}
|
||||
|
||||
.widecolumn {
|
||||
padding: 10px 0 10px 0;
|
||||
margin: 5px 0 0 5px;
|
||||
width: 700px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.narrowcolumn .entry, .widecolumn .entry {
|
||||
line-height: 1.4em;
|
||||
}
|
||||
|
||||
.widecolumn {
|
||||
line-height: 1.6em;
|
||||
}
|
||||
|
||||
#footer {
|
||||
padding: 0;
|
||||
margin: 0 auto;
|
||||
width: 760px;
|
||||
clear: both;
|
||||
background:transparent url("images/kubrickfooter.jpg") bottom left no-repeat;
|
||||
}
|
||||
|
||||
#footer p {
|
||||
margin: 0;
|
||||
padding: 10px 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* END LAYOUT */
|
||||
|
||||
|
||||
/* BEGIN E107 CORE CLASSES MAINTAINER QUE~ */
|
||||
|
||||
.button{
|
||||
font-family: tahoma, verdana, arial, helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
.tbox.chatbox {
|
||||
width: 80%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.spacer {
|
||||
padding: 2px 0 2px 0;
|
||||
}
|
||||
|
||||
|
||||
.indent{
|
||||
padding:4px;
|
||||
border: 1px solid #06c;
|
||||
}
|
||||
|
||||
.smalltext {
|
||||
font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
|
||||
}
|
||||
|
||||
.mediumtext {
|
||||
font: 12px 'Lucida Grande', Verdana, Arial, Sans-Serif;
|
||||
}
|
||||
|
||||
.tbox{
|
||||
background-color: #F4F7FA;
|
||||
border: #5e5d63 1px solid;
|
||||
color: #000000;
|
||||
font: 10px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.helpbox {
|
||||
border: 0px;
|
||||
background-color: transparent;
|
||||
color:#000;
|
||||
font: 9px tahoma, verdana, arial, helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.fborder {
|
||||
border: #ededed 1px solid;
|
||||
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 #ededed;
|
||||
}
|
||||
|
||||
.forumheader2{
|
||||
background-color: #fff;
|
||||
font-family: verdana, tahoma, arial, helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
color:#000;
|
||||
padding: 4px;
|
||||
border: #ededed 1px solid;
|
||||
}
|
||||
|
||||
.forumheader3{
|
||||
background-color: #fff;
|
||||
font: 9px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
color:#000;
|
||||
padding: 4px;
|
||||
border: #ededed 1px solid;
|
||||
|
||||
}
|
||||
|
||||
.forumborder{
|
||||
border: #000080 1px solid;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.fcaption {
|
||||
height:35px;
|
||||
border: #ededed 1px solid;
|
||||
padding: 2px 0 2px 8px;
|
||||
background-color: #68ADE5;
|
||||
font: 12px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
color:#fff;
|
||||
font-weight:bold;
|
||||
background-image: url("images/tileage.jpg");
|
||||
|
||||
}
|
||||
.fcaption a{
|
||||
padding-right:4px;
|
||||
color:#fff;
|
||||
|
||||
}
|
||||
|
||||
/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
|
||||
It won't be a stylish marriage, I can't afford a carriage.
|
||||
But you'll look sweet upon the seat of a bicycle built for two." */
|
||||
|
||||
|
||||
/* START NAVIGATION */
|
||||
|
||||
/* THIS PART IS FOR THE NAVIGATION LINKS */
|
||||
.nav1 a:link, .nav1 a:visited, .nav2 a:link, .nav2 a:visited, .nav3 a:link, .nav3 a:visited, .nav4 a:link, .nav4 a:visited, .nav5 a:link, .nav5 a:visited, .nav6 a:link, .nav6 a:visited, .nav7 a:link, .nav7 a:visited, .nav8 a:link, .nav8 a:visited{
|
||||
color: #4E4E4E;
|
||||
width: 80px;
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
background: url(images/01_linkbg2.gif) top repeat-y;
|
||||
padding: 0;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
.nav1_onpage a:link, .nav1_onpage a:visited, .nav2_onpage a:link, .nav2_onpage a:visited, .nav3_onpage a:link, .nav3_onpage a:visited, .nav4_onpage a:link, .nav4_onpage a:visited, .nav5_onpage a:link, .nav5_onpage a:visited, .nav6_onpage a:link, .nav6_onpage a:visited, .nav7_onpage a:link, .nav7_onpage a:visited, .nav8_onpage a:link, .nav8_onpage a:visited{
|
||||
color: #4E4E4E;
|
||||
width: 80px;
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
background: url(images/01_linkbg2.gif) top repeat-y;
|
||||
padding: 0;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
.nav1 a:link, .nav1 a:visited, .nav1_onpage a:link, .nav1_onpage a:visited{
|
||||
position: absolute;
|
||||
top: 2px;
|
||||
left: 14px;
|
||||
}
|
||||
|
||||
.nav2 a:link, .nav2 a:visited, .nav2_onpage a:link, .nav2_onpage a:visited{
|
||||
position: absolute;
|
||||
top: 2px;
|
||||
left: 96px;
|
||||
}
|
||||
.nav3 a:link, .nav3 a:visited, .nav3_onpage a:link, .nav3_onpage a:visited{
|
||||
position: absolute;
|
||||
top: 2px;
|
||||
left: 178px;
|
||||
}
|
||||
|
||||
.nav4 a:link, .nav4 a:visited, .nav4_onpage a:link, .nav4_onpage a:visited{
|
||||
position: absolute;
|
||||
top: 2px;
|
||||
left: 260px;
|
||||
}
|
||||
|
||||
.nav5 a:link, .nav5 a:visited, .nav5_onpage a:link, .nav5_onpage a:visited{
|
||||
position: absolute;
|
||||
top: 2px;
|
||||
left: 342px;
|
||||
}
|
||||
|
||||
.nav6 a:link, .nav6 a:visited, .nav6_onpage a:link, .nav6_onpage a:visited{
|
||||
position: absolute;
|
||||
top: 2px;
|
||||
left: 424px;
|
||||
}
|
||||
|
||||
.nav7 a:link, .nav7 a:visited, .nav7_onpage a:link, .nav7_onpage a:visited{
|
||||
position: absolute;
|
||||
top: 2px;
|
||||
left: 506px;
|
||||
}
|
||||
|
||||
.nav8 a:link, .nav8 a:visited, .nav8_onpage a:link, .nav8_onpage a:visited{
|
||||
position: absolute;
|
||||
top: 2px;
|
||||
left: 588px;
|
||||
}
|
||||
|
||||
/* HOVER EFFECTS */
|
||||
|
||||
.nav1 a:hover, .nav1 a:active,
|
||||
.nav2 a:hover, .nav2 a:active,
|
||||
.nav3 a:hover, .nav3 a:active,
|
||||
.nav4 a:hover, .nav4 a:active,
|
||||
.nav5 a:hover, .nav5 a:active,
|
||||
.nav6 a:hover, .nav6 a:active,
|
||||
.nav7 a:hover, .nav7 a:active,
|
||||
.nav8 a:hover, .nav8 a:active{
|
||||
background: url(images/01_linkbg1.gif) top repeat-y;
|
||||
margin: 1px 0 0 0;
|
||||
}
|
||||
|
||||
/* USE A DIFFERENT COLOR WHEN USER IS ON THAT PAGE */
|
||||
|
||||
.nav1_onpage a:link, .nav1_onpage a:visited,
|
||||
.nav2_onpage a:link, .nav2_onpage a:visited,
|
||||
.nav3_onpage a:link, .nav3_onpage a:visited,
|
||||
.nav4_onpage a:link, .nav4_onpage a:visited,
|
||||
.nav5_onpage a:link, .nav5_onpage a:visited,
|
||||
.nav6_onpage a:link, .nav6_onpage a:visited,
|
||||
.nav7_onpage a:link, .nav7_onpage a:visited,
|
||||
.nav8_onpage a:link, .nav8_onpage a:visited{
|
||||
background: url(images/01_linkbg1.gif) top repeat-y;
|
||||
}
|
||||
|
||||
/* END NAVIGATION */
|
||||
|
||||
/* NICETITLE ADDED BY QUE~*/
|
||||
|
||||
.nicetitle {
|
||||
font-weight: bold;
|
||||
color: #3C3C3C;
|
||||
text-align: left;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 35em;
|
||||
z-index: 20;
|
||||
max-width: 60%;
|
||||
}
|
||||
.nicetitle-content{
|
||||
overflow: hidden;
|
||||
background: white;
|
||||
border: 1px solid #333;
|
||||
padding: 7px;
|
||||
opacity: 0.9;
|
||||
}
|
||||
.nicetitle p{
|
||||
margin: 0;
|
||||
line-height: 120%;
|
||||
}
|
||||
.nicetitle p.destination {
|
||||
font-weight: normal;
|
||||
font-size: 10px;
|
||||
color: #5E7743;
|
||||
}
|
||||
div.nicetitle p span.accesskey {
|
||||
color: #FF7200;
|
||||
}
|
||||
|
@@ -1,348 +0,0 @@
|
||||
// from http://www.kryogenix.org
|
||||
// by Scott Andrew - http://scottandrew.com
|
||||
// add an eventlistener to browsers that can do it somehow.
|
||||
function addEvent(obj, evType, fn)
|
||||
{
|
||||
if (obj.addEventListener)
|
||||
{
|
||||
obj.addEventListener(evType, fn, false);
|
||||
return true;
|
||||
}
|
||||
else if (obj.attachEvent)
|
||||
{
|
||||
var r = obj.attachEvent('on'+evType, fn);
|
||||
return r;
|
||||
}
|
||||
else
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Force IE not to show alternate text as tooltip
|
||||
function noAltTooltip()
|
||||
{
|
||||
images = document.getElementsByTagName('img');
|
||||
for (var i = 0; i < images.length; i++)
|
||||
{
|
||||
var title = images[i].getAttribute('title');
|
||||
var alt = images[i].getAttribute('alt');
|
||||
if ((document.all) && (alt) && (!title))
|
||||
{
|
||||
images[i].setAttribute('title', '');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Nice Titles
|
||||
|
||||
// original code by Stuart Langridge 2003-11
|
||||
// with additions to the code by other good people
|
||||
// http://www.kryogenix.org/code/browser/nicetitle/
|
||||
// thank you, sir
|
||||
|
||||
// modified by Peter Janes 2003-03-25
|
||||
// http://peterjanes.ca/blog/archives/2003/03/25/nicetitles-for-ins-and-del
|
||||
// added in ins and del tags
|
||||
|
||||
// modified by Dunstan Orchard 2003-11-18
|
||||
// http://1976design.com/blog/
|
||||
// added in accesskey information
|
||||
// tried ever-so-hard, but couldn't work out how to do what Ethan did
|
||||
|
||||
// final genius touch by by Ethan Marcotte 2003-11-18
|
||||
// http://www.sidesh0w.com/
|
||||
// worked out how to delay showing the popups to make them more like the browser's own
|
||||
|
||||
// set the namespace
|
||||
var XHTMLNS = 'http://www.w3.org/1999/xhtml';
|
||||
var CURRENT_NICE_TITLE;
|
||||
|
||||
// browser sniff
|
||||
var browser = new Browser();
|
||||
|
||||
// determine browser and version.
|
||||
function Browser()
|
||||
{
|
||||
var ua, s, i;
|
||||
|
||||
this.isIE = false;
|
||||
this.isNS = false;
|
||||
this.version = null;
|
||||
|
||||
ua = navigator.userAgent;
|
||||
|
||||
s = 'MSIE';
|
||||
if ((i = ua.indexOf(s)) >= 0)
|
||||
{
|
||||
this.isIE = true;
|
||||
this.version = parseFloat(ua.substr(i + s.length));
|
||||
return;
|
||||
}
|
||||
|
||||
s = 'Netscape6/';
|
||||
if ((i = ua.indexOf(s)) >= 0)
|
||||
{
|
||||
this.isNS = true;
|
||||
this.version = parseFloat(ua.substr(i + s.length));
|
||||
return;
|
||||
}
|
||||
|
||||
// treat any other 'Gecko' browser as NS 6.1.
|
||||
s = 'Gecko';
|
||||
if ((i = ua.indexOf(s)) >= 0)
|
||||
{
|
||||
this.isNS = true;
|
||||
this.version = 6.1;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
// 2003-11-19 sidesh0w
|
||||
// set delay vars to emulate normal hover delay
|
||||
var delay;
|
||||
var interval = 0.60;
|
||||
|
||||
// this function runs on window load
|
||||
// it runs through all the links on the page as starts listening for actions
|
||||
function makeNiceTitles()
|
||||
{
|
||||
if (!document.createElement || !document.getElementsByTagName) return;
|
||||
if (!document.createElementNS)
|
||||
{
|
||||
document.createElementNS = function(ns, elt)
|
||||
{
|
||||
return document.createElement(elt);
|
||||
}
|
||||
}
|
||||
|
||||
// do regular links
|
||||
if (!document.links)
|
||||
{
|
||||
document.links = document.getElementsByTagName('a');
|
||||
}
|
||||
for (var ti=0; ti<document.links.length; ti++)
|
||||
{
|
||||
var lnk = document.links[ti];
|
||||
// * I added specific class names here..
|
||||
if (lnk.title)
|
||||
{
|
||||
lnk.setAttribute('nicetitle', lnk.title);
|
||||
lnk.removeAttribute('title');
|
||||
addEvent(lnk, 'mouseover', showDelay);
|
||||
addEvent(lnk, 'mouseout', hideNiceTitle);
|
||||
addEvent(lnk, 'focus', showDelay);
|
||||
addEvent(lnk, 'blur', hideNiceTitle);
|
||||
}
|
||||
}
|
||||
|
||||
// 2003-03-25 Peter Janes
|
||||
// do ins and del tags
|
||||
var tags = new Array(2);
|
||||
tags[0] = document.getElementsByTagName('ins');
|
||||
tags[1] = document.getElementsByTagName('del');
|
||||
for (var tt=0; tt<tags.length; tt++)
|
||||
{
|
||||
if (tags[tt])
|
||||
{
|
||||
for (var ti=0; ti<tags[tt].length; ti++)
|
||||
{
|
||||
var tag = tags[tt][ti];
|
||||
if (tag.dateTime)
|
||||
{
|
||||
var strDate = tag.dateTime;
|
||||
// HTML/ISO8601 date: yyyy-mm-ddThh:mm:ssTZD (Z, -hh:mm, +hh:mm)
|
||||
var month = strDate.substring(5,7);
|
||||
var day = strDate.substring(8,10);
|
||||
if (month[0] == '0')
|
||||
{
|
||||
month = month[1];
|
||||
}
|
||||
if (day[0] == '0')
|
||||
{
|
||||
day = day[1];
|
||||
}
|
||||
var dtIns = new Date(strDate.substring(0,4), month-1, day, strDate.substring(11,13), strDate.substring(14,16), strDate.substring(17,19));
|
||||
tag.setAttribute('nicetitle', (tt == 0 ? 'Added' : 'Deleted') + ' on ' + dtIns.toString());
|
||||
addEvent(tag, 'mouseover', showDelay);
|
||||
addEvent(tag, 'mouseout', hideNiceTitle);
|
||||
addEvent(tag, 'focus', showDelay);
|
||||
addEvent(tag, 'blur', hideNiceTitle);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function findPosition(oLink)
|
||||
{
|
||||
if (oLink.offsetParent)
|
||||
{
|
||||
for (var posX = 0, posY = 0; oLink.offsetParent; oLink = oLink.offsetParent)
|
||||
{
|
||||
posX += oLink.offsetLeft;
|
||||
posY += oLink.offsetTop;
|
||||
}
|
||||
return [posX, posY];
|
||||
}
|
||||
else
|
||||
{
|
||||
return [oLink.x, oLink.y];
|
||||
}
|
||||
}
|
||||
|
||||
function getParent(el, pTagName)
|
||||
{
|
||||
if (el == null)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
// gecko bug, supposed to be uppercase
|
||||
else if (el.nodeType == 1 && el.tagName.toLowerCase() == pTagName.toLowerCase())
|
||||
{
|
||||
return el;
|
||||
}
|
||||
else
|
||||
{
|
||||
return getParent(el.parentNode, pTagName);
|
||||
}
|
||||
}
|
||||
|
||||
// 2003-11-19 sidesh0w
|
||||
// trailerpark wrapper function
|
||||
function showDelay(e)
|
||||
{
|
||||
if (window.event && window.event.srcElement)
|
||||
{
|
||||
lnk = window.event.srcElement
|
||||
}
|
||||
else if (e && e.target)
|
||||
{
|
||||
lnk = e.target
|
||||
}
|
||||
if (!lnk) return;
|
||||
|
||||
// lnk is a textnode or an elementnode that's not ins/del
|
||||
if (lnk.nodeType == 3 || (lnk.nodeType == 1 && lnk.tagName.toLowerCase() != 'ins' && lnk.tagName.toLowerCase() != 'del'))
|
||||
{
|
||||
// ascend parents until we hit a link
|
||||
lnk = getParent(lnk, 'a');
|
||||
}
|
||||
|
||||
delay = setTimeout("showNiceTitle(lnk)", interval * 1000);
|
||||
}
|
||||
|
||||
// build and show the nice titles
|
||||
function showNiceTitle(link)
|
||||
{
|
||||
if (CURRENT_NICE_TITLE) hideNiceTitle(CURRENT_NICE_TITLE);
|
||||
if (!document.getElementsByTagName) return;
|
||||
|
||||
nicetitle = lnk.getAttribute('nicetitle');
|
||||
|
||||
var d = document.createElementNS(XHTMLNS, 'div');
|
||||
d.className = 'nicetitle';
|
||||
var dc = document.createElementNS(XHTMLNS, 'div');
|
||||
dc.className = 'nicetitle-content';
|
||||
d.appendChild(dc);
|
||||
tnt = document.createTextNode(nicetitle);
|
||||
pat = document.createElementNS(XHTMLNS, 'p');
|
||||
pat.className = 'titletext';
|
||||
pat.appendChild(tnt);
|
||||
|
||||
// 2003-11-18 Dunstan Orchard
|
||||
// added in accesskey info
|
||||
if (lnk.accessKey)
|
||||
{
|
||||
axs = document.createTextNode(' [' + lnk.accessKey + ']');
|
||||
axsk = document.createElementNS(XHTMLNS, 'span');
|
||||
axsk.className = 'accesskey';
|
||||
axsk.appendChild(axs);
|
||||
pat.appendChild(axsk);
|
||||
}
|
||||
dc.appendChild(pat);
|
||||
|
||||
if (lnk.href)
|
||||
{
|
||||
tnd = document.createTextNode(lnk.href);
|
||||
pad = document.createElementNS(XHTMLNS, 'p');
|
||||
pad.className = 'destination';
|
||||
pad.appendChild(tnd);
|
||||
dc.appendChild(pad);
|
||||
}
|
||||
|
||||
STD_WIDTH = 300;
|
||||
|
||||
if (lnk.href)
|
||||
{
|
||||
h = lnk.href.length;
|
||||
}
|
||||
else
|
||||
{
|
||||
h = nicetitle.length;
|
||||
}
|
||||
|
||||
if (nicetitle.length)
|
||||
{
|
||||
t = nicetitle.length;
|
||||
}
|
||||
|
||||
h_pixels = h*6;
|
||||
t_pixels = t*10;
|
||||
|
||||
if (h_pixels > STD_WIDTH)
|
||||
{
|
||||
w = h_pixels;
|
||||
}
|
||||
else if ((STD_WIDTH>t_pixels) && (t_pixels>h_pixels))
|
||||
{
|
||||
w = t_pixels;
|
||||
}
|
||||
else if ((STD_WIDTH>t_pixels) && (h_pixels>t_pixels))
|
||||
{
|
||||
w = h_pixels;
|
||||
}
|
||||
else
|
||||
{
|
||||
w = STD_WIDTH;
|
||||
}
|
||||
|
||||
d.style.width = w + 'px';
|
||||
|
||||
mpos = findPosition(lnk);
|
||||
mx = mpos[0];
|
||||
my = mpos[1];
|
||||
|
||||
d.style.left = (mx+15) + 'px';
|
||||
d.style.top = (my+35) + 'px';
|
||||
|
||||
if (window.innerWidth && ((mx+w) > window.innerWidth))
|
||||
{
|
||||
d.style.left = (window.innerWidth - w - 25) + 'px';
|
||||
}
|
||||
if (document.body.scrollWidth && ((mx+w) > document.body.scrollWidth))
|
||||
{
|
||||
d.style.left = (document.body.scrollWidth - w - 25) + 'px';
|
||||
}
|
||||
|
||||
document.getElementsByTagName('body')[0].appendChild(d);
|
||||
|
||||
CURRENT_NICE_TITLE = d;
|
||||
}
|
||||
|
||||
function hideNiceTitle(e)
|
||||
{
|
||||
// 2003-11-19 sidesh0w
|
||||
// clearTimeout
|
||||
if (delay) clearTimeout(delay);
|
||||
if (!document.getElementsByTagName) return;
|
||||
if (CURRENT_NICE_TITLE)
|
||||
{
|
||||
document.getElementsByTagName('body')[0].removeChild(CURRENT_NICE_TITLE);
|
||||
CURRENT_NICE_TITLE = null;
|
||||
}
|
||||
}
|
||||
addEvent(window, "load", noAltTooltip);
|
||||
addEvent(window, "load", makeNiceTitles);
|
||||
|
@@ -1,147 +0,0 @@
|
||||
<?php
|
||||
/*
|
||||
+---------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <09>Steve Dunstan 2001-2005
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Revision: 1.5 $
|
||||
| $Date: 2009-06-11 19:21:43 $
|
||||
| $Author: e107steved $
|
||||
+---------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
// [multilanguage]
|
||||
|
||||
include_lan(e_THEME."kubrick/languages/".e_LANGUAGE.".php");
|
||||
|
||||
// [theme]
|
||||
$themename = "kubrick";
|
||||
$themeversion = "1.0";
|
||||
$themeauthor = "Steve Dunstan [jalist] & William Moffett [Que]";
|
||||
$themeemail = "jalist@e107.org";
|
||||
$themewebsite = "http://e107.org";
|
||||
$themedate = "29/01/2005";
|
||||
$themeinfo = "Based on 'kubrick' by Michael Heilemann (http://binarybonsai.com/kubrick/).<br />This theme is intended for minimilist blog sites.";
|
||||
define("STANDARDS_MODE", TRUE);
|
||||
$xhtmlcompliant = TRUE;
|
||||
$csscompliant = TRUE;
|
||||
define("IMODE", "lite");
|
||||
define("THEME_DISCLAIMER", "<br /><i>".LAN_THEME_1."</i>");
|
||||
|
||||
if(!defined("e_THEME")){ exit; }
|
||||
|
||||
$register_sc[]= "UL"; // register shortcode ul.sc for inclusion.
|
||||
|
||||
// [layout]
|
||||
|
||||
$layout = "_default";
|
||||
|
||||
$HEADER = "<div id='page'>
|
||||
<div id='header'>
|
||||
<h1><a href='".SITEURL."' title='{SITENAME}'>{SITENAME}</a></h1>
|
||||
<h2>{SITETAG}</h2>
|
||||
{UL}
|
||||
</div>
|
||||
<div id='content' class='narrowcolumn'>";
|
||||
|
||||
$FOOTER = "
|
||||
</div>
|
||||
<div id='sidebar'>
|
||||
{MENU=1}
|
||||
{MENU=2}
|
||||
</div>
|
||||
<hr />
|
||||
<div id='footer'>
|
||||
<p>
|
||||
{SITEDISCLAIMER}<br />{THEME_DISCLAIMER}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
";
|
||||
|
||||
$CUSTOMHEADER = "<div id='page2'>
|
||||
<div id='header'>
|
||||
<h1><a href='".SITEURL."' title='{SITENAME}'>{SITENAME}</a></h1>
|
||||
<h2>{SITETAG}</h2>
|
||||
{UL}
|
||||
</div>
|
||||
<div id='content' class='widecolumn'>";
|
||||
|
||||
|
||||
$CUSTOMFOOTER = "
|
||||
</div>
|
||||
<hr />
|
||||
<div id='footer'>
|
||||
<p>
|
||||
{SITEDISCLAIMER}<br />{THEME_DISCLAIMER}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
";
|
||||
|
||||
$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 = "
|
||||
<h2>{NEWSTITLE}</h2>
|
||||
<small>".LAN_THEME_6." {NEWSDATE} | ".LAN_THEME_7." {NEWSAUTHOR}</small>
|
||||
<div class='entry' style='text-align:left'>
|
||||
{NEWSBODY}
|
||||
{EXTENDED}
|
||||
</div>
|
||||
<div style='text-align:right' class='smalltext'>
|
||||
{NEWSCOMMENTS}{TRACKBACK}
|
||||
</div>
|
||||
<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('LINKEND', "");
|
||||
define('LINKDISPLAY', 1);
|
||||
define('LINKALIGN', "left");
|
||||
define('LINKCLASS', "");
|
||||
|
||||
// [tablestyle]
|
||||
|
||||
function tablestyle($caption, $text, $mode)
|
||||
{
|
||||
echo "<h3>$caption</h3>\n<div>$text</div><br />\n";
|
||||
}
|
||||
|
||||
$COMMENTSTYLE = "
|
||||
<table style='width: 450px;'>
|
||||
<tr>
|
||||
<td style='width: 30%; vertical-align: top;'><span class='mediumtext'>{USERNAME}</span><br /><span class='smalltext'>{TIMEDATE}</span><br />{AVATAR}{REPLY}</td>
|
||||
<td style='width: 70%; vertical-align: top;'><span class='mediumtext'>{COMMENT} {COMMENTEDIT}</span></td>
|
||||
</tr>
|
||||
</table>";
|
||||
|
||||
|
||||
$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 />";
|
||||
|
||||
?>
|
@@ -1,43 +0,0 @@
|
||||
global $sql, $link_class, $page,$tp;
|
||||
|
||||
$sql -> db_Select('links', '*', "link_category = 1 and link_parent =0 and link_class IN (".USERCLASS_LIST.") ORDER BY link_order ASC");
|
||||
//$ulmenu = PRELINK."<ul>"; // Leaf
|
||||
$ulmenu = "<ul id='navigation'>"; // Kubrick
|
||||
$r='1'; // Needs to be a character - used for access key
|
||||
while (($row = $sql -> db_Fetch()) && ($r <= "8"))
|
||||
{
|
||||
extract($row);
|
||||
$link_url = $tp->replaceConstants($link_url,TRUE);
|
||||
// Check if current page is one of the links - Test from kubrick is better
|
||||
$ltest = (e_QUERY ? e_PAGE."?".e_QUERY : e_PAGE);
|
||||
$rtest=substr(strrchr($link_url, "/"), 1);
|
||||
if (strpos($link_url, '://') === FALSE) { $link_url = e_BASE.$link_url; }
|
||||
if($ltest == $link_url || $rtest == e_PAGE){ $ulclass = '_onpage'; } else { $ulclass = ''; }
|
||||
|
||||
$link_append = '';
|
||||
switch ($link_open)
|
||||
{
|
||||
case 0: // Open in same window
|
||||
break;
|
||||
case 1: // Simple open in new window
|
||||
$link_append = " rel='external'";
|
||||
break;
|
||||
case 4: // 600 x 400 window
|
||||
$link_append = " onclick=\"javascript:open_window('{$link_url}',600,400); return false;\"";
|
||||
break;
|
||||
case 5: // 800 x 600 window
|
||||
$link_append = " onclick=\"javascript:open_window('{$link_url}',800,600); return false;\"";
|
||||
break;
|
||||
}
|
||||
$lname = (defined(trim($link_name))) ? constant(trim($link_name)) : $link_name;
|
||||
$ulmenu .= "<li class='nav".$r."$ulclass'><a title='".varsettrue($link_description,'add a text description to this link')."' ";
|
||||
// if ($ulclass) $ulmenu .= " class='$ulclass' "; // Not for kubrick
|
||||
$ulmenu .= " href='{$link_url}'".$link_append." accesskey='".$r."' >".LINKSTART.$lname."</a></li>"; // For Kubrick
|
||||
// $ulmenu .= " href='{$link_url}'".$link_append." accesskey='".$r."' >".LINKSTART."$lname".LINKEND."</a></li>"; // For leaf
|
||||
|
||||
|
||||
$r++;
|
||||
}
|
||||
//$ulmenu .= "</ul>\n".POSTLINK; // Leaf
|
||||
$ulmenu .= "</ul>"; // Kubrick
|
||||
return $ulmenu;
|
@@ -1,491 +0,0 @@
|
||||
|
||||
/* info: this alternative stylesheet uses pure css for layout, no tables, but cross browser issues mean it isn't as stable as the layout that uses tables. To use you have to rename alt_theme.php to theme.php */
|
||||
|
||||
.intwrapper {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#mainleft {
|
||||
margin:0; padding:0;
|
||||
background: #fff url("images/left.png") top left repeat-y;
|
||||
}
|
||||
#mainright {
|
||||
margin:0; padding:0;
|
||||
background:url("images/right.png") top right repeat-y;
|
||||
}
|
||||
#leftcontent {
|
||||
float:left;
|
||||
width:180px;
|
||||
margin:0; padding:0;
|
||||
font: 10px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
}
|
||||
#rightcontent {
|
||||
float:right;
|
||||
width:180px;
|
||||
margin:0; padding:0;
|
||||
font: 10px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.menuwrapper {
|
||||
width: 98%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
#centercontent {
|
||||
margin:0 180px;
|
||||
background:#fff;
|
||||
}
|
||||
.columnwrap {
|
||||
margin:0; padding:0.5em 1em;
|
||||
}
|
||||
.cleaner {
|
||||
clear:both;
|
||||
height:1px;
|
||||
font-size:1px;
|
||||
border:none;
|
||||
margin:0; padding:0;
|
||||
background:transparent;
|
||||
}
|
||||
|
||||
#header {
|
||||
height: 80px;
|
||||
width: 100%;
|
||||
background-repeat: repeat-x;
|
||||
background-image: url(images/logobg.png);
|
||||
border-bottom: 1px solid black;
|
||||
}
|
||||
|
||||
#logo {
|
||||
position: absolute;
|
||||
left:0px;
|
||||
top:0px;
|
||||
height: 80px;
|
||||
width: 216px;
|
||||
background-image: url(images/logo.png);
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#quote {
|
||||
position: absolute;
|
||||
left:6px;
|
||||
top:60px;
|
||||
color: #176f8f;
|
||||
}
|
||||
|
||||
#banner {
|
||||
position: absolute;
|
||||
right:6px;
|
||||
top:10px;
|
||||
}
|
||||
|
||||
#wm {
|
||||
voice-family: "\"}\"";
|
||||
voice-family: inherit;
|
||||
background: #f3eded url(images/wblogo.png) bottom right no-repeat;
|
||||
border: 1px solid #ede3e3;
|
||||
padding: 10px 150px 10px 10px;
|
||||
font: 10px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
}
|
||||
|
||||
#bqtop {
|
||||
width: 252px;
|
||||
padding-top: 7px;
|
||||
background: url(images/boxtop.png) top left no-repeat;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
#lbqtop {
|
||||
width: 450px;
|
||||
padding-top: 7px;
|
||||
background: url(images/lboxtop.png) top left no-repeat;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
#bqbottom {
|
||||
background: url(images/boxbottom.png) bottom left no-repeat;
|
||||
padding-bottom: 7px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#lbqbottom {
|
||||
background: url(images/lboxbottom.png) bottom left no-repeat;
|
||||
padding-bottom: 7px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#bglefright {
|
||||
padding: 11px 14px 12px 15px;
|
||||
border-left: 1px solid #DADADA;
|
||||
border-right: 1px solid #DADADA;
|
||||
}
|
||||
|
||||
#centre {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#bqcontent {
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
#bqtext {
|
||||
font-size: 10px;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
ul{
|
||||
list-style: square;
|
||||
}
|
||||
|
||||
|
||||
#footer {
|
||||
border-top: 1px solid #000;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 1.4em;
|
||||
font-weight: bold;
|
||||
margin-top: 0em;
|
||||
margin-bottom: 0em;
|
||||
color: #ec5800;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font: 12px arial, verdana, tahoma, helvetica, sans-serif;
|
||||
color: #bbb;
|
||||
text-transform: uppercase;
|
||||
font-weight: bold;
|
||||
margin-top: 2px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font: 12px tahoma, verdana, helvetica, arial, sans-serif;
|
||||
color: #000;
|
||||
font-weight: bold;
|
||||
margin-top: 2px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font: 12px tahoma, verdana, helvetica, arial, sans-serif;
|
||||
color: #000;
|
||||
font-weight: bold;
|
||||
margin-top: 2px;
|
||||
margin-bottom: 0px;
|
||||
background-color: #eae6e6;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.dlmain {
|
||||
font: 20px tahoma, verdana, helvetica, arial, sans-serif;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.dlcat {
|
||||
font: 14px tahoma, verdana, helvetica, arial, sans-serif;
|
||||
color: #000;
|
||||
font-weight: bold;
|
||||
margin-top: 2px;
|
||||
margin-bottom: 0px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
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: 0.8em verdana, tahoma, arial, helvetica, sans-serif;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
body {
|
||||
font-size: 12px;
|
||||
color: #000;
|
||||
font-family: tahoma, verdana, arial, sans-serif;
|
||||
background-color: #fff;
|
||||
margin:0px;
|
||||
text-align:left
|
||||
}
|
||||
a {
|
||||
color: #0085b0;
|
||||
font-family: verdana, arial, sans-serif;
|
||||
text-decoration: underline;
|
||||
}
|
||||
a:hover {
|
||||
color: #616060;
|
||||
font-family: verdana, arial, sans-serif;
|
||||
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;
|
||||
}
|
||||
|
||||
.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: #f3f3f7;
|
||||
font: 12px verdana, tahoma, arial, helvetica, sans-serif;
|
||||
color:#000;
|
||||
padding: 4px;
|
||||
background-image : url('../e107_images/forum/fcap2.png');
|
||||
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;
|
||||
background-image : url('../e107_images/forum/finfobar.png');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;
|
||||
}
|
@@ -1,163 +0,0 @@
|
||||
<?php
|
||||
/*
|
||||
+---------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <09>Steve Dunstan 2001-2005
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
+---------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
// [theme]
|
||||
$themename = "lamb";
|
||||
$themeversion = "1.0";
|
||||
$themeauthor = "Steve Dunstan [jalist]";
|
||||
$themedate = "29/01/2005";
|
||||
$themeinfo = "";
|
||||
define("STANDARDS_MODE", TRUE);
|
||||
|
||||
// [layout]
|
||||
|
||||
$layout = "_default";
|
||||
|
||||
$HEADER = "<div id='header'>
|
||||
<div id='logo'> </div>
|
||||
</div>
|
||||
<div id='banner'>
|
||||
{BANNER}
|
||||
</div>
|
||||
<div id='mainleft'>
|
||||
<div id='mainright'>
|
||||
<div id='leftcontent'>
|
||||
<div class='columnwrap'>
|
||||
{SITELINKS}
|
||||
{MENU=1}
|
||||
</div>
|
||||
</div>
|
||||
<div id='rightcontent'>
|
||||
<div class='columnwrap'>
|
||||
{MENU=2}
|
||||
</div>
|
||||
</div>
|
||||
<div id='centercontent'>
|
||||
<div class='menuwrapper'>
|
||||
<div class='columnwrap'>
|
||||
";
|
||||
|
||||
$FOOTER = "
|
||||
</div>
|
||||
</div>
|
||||
<div class='cleaner'> </div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id='footer'>
|
||||
<div class='columnwrap'>
|
||||
<div style='text-align: center;' class='smalltext'>
|
||||
{SITEDISCLAIMER}
|
||||
<br />
|
||||
<img src='".e_IMAGE."generic/php-small-trans-light.gif' alt='' /> <img src='".e_IMAGE."button.png' alt='' />
|
||||
<img src='".e_IMAGE."generic/poweredbymysql-88.png' alt='' />
|
||||
<a href='http://validator.w3.org/check?uri=referer' rel='external'><img src='".e_IMAGE."generic/valid-xhtml11.png' alt='' style='border: 0;' /></a>
|
||||
<a href='http://jigsaw.w3.org/css-validator/check/referer' rel='external'><img src='".e_IMAGE."generic/vcss.png' alt='' style='border: 0;' /></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
";
|
||||
|
||||
$NEWSSTYLE = "
|
||||
<h3>
|
||||
{STICKY_ICON}
|
||||
{NEWSTITLE}
|
||||
</h3>
|
||||
<div class='bodytable' style='text-align:left'>
|
||||
{NEWSBODY}
|
||||
{EXTENDED}
|
||||
</div>
|
||||
<div style='text-align:right' class='smalltext'>
|
||||
{NEWSAUTHOR}
|
||||
on
|
||||
{NEWSDATE}
|
||||
<br />
|
||||
<img src='".e_IMAGE."admin_images/userclass_16.png' alt='' style='vertical-align: middle;' />
|
||||
{NEWSCOMMENTS}{TRACKBACK}
|
||||
<br />
|
||||
| <a href='".e_BASE."submitnews.php'>Submit a news item</a>
|
||||
</div>
|
||||
<br />";
|
||||
define("ICONSTYLE", "float: left; border:0");
|
||||
define("COMMENTLINK", "Read/Post Comment: ");
|
||||
define("COMMENTOFFSTRING", "Comments are turned off for this item");
|
||||
define("PRE_EXTENDEDSTRING", "<br /><br />[ ");
|
||||
define("EXTENDEDSTRING", "Read the rest ...");
|
||||
define("POST_EXTENDEDSTRING", " ]<br />");
|
||||
define("TRACKBACKSTRING", "Trackbacks: ");
|
||||
define("TRACKBACKBEFORESTRING", " | ");
|
||||
|
||||
|
||||
// [linkstyle]
|
||||
|
||||
define('PRELINK', "");
|
||||
define('POSTLINK', "");
|
||||
define('LINKSTART', "<img src='".THEME."images/bullet2.gif' alt='' /> ");
|
||||
define("LINKSTART_HILITE", "<img src='".THEME."images/bluearrow_greybg.png' alt='' /> ");
|
||||
define('LINKEND', "<br />");
|
||||
define('LINKDISPLAY', 2);
|
||||
define('LINKALIGN', "left");
|
||||
|
||||
|
||||
// [tablestyle]
|
||||
|
||||
function tablestyle($caption, $text, $mode)
|
||||
{
|
||||
echo "<h4><img src='".THEME."images/bluearrow_greybg.png' alt='' /> $caption</h4>\n<br />\n$text\n<br /><br />\n";
|
||||
}
|
||||
|
||||
$COMMENTSTYLE = "
|
||||
<table style='width: 100%;'>
|
||||
<tr>
|
||||
<td style='width: 30%; text-align: right;'>{USERNAME} @ <span class='smalltext'>{TIMEDATE}</span><br />{AVATAR}<span class='smalltext'>{REPLY}</span></td>
|
||||
<td style='width: 70%;'>
|
||||
<div id='lbqtop'>
|
||||
<div id='pgFrontUserInner'>
|
||||
<div id='lbqbottom'>
|
||||
<div id='bglefright'>
|
||||
<div id='bqcontent'>
|
||||
<div id='bqtext'>
|
||||
{COMMENT} {COMMENTEDIT}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
";
|
||||
|
||||
$POLLSTYLE = <<< EOF
|
||||
<b>Poll:</b> {QUESTION}
|
||||
<br /><br />
|
||||
{OPTIONS=OPTION<br />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='".e_IMAGE."admin_images/chatbox_16.png' alt='' style='vertical-align: middle;' />
|
||||
<b>{USERNAME}</b>
|
||||
<div class='smalltext'>
|
||||
{MESSAGE}
|
||||
</div>
|
||||
<br />";
|
||||
|
||||
?>
|
@@ -1,18 +0,0 @@
|
||||
<?php
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
// ##### CHAT TABLE -----------------------------------------------------------------------------
|
||||
if(!$CHAT_TABLE_START){
|
||||
$CHAT_TABLE_START = "";
|
||||
}
|
||||
if(!$CHAT_TABLE){
|
||||
$CHAT_TABLE = "<div class='spacer'>\n<div class='indent'>\n<span class='defaulttext'><img src='".THEME."images/bullet2.gif' alt='bullet' /> \n<b>{CHAT_TABLE_NICK}</b></span>\n<span class='smalltext'>".CHATBOX_L22." {CHAT_TABLE_DATESTAMP}</span><br />\n<div class='spacer'>{CHAT_TABLE_MESSAGE}</div>\n</div>\n</div>\n";
|
||||
}
|
||||
if(!$CHAT_TABLE_END){
|
||||
$CHAT_TABLE_END = "";
|
||||
}
|
||||
// ##### ------------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
?>
|
@@ -1,208 +0,0 @@
|
||||
<?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/lamb/download_template.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:35:57 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
// ##### CAT TABLE --------------------------------------------------------------------------------
|
||||
$DOWNLOAD_CAT_TABLE_RENDERPLAIN = TRUE;
|
||||
|
||||
$DOWNLOAD_CAT_TABLE_START = "
|
||||
<img src='".e_THEME."lamb/images/download.png' alt='' style='vertical-align: middle;' /> <span class='dlmain'>".LAN_dl_18."</span>\n
|
||||
<br /><br />
|
||||
";
|
||||
|
||||
|
||||
|
||||
$DOWNLOAD_CAT_PARENT_TABLE .= "
|
||||
<h4>{DOWNLOAD_CAT_MAIN_ICON} {DOWNLOAD_CAT_MAIN_NAME}</h4>
|
||||
";
|
||||
|
||||
|
||||
$DOWNLOAD_CAT_CHILD_TABLE .= "
|
||||
{DOWNLOAD_CAT_SUB_ICON}
|
||||
{DOWNLOAD_CAT_SUB_NEW_ICON} {DOWNLOAD_CAT_SUB_NAME}
|
||||
<span class='smalltext'>
|
||||
{DOWNLOAD_CAT_SUB_DESCRIPTION}
|
||||
</span>
|
||||
";
|
||||
|
||||
$DOWNLOAD_CAT_CHILD_TABLE .= "
|
||||
<br /><span class='defaulttext'>
|
||||
{DOWNLOAD_CAT_SUBSUB_NAME}
|
||||
</span>
|
||||
<span class='smalltext'>
|
||||
{DOWNLOAD_CAT_SUBSUB_DESCRIPTION}
|
||||
</span><br />
|
||||
{DOWNLOAD_CAT_SUBSUB}
|
||||
<br />
|
||||
";
|
||||
|
||||
$DOWNLOAD_CAT_SUBSUB_TABLE .= "
|
||||
{DOWNLOAD_CAT_SUBSUB_NEW_ICON} {DOWNLOAD_CAT_SUBSUB_NAME}
|
||||
";
|
||||
|
||||
$DOWNLOAD_CAT_TABLE_END = "
|
||||
<br /><br /><br /><br />
|
||||
{DOWNLOAD_CAT_SEARCH}
|
||||
";
|
||||
|
||||
// ##### ------------------------------------------------------------------------------------------
|
||||
|
||||
// ##### LIST TABLE -------------------------------------------------------------------------------
|
||||
$DOWNLOAD_LIST_TABLE_RENDERPLAIN = TRUE;
|
||||
if(!$DOWNLOAD_LIST_TABLE_START){
|
||||
|
||||
$DOWNLOAD_LIST_TABLE_START = "
|
||||
<img src='".e_THEME."lamb/images/download.png' alt='' style='vertical-align: middle;' /> <span class='dlmain'>".LAN_dl_18.": {DOWNLOAD_CATEGORY}</span><br /><br />{DOWNLOAD_CATEGORY_DESCRIPTION}<br /><br />
|
||||
|
||||
<form method='post' action='".e_SELF."?".e_QUERY."'>
|
||||
<p>
|
||||
<span class='defaulttext'>".LAN_dl_38."
|
||||
<select name='order' class='tbox'>".
|
||||
($order == "download_datestamp" ? "<option value='download_datestamp' selected='selected'>".LAN_dl_22."</option>" : "<option value='download_datestamp'>".LAN_dl_22."</option>").
|
||||
($order == "download_requested" ? "<option value='download_requested' selected='selected'>".LAN_dl_18."</option>" : "<option value='download_requested'>".LAN_dl_18."</option>").
|
||||
($order == "download_name" ? "<option value='download_name' selected='selected'>".LAN_dl_23."</option>" : "<option value='download_name'>".LAN_dl_23."</option>").
|
||||
($order == "download_author" ? "<option value='download_author' selected='selected'>".LAN_dl_24."</option>" : "<option value='download_author'>".LAN_dl_24."</option>")."
|
||||
</select>
|
||||
|
||||
".LAN_dl_37."
|
||||
<select name='view' class='tbox'>".
|
||||
($view == 5 ? "<option selected='selected'>5</option>" : "<option>5</option>").
|
||||
($view == 10 ? "<option selected='selected'>10</option>" : "<option>10</option>").
|
||||
($view == 15 ? "<option selected='selected'>15</option>" : "<option>15</option>").
|
||||
($view == 20 ? "<option selected='selected'>20</option>" : "<option>20</option>").
|
||||
($view == 50 ? "<option selected='selected'>50</option>" : "<option>50</option>")."
|
||||
</select>
|
||||
|
||||
|
||||
|
||||
".LAN_dl_39."
|
||||
<select name='sort' class='tbox'>".
|
||||
($sort == "ASC" ? "<option value='ASC' selected='selected'>".LAN_dl_25."</option>" : "<option value='ASC'>".LAN_dl_25."</option>").
|
||||
($sort == "DESC" ? "<option value='DESC' selected='selected'>".LAN_dl_26."</option>" : "<option value='DESC'>".LAN_dl_26."</option>")."
|
||||
</select>
|
||||
|
||||
<input class='button' type='submit' name='goorder' value='".LAN_dl_27."' />
|
||||
</span>
|
||||
|
||||
|
||||
<br /><br />
|
||||
</p>
|
||||
<table style='width:100%'>\n
|
||||
|
||||
<tr>
|
||||
<td style='width:35%; text-align:left; font-weight: bold;'>".LAN_dl_28."</td>
|
||||
<td style='width:20%; text-align:center; font-weight: bold;'>".LAN_dl_24."</td>
|
||||
<td style='width:10%; text-align:center; font-weight: bold;'>".LAN_dl_21."</td>
|
||||
<td style='width:5%; text-align:center; font-weight: bold;'>".LAN_dl_29."</td>
|
||||
<td style='width:10%; text-align:center; font-weight: bold;'>".LAN_dl_12."</td>
|
||||
<td style='width:5%; text-align:center; font-weight: bold;'>".LAN_dl_8."</td>
|
||||
</tr>";
|
||||
|
||||
}
|
||||
|
||||
if(!$DOWNLOAD_LIST_TABLE){
|
||||
$DOWNLOAD_LIST_TABLE .= "
|
||||
<tr>
|
||||
<td style='text-align:left;'>{DOWNLOAD_LIST_NEWICON} {DOWNLOAD_LIST_NAME}</td>
|
||||
<td style='text-align:center;'>{DOWNLOAD_LIST_AUTHOR}</td>
|
||||
<td style='text-align:center;'>{DOWNLOAD_LIST_FILESIZE}</td>
|
||||
<td style='text-align:center;'>{DOWNLOAD_LIST_REQUESTED}</td>
|
||||
<td style='text-align:center;'>{DOWNLOAD_LIST_RATING}</td>
|
||||
<td style='text-align:center;'>{DOWNLOAD_LIST_LINK} {DOWNLOAD_LIST_ICON}</td>
|
||||
</tr>\n";
|
||||
}
|
||||
|
||||
if(!$DOWNLOAD_LIST_TABLE_END){
|
||||
$DOWNLOAD_LIST_TABLE_END = "</table>\n</form><br /><br />
|
||||
<div class='smalltext' style='text-align:right;'>{DOWNLOAD_LIST_TOTAL_AMOUNT} {DOWNLOAD_LIST_TOTAL_FILES}</div>\n";
|
||||
}
|
||||
// ##### ------------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
// ##### VIEW TABLE -------------------------------------------------------------------------------
|
||||
$DOWNLOAD_VIEW_TABLE_RENDERPLAIN = TRUE;
|
||||
if(!$DOWNLOAD_VIEW_TABLE_START){
|
||||
$DOWNLOAD_VIEW_TABLE_START = "
|
||||
|
||||
<img src='".e_THEME."lamb/images/download.png' alt='' style='vertical-align: middle;' /> <span class='dlmain'>".LAN_dl_18.": {DOWNLOAD_CATEGORY}</span><br /><br /><br />\n";
|
||||
}
|
||||
|
||||
if(!$DOWNLOAD_VIEW_TABLE){
|
||||
$DOWNLOAD_VIEW_TABLE .= "
|
||||
<div class='dlcat'>{DOWNLOAD_VIEW_NAME_LINKED}</div>
|
||||
{DOWNLOAD_VIEW_AUTHOR_LAN}: {DOWNLOAD_VIEW_AUTHOR} ( {DOWNLOAD_VIEW_AUTHOREMAIL} ) ( {DOWNLOAD_VIEW_AUTHORWEBSITE} )<br /><br />
|
||||
{DOWNLOAD_VIEW_DESCRIPTION}<br /><br />
|
||||
|
||||
";
|
||||
|
||||
|
||||
|
||||
$DOWNLOAD_VIEW_TABLE .= "
|
||||
<br /><span class='mediumtext'>{DOWNLOAD_VIEW_IMAGE}</span> <br /> | ";
|
||||
|
||||
|
||||
$DOWNLOAD_VIEW_TABLE .= "
|
||||
<span class='mediumtext'>{DOWNLOAD_VIEW_FILESIZE_LAN}: {DOWNLOAD_VIEW_FILESIZE} | {DOWNLOAD_VIEW_REQUESTED_LAN}: {DOWNLOAD_VIEW_REQUESTED} | {DOWNLOAD_REPORT_LINK}
|
||||
<br />{DOWNLOAD_VIEW_RATING}</span><br /><br />
|
||||
";
|
||||
}
|
||||
|
||||
if(!$DOWNLOAD_VIEW_TABLE_END){
|
||||
$DOWNLOAD_VIEW_TABLE_END = "\n";
|
||||
}
|
||||
// ##### ------------------------------------------------------------------------------------------
|
||||
|
||||
if(!$DOWNLOAD_MIRROR_START)
|
||||
{
|
||||
$DOWNLOAD_MIRROR_START = "
|
||||
<div style='text-align:center'>
|
||||
<table class='fborder' style='width:100%'>
|
||||
<tr>
|
||||
<td class='fcaption' colspan='4'>{DOWNLOAD_MIRROR_REQUEST}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='forumheader' style='width: 30%; text-align: center;'>{DOWNLOAD_MIRROR_HOST_LAN}</td>
|
||||
<td class='forumheader' style='width: 40%;'>{DOWNLOAD_MIRROR_DESCRIPTION_LAN}</td>
|
||||
<td class='forumheader' style='width: 20%; text-align: center;'>{DOWNLOAD_MIRROR_LOCATION_LAN}</td>
|
||||
<td class='forumheader' style='width: 10%; text-align: center;'>{DOWNLOAD_MIRROR_GET_LAN}</td>
|
||||
</tr>
|
||||
";
|
||||
}
|
||||
|
||||
if(!$DOWNLOAD_MIRROR)
|
||||
{
|
||||
$DOWNLOAD_MIRROR = "
|
||||
<tr>
|
||||
<td class='forumheader3' style='width: 30%; text-align: center;'>{DOWNLOAD_MIRROR_IMAGE}<br /><br /><div class='smalltext'>{DOWNLOAD_MIRROR_REQUESTS}<br />{DOWNLOAD_TOTAL_MIRROR_REQUESTS}</div></td>
|
||||
<td class='forumheader3' style='width: 40%'><div class='smalltext'>{DOWNLOAD_MIRROR_DESCRIPTION}</div></td>
|
||||
<td class='forumheader3' style='width: 20%;; text-align: center;'>{DOWNLOAD_MIRROR_LOCATION}</td>
|
||||
<td class='forumheader3' style='width: 10%; text-align: center;'><div class='smalltext'>{DOWNLOAD_MIRROR_LINK} {DOWNLOAD_MIRROR_FILESIZE}</div></td>
|
||||
</tr>
|
||||
";
|
||||
}
|
||||
|
||||
if(!$DOWNLOAD_MIRROR_END)
|
||||
{
|
||||
$DOWNLOAD_MIRROR_END = "
|
||||
</table>
|
||||
</div>
|
||||
";
|
||||
}
|
||||
|
||||
?>
|
@@ -1,252 +0,0 @@
|
||||
<?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/lamb/forum_post_template.php,v $
|
||||
| $Revision: 1.5 $
|
||||
| $Date: 2007-02-24 09:40:42 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
if(!defined("USER_WIDTH")){ define("USER_WIDTH","width:95%"); }
|
||||
|
||||
// the user box and subject box are not always displayed, therefore we need to define them /in case/ they are, if not they'll be ignored.
|
||||
|
||||
if(!isset($userbox))
|
||||
{
|
||||
$userbox = "<tr>
|
||||
<td class='forumheader2' style='width:20%'>".LAN_61."</td>
|
||||
<td class='forumheader2' style='width:80%'>
|
||||
<input class='tbox' type='text' name='anonname' size='71' value='".$anonname."' maxlength='20' />
|
||||
</td>
|
||||
</tr>";
|
||||
}
|
||||
|
||||
if(!isset($subjectbox))
|
||||
{
|
||||
$subjectbox = "<tr>
|
||||
<td class='forumheader2' style='width:20%'>".LAN_62."</td>
|
||||
<td class='forumheader2' style='width:80%'>
|
||||
<input class='tbox' type='text' name='subject' size='71' value='".$subject."' maxlength='100' />
|
||||
</td>
|
||||
</tr>";
|
||||
}
|
||||
|
||||
|
||||
// the poll is optional, be careful when changing the values here, only change if you know what you're doing ...
|
||||
if(!isset($poll_form))
|
||||
{
|
||||
if(is_readable(e_PLUGIN."poll/poll_class.php")) {
|
||||
require_once(e_PLUGIN."poll/poll_class.php");
|
||||
$pollo = new poll;
|
||||
$poll_form = $pollo -> renderPollForm("forum");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// finally, file attach is optional, again only change this if you know what you're doing ...
|
||||
if(!isset($fileattach))
|
||||
{
|
||||
$fileattach = "<tr><td colspan='2' class='nforumcaption2'>".($pref['image_post'] ? LAN_390 : LAN_416)."</td></tr>
|
||||
<tr><td style='width:20%' class='forumheader3'>".LAN_392."</td>
|
||||
<td style='width:80%' class='forumheader3'>".LAN_393." | ".$allowed_filetypes." |<br />".LAN_394."<br />".LAN_395.": ".($pref['upload_maxfilesize'] ? $pref['upload_maxfilesize'].LAN_396 : ini_get('upload_max_filesize'))."
|
||||
<br />
|
||||
|
||||
<div id='fiupsection'>
|
||||
<span id='fiupopt'><input class='tbox' name='file_userfile[]' type='file' size='47' /></span>
|
||||
</div>
|
||||
<input class='button' type='button' name='addoption' value='".LAN_417."' onclick=\"duplicateHTML('fiupopt','fiupsection')\" />
|
||||
</td>
|
||||
</tr>
|
||||
</td>
|
||||
</tr>";
|
||||
}
|
||||
|
||||
// ------------
|
||||
|
||||
if (!isset($FORUMPOST))
|
||||
{
|
||||
$FORUMPOST = "
|
||||
<div style='text-align:center'>
|
||||
{FORMSTART}
|
||||
<table style='width:100%' class='fborder'>
|
||||
<tr>
|
||||
<td colspan='2' class='nforumcaption'>{BACKLINK}
|
||||
</td>
|
||||
</tr>
|
||||
{USERBOX}
|
||||
{SUBJECTBOX}
|
||||
<tr>
|
||||
<td class='forumheader2' style='width:20%'>{POSTTYPE}</td>
|
||||
<td class='forumheader2' style='width:80%'>
|
||||
{POSTBOX}<br />{EMAILNOTIFY}<br />{POSTTHREADAS}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
{POLL}
|
||||
|
||||
{FILEATTACH}
|
||||
|
||||
<tr style='vertical-align:top'>
|
||||
<td colspan='2' class='forumheader' style='text-align:center'>
|
||||
{BUTTONS}
|
||||
</table>
|
||||
{FORMEND}
|
||||
</div>
|
||||
{FORUMJUMP}
|
||||
";
|
||||
}
|
||||
|
||||
|
||||
if(!isset($FORUMPOST_REPLY))
|
||||
{
|
||||
$FORUMPOST_REPLY = "
|
||||
<div style='text-align:center'>
|
||||
<div class='spacer'>
|
||||
{FORMSTART}
|
||||
<table style='".USER_WIDTH."' class='fborder'>
|
||||
<tr>
|
||||
<td colspan='2' class='nforumcaption'>{BACKLINK}
|
||||
</td>
|
||||
</tr>
|
||||
{USERBOX}
|
||||
{SUBJECTBOX}
|
||||
<tr>
|
||||
<td class='forumheader2' style='width:20%'>{POSTTYPE}</td>
|
||||
<td class='forumheader2' style='width:80%'>
|
||||
{POSTBOX}<br />{EMAILNOTIFY}<br />{POSTTHREADAS}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
{POLL}
|
||||
|
||||
{FILEATTACH}
|
||||
|
||||
<tr style='vertical-align:top'>
|
||||
<td colspan='2' class='forumheader' style='text-align:center'>
|
||||
{BUTTONS}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
{FORMEND}
|
||||
|
||||
<table style='".USER_WIDTH."'>
|
||||
<tr>
|
||||
<td>
|
||||
{FORUMJUMP}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div></div>
|
||||
<div style='text-align:center'>
|
||||
{THREADTOPIC}
|
||||
{LATESTPOSTS}
|
||||
</div>
|
||||
";
|
||||
}
|
||||
|
||||
// From here copied in from default templates
|
||||
if(!$LATESTPOSTS_START)
|
||||
{
|
||||
$LATESTPOSTS_START = "
|
||||
<table style='".USER_WIDTH."' class='fborder'>
|
||||
<tr>
|
||||
<td colspan='2' class='nforumcaption' style='vertical-align:top'>".
|
||||
LAN_101."{LATESTPOSTSCOUNT}".LAN_102."
|
||||
</td>
|
||||
</tr>";
|
||||
}
|
||||
|
||||
if(!$LATESTPOSTS_POST)
|
||||
{
|
||||
$LATESTPOSTS_POST = "
|
||||
<tr>
|
||||
<td class='forumheader3' style='width:20%;vertical-align:top'><b>{POSTER}</b></td>
|
||||
<td class='forumheader3' style='width:80%'>
|
||||
<div class='smallblacktext' style='text-align:right'>".IMAGE_post2." ".LAN_322."{THREADDATESTAMP}</div>
|
||||
{POST}
|
||||
</td>
|
||||
</tr>
|
||||
";
|
||||
}
|
||||
|
||||
if(!$LATESTPOSTS_END)
|
||||
{
|
||||
$LATESTPOSTS_END = "
|
||||
</table>
|
||||
";
|
||||
}
|
||||
|
||||
if(!$THREADTOPIC_REPLY)
|
||||
{
|
||||
$THREADTOPIC_REPLY = "
|
||||
<table style='".USER_WIDTH."' class='fborder'>
|
||||
<tr>
|
||||
<td colspan='2' class='nforumcaption' style='vertical-align:top'>".LAN_100."</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='forumheader3' style='width:20%;vertical-align:top'><b>{POSTER}</b></td>
|
||||
<td class='forumheader3' style='width:80%'>
|
||||
<div class='smallblacktext' style='text-align:right'>".IMAGE_post2." ".LAN_322."{THREADDATESTAMP}</div>{POST}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
";
|
||||
}
|
||||
|
||||
|
||||
$FORUMTHREADPOSTED = "
|
||||
<table style='width:100%' class='fborder'>
|
||||
<tr>
|
||||
<td class='nforumcaption2' colspan='2'>".LAN_133."</td>
|
||||
</tr><tr>
|
||||
<td style='text-align:right; vertical-align:middle; width:20%' class='forumheader2'>".IMAGE_e." </td>
|
||||
<td style='vertical-align:middle; width:80%' class='forumheader2'>
|
||||
<br />".LAN_324."<br />
|
||||
<span class='defaulttext'><a href='".e_PLUGIN."forum/forum_viewtopic.php?".$thread_id."'>".LAN_325."</a><br />
|
||||
<a href='".e_PLUGIN."forum/forum_viewforum.php?".$forum_id."'>".LAN_326."</a></span><br /><br />
|
||||
</td></tr></table>";
|
||||
|
||||
|
||||
$FORUMREPLYPOSTED = "
|
||||
<table style='width:100%' class='fborder'>
|
||||
<tr>
|
||||
<td class='fcaption' colspan='2'>".LAN_133."</td>
|
||||
</tr><tr>
|
||||
<td style='text-align:right; vertical-align:middle; width:20%' class='forumheader2'>".IMAGE_e." </td>
|
||||
<td style='vertical-align:middle; width:80%' class='forumheader2'>
|
||||
<br />".LAN_324."<br />
|
||||
<span class='defaulttext'><a href='".e_PLUGIN."forum/forum_viewtopic.php?{$iid}.last'>".LAN_325."</a><br />
|
||||
<a href='".e_PLUGIN."forum/forum_viewforum.php?".$forum_id."'>".LAN_326."</a></span><br /><br />
|
||||
</td></tr></table>";
|
||||
|
||||
|
||||
$FORUM_CRUMB['sitename']['value'] = "<a class='forumlink' {SITENAME_HREF}>{SITENAME}</a>";
|
||||
$FORUM_CRUMB['sitename']['sep'] = " :: ";
|
||||
|
||||
$FORUM_CRUMB['forums']['value'] = "<a class='forumlink' {FORUMS_HREF}>{FORUMS_TITLE}</a>";
|
||||
$FORUM_CRUMB['forums']['sep'] = " :: ";
|
||||
|
||||
$FORUM_CRUMB['parent']['value'] = "{PARENT_TITLE}";
|
||||
$FORUM_CRUMB['parent']['sep'] = " :: ";
|
||||
|
||||
$FORUM_CRUMB['subparent']['value'] = "<a class='forumlink' {SUBPARENT_HREF}>{SUBPARENT_TITLE}</a>";
|
||||
$FORUM_CRUMB['subparent']['sep'] = " :: ";
|
||||
|
||||
$FORUM_CRUMB['forum']['value'] = "<a class='forumlink' {FORUM_HREF}>{FORUM_TITLE}</a>";
|
||||
$FORUM_CRUMB['forum']['sep'] = " :: ";
|
||||
|
||||
$FORUM_CRUMB['thread']['value'] = "{THREAD_TITLE}";
|
||||
|
||||
|
||||
?>
|
@@ -1,61 +0,0 @@
|
||||
<?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/lamb/forum_posted_template.php,v $
|
||||
| $Revision: 1.2 $
|
||||
| $Date: 2007-01-20 16:31:55 $
|
||||
| $Author: mrpete $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$FORUMPOLLPOSTED =
|
||||
"<table style='width:100%' class='fborder'>
|
||||
<tr>
|
||||
<td class='nforumcaption2' colspan='2'>".LAN_133."</td>
|
||||
</tr><tr>
|
||||
<td style='text-align:right; vertical-align:middle; width:20%' class='forumheader2'>".IMAGE_e." </td>
|
||||
<td style='vertical-align:middle; width:80%' class='forumheader2'>
|
||||
<br />".LAN_413."<br />
|
||||
<span class='defaulttext'><a href='".e_PLUGIN."forum/forum_viewtopic.php?".$thread_id."'>".LAN_414."</a><br />
|
||||
<a href='".e_PLUGIN."forum/forum_viewforum.php?".$forum_id."'>".LAN_326."</a></span><br /><br />
|
||||
</td></tr></table>";
|
||||
|
||||
$FORUMTHREADPOSTED = "
|
||||
<table style='width:100%' class='fborder'>
|
||||
<tr>
|
||||
<td class='nforumcaption2' colspan='2'>".LAN_133."</td>
|
||||
</tr><tr>
|
||||
<td style='text-align:right; vertical-align:middle; width:20%' class='forumheader2'>".IMAGE_e." </td>
|
||||
<td style='vertical-align:middle; width:80%' class='forumheader2'>
|
||||
<br />".LAN_324."<br />
|
||||
".(defined("F_MESSAGE") ? F_MESSAGE."<br />" : "")."
|
||||
<span class='defaulttext'><a href='".e_PLUGIN."forum/forum_viewtopic.php?{$iid}.last'>".LAN_325."</a><br />
|
||||
<a href='".e_PLUGIN."forum/forum_viewforum.php?".$forum_id."'>".LAN_326."</a></span><br /><br />
|
||||
</td></tr></table>";
|
||||
|
||||
|
||||
$FORUMREPLYPOSTED = "
|
||||
<table style='width:100%' class='fborder'>
|
||||
<tr>
|
||||
<td class='nforumcaption2' colspan='2'>".LAN_133."</td>
|
||||
</tr><tr>
|
||||
<td style='text-align:right; vertical-align:middle; width:20%' class='forumheader2'>".IMAGE_e." </td>
|
||||
<td style='vertical-align:middle; width:80%' class='forumheader2'>
|
||||
<br />".LAN_415."<br />
|
||||
".(defined("F_MESSAGE") ? F_MESSAGE."<br />" : "")."
|
||||
<span class='defaulttext'><a href='".e_PLUGIN."forum/forum_viewtopic.php?{$iid}.last'>".LAN_325."</a><br />
|
||||
<a href='".e_PLUGIN."forum/forum_viewforum.php?".$forum_id."'>".LAN_326."</a></span><br /><br />
|
||||
</td></tr></table>";
|
||||
|
||||
?>
|
@@ -1,35 +0,0 @@
|
||||
<?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/lamb/forum_preview_template.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:35:57 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$FORUM_PREVIEW = "<div style='text-align:center'>
|
||||
<table style='width:100%' class='fborder'>
|
||||
<tr>
|
||||
<td colspan='2' class='nforumcaption2' style='vertical-align:top'>".LAN_323.
|
||||
($action != "nt" ? "</td>" : " ( ".LAN_62.$tsubject." )</td>")."
|
||||
<tr>
|
||||
<td class='nforumreply' style='width:20%' style='vertical-align:top'><b>".$poster."</b></td>
|
||||
<td class='nforumreply' style='width:80%'>
|
||||
<div class='smallblacktext' style='text-align:right'>".IMAGE_post2." ".LAN_322.$postdate."</div>".$tpost."</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>";
|
||||
|
||||
?>
|
@@ -1,67 +0,0 @@
|
||||
<?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/lamb/forum_template.php,v $
|
||||
| $Revision: 1.2 $
|
||||
| $Date: 2007-05-16 20:24:44 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$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 = "</table></div>\n<div class='spacer'>\n<table style='width:100%' class='nforumholder' cellspacing='1'>\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='nforumthread'>{LOGO}</td>\n<td style='width:auto' class='nforumthread'>{USERINFO}</td>\n</tr>\n<tr>\n<td style='width:95%' class='nforumthread'>{INFO}</td>\n</tr><tr>\n<td style='width:95%' class='nforumthread'>{FORUMINFO}</td>\n</tr>\n<tr>\n<td style='width:95%' class='nforumthread'>{USERLIST}<br />{STATLINK}</td>\n</tr>\n</table>\n</div>\n<div class='spacer'>\n<table class='fborder' style='width:100%'>\n<tr>\n<td class='nforumthread' style='text-align:center; width:33%'>{ICONKEY}</td>\n<td style='text-align:center; width:33%' class='nforumthread'>{SEARCH}</td>\n<td style='width:33%; text-align:center; vertical-align:middle' class='nforumthread'><span class='smallblacktext'>{PERMS}</span>\n</td>\n</tr>\n</table>\n</div>\n</div>";
|
||||
|
||||
if(!isset($FORUM_NEWPOSTS_START))
|
||||
{
|
||||
$FORUM_NEWPOSTS_START = "<div style='text-align:center'>\n<div class='spacer'>\n<table style='width:95%' class='fborder'>\n<tr>\n<td style='width:3%' class='fcaption'> </td>\n<td style='width:60%' class='fcaption'>{NEWTHREADTITLE}</td>\n<td style='width:27%; text-align:center' class='fcaption'>{POSTEDTITLE}</td>\n</tr>";
|
||||
}
|
||||
|
||||
if(!isset($FORUM_NEWPOSTS_MAIN))
|
||||
{
|
||||
$FORUM_NEWPOSTS_MAIN = "<tr>\n<td style='width:3%' class='forumheader3'>{NEWIMAGE}</td>\n<td style='width:60%' class='forumheader3'>{NEWSPOSTNAME}</td>\n<td style='width:27%; text-align:center' class='forumheader3'>{STARTERTITLE}</td>\n</tr>";
|
||||
}
|
||||
|
||||
if(!isset($FORUM_NEWPOSTS_END))
|
||||
{
|
||||
$FORUM_NEWPOSTS_END = "</table></div></div>";
|
||||
}
|
||||
|
||||
if(!isset($FORUM_TRACK_START))
|
||||
{
|
||||
$FORUM_TRACK_START = "<div style='text-align:center'>\n<div class='spacer'>\n<table style='width:95%' class='fborder'>\n<tr>\n<td colspan='3' style='width:60%' class='fcaption'>{TRACKTITLE}</td>\n</tr>\n";
|
||||
|
||||
if(!isset($FORUM_TRACK_MAIN))
|
||||
{
|
||||
$FORUM_TRACK_MAIN = "<tr>
|
||||
<td style='text-align:center; vertical-align:middle; width:6%' class='forumheader3'>{NEWIMAGE}</td>
|
||||
<td style='vertical-align:middle; text-align:left; width:70%' class='forumheader3'><span class='mediumtext'>{TRACKPOSTNAME}</span></td>
|
||||
<td style='vertical-align:middle; text-align:center; width:24%' class='forumheader3'><span class='mediumtext'>{UNTRACK}</td>
|
||||
</tr>";
|
||||
}
|
||||
}
|
||||
|
||||
if(!isset($FORUM_TRACK_END))
|
||||
{
|
||||
$FORUM_TRACK_END = "</table>\n</div>\n</div>";
|
||||
}
|
||||
|
||||
|
||||
?>
|
@@ -1,134 +0,0 @@
|
||||
<?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/lamb/forum_viewforum_template.php,v $
|
||||
| $Revision: 1.2 $
|
||||
| $Date: 2007-01-20 16:31:55 $
|
||||
| $Author: mrpete $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$icon = (file_exists(THEME."forum/e.png") ? THEME."forum/e.png" : e_PLUGIN."forum/images/lite/e.png");
|
||||
|
||||
$FORUM_VIEW_START = "
|
||||
<table style='width:100%' class='nforumholder' cellpadding=0 cellspacing=0>
|
||||
<tr>
|
||||
<td colspan='2' class='nforumcaption'>{BREADCRUMB}</td>
|
||||
</tr>
|
||||
{SUBFORUMS}
|
||||
<tr>
|
||||
</table>
|
||||
<table style='width:100%'>
|
||||
<td style='width:80%'><div class='mediumtext'><img src='".$icon."' style='vertical-align:middle' /> <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_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> <span class='smalltext'>{PAGES}</span></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:middle; text-align:center; width:5%' class='nforumview2'><span class='smalltext'>{REPLIES}</span></td>
|
||||
<td style='vertical-align:middle; 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>";
|
||||
|
||||
$FORUM_VIEW_END = "
|
||||
</table>
|
||||
<table style='width:100%'>
|
||||
<tr>
|
||||
<td style='width:80%'><span class='mediumtext'>{THREADPAGES}</span>
|
||||
{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:middle; width:50%' class='nforumview3'><span class='smalltext'>{MODERATORS}</span></td>
|
||||
<td style='text-align:right; vertical-align:middle; width:50%' class='nforumview3'><span class='smalltext'>{BROWSERS}</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td style='vertical-align:middle; width:50%' class='nforumview4'>{ICONKEY}</td>
|
||||
<td style='vertical-align:middle; text-align:center; width:50%' class='nforumview4'>{PERMS}<br /><br />{SEARCH}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div style='text-align:center;'>
|
||||
<a href='".e_PLUGIN."rss_menu/rss.php?11.1.".e_QUERY."'><img src='".e_PLUGIN."rss_menu/images/rss1.png' alt='".LAN_431."' style='vertical-align: middle; border: 0;' /></a>
|
||||
<a href='".e_PLUGIN."rss_menu/rss.php?11.2.".e_QUERY."'><img src='".e_PLUGIN."rss_menu/images/rss2.png' alt='".LAN_432."' style='vertical-align: middle; border: 0;' /></a>
|
||||
<a href='".e_PLUGIN."rss_menu/rss.php?11.3.".e_QUERY."'><img src='".e_PLUGIN."rss_menu/images/rss3.png' alt='".LAN_433."' style='vertical-align: middle; border: 0;' /></a>
|
||||
</div>
|
||||
<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>
|
||||
";
|
||||
|
||||
?>
|
@@ -1,149 +0,0 @@
|
||||
<?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/lamb/forum_viewtopic_template.php,v $
|
||||
| $Revision: 1.3 $
|
||||
| $Date: 2008-05-26 16:05:27 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$sc_style['LASTEDIT']['pre'] = "<br /><br /><span class='smallblacktext'>[ ".LAN_29." ";
|
||||
$sc_style['LASTEDIT']['post'] = " ]</span>";
|
||||
|
||||
$icon = (file_exists(THEME."forum/e.png") ? THEME."forum/e.png" : e_PLUGIN."forum/images/lite/e.png");
|
||||
|
||||
$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 class='smalltext'>{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='".$icon."' style='vertical-align:middle' alt=''/> <b>{THREADNAME}</b></div><br />{GOTOPAGES}</td>
|
||||
<td style='width:40%; vertical-align:bottom; text-align:right;'>{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</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{REPORTIMG}\n{EDITIMG}\n{QUOTEIMG}\n</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='nforumthread' style='vertical-align:top'>\n
|
||||
{CUSTOMTITLE}
|
||||
{AVATAR}\n<span class='smalltext'>\n{LEVEL}\n{MEMBERID}\n{JOINED}\n{POSTS}\n</span>\n</td>
|
||||
<td class='nforumthread' style='vertical-align:top'>{POLL}\n{POST}\n{LASTEDIT}\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'>
|
||||
{GOTOPAGES}
|
||||
</div>
|
||||
<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 style='text-align:center;'>
|
||||
<a href='".e_PLUGIN."rss_menu/rss.php?8.1.".e_QUERY."'><img src='".e_PLUGIN."rss_menu/images/rss1.png' alt='".LAN_431."' style='vertical-align: middle; border: 0;' /></a>
|
||||
<a href='".e_PLUGIN."rss_menu/rss.php?8.2.".e_QUERY."'><img src='".e_PLUGIN."rss_menu/images/rss2.png' alt='".LAN_432."' style='vertical-align: middle; border: 0;' /></a>
|
||||
<a href='".e_PLUGIN."rss_menu/rss.php?8.3.".e_QUERY."'><img src='".e_PLUGIN."rss_menu/images/rss3.png' alt='".LAN_433."' style='vertical-align: middle; border: 0;' /></a>
|
||||
</div>
|
||||
|
||||
<div class='nforumdisclaimer' style='text-align:center'>Powered by <b>e107 Forum System</b></div>
|
||||
</div>";
|
||||
$FORUMREPLYSTYLE = "
|
||||
<div class='spacer'>
|
||||
<table style='width:100%' class='nforumholder' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td class='nforumreplycaption' style='vertical-align:middle; width:20%;'>\n{NEWFLAG}\n{POSTER}\n</td>
|
||||
<td class='nforumreplycaption' 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{REPORTIMG}\n{EDITIMG}\n{QUOTEIMG}\n</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='nforumreply' style='vertical-align:top'>\n{AVATAR}\n<span class='smalltext'>\n{LEVEL}\n{MEMBERID}\n{JOINED}\n{POSTS}\n</span>\n</td>
|
||||
<td class='nforumreply' style='vertical-align:top'>{POST}\n{LASTEDIT}\n{SIGNATURE}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='nforumreply2'>\n<span class='smallblacktext'>\n{TOP}\n</span>\n</td>
|
||||
<td class='nforumreply2' 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>";
|
||||
|
||||
?>
|
Before Width: | Height: | Size: 633 B |
Before Width: | Height: | Size: 230 B |
Before Width: | Height: | Size: 242 B |
Before Width: | Height: | Size: 222 B |
Before Width: | Height: | Size: 392 B |
Before Width: | Height: | Size: 392 B |
Before Width: | Height: | Size: 828 B |
Before Width: | Height: | Size: 189 B |
Before Width: | Height: | Size: 747 B |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 595 B |
Before Width: | Height: | Size: 239 B |
Before Width: | Height: | Size: 373 B |
Before Width: | Height: | Size: 376 B |