You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.5 KiB
40 lines
1.5 KiB
<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>
|
|
<div class="panel panel-info">
|
|
<div class="panel-heading">
|
|
<h3 class="panel-title"><lang en="Information" fr="Information"/></h3>
|
|
</div>
|
|
<div class="panel-body">
|
|
<TMPL_VAR NAME="MSG">
|
|
</div>
|
|
</div>
|
|
<div class="alert alert-info">
|
|
<p id="timer"><lang en="You'll be redirected in 10 seconds" fr="Vous allez être redirigé(e) automatiquement dans 10 secondes"/></p>
|
|
</div>
|
|
<div class="buttons">
|
|
<button type="submit" class="positive btn btn-success">
|
|
<span class="glyphicon glyphicon-ok"></span>
|
|
<lang en="Continue" fr="Continuer" />
|
|
</button>
|
|
<button type="reset" class="negative btn btn-danger" onclick="stop();">
|
|
<span class="glyphicon glyphicon-stop"></span>
|
|
<lang en="Wait" fr="Attendre" />
|
|
</button>
|
|
</div>
|
|
</form>
|
|
<!-- //if:jsminified
|
|
<script type="text/javascript" src="<TMPL_VAR NAME="SKIN_PATH">/common/js/info.min.js"></script>
|
|
//else -->
|
|
<script type="text/javascript" src="<TMPL_VAR NAME="SKIN_PATH">/common/js/info.js"></script>
|
|
<!-- //endif -->
|
|
|
|
</div>
|
|
|
|
<TMPL_INCLUDE NAME="footer.tpl">
|
|
|