upgraded to express 3.x, converted jade templates, and worked out array notation for articles/exercises

This commit is contained in:
2013-01-17 16:12:44 -05:00
parent a899234e21
commit 3bab45fbad
326 changed files with 28430 additions and 5489 deletions

View File

@@ -1,11 +1,14 @@
h1 Log in
extends ../layout
form(method="POST", action="/session")
p
label(for="username") User name:<br />
input#username(name="username")
p
label(for="password") Password:<br />
input#password(type="password", name="password")
p
input(type="submit", value="Log in");
block content
h1 Log in
form(method="POST", action="/session")
p
label(for="username") User name:<br />
input#username(name="username")
p
label(for="password") Password:<br />
input#password(type="password", name="password")
p
input(type="submit", value="Log in");