summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-06-06 11:39:24 -0400
committerJules Laplace <jules@okfoc.us>2014-06-06 11:39:24 -0400
commit2059be60461c1577324ab3b51d967e18aa2e700e (patch)
tree3d41b2c48f28095fad84673454c8df6032eae5af /views
parent1cde3b9fd49e397a2106baca0f6bef378041589c (diff)
sign in with facebook / twitter
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>