1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

charset and badchars

This commit is contained in:
marj
2009-11-12 15:01:36 +00:00
parent 8961f87175
commit 65ec3f6b2e
32 changed files with 677 additions and 760 deletions

View File

@@ -1,21 +1,18 @@
<?php
/*
+ ----------------------------------------------------------------------------+
| e107 website system
|
| <20>Steve Dunstan 2001-2002
| http://e107.org
| jalist@e107.org
|
| Released under the terms and conditions of the
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_themes/e107v4a/forum_template.php,v $
| $Revision: 1.4 $
| $Date: 2007-07-27 19:08:43 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
* e107 website system
*
* Copyright (C) 2001-2009 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
*
*
* $Source: /cvs_backup/e107_0.8/e107_themes/e107v4a/forum_template.php,v $
* $Revision: 1.5 $
* $Date: 2009-11-12 15:01:35 $
* $Author: marj_nl_fr $
*/
if (!defined('e107_INIT')) { exit; }

View File

@@ -1,21 +1,18 @@
<?php
/*
+ ----------------------------------------------------------------------------+
| e107 website system
|
| <20>Steve Dunstan 2001-2002
| http://e107.org
| jalist@e107.org
|
| Released under the terms and conditions of the
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_themes/e107v4a/languages/English.php,v $
| $Revision: 1.2 $
| $Date: 2007-03-03 19:59:01 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
* e107 website system
*
* Copyright (C) 2001-2009 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
*
*
* $Source: /cvs_backup/e107_0.8/e107_themes/e107v4a/languages/English.php,v $
* $Revision: 1.3 $
* $Date: 2009-11-12 15:01:35 $
* $Author: marj_nl_fr $
*/
define("LAN_THEME_1", "Read/Post Comment: ");
define("LAN_THEME_2", "Comments are turned off for this item");

View File

@@ -1,21 +1,18 @@
<?php
/*
+ ----------------------------------------------------------------------------+
| e107 website system
|
| <20>Steve Dunstan 2001-2002
| http://e107.org
| jalist@e107.org
|
| Released under the terms and conditions of the
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_themes/e107v4a/languages/e107v4a_English.php,v $
| $Revision: 1.1 $
| $Date: 2008-02-24 00:06:48 $
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
* e107 website system
*
* Copyright (C) 2001-2009 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
*
*
* $Source: /cvs_backup/e107_0.8/e107_themes/e107v4a/languages/e107v4a_English.php,v $
* $Revision: 1.2 $
* $Date: 2009-11-12 15:01:33 $
* $Author: marj_nl_fr $
*/
define("LAN_THEME_1", "Read/Post Comment: ");
define("LAN_THEME_2", "Comments are turned off for this item");

View File

@@ -1,21 +1,18 @@
<?php
/*
+ ----------------------------------------------------------------------------+
| e107 website system
|
| <20>Steve Dunstan 2001-2002
| http://e107.org
| jalist@e107.org
|
| Released under the terms and conditions of the
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_themes/e107v4a/newsfeed_template.php,v $
| $Revision: 1.1.1.1 $
| $Date: 2006-12-02 04:35:47 $
| $Author: mcfly_e107 $
+----------------------------------------------------------------------------+
*/
* e107 website system
*
* Copyright (C) 2001-2009 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
*
*
* $Source: /cvs_backup/e107_0.8/e107_themes/e107v4a/newsfeed_template.php,v $
* $Revision: 1.2 $
* $Date: 2009-11-12 15:01:35 $
* $Author: marj_nl_fr $
*/
if (!defined('e107_INIT')) { exit; }

View File

@@ -1,21 +1,18 @@
<?php
/*
+ ----------------------------------------------------------------------------+
| e107 website system
|
| <20>Steve Dunstan 2001-2002
| http://e107.org
| jalist@e107.org
|
| Released under the terms and conditions of the
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_themes/e107v4a/theme.php,v $
| $Revision: 1.6 $
| $Date: 2009-08-16 23:58:33 $
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
* e107 website system
*
* Copyright (C) 2001-2009 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
*
*
* $Source: /cvs_backup/e107_0.8/e107_themes/e107v4a/theme.php,v $
* $Revision: 1.7 $
* $Date: 2009-11-12 15:01:35 $
* $Author: marj_nl_fr $
*/
if (!defined('e107_INIT')) { exit; }

View File

@@ -1,21 +1,18 @@
<?php
/*
+ ----------------------------------------------------------------------------+
| e107 website system
|
| <20>Steve Dunstan 2001-2002
| http://e107.org
| jalist@e107.org
|
| Released under the terms and conditions of the
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_themes/jayya/admin_template.php,v $
| $Revision: 1.7 $
| $Date: 2009-08-03 19:41:17 $
| $Author: marj_nl_fr $
+----------------------------------------------------------------------------+
*/
* e107 website system
*
* Copyright (C) 2001-2009 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
*
*
* $Source: /cvs_backup/e107_0.8/e107_themes/jayya/admin_template.php,v $
* $Revision: 1.8 $
* $Date: 2009-11-12 15:01:35 $
* $Author: marj_nl_fr $
*/
if (!defined('e107_INIT')) { exit; }

View File

@@ -1,21 +1,18 @@
<?php
/*
+ ----------------------------------------------------------------------------+
| e107 website system
|
| <20>Steve Dunstan 2001-2002
| http://e107.org
| jalist@e107.org
|
| Released under the terms and conditions of the
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_themes/jayya/languages/English.php,v $
| $Revision: 1.3 $
| $Date: 2009-04-27 10:52:42 $
| $Author: secretr $
+----------------------------------------------------------------------------+
*/
* e107 website system
*
* Copyright (C) 2001-2009 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
*
*
* $Source: /cvs_backup/e107_0.8/e107_themes/jayya/languages/English.php,v $
* $Revision: 1.4 $
* $Date: 2009-11-12 15:01:36 $
* $Author: marj_nl_fr $
*/
define("LAN_THEME_1", "Comments are turned off for this item");
define("LAN_THEME_2", "Read/Post Comment: ");

View File

@@ -1,21 +1,18 @@
<?php
/*
+ ----------------------------------------------------------------------------+
| e107 website system
|
| <20>Steve Dunstan 2001-2002
| http://e107.org
| jalist@e107.org
|
| Released under the terms and conditions of the
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_themes/jayya/theme.php,v $
| $Revision: 1.9 $
| $Date: 2009-09-14 18:30:20 $
| $Author: secretr $
+----------------------------------------------------------------------------+
*/
* e107 website system
*
* Copyright (C) 2001-2009 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
*
*
* $Source: /cvs_backup/e107_0.8/e107_themes/jayya/theme.php,v $
* $Revision: 1.10 $
* $Date: 2009-11-12 15:01:35 $
* $Author: marj_nl_fr $
*/
// Protect the file from direct access
if (!defined('e107_INIT')) { exit; }

View File

