Skip to content

Instantly share code, notes, and snippets.

Created February 23, 2009 01:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/68737 to your computer and use it in GitHub Desktop.
Save anonymous/68737 to your computer and use it in GitHub Desktop.
{assign_variable:my_weblog="default_site"}
{assign_variable:my_template_group="site"}
<!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>Boil The Bunny | How Bad Could Your Ex Be?</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel='stylesheet' type='text/css' media='all' href='{stylesheet=site/css2}' />
<!--[if lte IE 7]>
<link rel='stylesheet' type='text/css' media='all' href='{stylesheet=site/css1}' />
<script src="js/ie7-standard-p.js" type="text/javascript"></script>
<![endif]-->
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body id="worrysome-net" class="index">
<div id="container">
<div id="branding">
</div>
<div id="nav_main">
<h4>Main navigation</h4>
<ul>
<li><a href="../read" title="read">about</a></li>
<li><a href="../confess" title="confess">confess</a></li>
<li><a href="../about" title="about">read</a></li>
</ul>
</div>
<!-- start page -->
<div id="page">
<!-- start content -->
<div id="content_confess">
<div class="post">
<h2 class="title">Confess your story to us</h2>
<div class="entry"> {exp:weblog:entry_form weblog="default_site" return="site/index/read"}
<table width="100%" border="0">
<tr>
<td width="22%"><label for="title">Title:</label></td>
<td width="78%">
<input type="text" name="title" id="title" value="{title}" />
</td>
</tr>
{custom_fields}
<tr>
<td width="22%"><label for="{field_name}">{field_label}</label></td>
<td width="78%">{if textinput}
<input type="text" dir="{text_direction}" id="{field_name}" name="{field_name}" value="{field_data}" maxlength="{maxlength}"/>
{/if}
{if textarea}
<textarea id="{field_name}" name="{field_name}" dir="{text_direction}" cols="45" rows="5" onclick="setFieldName(this.name)">{field_data}</textarea>
{/if}</td>
</tr>
{/custom_fields}
<tr>
<td width="22%"><label for="tag_f">Tags:</label></td>
<td width="78%">
<textarea id="tag_f" name="tag_f" cols="45" rows="1"></textarea>
</td>
</tr>
<tr>
<td>&nbsp;</td>
<td><a href="{upload_url}" onclick="window.open(this.href, '_blank', 'width=400,height=600');return false;" onkeypress="this.onclick()">Attach a file</a></td>
</tr>
<tr>
<td>&nbsp;</td>
<td><input type="checkbox" name="allow_comments" value="y" {allow_comments} /> Allow Comments</td>
</tr>
<tr>
<td>&nbsp;</td>
<td><input type="submit" id="x" value="Submit" /></td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>
{/exp:weblog:entry_form}
<p>&nbsp;</p>
<p>&nbsp;</p>
</div>
</div>
</div>
</div>
<!-- end content -->
<!-- start sidebar -->
<div id="sidebar">
<p><a href="index.html"> HOME</a> >> <a href="read.html">READ</a> </p>
<ul>
<li id="search">
<h2>Search</h2>
{exp:search:simple_form search_in="everywhere"}
<input type="text" id="s" name="keywords" value="" class="input" size="18" maxlength="100" />
<input type="submit" id="x" value="submit" />
<a href="{path=search/index}">Advanced Search</a> {/exp:search:simple_form} </li>
<li>
<h2>Archives</h2>
<ul>
{exp:weblog:month_links weblog="{my_weblog}"}
<li><a href="{path={my_template_group}/index}">{month} {year}</a></li>
{/exp:weblog:month_links}
<li><a href="{path={my_template_group}/archives}">Complete Archives</a></li>
<li><a href="{path={my_template_group}/categories}">Category Archives</a></li>
</ul>
</li>
<li>
<h2>Most recent entries</h2>
<ul>
{exp:weblog:entries orderby="date" sort="desc" limit="15" weblog="{my_weblog}" dynamic="off" disable="pagination|custom_fields|categories|member_data|trackbacks"}
<li><a href="{title_permalink={my_template_group}/index}">{title}</a></li>
{/exp:weblog:entries}
</ul>
</li>
</ul>
</div>
<!-- end sidebar -->
<div style="clear: both;">&nbsp;</div>
</div>
<!-- end page -->
<div id="siteinfo">
<p><a href=#>&copy; Boil the bunny </a> An associated site with David Wygant</p>
<ul>
<li><a href="#worrysome-net" title="Top of this page">Top</a></li>
</ul>
</div>
</div>
<br style="clear:both" />
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment