Files
Kleeja/install/style/check_all.html
Abdulrahman 26d98d3287 fixes
2019-05-31 01:13:41 +03:00

68 lines
3.3 KiB
HTML
Executable File

<div class="BoxInner"><div class="BoxTopImg"></div><div class="BoxBody"><div class="inner">
<div class="clr"></div>
{{if(empty($GLOBALS['dbname'])): $GLOBALS['submit_disabled'] = true;}}
<div class="notice">
<p class="error2"><img src="style/images/k_info.png" class="img" alt=" " />{{echo $lang['INST_CHANG_CONFIG']}}</p>
</div>
{{endif}}
{{if($GLOBALS['no_connection']): $GLOBALS['submit_disabled'] = true;}}
<div class="notice">
<p class="error2">
<img src="style/images/k_info.png" class="img" alt=" " />
{{echo $lang['INST_CONNCET_ERR']}}
{{if(! empty($GLOBALS['dbtype']) && $GLOBALS['dbtype'] == 'sqlite'):}}
<br>
{{echo sprintf($lang['INST_CONNCET_ERR_SQLITE'], $GLOBALS['dbname']);}}
{{endif;}}
</p>
</div>
{{endif}}
{{if($GLOBALS['mysql_ver']): $GLOBALS['submit_disabled'] = true;}}
<div class="notice">
<p class="error2"><img src="style/images/k_info.png" class="img" alt=" " />{{echo sprintf($lang['INST_MYSQL_LESSMIN'], MIN_MYSQL_VERSION, $GLOBALS['mysql_ver'])}}</p>
</div>
{{endif}}
{{if(!is_writable(PATH . 'cache')) : $GLOBALS['submit_disabled'] = true;}}
<div class="notice">
<p class="error2"><img src="style/images/k_info.png" class="img" alt=" " />[ cache ] : {{echo $lang['INST_NO_WRTABLE']}}</p>
</div>
{{endif}}
{{if(!is_writable(PATH . 'uploads')) : $GLOBALS['submit_disabled'] = true;}}
<div class="notice">
<p class="error2"><img src="style/images/k_info.png" class="img" alt=" " />[ uploads ] : {{echo $lang['INST_NO_WRTABLE']}}</p>
</div>
{{endif}}
{{if(!is_writable(PATH . 'uploads/thumbs')) : $GLOBALS['submit_disabled'] = true;}}
<div class="notice">
<p class="error2"><img src="style/images/k_info.png" class="img" alt=" " />[ uploads/thumbs ] : {{echo $lang['INST_NO_WRTABLE']}}</p>
</div>
{{endif}}
{{if(!$GLOBALS['submit_disabled']):}}
<div class="clr"></div><br />
<img src="style/images/good.png" alt="" />
<div class="clr"></div><br />
<h2 class="h2">[ {{echo $lang['INST_GOOD_GO']}} ]</h2>
<div class="hr"></div>
<form method="post" action="{{echo './install.php?step=data&amp;' . getlang(1)}}">
<button onclick="window.location.href='./install.php?step=c&amp;{{echo getlang(1)}}';return false;" name="previous" type="submit" class="btn"><span>&laquo; {{echo $lang['INST_PREVIOUS']}}</span></button>
<button name="agres" type="submit" class="btn"><span>{{echo $lang['INST_NEXT']}} &raquo;</span></button>
</form>
{{else:}}
<form method="post" action="{{echo './install.php?step=check&amp;' . getlang(1)}}">
<button onclick="window.location.href='./install.php?step=c&amp;force=1&amp;{{echo getlang(1)}}';return false;" name="previous" type="submit" id="submit" class="btn"><span>&laquo; {{echo $lang['INST_PREVIOUS']}}</span></button>
<button name="agres" type="submit" class="btn"><span>{{echo $lang['RE_CHECK']}} &raquo;</span></button>
</form>
{{endif}}
<div class="clr"></div>
</div></div><div class="BoxBottomImg"></div></div>