mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-15 20:49:41 +01:00
84 lines
3.6 KiB
HTML
Executable File
84 lines
3.6 KiB
HTML
Executable File
<div class="BoxInner"><div class="BoxTopImg"></div><div class="BoxBody"><div class="inner">
|
|
<div class="clr"></div>
|
|
|
|
{{if(!$GLOBALS['no_config']):}}
|
|
<form method="post" action="{{echo './install.php?step=c&' . getlang(1)}}" onsubmit="javascript:return formCheck(this, Array('db_server','db_user' ,'db_name'));">
|
|
<h2><img src="style/images/klj_info.png" class="img" alt="!" />{{echo $lang['DB_INFO']}}</h2>
|
|
<table class="TableConf" dir="{{echo $lang['DIR']}}">
|
|
<!--tr>
|
|
<td class="TdConf">{{echo $lang['DB_TYPE']}}</td>
|
|
<td class="TdInput">
|
|
<select name="db_type" >
|
|
{{if (function_exists('mysqli_connect')):}}
|
|
<option value="mysqli">{{echo $lang['DB_TYPE_MYSQLI']}}</option>
|
|
{{endif;}}
|
|
<option value="mysql">{{echo $lang['DB_TYPE_MYSQL']}}</option>
|
|
</select>
|
|
</td>
|
|
</tr-->
|
|
<tr>
|
|
<td class="TdConf">{{echo $lang['DB_SERVER']}}</td>
|
|
<td class="TdInput"><input name="db_server" type="text" value="localhost" class="InputConf" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="TdConf">{{echo $lang['DB_NAME']}}</td>
|
|
<td class="TdInput"><input name="db_name" type="text" class="InputConf" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="TdConf">{{echo $lang['DB_USER']}}</td>
|
|
<td class="TdInput"><input name="db_user" type="text" class="InputConf" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="TdConf">{{echo $lang['DB_PASSWORD']}}</td>
|
|
<td class="TdInput"><input name="db_pass" type="text" class="InputConf" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="TdConf">{{echo $lang['DB_PREFIX']}}</td>
|
|
<td class="TdInput"><input name="db_prefix" type="text" value="klj_" class="InputConf" /></td>
|
|
</tr>
|
|
</table>
|
|
<div class="clr"></div>
|
|
|
|
{{if(!$GLOBALS['writeable_path']):}}
|
|
<div class="notice">
|
|
<p class="justify"><img src="style/images/inst_notes.png" class="img" alt=" " />{{echo $lang['DB_INFO_NW']}}</p>
|
|
</div>
|
|
{{endif;}}
|
|
|
|
<div class="hr"></div>
|
|
<center>
|
|
<button onclick="window.location.href='./install.php?step=f&{{echo getlang(1)}}';return false;" name="previous" type="submit" class="btn"><span>« {{echo $lang['INST_PREVIOUS']}}</span></button>
|
|
<button name="dbsubmit" type="submit" class="btn"><span>{{echo $GLOBALS['writeable_path'] ? $lang['INST_NEXT'] : $lang['INST_EXPORT']}} »</span></button>
|
|
</center>
|
|
|
|
</form>
|
|
|
|
{{if(!$GLOBALS['writeable_path']):}}
|
|
<div class="clr"></div><br />
|
|
<img src="style/images/up_c.png" alt="Upload Config" />
|
|
<div class="clr"></div><br />
|
|
<h2 class="h2">{{echo $lang['INST_SUBMIT_CONFIGOK']}}</h2>
|
|
<div class="hr"></div>
|
|
<form method="post" action="{{echo './install.php?step=c&' . getlang(1)}}">
|
|
<center>
|
|
<button onclick="window.location.href='./install.php?step=f&{{echo getlang(1)}}';return false;" name="previous" type="submit" class="btn"><span>« {{echo $lang['INST_PREVIOUS']}}</span></button>
|
|
<button type="submit" name="agres" class="btn"><span>{{echo $lang['INST_NEXT']}} »</span></button>
|
|
</center>
|
|
</form>
|
|
{{endif;}}
|
|
|
|
{{else:}}
|
|
<div class="clr"></div><br />
|
|
<img src="style/images/check_conf.png" alt=" " />
|
|
<div class="clr"></div><br />
|
|
<h2 class="h2">{{echo $lang['CONFIG_EXISTS']}}</h2>
|
|
<div class="hr"></div>
|
|
<form method="post" action="{{echo $_SERVER['PHP_SELF'] . '?step=check&' . getlang(1)}}">
|
|
<button onclick="window.location.href='./install.php?step=f&{{echo getlang(1)}}';return false;" name="previous" type="submit" class="btn"><span>« {{echo $lang['INST_PREVIOUS']}}</span></button>
|
|
<button type="submit" name="agres" class="btn"><span>{{echo $lang['INST_NEXT']}} »</span></button>
|
|
</form>
|
|
{{endif;}}
|
|
|
|
<div class="clr"></div>
|
|
</div></div><div class="BoxBottomImg"></div></div>
|