Sha256: a3b04f75b4bfcb16305442bedd0a7b5e703bcef0a68b642afc623e6478cf921a

Contents?: true

Size: 519 Bytes

Versions: 21

Compression:

Stored size: 519 Bytes

Contents

<?xml version="1.0"?>

<div id="comments" xmlns:x="http://www.navel.gr/xml/shader.xsd">
	
<?r errors = session[:errors] ?>

	<h2>Post new entry:</h2>			

	<form id="new_entry" action="new_entry" method="post">
		<p>
			<b>Title:</b><br />
			<input type="text" name="title" />
			<x:error attr="title" />
			</p>
		<p>
		<b>Body:</b><br />
			<textarea name="body" style="width: 90%; height: 100px">#{}</textarea>
			<x:error attr="body"><br /></x:error>
		</p>		
		<input type="submit" value="Post" />
	</form>
</div>

Version data entries

21 entries across 11 versions & 1 rubygems

Version Path
nitro-0.10.0 examples/no_xsl_blog/root/entry_form.xhtml
nitro-0.10.0 examples/blog/root/entry_form.xhtml
nitro-0.11.0 examples/no_xsl_blog/root/entry_form.xhtml
nitro-0.11.0 examples/blog/root/entry_form.xhtml
nitro-0.12.0 examples/no_xsl_blog/root/entry_form.xhtml
nitro-0.12.0 examples/blog/root/entry_form.xhtml
nitro-0.13.0 examples/no_xsl_blog/public/entry_form.xhtml
nitro-0.13.0 examples/blog/src/views/entry_form.xhtml
nitro-0.14.0 examples/no_xsl_blog/public/entry_form.xhtml
nitro-0.14.0 examples/blog/src/views/entry_form.xhtml
nitro-0.15.0 examples/no_xsl_blog/public/entry_form.xhtml
nitro-0.15.0 examples/blog/src/views/entry_form.xhtml
nitro-0.16.0 examples/blog/src/views/entry_form.xhtml
nitro-0.16.0 examples/no_xsl_blog/public/entry_form.xhtml
nitro-0.17.0 examples/blog/src/views/entry_form.xhtml
nitro-0.17.0 examples/no_xsl_blog/public/entry_form.xhtml
nitro-0.8.0 examples/blog/root/entry_form.xhtml
nitro-0.9.3 examples/no_xsl_blog/root/entry_form.xhtml
nitro-0.9.3 examples/blog/root/entry_form.xhtml
nitro-0.9.5 examples/no_xsl_blog/root/entry_form.xhtml