@@ -1,239 +1,237 @@
<?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/khatru/download_template.php,v $
| $Revision: 1.1.1.1 $
| $Date: 2006-12-02 04:35:53 $
| $Author: mcfly_e107 $
+----------------------------------------------------------------------------+
*/
<?php
/*
* e107 website system
*
* Copyright (C) 2001-2009 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
*
*
* $Source: /cvs_backup/e107_0.8/e107_themes/khatru/download_template.php,v $
* $Revision: 1.2 $
* $Date: 2009-11-12 15:01:33 $
* $Author: marj_nl_fr $
*/
if (!defined('e107_INIT')) { exit; }
/* set style of download image and thumbnail */
define("DL_IMAGESTYLE","border:0px");
// ##### CAT TABLE --------------------------------------------------------------------------------
$DOWNLOAD_CAT_TABLE_START = "";
$DOWNLOAD_CAT_PARENT_TABLE .= "
<br /><br />
<table style='width: 100%;'>
<tr>
<td class='forumheader3' style='width: 5%;'>{DOWNLOAD_CAT_MAIN_ICON}</td>
<td class='forumheader3' style='width: 95%;'><h2>{DOWNLOAD_CAT_MAIN_NAME}</h2></td>
</tr>
</table>
<br /><br />
<table style='width: 100%;'>
<tr>
<td colspan='2' class='forumheader' style='width: 70%;'>Category</td>
<td class='forumheader' style='width: 20%; text-align: center;'>Files</td>
</tr>
";
$DOWNLOAD_CAT_CHILD_TABLE .= "
<tr>
<td class='forumheader3' style='width: 5%;'>{DOWNLOAD_CAT_SUB_ICON}</td>
<td class='forumheader3' style='width: 75%;'>{DOWNLOAD_CAT_SUB_NAME}</td>
<td class='forumheader3' style='width: 20%; text-align: center; vertical-align: middle;'>{DOWNLOAD_CAT_SUB_COUNT} ({DOWNLOAD_CAT_SUB_SIZE})<br /><span class='smalltext'>".LAN_dl_6." {DOWNLOAD_CAT_SUB_DOWNLOADED}</span></td>
</tr>
";
$DOWNLOAD_CAT_TABLE_END = "
<tr><td class='forumheader3' colspan='5' style='text-align:right;'>{DOWNLOAD_CAT_SEARCH}</td></tr>
</table>
</div>\n";
// ##### ------------------------------------------------------------------------------------------
// ##### LIST TABLE -------------------------------------------------------------------------------
$DOWNLOAD_LIST_TABLE_START = "
<br /><br />
<table style='width: 100%;'>
<tr>
<td class='forumheader3' style='width: 5%;'>{DOWNLOAD_CATEGORY_ICON}</td>
<td class='forumheader3' style='width: 95%;'><h2>{DOWNLOAD_CATEGORY}</h2></td>
</tr>
</table>
<br /><br />
<div style='text-align:center; margin-left: auto; margin-right: auto;'>
<form method='post' action='".e_SELF."?".e_QUERY."'>
<table style='width:100%'>
<tr>
<td colspan='7' style='text-align:center'>
<span class='defaulttext'>".LAN_dl_37."</span>
<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>
&nbsp;
<span class='defaulttext'>".LAN_dl_38."</span>
<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>
&nbsp;
<span class='defaulttext'>".LAN_dl_39."</span>
<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>
&nbsp;
<input class='button' type='submit' name='goorder' value='".LAN_dl_27."' />
</td>
</tr>
<tr class='fcaption'>
<td style='width:35%; text-align:center' class='smalltext'>".LAN_dl_28."</td>
<td style='width:15%; text-align:center' class='smalltext'>".LAN_dl_22."</td>
<td style='width:20%; text-align:center' class='smalltext'>".LAN_dl_24."</td>
<td style='width:10%; text-align:center' class='smalltext'>".LAN_dl_21."</td>
<td style='width:5%; text-align:center' class='smalltext'>".LAN_dl_29."</td>
<td style='width:10%; text-align:center' class='smalltext'>".LAN_dl_12."</td>
<td style='width:5%; text-align:center' class='smalltext'>".LAN_dl_8."</td>
</tr>";
$DOWNLOAD_LIST_TABLE .= "
<tr>
<td class='forumheader3' style='text-align:left;'>{DOWNLOAD_LIST_NEWICON} {DOWNLOAD_LIST_NAME}</td>
<td class='smalltext' style='text-align:center;'>{DOWNLOAD_LIST_DATESTAMP}</td>
<td class='smalltext' style='text-align:center;'>{DOWNLOAD_LIST_AUTHOR}</td>
<td class='smalltext' style='text-align:center;'>{DOWNLOAD_LIST_FILESIZE}</td>
<td class='smalltext' style='text-align:center;'>{DOWNLOAD_LIST_REQUESTED}</td>
<td class='smalltext' style='text-align:center;'>{DOWNLOAD_LIST_RATING}</td>
<td class='smalltext' style='text-align:center;'>{DOWNLOAD_LIST_LINK} {DOWNLOAD_LIST_ICON}</td>
</tr>
";
$DOWNLOAD_LIST_TABLE_END = "
<tr><td class='smalltext' colspan='7' style='text-align:right;'>{DOWNLOAD_LIST_TOTAL_AMOUNT} {DOWNLOAD_LIST_TOTAL_FILES}</td></tr>
</table>
</form>
</div>
";
// ##### ------------------------------------------------------------------------------------------
// ##### VIEW TABLE -------------------------------------------------------------------------------
$DOWNLOAD_VIEW_TABLE_START = "
<div style='text-align:center'>
<table class='fborder' style='width:100%'>
";
$DOWNLOAD_VIEW_TABLE .= "
<tr>
<td colspan='2' class='fcaption' style='text-align:left;'>
{DOWNLOAD_VIEW_NAME}
</td>
</tr>
<tr>
<td style='width:20%' class='forumheader3'>{DOWNLOAD_VIEW_AUTHOR_LAN}</td>
<td style='width:80%' class='forumheader3'>{DOWNLOAD_VIEW_AUTHOR}</td>
</tr>
<tr>
<td style='width:20%' class='forumheader3'>{DOWNLOAD_VIEW_AUTHOREMAIL_LAN}</td>
<td style='width:80%' class='forumheader3'>{DOWNLOAD_VIEW_AUTHOREMAIL}</td>
</tr>
<tr>
<td style='width:20%' class='forumheader3'>{DOWNLOAD_VIEW_AUTHORWEBSITE_LAN}</td>
<td style='width:80%' class='forumheader3'>{DOWNLOAD_VIEW_AUTHORWEBSITE}</td>
</tr>
<tr>
<td style='width:20%' class='forumheader3'>{DOWNLOAD_VIEW_DESCRIPTION_LAN}</td>
<td style='width:80%' class='forumheader3'>{DOWNLOAD_VIEW_DESCRIPTION}</td>
</tr>
<tr>
<td style='width:20%' class='forumheader3'>{DOWNLOAD_VIEW_IMAGE_LAN}</td>
<td style='width:80%' class='forumheader3'>{DOWNLOAD_VIEW_IMAGE}</td>
</tr>
<tr>
<td style='width:20%' class='forumheader3'>{DOWNLOAD_VIEW_FILESIZE_LAN}</td>
<td style='width:80%' class='forumheader3'>{DOWNLOAD_VIEW_FILESIZE}</td>
</tr>
<tr>
<td style='width:20%' class='forumheader3'>{DOWNLOAD_VIEW_REQUESTED_LAN}</td>
<td style='width:80%' class='forumheader3'>{DOWNLOAD_VIEW_REQUESTED}</td>
</tr>
<tr>
<td style='width:20%' class='forumheader3'>{DOWNLOAD_VIEW_LINK_LAN}</td>
<td style='width:80%' class='forumheader3'>{DOWNLOAD_VIEW_LINK}</td>
</tr>
<tr>
<td style='width:20%' class='forumheader3'>{DOWNLOAD_VIEW_RATING_LAN}</td>
<td style='width:80%' class='forumheader3'>{DOWNLOAD_VIEW_RATING}</td>
</tr>
";
$DOWNLOAD_VIEW_TABLE_END = "
</table>
</div>
";
// ##### ------------------------------------------------------------------------------------------
// ##### MIRROR LIST -------------------------------------------------------------------------------
$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>
";
$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>
";
$DOWNLOAD_MIRROR_END = "
</table>
</div>
";
// ##### ------------------------------------------------------------------------------------------
/* set style of download image and thumbnail */
define("DL_IMAGESTYLE", "border:0px");
// ##### CAT TABLE --------------------------------------------------------------------------------
$DOWNLOAD_CAT_TABLE_START = "";
$DOWNLOAD_CAT_PARENT_TABLE .= "
<br /><br />
<table style='width: 100%;'>
<tr>
<td class='forumheader3' style='width: 5%;'>{DOWNLOAD_CAT_MAIN_ICON}</td>
<td class='forumheader3' style='width: 95%;'><h2>{DOWNLOAD_CAT_MAIN_NAME}</h2></td>
</tr>
</table>
<br /><br />
<table style='width: 100%;'>
<tr>
<td colspan='2' class='forumheader' style='width: 70%;'>Category</td>
<td class='forumheader' style='width: 20%; text-align: center;'>Files</td>
</tr>
";
$DOWNLOAD_CAT_CHILD_TABLE .= "
<tr>
<td class='forumheader3' style='width: 5%;'>{DOWNLOAD_CAT_SUB_ICON}</td>
<td class='forumheader3' style='width: 75%;'>{DOWNLOAD_CAT_SUB_NAME}</td>
<td class='forumheader3' style='width: 20%; text-align: center; vertical-align: middle;'>{DOWNLOAD_CAT_SUB_COUNT} ({DOWNLOAD_CAT_SUB_SIZE})<br /><span class='smalltext'>".LAN_dl_6." {DOWNLOAD_CAT_SUB_DOWNLOADED}</span></td>
</tr>
";
$DOWNLOAD_CAT_TABLE_END = "
<tr><td class='forumheader3' colspan='5' style='text-align:right;'>{DOWNLOAD_CAT_SEARCH}</td></tr>
</table>
</div>\n";
// ##### ------------------------------------------------------------------------------------------
// ##### LIST TABLE -------------------------------------------------------------------------------
$DOWNLOAD_LIST_TABLE_START = "
<br /><br />
<table style='width: 100%;'>
<tr>
<td class='forumheader3' style='width: 5%;'>{DOWNLOAD_CATEGORY_ICON}</td>
<td class='forumheader3' style='width: 95%;'><h2>{DOWNLOAD_CATEGORY}</h2></td>
</tr>
</table>
<br /><br />
<div style='text-align:center; margin-left: auto; margin-right: auto;'>
<form method='post' action='".e_SELF."?".e_QUERY."'>
<table style='width:100%'>
<tr>
<td colspan='7' style='text-align:center'>
<span class='defaulttext'>".LAN_dl_37."</span>
<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>
&nbsp;
<span class='defaulttext'>".LAN_dl_38."</span>
<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>
&nbsp;
<span class='defaulttext'>".LAN_dl_39."</span>
<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>
&nbsp;
<input class='button' type='submit' name='goorder' value='".LAN_dl_27."' />
</td>
</tr>
<tr class='fcaption'>
<td style='width:35%; text-align:center' class='smalltext'>".LAN_dl_28."</td>
<td style='width:15%; text-align:center' class='smalltext'>".LAN_dl_22."</td>
<td style='width:20%; text-align:center' class='smalltext'>".LAN_dl_24."</td>
<td style='width:10%; text-align:center' class='smalltext'>".LAN_dl_21."</td>
<td style='width:5%; text-align:center' class='smalltext'>".LAN_dl_29."</td>
<td style='width:10%; text-align:center' class='smalltext'>".LAN_dl_12."</td>
<td style='width:5%; text-align:center' class='smalltext'>".LAN_dl_8."</td>
</tr>";
$DOWNLOAD_LIST_TABLE .= "
<tr>
<td class='forumheader3' style='text-align:left;'>{DOWNLOAD_LIST_NEWICON} {DOWNLOAD_LIST_NAME}</td>
<td class='smalltext' style='text-align:center;'>{DOWNLOAD_LIST_DATESTAMP}</td>
<td class='smalltext' style='text-align:center;'>{DOWNLOAD_LIST_AUTHOR}</td>
<td class='smalltext' style='text-align:center;'>{DOWNLOAD_LIST_FILESIZE}</td>
<td class='smalltext' style='text-align:center;'>{DOWNLOAD_LIST_REQUESTED}</td>
<td class='smalltext' style='text-align:center;'>{DOWNLOAD_LIST_RATING}</td>
<td class='smalltext' style='text-align:center;'>{DOWNLOAD_LIST_LINK} {DOWNLOAD_LIST_ICON}</td>
</tr>
";
$DOWNLOAD_LIST_TABLE_END = "
<tr><td class='smalltext' colspan='7' style='text-align:right;'>{DOWNLOAD_LIST_TOTAL_AMOUNT} {DOWNLOAD_LIST_TOTAL_FILES}</td></tr>
</table>
</form>
</div>
";
// ##### ------------------------------------------------------------------------------------------
// ##### VIEW TABLE -------------------------------------------------------------------------------
$DOWNLOAD_VIEW_TABLE_START = "
<div style='text-align:center'>
<table class='fborder' style='width:100%'>
";
$DOWNLOAD_VIEW_TABLE .= "
<tr>
<td colspan='2' class='fcaption' style='text-align:left;'>
{DOWNLOAD_VIEW_NAME}
</td>
</tr>
<tr>
<td style='width:20%' class='forumheader3'>{DOWNLOAD_VIEW_AUTHOR_LAN}</td>
<td style='width:80%' class='forumheader3'>{DOWNLOAD_VIEW_AUTHOR}</td>
</tr>
<tr>
<td style='width:20%' class='forumheader3'>{DOWNLOAD_VIEW_AUTHOREMAIL_LAN}</td>
<td style='width:80%' class='forumheader3'>{DOWNLOAD_VIEW_AUTHOREMAIL}</td>
</tr>
<tr>
<td style='width:20%' class='forumheader3'>{DOWNLOAD_VIEW_AUTHORWEBSITE_LAN}</td>
<td style='width:80%' class='forumheader3'>{DOWNLOAD_VIEW_AUTHORWEBSITE}</td>
</tr>
<tr>
<td style='width:20%' class='forumheader3'>{DOWNLOAD_VIEW_DESCRIPTION_LAN}</td>
<td style='width:80%' class='forumheader3'>{DOWNLOAD_VIEW_DESCRIPTION}</td>
</tr>
<tr>
<td style='width:20%' class='forumheader3'>{DOWNLOAD_VIEW_IMAGE_LAN}</td>
<td style='width:80%' class='forumheader3'>{DOWNLOAD_VIEW_IMAGE}</td>
</tr>
<tr>
<td style='width:20%' class='forumheader3'>{DOWNLOAD_VIEW_FILESIZE_LAN}</td>
<td style='width:80%' class='forumheader3'>{DOWNLOAD_VIEW_FILESIZE}</td>
</tr>
<tr>
<td style='width:20%' class='forumheader3'>{DOWNLOAD_VIEW_REQUESTED_LAN}</td>
<td style='width:80%' class='forumheader3'>{DOWNLOAD_VIEW_REQUESTED}</td>
</tr>
<tr>
<td style='width:20%' class='forumheader3'>{DOWNLOAD_VIEW_LINK_LAN}</td>
<td style='width:80%' class='forumheader3'>{DOWNLOAD_VIEW_LINK}</td>
</tr>
<tr>
<td style='width:20%' class='forumheader3'>{DOWNLOAD_VIEW_RATING_LAN}</td>
<td style='width:80%' class='forumheader3'>{DOWNLOAD_VIEW_RATING}</td>
</tr>
";
$DOWNLOAD_VIEW_TABLE_END = "
</table>
</div>
";
// ##### ------------------------------------------------------------------------------------------
// ##### MIRROR LIST -------------------------------------------------------------------------------
$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>
";
$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>
";
$DOWNLOAD_MIRROR_END = "
</table>
</div>
";
// ##### ------------------------------------------------------------------------------------------
?>

