html11

index.html

<!DOCTYPE html>
<!--[if lt IE 9 ]>
<html itemscope="" itemtype="https://schema.org" id="ie8" class="ie" lang="en"><![endif]-->
<!--[if IE 9 ]>
<html itemscope itemtype="https://schema.org/" id="ie9" class="ie" lang="en"><![endif]-->
<!--[if gt IE 9]><!-->
<html itemscope itemtype="https://schema.org/" lang="en"><!--<![endif]-->
<head>
    <meta charset="UTF-8">
    <base target="_top"/>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
    <meta http-equiv="expires" content="0"/>
    <meta http-equiv="pragma" content="no-cache"/>
    <meta http-equiv="cache-control" content="no-cache, must-revalidate"/>
    <title>FusionSolar 5.0</title>
    <script type="text/javascript" src="/js/require.js" data-main="/js/main/index" defer async></script>
    <!--[if lt IE 9]>
    <script src="http://cdn.bootcss.com/html5shiv/3.7.2/html5shiv.min.js"></script>
    <script src="http://cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script>
    <![endif]-->
</head>
<body>
<div id="main_view"></div>
<iframe id='MyHidden' hidden="true" src=""></iframe>
<noscript>
    <iframe src="404.html"></iframe>
</noscript>
<script type="text/javascript">
    document.getElementById('MyHidden').src = "ssoClient/validTokenIdFromServer";
</script>
</body>
</html>




login.html

<div class="iems-login" id="loginPageDiv">
    <div class="login-logo">
        <img src="/images/sm/logo-login.png">
    </div>
    <div style="height: 25%;width:1px"></div>
    <div class="login-main">
        <div class="logo i18n">Msg.systemName</div>
        <div class="login-form">
            <h2 class="userLogin i18n">Msg.systemSetting.userLogin</h2>

            <div class="login-inp">
                <label class="userIcon"></label>
                <input type="text" id="userName" placeholder="Msg.systemSetting.userNamep" data-i18n-type="placeholder" class="i18n" />
            </div>
            <div class="login-inp">
                <label class="pwdIcon"></label>
                <input type="password" id="password" placeholder="Msg.systemSetting.passwordP" data-i18n-type="placeholder" class="i18n" />
            </div>
            <div class="login-event clearfix">
                <div class='passUpDiv'>
                    <span><a href="javascript:void(0)" id='forgetPwd' class='i18n'>Msg.systemSetting.forgetPwd</a></span>
                </div>
                <div class="checkbox">
                    <label id="js_check" for="checkboxSel">
                        <input type="checkbox" id="checkboxSel" class="checkboxStyCheck"><span class='i18n'>Msg.systemSetting.suserName</span>
                    </label>
                </div>
            </div>
            <div class="loginBtnDiv">
                <a href="javascript:void(0)" class="login-btn i18n">Msg.systemSetting.login</a>
            </div>
        </div>

    </div>

    <!--密码找回-->
    <div id="pwdRecovery" class="pwdRecovery">
        <table>
            <tr>
                <td><lable class='i18n'>Msg.systemSetting.userName</lable></td>
                <td><input type="text" id="recUsername" /></td>
            </tr>
            <tr>
                <td><lable class='i18n'>Msg.systemSetting.newPassword</lable></td>
                <td><input type="text" id="newPwd" /></td>
            </tr>
            <tr>
                <td><lable class='i18n'>Msg.systemSetting.cPassword</lable></td>
                <td><input type="text" id="cPwd" /><br /></td>
            </tr>
            <tr>
                <td><lable class='i18n'>Msg.systemSetting.verCode</lable></td>
                <td>
                    <input type="text" id="verCode" placeholder="Msg.systemSetting.mailCode" data-i18n-type="placeholder" class="i18n" />
                    <input type='button' class='codeButton i18n' value='Msg.systemSetting.sendCode' id='sendCode' style='width: 90px;' data-i18n-type="value" />
                </td>
            </tr>
            <tr>
                <td colspan="2"><span id='sendCodeInfo'></span></td>
            </tr>
        </table>
        <input type="button" class = "codeButton i18n" value='Msg.systemSetting.updatePwd' style='width: 60px;' data-i18n-type="value">
        <br />&nbsp;
    </div>

    <div class="orcode">
        <img src="/images/sm/qrcode.png" ondragstart="return false;" alt=""><br>
        <span class='i18n'>Msg.systemSetting.scanCode</span><span class='i18n'>Msg.systemSetting.loadApp</span>
    </div>
</div>




map.html

<!DOCTYPE html>
<!--[if lt IE 9 ]>
<html itemscope itemtype="https://schema.org/" id="ie8" class="ie" lang="en"><![endif]-->
<!--[if IE 9 ]>
<html itemscope itemtype="https://schema.org/" id="ie9" class="ie" lang="en"><![endif]-->
<!--[if gt IE 9]><!-->
<html itemscope itemtype="https://schema.org/" lang="en"><!--<![endif]-->
<head>
    <meta charset="UTF-8">
    <base target="_top"/>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
    <meta http-equiv="expires" content="0"/>
    <meta http-equiv="pragma" content="no-cache"/>
    <meta http-equiv="cache-control" content="no-cache, must-revalidate"/>
    <title>FusionSolar 5.0</title>
    <script type="text/javascript" src="/js/require.js" data-main="/js/main/map" defer async></script>
    <!--[if lt IE 9]>
    <script src="http://cdn.bootcss.com/html5shiv/3.7.2/html5shiv.min.js"></script>
    <script src="http://cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script>
    <![endif]-->
</head>
<body>
<div id="main_view"></div>
<noscript>
    <iframe src="404.html"></iframe>
</noscript>
</body>

猜你喜欢

转载自hello------world.iteye.com/blog/2360289
今日推荐