summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/partials/signin.ejs54
1 files changed, 26 insertions, 28 deletions
diff --git a/views/partials/signin.ejs b/views/partials/signin.ejs
index 535b24c..6d5e530 100644
--- a/views/partials/signin.ejs
+++ b/views/partials/signin.ejs
@@ -2,22 +2,21 @@
<span class="bigClose">X</span>
<div class="box">
<form id="signIn">
- <a href="#" class="facebook"><b class="icon-social-facebook"></b><span>Sign in with Facebook</span></a>
+ <a href="/auth/facebook" class="facebook"><b class="icon-social-facebook"></b><span>Sign in with Facebook</span></a>
<b class="info">– or the ol' fashion way –</b>
<li>
- <label class="description" for="usernameInput">Username:</label>
- <div>
- <input id="usernameInput" name="usernameInput" class="element text medium" type="text" maxlength="255" value=""/>
- </div>
+ <label class="description" for="usernameInput">Username:</label>
+ <div>
+ <input id="usernameInput" name="usernameInput" class="element text medium" type="text" maxlength="255" value=""/>
+ </div>
</li>
<li>
- <label class="description" for="passwordInput">Password:</label>
- <div>
- <input id="passwordInput" name="passwordInput" class="element text medium" type="password" maxlength="255" value=""/>
- </div>
+ <label class="description" for="passwordInput">Password:</label>
+ <div>
+ <input id="passwordInput" name="passwordInput" class="element text medium" type="password" maxlength="255" value=""/>
+ </div>
</li>
<li class="buttons">
- <input type="hidden" name="form_id" value="795208" />
<input id="saveForm" class="button_text" type="submit" name="submit" value="Submit" />
</li>
</form>
@@ -28,34 +27,33 @@
<span class="bigClose">X</span>
<div class="box">
<form id="signUp">
- <a href="#" class="facebook"><b class="icon-social-facebook"></b><span>Sign up with Facebook</span></a>
+ <a href="/auth/facebook" class="facebook"><b class="icon-social-facebook"></b><span>Sign up with Facebook</span></a>
<b class="info">– or the ol' fashion way –</b>
<li>
- <label class="description" for="usernameInput">Username:</label>
- <div>
- <input id="usernameInput" name="usernameInput" class="element text medium" type="text" maxlength="255" value=""/>
- </div>
+ <label class="description" for="usernameInput">Username:</label>
+ <div>
+ <input id="usernameInput" name="usernameInput" class="element text medium" type="text" maxlength="255" value=""/>
+ </div>
</li>
<li>
- <label class="description" for="emailInput">Email:</label>
- <div>
- <input id="emailInput" name="emailInput" class="element text medium" type="text" maxlength="255" value=""/>
- </div>
+ <label class="description" for="emailInput">Email:</label>
+ <div>
+ <input id="emailInput" name="emailInput" class="element text medium" type="text" maxlength="255" value=""/>
+ </div>
</li>
<li>
- <label class="description" for="passwordInput1">Password:</label>
- <div>
- <input id="passwordInput1" name="passwordInput1" class="element text medium" type="password" maxlength="255" value=""/>
- </div>
+ <label class="description" for="passwordInput1">Password:</label>
+ <div>
+ <input id="passwordInput1" name="passwordInput1" class="element text medium" type="password" maxlength="255" value=""/>
+ </div>
</li>
<li>
- <label class="description" for="passwordInput2">Again!</label>
- <div>
- <input id="passwordInput2" name="passwordInput2" class="element text medium" type="password" maxlength="255" value=""/>
- </div>
+ <label class="description" for="passwordInput2">Again!</label>
+ <div>
+ <input id="passwordInput2" name="passwordInput2" class="element text medium" type="password" maxlength="255" value=""/>
+ </div>
</li>
<li class="buttons">
- <input type="hidden" name="signUp" value="" />
<input id="saveForm" class="button_text" type="submit" name="submit" value="Submit" />
</li>
</form>