View File

@@ -1,24 +1,21 @@
<?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/khatru/forum_post_template.php,v $
| $Revision: 1.3 $
| $Date: 2007-02-20 19:10:31 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
* e107 website system
*
* Copyright (C) 2001-2009 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
*
*
* $Source: /cvs_backup/e107_0.8/e107_themes/khatru/forum_post_template.php,v $
* $Revision: 1.4 $
* $Date: 2009-11-12 15:01:33 $
* $Author: marj_nl_fr $
*/
if (!defined('e107_INIT')) { exit; }
if(!defined("USER_WIDTH")){ define("USER_WIDTH","width:95%"); }
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.

View File

@@ -1,21 +1,18 @@
<?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/khatru/forum_posted_template.php,v $
| $Revision: 1.2 $
| $Date: 2007-01-20 16:31:14 $
| $Author: mrpete $
+----------------------------------------------------------------------------+
*/
* e107 website system
*
* Copyright (C) 2001-2009 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
*
*
* $Source: /cvs_backup/e107_0.8/e107_themes/khatru/forum_posted_template.php,v $
* $Revision: 1.3 $
* $Date: 2009-11-12 15:01:32 $
* $Author: marj_nl_fr $
*/
if (!defined('e107_INIT')) { exit; }

View File

@@ -1,31 +1,28 @@
<?php
/*
+ ----------------------------------------------------------------------------+
| e107 website system
|
| <20>Steve Dunstan 2001-2002
| http://e107.org
| jalist@e107.org
|
| Released under the terms and conditions of the
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_themes/khatru/forum_preview_template.php,v $
| $Revision: 1.1.1.1 $
| $Date: 2006-12-02 04:35:54 $
| $Author: mcfly_e107 $
+----------------------------------------------------------------------------+
*/
<?php
/*
* e107 website system
*
* Copyright (C) 2001-2009 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
*
*
* $Source: /cvs_backup/e107_0.8/e107_themes/khatru/forum_preview_template.php,v $
* $Revision: 1.2 $
* $Date: 2009-11-12 15:01:33 $
* $Author: marj_nl_fr $
*/
if (!defined('e107_INIT')) { exit; }
$FORUM_PREVIEW =
($action != "nt" ? "" : " ( ".LAN_62.$tsubject." )")."
<table style='width:100%'>
<td style='width:20%' style='vertical-align:top'><b>".$poster."</b></td>
<td style='width:80%'>
<div class='smallblacktext' style='text-align:right'>".IMAGE_post2." ".LAN_322.$postdate."</div><br />".$tpost."</td>
</tr>
</table>";
$FORUM_PREVIEW =
($action != "nt" ? "" : " ( ".LAN_62.$tsubject." )")."
<table style='width:100%'>
<td style='width:20%' style='vertical-align:top'><b>".$poster."</b></td>
<td style='width:80%'>
<div class='smallblacktext' style='text-align:right'>".IMAGE_post2." ".LAN_322.$postdate."</div><br />".$tpost."</td>
</tr>
</table>";
?>

