Commit 15b85433c9521a7831e5ff403dd7be868a11889c
Exists in
master
and in
11 other branches
Merge branch 'master' of gitlab.com:participa/proposal-app
Showing
3 changed files
with
15 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1 @@ |
1 | +<iframe src="http://noosfero.com:3000/proposal-app/index.html" style="width: 600px; height: 600px;"></iframe> | ... | ... |
index.html
... | ... | @@ -77,11 +77,19 @@ |
77 | 77 | |
78 | 78 | <div id='proposal-result'></div> |
79 | 79 | |
80 | + <div id="login"> | |
81 | + <a href="//www.participa.br/plugin/oauth_client/google_oauth2?id=2" target="_blank" class="google">Google</a> | |
82 | + <a href="//www.participa.br/plugin/oauth_client/facebook?id=1" target="_blank" class="facebook">Facebook</a> | |
83 | + <a href="//www.participa.br/plugin/oauth_client/noosfero_oauth2?id=1" target="_blank" class="participa">Participa</a> | |
84 | + <input type="text" id="private-token" style="display: none"> | |
85 | + </div> | |
86 | + | |
80 | 87 | <footer> |
81 | 88 | <p>Ícones desenhados por <a href="http://flaticon.com">Flaticon.com</a></p> |
82 | 89 | </footer> |
83 | 90 | |
84 | 91 | <script src='js/main.js'></script> |
92 | + <script src='js/login.js'></script> | |
85 | 93 | </body> |
86 | 94 | |
87 | 95 | </html> | ... | ... |