]> git.mxchange.org Git - mailer.git/blob - templates/de/html/install/install_main_plain.tpl
1b292b92e142c71e9abb42df492d6b08e8a78c9c
[mailer.git] / templates / de / html / install / install_main_plain.tpl
1 <div class="install_header">
2         <strong>: : : {--INSTALLER_MAIN_TITLE--} : : :</strong>
3 </div>
4
5 <div>
6         {%pipe,getInstallerContent%}
7 </div>
8
9 <div class="para">
10         <input type="button" class="form_submit" value="{--INSTALLER_SWITCH_START--}" onclick="switchInstaller('start'); return false" />
11         <input type="button" class="form_submit" value="{--INSTALLER_SWITCH_AJAX--}" onclick="switchInstaller('ajax'); return false" />
12 </div>
13
14 <script type="text/javascript" src="{%url=js/install-common.js?dummy=1%}{%ext,version=sql_patches%}"></script>