View File

@@ -1,21 +1,19 @@
<?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/khatru/forum_template.php,v $
| $Revision: 1.1.1.1 $
| $Date: 2006-12-02 04:35:54 $
| $Author: mcfly_e107 $
+----------------------------------------------------------------------------+
*/
* e107 website system
*
* Copyright (C) 2001-2009 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
*
*
* $Source: /cvs_backup/e107_0.8/e107_themes/khatru/forum_template.php,v $
* $Revision: 1.2 $
* $Date: 2009-11-12 15:01:33 $
* $Author: marj_nl_fr $
*/
if (!defined('e107_INIT')) { exit; }
$FORUM_MAIN_START = "";

View File

@@ -1,21 +1,18 @@
<?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/khatru/forum_viewforum_template.php,v $
| $Revision: 1.5 $
| $Date: 2009-07-25 05:45:16 $
| $Author: marj_nl_fr $
+----------------------------------------------------------------------------+
*/
* e107 website system
*
* Copyright (C) 2001-2009 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
*
*
* $Source: /cvs_backup/e107_0.8/e107_themes/khatru/forum_viewforum_template.php,v $
* $Revision: 1.6 $
* $Date: 2009-11-12 15:01:33 $
* $Author: marj_nl_fr $
*/
if (!defined('e107_INIT')) { exit; }

