1 {extends file="layout.tpl"}
4 <div class="row-fluid">
5 <div class="span12 center login-header">
6 <a href="?"><img src="img/mainlogo.png"/></a>
10 <div class="row-fluid">
11 <div class="well span5 center login-box">
12 {if isset($SUCCESS_PASS) and $SUCCESS_PASS eq "OK"}
13 <div class="alert alert-success">
14 The password has been changed!
18 {if isset($SUCCESS_PASS) and $SUCCESS_PASS eq "SHARDOFF"}
19 <div class="alert alert-warning">
20 The password has been changed, though the shard seems offline, it may take some time to see the change on the shard.
24 <div class="alert alert-info">
25 <strong>{$reset_success_title}</strong>
26 <p>{$reset_success_timer}<span id="seconds">5</span></p>
27 <p><a href="index.php">{$login_text}</a></p>
35 window.location = 'index.php';
38 document.getElementById('seconds').innerHTML = --seconds;