示例#1
0
文件: main.php 项目: sym660/lulucms2
    <script type='text/javascript' src='<?php 
echo Resource::getCommonUrl();
?>
/libs/jquery.validate/localization/messages_zh.min.js'></script>

    <!--[if lt IE 9]>
<script src="<?php 
echo Resource::getInstallUrl();
?>
/js/html5.js"></script>
<script src="<?php 
echo Resource::getInstallUrl();
?>
/js/selectivizr.js"></script>
<script src="<?php 
echo Resource::getInstallUrl();
?>
/js/respond.js"></script>
<![endif]-->
    <style type="text/css" id="custom-background-css">
        body.custom-background { background-color: #f0f0f0; }
    </style>
</head>

<body class="home blog custom-background chrome">
    <div class="site-top">
        <div class="clearfix container">
            <div class="site-branding">
                <h1 class="site-title"><a href="http://www.lulucms.com" rel="home" title="LuLu CMS">
                    LuLu CMS</a></h1>
            </div>
示例#2
0
                <input value="" type="email" name="email" id="email" class="class_input email required" />
                <span class="email"></span>
            </td>
        </tr>
<!--        <tr>
            <th height="30" align="right">安装测试数据:</th>
            <td>
                <input value="Y" type="checkbox" name="testData" style="margin-left: 5px;" id="testData" />
                是
            </td>
        </tr>
        <tr>
            <th height="30" align="right">&nbsp;</th>
            <td>
                <p class="red">全新安装会覆盖旧数据 </p>
            </td>
        </tr>-->
    </table>
    <div class="inst_btn_area">
        <button type="button" onclick="history.go(-1);return false;" class="button">返 回</button>
        &nbsp;
        <button type="submit" class="button">下一步</button>
    </div>
    <?php 
ActiveForm::end();
?>
</div>
<?php 
Resource::jsFile(Resource::getCommonUrl('/js/jquery.min.js'));
Resource::jsFile(Resource::getInstallUrl("/js/jquery.db.validate.js"));