Browse Source

Log in => Login

tags/0.5
Chris Smith 15 years ago
parent
commit
79e69b78f0
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      examples/basic/index.php

+ 3
- 3
examples/basic/index.php View File

@@ -131,9 +131,9 @@
131 131
   <form action="<?PHP echo htmlentities($_SERVER['REQUEST_URI']); ?>"
132 132
 	method="post">
133 133
    <ul>
134
-    <li><label><input type="radio" name="openid_type" value="gmail.com"> <img src="google.png" alt="Google"> Log in with my Google account</label></li>
135
-    <li><label><input type="radio" name="openid_type" value="yahoo.com"> <img src="yahoo.png" alt="Yahoo!"> Log in with my Yahoo! account</label></li>
136
-    <li><label><input type="radio" name="openid_type" value="openid_url" checked="checked"> Log in with another OpenID identity:</label> <br>
134
+    <li><label><input type="radio" name="openid_type" value="gmail.com"> <img src="google.png" alt="Google"> Login with my Google account</label></li>
135
+    <li><label><input type="radio" name="openid_type" value="yahoo.com"> <img src="yahoo.png" alt="Yahoo!"> Login with my Yahoo! account</label></li>
136
+    <li><label><input type="radio" name="openid_type" value="openid_url" checked="checked"> Login with another OpenID identity:</label> <br>
137 137
         <input type="text" name="openid_url" id="openid_url"></li>
138 138
    </ul>
139 139
    <input type="submit" value="Login">

Loading…
Cancel
Save