Index: trunk/wb/templates/simple/index.php
===================================================================
--- trunk/wb/templates/simple/index.php	(revision 87)
+++ trunk/wb/templates/simple/index.php	(nonexistent)
@@ -1,81 +0,0 @@
-<?php
-
-// $Id: index.php,v 1.4 2005/04/15 06:38:13 rdjurovich Exp $
-
-/*
-
- Website Baker Project <http://www.websitebaker.org/>
- Copyright (C) 2004-2005, Ryan Djurovich
-
- Website Baker is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- Website Baker is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with Website Baker; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-
-*/
-
-?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-<title><?php page_title(); ?></title>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta name="description" content="<?php page_description(); ?>" />
-<meta name="keywords" content="<?php page_keywords(); ?>" />
-<link href="<?php echo TEMPLATE_DIR; ?>/screen.css" rel="stylesheet" type="text/css" media="screen" />
-<link href="<?php echo TEMPLATE_DIR; ?>/print.css" rel="stylesheet" type="text/css" media="print" />
-</head>
-<body>
-
-<table cellpadding="5" cellspacing="0" border="0" width="750" align="center">
-<tr>
-	<td colspan="2" class="header">
-		<?php page_title('','[WEBSITE_TITLE]'); ?>
-	</td>
-</tr>
-<tr>
-	<td colspan="2" class="footer">
-		&nbsp;
-	</td>
-</tr>
-<tr>
-	<td class="menu">
-		<?php if(SHOW_MENU) { /* Only shown menu if we need to */ ?>	
-			Menu: <br />
-			<?php page_menu(); ?>
-		<?php } ?>
-		
-		<?php if(SHOW_SEARCH) { /* Only show search box if search is enabled */ ?>
-			<br />
-			Search: <br />
-			<form name="search" action="<?php echo WB_URL; ?>/search/index<?php echo PAGE_EXTENSION; ?>" method="post">
-				<input type="text" name="string" style="width: 100%;" />
-				<input type="submit" name="submit" value="Search" style="width: 100%;" />
-			</form>
-		<?php } ?>
-		
-		<br />
-		<a href="http://www.websitebaker.org" target="_blank">Powered by <br /> Website Baker</a>
-	</td>
-	<td class="content">
-		<?php page_content(); ?>
-	</td>
-</tr>
-<tr>
-	<td colspan="2" class="footer">
-		<?php page_footer(); ?>
-	</td>
-</tr>
-</table>
-
-</body>
-</html>
\ No newline at end of file

Property changes on: trunk/wb/templates/simple/index.php
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1 +0,0 ##
-""
\ No newline at end of property
Index: trunk/wb/templates/simple/print.css
===================================================================
--- trunk/wb/templates/simple/print.css	(revision 87)
+++ trunk/wb/templates/simple/print.css	(nonexistent)
@@ -1,29 +0,0 @@
-body,td,th {
-	font-family: Verdana, Arial, Helvetica, sans-serif;
-	font-size: 12px;
-	color: #000000;
-}
-body {
-	background-color: #FFFFFF;
-	margin: 0px;
-}
-a:link, a:visited, a:active {
-	color: #003366;
-	text-decoration: none;
-}
-a:hover {
-	color: #336699;
-	text-decoration: none;
-}
-.header {
-	display: none;
-}
-.menu {
-	display: none;
-}
-.content {
-	vertical-align: top;
-}
-.footer {
-	display: none;
-}
\ No newline at end of file

