summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorMarko Pušnik <marko.pusnik@guru.si>2015-10-07 18:57:23 +0200
committerMarko Pušnik <marko.pusnik@guru.si>2015-10-07 18:57:23 +0200
commit70b73f8e36900ab5b0784684fccc4069af1bae96 (patch)
treef936c56a4d643247cfee0be513d44f1260939e5d /index.html
parentcaf317ad74014036618116e83db01a99364de230 (diff)
arnesaai modal draft
Diffstat (limited to 'index.html')
-rw-r--r--index.html18
1 files changed, 17 insertions, 1 deletions
diff --git a/index.html b/index.html
index 352db02..243c553 100644
--- a/index.html
+++ b/index.html
@@ -306,7 +306,9 @@
<div class="col-md-12">
Login via
<div class="ssa-buttons">
- <img src="res/gumb_aaiprijava.png" style="width: 49%">
+ <a href="#" class="ssa-buttons" role="button" data-dismiss="modal" data-toggle="modal" data-target="#modalAAI">
+ <img src="res/gumb_aaiprijava.png" style="width: 49%">
+ </a>
</div>
or
<form class="form" role="form" method="post" action="login" accept-charset="UTF-8" id="login-nav">
@@ -399,6 +401,20 @@
</div>
</div>
+ <div id="modalAAI" class="modal fade in" tabindex="-1" role="dialog" aria-hidden="false" data-keyboard="false" data-backdrop="static" style="display: none;">
+ <div class="modal-dialog">
+ <div class="modal-content">
+ <div class="modal-header">
+ <button type="button" class="close" data-dismiss="modal" aria-hidden="true" data-toggle="modal" data-target="#modalLogIn">×</button>
+ <h3 class="text-center">Arnes AAI</h3>
+ </div>
+ <div class="modal-body" style="padding: 0;">
+ <iframe width="100%" height="500px" frameborder="0" scrolling="no" allowtransparency="true" src="https://codeq.si/login"></iframe>
+ </div>
+ </div><!-- /.modal-content -->
+ </div><!-- /.modal-dialog -->
+ </div><!-- /.modal -->
+
<!-- Covers the whole screen with a semi-transparent block, so no input events can be triggered below.
Used as a wait screen; must be the last element in the DOM.
It is active after load, javascript turns it off after initialization. -->