-
-
Save donut/68643 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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" preview="site/entry"} | |
<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> </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> </td> | |
<td><input type="submit" id="x" value="Submit" /></td> | |
</tr> | |
<tr> | |
<td> </td> | |
<td> </td> | |
</tr> | |
</table> | |
{/exp:weblog:entry_form} | |
<p> </p> | |
<p> </p> | |
</div> | |
</div> | |
</div> | |
</div> | |
<!-- end content --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment