Merge remote-tracking branch 'jnovack/markdown'
[phorkie.git] / data / templates / login.htm
index 7e724b003d6e37f94b918d31f4a11b55a49dd22e..084b43882bcaef7d44987196b625cce1db616f6a 100644 (file)
@@ -5,23 +5,20 @@
 
 <link rel="stylesheet" href="css/openid.css" />
 
-<form method="post" action="/auth" id="openid_form">
-  <input id="start" name="start" type="hidden" value="submit" />
-  <input id="sreg" name="sreg" type="hidden" value="on" />
-  <input id="ax" name="ax" type="hidden" value="on" />
+<form method="post" action="/login" id="openid_form">
 
 <fieldset>
   <legend>Sign-in</legend>
   <div id="openid_choice" style="display: block; ">
     <p>Please choose your account provider</p>
     <div id="openid_btns">
-      <a title="Google" href="/auth?openid_url=https://www.google.com/accounts/o8/id&start=submit" class="google openid_large_btn"></a>
-      <a title="Yahoo" href="/auth?openid_url=http://yahoo.com&start=submit" class="yahoo openid_large_btn"></a>
+      <a title="Google" href="/login?openid_url=https://www.google.com/accounts/o8/id" class="google openid_large_btn"></a>
+      <a title="Yahoo" href="/login?openid_url=http://yahoo.com/" class="yahoo openid_large_btn"></a>
     </div>
     <div id="openid_input_area">
       <p>or enter your OpenID URL.</p>
-      <input class="" id="openid_url" type="text" name="openid_url" value="http://">
-      <input class="btn" id="openid_submit" type="submit" value="Sign-In">
+      <input id="openid_url" type="text" name="openid_url" value="http://" />
+      <input class="btn" id="openid_submit" type="submit" value="Sign in" />
     </div>
   </div>
 </fieldset>