theme.html

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Travelsized CMS Default Template - ##PAGE_TITLE##</title>
##META_HEADERS##
<link rel="StyleSheet" href="##THISTHEME##/travelsized-styles.css" type="text/css" />
<link rel="StyleSheet" href="##THISTHEME##/events.css" type="text/css" />
<link rel="StyleSheet" href="##THISTHEME##/theme.css" type="text/css" />
</head>
<body>
<table style="border: none;" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr style="border: none;">
<td colspan="2" style="border: none; border-bottom: 1px solid black;">
        <img src="##THISTHEME##/images/logo.png" alt="travelsized cms" height="50" width="50" align="right" />
        <div id="slogan">
                ##SETUPSITE_GRAPHIC##
                ##EDITTHISPAGE_GRAPHIC##
                ##NEWPAGE_GRAPHIC##
                ##NEWMENU_GRAPHIC##
                The Travelsized Content Management System
                ##LOGOUT_GRAPHIC## &nbsp;
        </div>
        <h1>##PAGE_TITLE##</h1>
</td>
</tr>
<tr style="border: none;">
<td style="border: none; padding: 5px; padding-right: 8px;" valign="top">
        ##PAGE_CONTENT##
</td>
<td style="border: none; border-left: 1px solid black; width: 150px; padding: 2px;" valign="top">
        <div id="sidebar">
        <strong>##READMORE##</strong>
        ##MENU##

        <br /><strong>##FINDINFO##</strong>
        <form class="menutext" action="##THISPAGE##" method="post">
                <input name="page" type="text" class="menucommand" style="width: 148px; background-color: #ddf4f3;" />
                <input class="menucommand" style="width: 148px; height: 14pt" type="submit" value="##FINDIT##" />
        </form>

        <br /><strong>##USERFUNCTIONS##</strong>
        <div class="menutext"><a class="menutext" href="##SITEURL##content/##LANGUAGE##/0">##GOFRONTPAGE##</a></div>
        <div class="menutext"><a class="menutext" href="##SITEURL##content/##LANGUAGE##/2">##GOTAGWALL##</a></div>
        <div class="menutext"><a class="menutext" href="##SITEURL##content/##LANGUAGE##/10">##GOPAGELIST##</a></div>

##LOGINFORM##
        </div>
</td>
</tr>
<tr style="border: none;">
<td colspan="2" style="border: none; border-top: 1px solid black;">
        <div id="slogan">Travelsized CMS is released under the GPL</div>
        <div id="footer">Last edited by: ##PAGE_AUTHOR## on ##PAGE_DATE##</div>
</td>
</tr>
</table>
</body>
</html>

Generated on Sun Oct 26 20:33:14 2008 for The Travelsized Content Management System by  doxygen 1.5.5