22 lines
438 B
HTML
22 lines
438 B
HTML
|
|
<TMPL_IF errors>
|
|
<div style="position:relative;top:-3em">
|
|
<TMPL_LOOP errors>
|
|
<div class="error head"><TMPL_VAR error></div>
|
|
</TMPL_LOOP>
|
|
</div>
|
|
<TMPL_ELSE>
|
|
<div style="position:relative;">
|
|
<div class="ok head">password successfully changed</div>
|
|
</div>
|
|
<script>
|
|
$(document).ready(
|
|
function(){
|
|
getBack();
|
|
}
|
|
);
|
|
</script>
|
|
|
|
</TMPL_IF>
|
|
|