View File

@@ -1,21 +1,18 @@
<?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/khatru/forum_viewtopic_template.php,v $
| $Revision: 1.3 $
| $Date: 2009-07-25 05:45:16 $
| $Author: marj_nl_fr $
+----------------------------------------------------------------------------+
*/
* e107 website system
*
* Copyright (C) 2001-2009 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
*
*
* $Source: /cvs_backup/e107_0.8/e107_themes/khatru/forum_viewtopic_template.php,v $
* $Revision: 1.4 $
* $Date: 2009-11-12 15:01:33 $
* $Author: marj_nl_fr $
*/
if (!defined('e107_INIT')) { exit; }

View File

@@ -1,21 +1,18 @@
<?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/khatru/languages/English.php,v $
| $Revision: 1.2 $
| $Date: 2007-03-03 19:59:25 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
* e107 website system
*
* Copyright (C) 2001-2009 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
*
*
* $Source: /cvs_backup/e107_0.8/e107_themes/khatru/languages/English.php,v $
* $Revision: 1.3 $
* $Date: 2009-11-12 15:01:36 $
* $Author: marj_nl_fr $
*/
define("LAN_THEME_1", "'khatru' by <a href='http://e107.org' rel='external'>jalist</a>");
define("LAN_THEME_2", "Comments are turned off for this item");

View File

@@ -1,31 +1,32 @@
<?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).
|
+----------------------------------------------------------------------------+
*/
<?php
/*
* e107 website system
*
* Copyright (C) 2001-2009 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
*
*
* $Source: /cvs_backup/e107_0.8/e107_themes/khatru/news_template.php,v $
* $Revision: 1.2 $
* $Date: 2009-11-12 15:01:33 $
* $Author: marj_nl_fr $
*/
if (!defined('e107_INIT')) { exit; }
$NEWSCOLUMNS = 2;
$NEWSCLAYOUT = "
<table style='width: 100%;'>
<tr>
<td style='width: 48%; vertical-align: top;'>{ITEMS1}</td>
<td style='width: 4%;'></td>
<td style='width: 48%; vertical-align: top;'>{ITEMS2}</td>
</tr>
</table>
";
$NEWSCOLUMNS = 2;
$NEWSCLAYOUT = "
<table style='width: 100%;'>
<tr>
<td style='width: 48%; vertical-align: top;'>{ITEMS1}</td>
<td style='width: 4%;'></td>
<td style='width: 48%; vertical-align: top;'>{ITEMS2}</td>
</tr>
</table>
";
?>

View File

@@ -1,21 +1,18 @@
<?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/leaf/languages/English.php,v $
| $Revision: 1.1.1.1 $
| $Date: 2006-12-02 04:36:07 $
| $Author: mcfly_e107 $
+----------------------------------------------------------------------------+
*/
* e107 website system
*
* Copyright (C) 2001-2009 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
*
*
* $Source: /cvs_backup/e107_0.8/e107_themes/leaf/languages/English.php,v $
* $Revision: 1.2 $
* $Date: 2009-11-12 15:01:35 $
* $Author: marj_nl_fr $
*/
define("LAN_THEME_1", "Comment(s) ");
define("LAN_THEME_2", "Comments are turned off for this item");

View File

@@ -1,21 +1,18 @@
<?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).
|
| $Source: /cvs_backup/e107_0.8/e107_themes/leaf/theme.php,v $
| $Revision: 1.4 $
| $Date: 2009-06-11 19:17:23 $
| $Author: e107steved $
+---------------------------------------------------------------+
*/
* e107 website system
*
* Copyright (C) 2001-2009 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
*
*
* $Source: /cvs_backup/e107_0.8/e107_themes/leaf/theme.php,v $
* $Revision: 1.5 $
* $Date: 2009-11-12 15:01:36 $
* $Author: marj_nl_fr $
*/
if (!defined('e107_INIT')) { exit; }

View File

@@ -1,21 +1,18 @@
<?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/templates/admin_template.php,v $
| $Revision: 1.3 $
| $Date: 2009-08-03 19:41:17 $
| $Author: marj_nl_fr $
+----------------------------------------------------------------------------+
*/
* e107 website system
*
* Copyright (C) 2001-2009 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
*
*
* $Source: /cvs_backup/e107_0.8/e107_themes/templates/admin_template.php,v $
* $Revision: 1.4 $
* $Date: 2009-11-12 15:01:35 $
* $Author: marj_nl_fr $
*/
if (!defined('e107_INIT')) { exit; }

View File

@@ -1,21 +1,19 @@
<?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/templates/bbcode_template.php,v $
| $Revision: 1.8 $
| $Date: 2009-11-04 20:19:11 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
* e107 website system
*
* Copyright (C) 2001-2009 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
*
*
* $Source: /cvs_backup/e107_0.8/e107_themes/templates/bbcode_template.php,v $
* $Revision: 1.9 $
* $Date: 2009-11-12 15:01:35 $
* $Author: marj_nl_fr $
*/
// How to register your own BBcode button.
// Uncomment the 2 commented lines below to see it in action. (only applies to the user area)

View File

@@ -1,24 +1,21 @@
<?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/templates/comment_template.php,v $
| $Revision: 1.1.1.1 $
| $Date: 2006-12-02 04:36:12 $
| $Author: mcfly_e107 $
+----------------------------------------------------------------------------+
*/
* e107 website system
*
* Copyright (C) 2001-2009 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
*
*
* $Source: /cvs_backup/e107_0.8/e107_themes/templates/comment_template.php,v $
* $Revision: 1.2 $
* $Date: 2009-11-12 15:01:35 $
* $Author: marj_nl_fr $
*/
if (!defined('e107_INIT')) { exit; }
if (!defined("USER_WIDTH")){ define("USER_WIDTH","width:100%"); }
if (!defined("USER_WIDTH")){ define("USER_WIDTH", "width:100%"); }
global $sc_style, $comment_shortcodes;
global $pref, $comrow, $row2, $tp, $NEWIMAGE, $USERNAME, $RATING;

View File

@@ -1,23 +1,21 @@
<?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/templates/download_template.php,v $
| $Revision: 1.3 $
| $Date: 2007-02-03 14:21:36 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
* e107 website system
*
* Copyright (C) 2001-2009 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
*
*
* $Source: /cvs_backup/e107_0.8/e107_themes/templates/download_template.php,v $
* $Revision: 1.4 $
* $Date: 2009-11-12 15:01:35 $
* $Author: marj_nl_fr $
*/
if (!defined('e107_INIT')) { exit; }
if (!defined("USER_WIDTH")){ define("USER_WIDTH","width:95%"); }
if (!defined("USER_WIDTH")){ define("USER_WIDTH", "width:95%"); }
/* set style of download image and thumbnail */

View File

@@ -1,21 +1,19 @@
<?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/templates/email_template.php,v $
| $Revision: 1.7 $
| $Date: 2009-07-19 11:44:29 $
| $Author: marj_nl_fr $
+----------------------------------------------------------------------------+
*/
* e107 website system
*
* Copyright (C) 2001-2009 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
*
*
* $Source: /cvs_backup/e107_0.8/e107_themes/templates/email_template.php,v $
* $Revision: 1.8 $
* $Date: 2009-11-12 15:01:35 $
* $Author: marj_nl_fr $
*/
if (!defined('e107_INIT')) { exit; }
global $pref;

View File

@@ -1,21 +1,18 @@
<?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/templates/membersonly_template.php,v $
| $Revision: 1.1.1.1 $
| $Date: 2006-12-02 04:36:13 $
| $Author: mcfly_e107 $
+----------------------------------------------------------------------------+
*/
* e107 website system
*
* Copyright (C) 2001-2009 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
*
*
* $Source: /cvs_backup/e107_0.8/e107_themes/templates/membersonly_template.php,v $
* $Revision: 1.2 $
* $Date: 2009-11-12 15:01:35 $
* $Author: marj_nl_fr $
*/
if (!defined('e107_INIT')) { exit; }

View File

