Commit 3f86a3bf9b70316a5a84e2298a54407fbb9f68bb
1 parent
e4c7476f
Exists in
master
and in
12 other branches
oauth login
Showing
3 changed files
with
12 additions
and
0 deletions
Show diff stats
| @@ -0,0 +1 @@ | @@ -0,0 +1 @@ | ||
| 1 | +<iframe src="http://noosfero.com:3000/proposal-app/index.html" style="width: 600px; height: 600px;"></iframe> |
index.html
| @@ -55,11 +55,18 @@ | @@ -55,11 +55,18 @@ | ||
| 55 | 55 | ||
| 56 | <div id='proposal-result'></div> | 56 | <div id='proposal-result'></div> |
| 57 | 57 | ||
| 58 | + <div id="login"> | ||
| 59 | + <a href="http://noosfero.com:3000/plugin/oauth_client/google_oauth2?id=3" target="_blank" class="google">Google</a> | ||
| 60 | + <a href="http://noosfero.com:3000/plugin/oauth_client/facebook?id=2" target="_blank" class="facebook">Facebook</a> | ||
| 61 | + <a href="http://noosfero.com:3000/plugin/oauth_client/noosfero_oauth2?id=4" target="_blank" class="participa">Participa</a> | ||
| 62 | + </div> | ||
| 63 | + | ||
| 58 | <footer> | 64 | <footer> |
| 59 | <p>Ícones desenhados por <a href="http://flaticon.com">Flaticon.com</a></p> | 65 | <p>Ícones desenhados por <a href="http://flaticon.com">Flaticon.com</a></p> |
| 60 | </footer> | 66 | </footer> |
| 61 | 67 | ||
| 62 | <script src='js/main.js'></script> | 68 | <script src='js/main.js'></script> |
| 69 | + <script src='js/login.js'></script> | ||
| 63 | </body> | 70 | </body> |
| 64 | 71 | ||
| 65 | </html> | 72 | </html> |