]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/install/install_main_ajax.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / install / install_main_ajax.tpl
index f080c43cf9c8dd7ee2738268748f4ec2246307f8..eb1c371e8a4e085c08f9dd8669f1537779c2d967 100644 (file)
@@ -9,7 +9,7 @@
 </div>
 </div>
 
-<div id="install_error" class="ajax_error">
+<div id="install_error" class="ajax_error" style="display: none;">
        <div class="ajax_error_title">
                <strong>{--INSTALLER_AJAX_ERROR_TITLE--}</strong>
        </div>
@@ -22,7 +22,7 @@
        </div>
 </div>
 
-<div id="install_warning" class="ajax_warning">
+<div id="install_warning" class="ajax_warning" style="display: none;">
        <div class="ajax_warning_title">
                <strong>{--INSTALLER_AJAX_WARNING_TITLE--}</strong>
        </div>
        </div>
 </div>
 
-<div id="install_process" class="ajax_process">
-       <div class="ajax_process_title">
-               <strong>{--INSTALLER_AJAX_FINISH_TITLE--}</strong>
+<div id="install_progress" class="ajax_progress" style="display: none;">
+       <div class="ajax_progress_title">
+               <strong>{--INSTALLER_AJAX_PROGRESS_TITLE--}</strong>
        </div>
-       <div class="ajax_process_close">
-               <strong id="install_process_close" style="padding-left:1.5px;cursor:wait">X</strong>
+       <div class="ajax_progress_close">
+               <strong id="install_progress_close" style="padding-left:1.5px;cursor:wait">X</strong>
        </div>
        <div style="clear:both"></div>
-       <div class="ajax_process_content" id="install_process_content">
+       <div class="ajax_progress_content" id="install_progress_content">
+               <!-- Content will be inserted here by AJAX //-->
+       </div>
+</div>
+
+<div id="install_success" class="ajax_success" style="display: none;">
+       <div class="ajax_success_title">
+               <strong>{--INSTALLER_AJAX_SUCCESS_TITLE--}</strong>
+       </div>
+       <div class="ajax_success_close">
+               <strong id="install_success_close" style="padding-left:1.5px;cursor:wait">X</strong>
+       </div>
+       <div style="clear:both"></div>
+       <div class="ajax_success_content" id="install_success_content">
                <!-- Content will be inserted here by AJAX //-->
        </div>
 </div>
@@ -61,7 +74,7 @@
 </div>
 </div>
 
-<script type="text/javascript" src="{%url=js/ajax-loader.js%}"></script>
+<script type="text/javascript" src="{%url=js/ajax-loader.js?dummy=1%}{%ext,version=sql_patches%}"></script>
 <script type="text/javascript">
 <!--
 // These scripts shall be loaded
@@ -74,7 +87,6 @@ scripts[3] = '{%url,js=js/install-common.js%}';
 // This must be the last one
 scripts[scripts.length] = '{%url,js=js.php?js=install_ajax&install_page=$content[install_page]%}';
 
-// Do this only when all is ready
 // Load all scripts
 if (loadScripts(scripts) == true) {
        // Wait for loadScripts() finishing loading all scripts