1
0
mirror of https://github.com/OpenXE-org/OpenXE.git synced 2025-01-18 09:41:14 +01:00

16 lines
756 B
Smarty
Raw Normal View History

2021-05-21 08:49:41 +02:00
<script type="text/javascript">
function redirectfb(){
window.location.href="./index.php?module=backup&action=list";
}
function makeBackup()
{
document.getElementById('backupcontent').innerHTML = "<h1>{|Warten Sie bitte solange das Backup erstellt wird.|}</h1><img src=\"./themes/new/images/load.gif\">"
+ "<iframe id=\"iframefullbackup\" onload=\"redirectfb()\" src=\"./index.php?module=backup&action=makefull\" border=\"0\" frameborder=\"0\" width=\"40\" height=\"40\"></iframe>";
}
</script>
<center><div id="backupcontent"><h1>{|Das Erstellen des Backup's kann je nach Datenmenge mehrere Minuten dauern.|}</h1>
<input type="button" name="doFullBackup" onclick="makeBackup()" value="{|Backup erstellen|}">
</div></center>