lemonldap-ng/lemonldap-ng-portal/site/templates/bootstrap/info.tpl

42 lines
1.5 KiB
Smarty
Raw Normal View History

<TMPL_INCLUDE NAME="header.tpl">
<div id="logincontent" class="container">
<form id="form" action="<TMPL_VAR NAME="URL">" method="<TMPL_VAR NAME="FORM_METHOD">" class="info" role="form">
<TMPL_VAR NAME="HIDDEN_INPUTS">
<TMPL_IF NAME="CHOICE_VALUE">
<input type="hidden" id="authKey" name="<TMPL_VAR NAME="CHOICE_PARAM">" value="<TMPL_VAR NAME="CHOICE_VALUE">" />
</TMPL_IF>
<input type="hidden" name="skin" value="<TMPL_VAR NAME="SKIN">" />
<div class="panel panel-info">
<div class="panel-heading">
<h3 class="panel-title" trspan="info">Information</h3>
</div>
<div class="panel-body">
<TMPL_VAR NAME="MSG">
</div>
</div>
<div class="alert alert-info">
2017-03-16 21:19:06 +01:00
<p id="timer" trspan="redirectedIn">You'll be redirected in 30 seconds</p>
</div>
<div class="buttons">
<button type="submit" class="positive btn btn-success">
<span class="glyphicon glyphicon-ok"></span>
<span trspan="continue">Continue</span>
</button>
2017-01-19 22:48:07 +01:00
<button id="wait" type="reset" class="negative btn btn-danger">
<span class="glyphicon glyphicon-stop"></span>
<span trspan="wait">Wait</span>
</button>
</div>
</form>
2016-01-18 13:13:16 +01:00
<!-- //if:jsminified
2016-04-14 20:42:59 +02:00
<script type="text/javascript" src="<TMPL_VAR NAME="STATIC_PREFIX">common/js/info.min.js"></script>
2016-01-18 13:13:16 +01:00
//else -->
2016-04-14 20:42:59 +02:00
<script type="text/javascript" src="<TMPL_VAR NAME="STATIC_PREFIX">common/js/info.js"></script>
2016-01-18 13:13:16 +01:00
<!-- //endif -->
</div>
<TMPL_INCLUDE NAME="footer.tpl">