Property changes on: trunk/wb/templates/simple/print.css
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1 +0,0 ##
-""
\ No newline at end of property
Index: trunk/wb/templates/simple/info.php
===================================================================
--- trunk/wb/templates/simple/info.php	(revision 87)
+++ trunk/wb/templates/simple/info.php	(nonexistent)
@@ -1,33 +0,0 @@
-<?php
-
-// $Id: info.php,v 1.3 2005/04/08 09:58:32 rdjurovich Exp $
-
-/*
-
- Website Baker Project <http://www.websitebaker.org/>
- Copyright (C) 2004-2005, Ryan Djurovich
-
- Website Baker is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- Website Baker is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with Website Baker; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-
-*/
-
-$template_directory = 'simple';
-$template_name = 'Simple';
-$template_version = '2.5';
-$template_designed_for = '2.x';
-$template_author = 'Ryan Djurovich';
-$template_description = 'This template is designed for developers to learn how to make templates easily. Please note this template only supports 2 page levels.';
-
-?>
\ No newline at end of file

Property changes on: trunk/wb/templates/simple/info.php
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1 +0,0 ##
-""
\ No newline at end of property
Index: trunk/wb/templates/simple/screen.css
===================================================================
--- trunk/wb/templates/simple/screen.css	(revision 87)
+++ trunk/wb/templates/simple/screen.css	(nonexistent)
@@ -1,60 +0,0 @@
-body,td,th {
-	font-family: Verdana, Arial, Helvetica, sans-serif;
-	font-size: 12px;
-	color: #000000;
-}
-body {
-	background-color: #333333;
-	margin: 10px;
-}
-a:link, a:visited, a:active {
-	color: #003366;
-	text-decoration: none;
-}
-a:hover {
-	color: #336699;
-	text-decoration: none;
-}
-form {
-	margin: 0;
-}
-h1, h2, h3, h4, h5 {
-	margin: 5px 0px 5px 0px;
-}
-.header {
-	background-color: #336699;
-	vertical-align: middle;
-	text-align: center;
-	color: #FFFFFF;
-	height: 50px;
-	font-size: 20px;
-	font-weight: bold;
-}
-.menu {
-	background-color: #EEEEEE;
-	padding: 10px;
-	width: 150px;
-	vertical-align: top;
-}
-.menu ul, .menu li {
-	list-style-type: none;
-	display: block;
-	margin: 0;
-	padding: 0;
-	padding-left: 5px;
-}
-.current {
-	font-weight: bold;
-}
-.content {
-	background-color: #FFFFFF;
-	padding: 20px;
-	height: 400px;
-	vertical-align: top;
-}
-.footer {
-	background-color: #DDDDDD;
-	text-align: center;
-	font-size: 10px;
-	height: 10px;
-}
\ No newline at end of file

Property changes on: trunk/wb/templates/simple/screen.css
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1 +0,0 ##
-""
\ No newline at end of property
Index: addons/templates/simple/index.php
===================================================================
--- addons/templates/simple/index.php	(nonexistent)
+++ addons/templates/simple/index.php	(revision 88)
@@ -0,0 +1,81 @@
+<?php
+
+// $Id: index.php,v 1.4 2005/04/15 06:38:13 rdjurovich Exp $
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2005, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+<title><?php page_title(); ?></title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<meta name="description" content="<?php page_description(); ?>" />
+<meta name="keywords" content="<?php page_keywords(); ?>" />
+<link href="<?php echo TEMPLATE_DIR; ?>/screen.css" rel="stylesheet" type="text/css" media="screen" />
+<link href="<?php echo TEMPLATE_DIR; ?>/print.css" rel="stylesheet" type="text/css" media="print" />
+</head>
+<body>
+
+<table cellpadding="5" cellspacing="0" border="0" width="750" align="center">
+<tr>
+	<td colspan="2" class="header">
+		<?php page_title('','[WEBSITE_TITLE]'); ?>
+	</td>
+</tr>
+<tr>
+	<td colspan="2" class="footer">
+		&nbsp;
+	</td>
+</tr>
+<tr>
+	<td class="menu">
+		<?php if(SHOW_MENU) { /* Only shown menu if we need to */ ?>	
+			Menu: <br />
+			<?php page_menu(); ?>
+		<?php } ?>
+		
+		<?php if(SHOW_SEARCH) { /* Only show search box if search is enabled */ ?>
+			<br />
+			Search: <br />
+			<form name="search" action="<?php echo WB_URL; ?>/search/index<?php echo PAGE_EXTENSION; ?>" method="post">
+				<input type="text" name="string" style="width: 100%;" />
+				<input type="submit" name="submit" value="Search" style="width: 100%;" />
+			</form>
+		<?php } ?>
+		
+		<br />
+		<a href="http://www.websitebaker.org" target="_blank">Powered by <br /> Website Baker</a>
+	</td>
+	<td class="content">
+		<?php page_content(); ?>
+	</td>
+</tr>
+<tr>
+	<td colspan="2" class="footer">
+		<?php page_footer(); ?>
+	</td>
+</tr>
+</table>
+
+</body>
+</html>
\ No newline at end of file

