]> git.mxchange.org Git - mailer.git/blob - templates/de/html/install/install_main_plain.tpl
Continued, finally:
[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="{%js=install-common.js%}"></script>