Project

General

Profile

1
<!--
2
 @version         $Id: success.htt 75 2017-03-10 10:47:06Z manu $
3
-->
4
<!-- BEGIN main_block -->
5
<div class="msg-box rounded" style="margin: 1.225em auto;">
6
    <p>{MESSAGE}</p>
7
<!-- BEGIN show_redirect_block -->
8
 <script type="text/javascript">
9
  setTimeout("location.href='{REDIRECT}'", {REDIRECT_TIMER});
10
 </script>
11
<!-- END show_redirect_block -->
12
<input type="button" name="submit" value="{BACK}" onclick="window.location = '{REDIRECT}';" />
13
</div>
14
<!-- END main_block -->
(27-27/32)