Sha256: ff2dcdbb4b8069473161c8c27dd62f317b8dfc22854c73cb0ad07ffbcd79938c

Contents?: true

Size: 416 Bytes

Versions: 10

Compression:

Stored size: 416 Bytes

Contents

<?xml version="1.0"?>

#{s_page}

		<p>
			Please login as an author by entering the blog password.
			<br />
			The password is: <b>#{Blog.password}</b>.
		</p>
		
		<div class="error">#@error</div>
		
		<form action="login" method="post">
			<p>
			<b>Password:</b><br />
			<input type="password" name="password" value="#{Blog.password}" />
			</p>
			<input type="submit" value="Login" />
		</form>
		
#{e_page}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
nitro-0.10.0 examples/no_xsl_blog/root/login.xhtml
nitro-0.11.0 examples/no_xsl_blog/root/login.xhtml
nitro-0.12.0 examples/no_xsl_blog/root/login.xhtml
nitro-0.13.0 examples/no_xsl_blog/public/login.xhtml
nitro-0.14.0 examples/no_xsl_blog/public/login.xhtml
nitro-0.15.0 examples/no_xsl_blog/public/login.xhtml
nitro-0.16.0 examples/no_xsl_blog/public/login.xhtml
nitro-0.17.0 examples/no_xsl_blog/public/login.xhtml
nitro-0.9.3 examples/no_xsl_blog/root/login.xhtml
nitro-0.9.5 examples/no_xsl_blog/root/login.xhtml