@@ -1,24 +1,21 @@
<?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/templates/signup_template.php,v $
| $Revision: 1.13 $
| $Date: 2009-10-29 11:32:58 $
| $Author: marj_nl_fr $
+----------------------------------------------------------------------------+
*/
* e107 website system
*
* Copyright (C) 2001-2009 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
*
*
* $Source: /cvs_backup/e107_0.8/e107_themes/templates/signup_template.php,v $
* $Revision: 1.14 $
* $Date: 2009-11-12 15:01:35 $
* $Author: marj_nl_fr $
*/
if (!defined('e107_INIT')) { exit; }
if (!defined("USER_WIDTH")){ define("USER_WIDTH","width:100%"); }
if (!defined("USER_WIDTH")){ define("USER_WIDTH", "width:100%"); }
define("REQUIRED_FIELD_MARKER", "<span class='required'> *</span>");

View File

@@ -1,21 +1,18 @@
<?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/templates/sitedown_template.php,v $
| $Revision: 1.6 $
| $Date: 2009-07-19 11:44:30 $
| $Author: marj_nl_fr $
+----------------------------------------------------------------------------+
*/
* e107 website system
*
* Copyright (C) 2001-2009 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
*
*
* $Source: /cvs_backup/e107_0.8/e107_themes/templates/sitedown_template.php,v $
* $Revision: 1.7 $
* $Date: 2009-11-12 15:01:35 $
* $Author: marj_nl_fr $
*/
if (!defined('e107_INIT')) { exit; }

View File

@@ -1,24 +1,21 @@
<?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/templates/user_template.php,v $
| $Revision: 1.8 $
| $Date: 2009-05-18 21:37:50 $
| $Author: bugrain $
+----------------------------------------------------------------------------+
*/
* e107 website system
*
* Copyright (C) 2001-2009 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
*
*
* $Source: /cvs_backup/e107_0.8/e107_themes/templates/user_template.php,v $
* $Revision: 1.9 $
* $Date: 2009-11-12 15:01:35 $
* $Author: marj_nl_fr $
*/
if (!defined('e107_INIT')) { exit; }
if (!defined("USER_WIDTH")){ define("USER_WIDTH","width:95%"); }
if (!defined("USER_WIDTH")){ define("USER_WIDTH", "width:95%"); }
global $user_shortcodes, $pref, $user;
//Set this to TRUE if you would like any extended user field that is empty to NOT be shown on the profile page

View File

@@ -1,23 +1,21 @@
<?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/templates/userposts_template.php,v $
| $Revision: 1.2 $
| $Date: 2007-12-06 21:35:55 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
* e107 website system
*
* Copyright (C) 2001-2009 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
*
*
* $Source: /cvs_backup/e107_0.8/e107_themes/templates/userposts_template.php,v $
* $Revision: 1.3 $
* $Date: 2009-11-12 15:01:35 $
* $Author: marj_nl_fr $
*/
if (!defined('e107_INIT')) { exit; }
if (!defined("USER_WIDTH")){ define("USER_WIDTH","width:95%"); }
if (!defined("USER_WIDTH")){ define("USER_WIDTH", "width:95%"); }
if(!isset($USERPOSTS_NP_TABLE))
{

View File

@@ -1,24 +1,21 @@
<?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/templates/usersettings_template.php,v $
| $Revision: 1.8 $
| $Date: 2009-10-29 11:32:58 $
| $Author: marj_nl_fr $
+----------------------------------------------------------------------------+
*/
* e107 website system
*
* Copyright (C) 2001-2009 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
*
*
* $Source: /cvs_backup/e107_0.8/e107_themes/templates/usersettings_template.php,v $
* $Revision: 1.9 $
* $Date: 2009-11-12 15:01:35 $
* $Author: marj_nl_fr $
*/
if (!defined('e107_INIT')) { exit; }
if (!defined("USER_WIDTH")){ define("USER_WIDTH","width:auto"); }
if (!defined("USER_WIDTH")){ define("USER_WIDTH", "width:auto"); }
global $usersettings_shortcodes, $pref;

View File

@@ -1,26 +1,21 @@
<?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/vekna_blue/languages/English.php,v $
| $Revision: 1.1.1.1 $
| $Date: 2006-12-02 04:36:16 $
| $Author: mcfly_e107 $
+----------------------------------------------------------------------------+
*/
* e107 website system
*
* Copyright (C) 2001-2009 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
*
*
* $Source: /cvs_backup/e107_0.8/e107_themes/vekna_blue/languages/English.php,v $
* $Revision: 1.2 $
* $Date: 2009-11-12 15:01:35 $
* $Author: marj_nl_fr $
*/
define("LAN_THEME_1", "'vekna blue' by <a href='http://e107.org' rel='external'>jalist</a>, based on, and with permission from Arach's site, <a href='http://e107.vekna.com' rel='external'>http://e107.vekna.com</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: ");
?>

View File

@@ -1,16 +1,18 @@
<?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).
+---------------------------------------------------------------+
*/
* e107 website system
*
* Copyright (C) 2001-2009 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
*
*
* $Source: /cvs_backup/e107_0.8/e107_themes/vekna_blue/theme.php,v $
* $Revision: 1.6 $
* $Date: 2009-11-12 15:01:36 $
* $Author: marj_nl_fr $
*/
if (!defined('e107_INIT')) { exit; }