appypod-rattail/doc/template.html

79 lines
2.6 KiB
HTML
Raw Normal View History

2009-06-29 07:06:01 -05:00
<html>
<head>
<title>Appy</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script language="JAVASCRIPT">
function sendMail(domain, user) {
var loc = 'mailto:' + user + '@' + domain;
parent.location = loc;
}
</script>
<link rel="stylesheet" href="appy.css" type="text/css">
</head>
<body>
<table class="main" align="center" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td>
<table width="100%" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="120px"><img src="img/appy.jpg"/>
2009-06-29 07:06:01 -05:00
</td>
<td style="padding-top: 5px" align="right">
<i>
<a href="/">Home</a>&nbsp;
<a href="docToc.html">Doc</a>&nbsp;
<a href="http://launchpad.net/appy">Download</a>&nbsp;
<a href="https://answers.launchpad.net/appy">Forum</a>&nbsp;
<a href="https://blueprints.launchpad.net/appy">To do</a>&nbsp;
<a href="javascript:sendMail('appyframework.org', 'info')">Contact</a>
</i>
</td>
<td align="right" width="150px"><img src="img/advisory.png"/>
</td>
</tr>
</table>
</td>
</tr>
<!-- The stripe -->
<tr>
<td>
<table class="userStrip" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td align="center">
<span class="doc"><!-- class="doc" is required when parsed by publish.py -->
<a href="gen.html">appy.gen</a> create <a href="genCreatingBasicClasses.html">basic</a> &amp;
<a href="genCreatingAdvancedClasses.html">advanced</a> classes
<a href="genSecurityAndWorkflows.html">security &amp; workflows</a> ||
<a href="pod.html">appy.pod</a> create <a href="podWritingTemplates.html">basic</a> &amp;
<a href="podWritingAdvancedTemplates.html">advanced</a> templates
<a href="podRenderingTemplates.html">render</a> templates.
</span>
</td>
</tr>
</table>
</td>
</tr>
<!-- Content -->
<tr>
<td align="center" style="padding: 10px; font-size:150%; border-bottom: 1px black dashed">{{ title }}</td>
</tr>
<tr>
<td style="padding: 15px">{{ content }}
</td>
</tr>
<tr>
<td>
<table class="footer" cellpadding="0" cellspacing="0" width="100%">
<tr valign="middle">
<td class="footer"> All software on this site is distributed under the <br/>
<a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License (GPL)</a>.
</td>
<td align="right"><img src="img/gnu.png"/><img src="img/python.gif"/></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
2009-06-29 07:06:01 -05:00
</html>