use more template, use replace input stream
[nikiroo-utils.git] / src / be / nikiroo / fanfix / library / web / templates / login.html
diff --git a/src/be/nikiroo/fanfix/library/web/templates/login.html b/src/be/nikiroo/fanfix/library/web/templates/login.html
new file mode 100644 (file)
index 0000000..0019144
--- /dev/null
@@ -0,0 +1,6 @@
+               <form method='POST' action='${url}' class='login'>
+                       <p>You must be logged into the system to see the stories.</p>
+                       <input type='text' name='login' />
+                       <input type='password' name='password' />
+                       <input type='submit' value='Login' />
+               </form>