mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 21:29:58 +09:00
merge from 1.7.3.5(r13153:r13167)
git-svn-id: http://xe-core.googlecode.com/svn/trunk@13168 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
cc47d2b247
commit
2d3f149b5a
2042 changed files with 129266 additions and 126243 deletions
|
|
@ -1,48 +1,34 @@
|
|||
<!--%import("js/install_admin.js")-->
|
||||
<!--#include("header.html")-->
|
||||
<load target="js/install_admin.js" />
|
||||
<include target="header.html" />
|
||||
<div id="body">
|
||||
<!--#include("progress_menu.html")-->
|
||||
<span class="dummy"></span>
|
||||
<include target="progress_menu.html" />
|
||||
<div id="content">
|
||||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<form action="./" method="post">
|
||||
<input type="hidden" name="act" value="procConfigSetting" />
|
||||
<ul class="form formXe">
|
||||
<li>
|
||||
<input name="use_rewrite" value="Y" <!--@if(function_exists('apache_get_modules')&&in_array('mod_rewrite',apache_get_modules()))-->checked="checked"<!--@end--> type="checkbox" class="iCheck" id="rewrite" /> <label for="rewrite">{$lang->use_rewrite}</label>
|
||||
<p>{$lang->about_rewrite}</p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="select open" style="width:540px;">
|
||||
<span class="ctrl"><span class="arrow"></span></span>
|
||||
<div class="myValue"></div>
|
||||
<div class="iList">
|
||||
<ul>
|
||||
<!--@foreach($time_zone as $key => $val)-->
|
||||
<li><input name="time_zone" id="{$key}" class="option" type="radio" value="{$key}" <!--@if($key==date('O'))-->checked="checked"<!--@end--> /><label for="{$key}">{$val}</label></li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<p>{$lang->about_time_zone}</p>
|
||||
</li>
|
||||
</ul>
|
||||
<input type="hidden" name="act" value="procConfigSetting" />
|
||||
<input type="hidden" name="use_rewrite" value="{$use_rewrite}" />
|
||||
<div class="x_control-group">
|
||||
<select name="time_zone" style="width:100%">
|
||||
<option loop="$time_zone => $key,$val" id="{$key}" value="{$key}" selected="selected"|cond="$key==date('O')">{$val}</option>
|
||||
</select>
|
||||
<p>{$lang->about_time_zone}</p>
|
||||
</div>
|
||||
<div class="ibtnArea">
|
||||
<div class="fLeft">
|
||||
<span class="ibtn icon"><span class="back"></span> <a href="#" onclick="document.backForm.submit();">{$lang->cmd_back}</a></span>
|
||||
</div>
|
||||
<div class="fRight">
|
||||
<span class="ibtn icon"><span class="check"></span> <input name="" type="submit" value="{$lang->cmd_next}" /></span>
|
||||
</div>
|
||||
<span class="x_pull-left">
|
||||
<button type="button" onclick="document.backForm.submit()" class="x_btn x_btn-small x_btn-inverse"><i class="x_icon-chevron-left x_icon-white"></i> {$lang->cmd_back}</button>
|
||||
</span>
|
||||
<span class="x_pull-right">
|
||||
<button type="submit" class="x_btn x_btn-small x_btn-inverse" id="task-settings">{$lang->cmd_next} <i class="x_icon-chevron-right x_icon-white"></i></button>
|
||||
</span>
|
||||
</div>
|
||||
</form>
|
||||
<form name="backForm" method="post" action="./">
|
||||
<input type="hidden" name="module" value="{$module}" />
|
||||
<input type="hidden" name="act" value="dispInstallDBForm" />
|
||||
<input type="hidden" name="db_type" value="{$db_type}" />
|
||||
<input type="hidden" name="module" value="{$module}" />
|
||||
<input type="hidden" name="act" value="dispInstallDBForm" />
|
||||
<input type="hidden" name="db_type" value="{$db_type}" />
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<!--#include("footer.html")-->
|
||||
<include target="footer.html" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue