Files
Kleeja/install/style/choose.html
Abdulrahman d1481940a4 fixes
2019-05-18 01:47:17 +03:00

24 lines
1.1 KiB
HTML
Executable File

<div class="BoxInner"><div class="BoxTopImg"></div><div class="BoxBody"><div class="inner">
<div class="clr"></div>
{{if(!$GLOBALS['php_ver']):}}
<div class="Failure">
<img src="style/images/official_no.png" class="img" alt="?" /><br /><br />
<h2>{{echo sprintf($lang['INST_PHP_LESSMIN'], MIN_PHP_VERSION, PHP_VERSION)}}</h2>
</div>
{{else:}}
{{if($GLOBALS['install_or_no']):}}
<div class="InstallUpdate" onclick="window.location.href='./install.php?step=license&amp;{{echo getlang(1)}}';">
<img src="style/images/Installer.png" alt="Install Kleeja" /><br />
<h2>{{echo $lang['INST_INSTALL_CLEAN_VER']}}</h2>
</div>
{{else:}}
<div class="InstallUpdate" onclick="window.location.href='./update.php?{{echo getlang(1)}}';">
<img src="style/images/update.png" alt="update Kleeja" /><br />
<h2>{{echo $lang['INST_UPDATE_P_VER']}}</h2>
</div>
{{endif;}}
{{endif;}}
<div class="clr"></div>
</div></div><div class="BoxBottomImg"></div></div>