Property changes on: addons/templates/simple/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+""
\ No newline at end of property
Index: addons/templates/simple/info.php
===================================================================
--- addons/templates/simple/info.php	(nonexistent)
+++ addons/templates/simple/info.php	(revision 88)
@@ -0,0 +1,33 @@
+<?php
+
+// $Id: info.php,v 1.3 2005/04/08 09:58:32 rdjurovich Exp $
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2005, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+$template_directory = 'simple';
+$template_name = 'Simple';
+$template_version = '2.5';
+$template_designed_for = '2.x';
+$template_author = 'Ryan Djurovich';
+$template_description = 'This template is designed for developers to learn how to make templates easily. Please note this template only supports 2 page levels.';
+
+?>
\ No newline at end of file

Property changes on: addons/templates/simple/info.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+""
\ No newline at end of property
Index: addons/templates/simple/print.css
===================================================================
--- addons/templates/simple/print.css	(nonexistent)
+++ addons/templates/simple/print.css	(revision 88)
@@ -0,0 +1,29 @@
+body,td,th {
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	font-size: 12px;
+	color: #000000;
+}
+body {
+	background-color: #FFFFFF;
+	margin: 0px;
+}
+a:link, a:visited, a:active {
+	color: #003366;
+	text-decoration: none;
+}
+a:hover {
+	color: #336699;
+	text-decoration: none;
+}
+.header {
+	display: none;
+}
+.menu {
+	display: none;
+}
+.content {
+	vertical-align: top;
+}
+.footer {
+	display: none;
+}
\ No newline at end of file

Property changes on: addons/templates/simple/print.css
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+""
\ No newline at end of property
Index: addons/templates/simple/screen.css
===================================================================
--- addons/templates/simple/screen.css	(nonexistent)
+++ addons/templates/simple/screen.css	(revision 88)
@@ -0,0 +1,60 @@
+body,td,th {
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	font-size: 12px;
+	color: #000000;
+}
+body {
+	background-color: #333333;
+	margin: 10px;
+}
+a:link, a:visited, a:active {
+	color: #003366;
+	text-decoration: none;
+}
+a:hover {
+	color: #336699;
+	text-decoration: none;
+}
+form {
+	margin: 0;
+}
+h1, h2, h3, h4, h5 {
+	margin: 5px 0px 5px 0px;
+}
+.header {
+	background-color: #336699;
+	vertical-align: middle;
+	text-align: center;
+	color: #FFFFFF;
+	height: 50px;
+	font-size: 20px;
+	font-weight: bold;
+}
+.menu {
+	background-color: #EEEEEE;
+	padding: 10px;
+	width: 150px;
+	vertical-align: top;
+}
+.menu ul, .menu li {
+	list-style-type: none;
+	display: block;
+	margin: 0;
+	padding: 0;
+	padding-left: 5px;
+}
+.current {
+	font-weight: bold;
+}
+.content {
+	background-color: #FFFFFF;
+	padding: 20px;
+	height: 400px;
+	vertical-align: top;
+}
+.footer {
+	background-color: #DDDDDD;
+	text-align: center;
+	font-size: 10px;
+	height: 10px;
+}
\ No newline at end of file

Property changes on: addons/templates/simple/screen.css
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+""
\ No newline at end of property
