|
From: <var...@us...> - 2009-10-19 14:38:00
|
Revision: 7222
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7222&view=rev
Author: vargenau
Date: 2009-10-19 14:37:50 +0000 (Mon, 19 Oct 2009)
Log Message:
-----------
Remove unused templates
Removed Paths:
-------------
trunk/themes/Sidebar/templates/frame-footer.tmpl
trunk/themes/Sidebar/templates/frame-header.tmpl
trunk/themes/default/templates/frame-footer.tmpl
trunk/themes/default/templates/frame-header.tmpl
trunk/themes/default/templates/toc.tmpl
Deleted: trunk/themes/Sidebar/templates/frame-footer.tmpl
===================================================================
--- trunk/themes/Sidebar/templates/frame-footer.tmpl 2009-10-19 13:56:46 UTC (rev 7221)
+++ trunk/themes/Sidebar/templates/frame-footer.tmpl 2009-10-19 14:37:50 UTC (rev 7222)
@@ -1,17 +0,0 @@
-<?php // -*-html-*-
-/* $Id$
- *
- * This template is responsible mainly for the outer level <html> stuff.
- */
-printf("<?xml version=\"1.0\" encoding=\"%s\"?>\n", CHARSET);
-?>
-<!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">
-<?= Template('head') ?>
-<body>
-<hr class="printer" noshade="noshade" />
-<p class="editdate"><?= $WikiTheme->getLastModifiedMessage($revision) ?></p>
-<?= Template('bottom') ?>
-</body>
-</html>
\ No newline at end of file
Deleted: trunk/themes/Sidebar/templates/frame-header.tmpl
===================================================================
--- trunk/themes/Sidebar/templates/frame-header.tmpl 2009-10-19 13:56:46 UTC (rev 7221)
+++ trunk/themes/Sidebar/templates/frame-header.tmpl 2009-10-19 14:37:50 UTC (rev 7222)
@@ -1,22 +0,0 @@
-<?php // -*-html-*-
-/* $Id$
- *
- * This template is responsible mainly for the outer level <html> stuff.
- */
-printf("<?xml version=\"1.0\" encoding=\"%s\"?>\n", CHARSET);
-?>
-<!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">
-<?= Template('head') ?>
-<body>
-<div align="right" id="logo"><a class="wikilink"
- href="<?=WikiURL(HOME_PAGE)?>" target="_top"
- ><img src="<?=$WikiTheme->getImageURL('logo')?>" id="logo-img"
- border="0" alt="<?=fmt(_("%s: %s"), WIKI_NAME, HOME_PAGE) ?>"
- align="right" /></a></div>
-
-<!-- Page title -->
-<h1><?= $HEADER ?></h1>
-</body>
-</html>
\ No newline at end of file
Deleted: trunk/themes/default/templates/frame-footer.tmpl
===================================================================
--- trunk/themes/default/templates/frame-footer.tmpl 2009-10-19 13:56:46 UTC (rev 7221)
+++ trunk/themes/default/templates/frame-footer.tmpl 2009-10-19 14:37:50 UTC (rev 7222)
@@ -1,16 +0,0 @@
-<?php // -*-html-*-
-/* $Id$
- *
- * This template is responsible mainly for the outer level <html> stuff.
- */
-printf("<?xml version=\"1.0\" encoding=\"%s\"?>\n", CHARSET);
-?>
-<!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">
-<?= Template('head') ?>
-<body>
-<?= Template('browse-footer') ?>
-<?= Template('bottom') ?>
-</body>
-</html>
Deleted: trunk/themes/default/templates/frame-header.tmpl
===================================================================
--- trunk/themes/default/templates/frame-header.tmpl 2009-10-19 13:56:46 UTC (rev 7221)
+++ trunk/themes/default/templates/frame-header.tmpl 2009-10-19 14:37:50 UTC (rev 7222)
@@ -1,13 +0,0 @@
-<?php // -*-html-*-
-/* $Id$
- *
- * This template is responsible mainly for the outer level <html> stuff.
- */
-printf("<?xml version=\"1.0\" encoding=\"%s\"?>\n", CHARSET);
-?>
-<!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">
-<?= Template('head') ?>
-<body><?= Template('top') ?></body>
-</html>
Deleted: trunk/themes/default/templates/toc.tmpl
===================================================================
--- trunk/themes/default/templates/toc.tmpl 2009-10-19 13:56:46 UTC (rev 7221)
+++ trunk/themes/default/templates/toc.tmpl 2009-10-19 14:37:50 UTC (rev 7222)
@@ -1 +0,0 @@
-<table class="toc"><tr><th class="toc">Table of Contents <script type="text/javascript">showTocToggle("+","-")</script></th></tr><tr id="tocinside"><td class="toc"><div class="toc1">·<a href="#dokuwiki" class="toc">DokuWiki</a></div><div class="toc2">·<a href="#download" class="toc">Download</a></div><div class="toc2">·<a href="#read_more" class="toc">Read More</a></div><div class="toc2">·<a href="#copyright" class="toc">Copyright</a></div></td></tr></table>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|