index.js

<%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
<%
    String path = request.getContextPath();
    String basePath = request.getScheme() + "://"
            + request.getServerName() + ":" + request.getServerPort()
            + path + "/";
%>
<!DOCTYPE html>
<html lang="zh">
<head>
<base href="<%=basePath%>">
<meta charset="utf-8">
<link rel="shortcut icon" href="static/images/las.ico">
<!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
<title>網管日誌分析系統</title>
<link href="static/index/css/bootstrap.min.css" rel="stylesheet" />
<link rel="stylesheet" href="static/index/css/animate.css" />
<link href="static/index/css/style.css" rel="stylesheet" />
</head>
<body ms-controller='webVm' class='ms-controller'>
    <!-- Navigation -->
    <section id="navigation" class="navbar-fixed-top visible-nav">
        <div class="menu-position">
            <div class="nav-logo">
                <a href="#" class="logo"> <img
                    src="static/index/img/las_logo.png" alt="logo" />
                </a>
            </div>
            <div class="nav-menu">
                <ul class="nav">
                    <li><a href="login_toLogin.do" class="scroll">登陸</a></li>
                    <li><a href="login_toLogin.do" class="scroll">註冊</a></li>
                </ul>
            </div>
        </div>
    </section>

    <!-- Homepage -->

    <!-- About -->
    <section id="about">
        <div class="container">
            <div class="col-md-12">

                <div class="col-md-6 col-sm-6 wow bounceIn"
                    style="margin-top: -30px;">
                    <img src="static/index/img/computer.png" class="img-responsive">
                </div>

                <div class="col-md-6 col-sm-6 add-top">
                    <div class="las_function">
                        對無線網管系統的進程日誌、業務操做日誌、數據庫日誌、操做系統日誌等進行採集、清洗、過濾、分析以及可視化,用於網管性能分析、資源消耗模型分析、故障定位分析。
                    </div>
                    <div class="las_function_experience">
                        <a onclick="severCheck();">當即體驗</a>
                    </div>
                </div>
            </div>
        </div>
        <div style="clear: both;"></div>
    </section>

    <!-- Benefits -->
    <section id="benefits">
        <div class="container">
            <div class="col-md-12">
                <div class="benefits wow bounce add-bottom">
                    <h2>
                        大數據分析平臺</span>
                    </h2>
                    <div class="divider add-bottom"></div>
                </div>
                <div id="bottom_bar"
                    style="width: 100%; height: 240px; padding-top: 30px;">
                    <div
                        style="float: left; width: 1300px; height: 220px; margin-top: auto; margin-left: auto; padding-left: 0px; border: 0px;">
                        <div id="qushi"
                            style="width: 128px; height: 200px; text-align: center; float: left; margin-left: 113px;">
                            <img src="static/index/img/lasfunction/1.png"
                                style="margin-left: 0px; width: 100px; height: 100px" />
                            <div
                                style="font-size: 18px; font-weight: bold; margin-bottom: 15px;">性能趨勢分析</div>
                            <div style="font-size: 14px; text-align: left;">分析網管系統的性能趨勢</div>
                        </div>
                        <div id="query"
                            style="width: 128px; height: 220px; text-align: center; float: left; margin-left: 120px;">
                            <img src="static/index/img/lasfunction/2.png"
                                style="margin-left: 0px; width: 100px; height: 100px" />
                            <div
                                style="font-size: 18px; font-weight: bold; margin-bottom: 15px;">故障定位分析</div>
                            <div style="font-size: 14px; text-align: left;">經過搜索、字段過濾和統計分析快速定位問題根源</div>
                        </div>
                        <div id="alert_analysis"
                            style="width: 128px; height: 220px; text-align: center; float: left; margin-left: 120px;">
                            <img src="static/index/img/lasfunction/3.png"
                                style="margin-left: 0px; width: 100px; height: 100px" />
                            <div
                                style="font-size: 18px; font-weight: bold; margin-bottom: 15px;">資源消耗模型</div>
                            <div style="font-size: 14px; text-align: left;">分析用戶操做對於的網管進程、數據庫、操做系統資源的消耗模型</div>
                        </div>
                        <div id="log_management"
                            style="width: 128px; height: 220px; text-align: center; float: left; margin-left: 120px;">
                            <img src="static/index/img/lasfunction/4.png"
                                style="margin-left: 0px; width: 100px; height: 100px" />
                            <div
                                style="font-size: 18px; font-weight: bold; margin-bottom: 15px;">日誌集中管理</div>
                            <div style="font-size: 14px; m text-align: left;">無需登陸各臺機器,集中管理全部日誌</div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <div style="clear: both;"></div>
    </section>

    <!-- Contact -->
    <section id="contact">
        <div class="container">
            <div class="col-md-12 contact">
                <div class="col-md-4"></div>
                <div class="wow bottomLink bounce col-md-4" data-wow-delay="0.3s"
                    onclick="" href="test">
                    <img src="static/index/img/logo.png"> <br> <span
                        class="col-md-12" style="">關於咱們</span>
                </div>
                <div class="divider  col-md-12 add-bottom"></div>
                <div class="wow fadeIn">
                    <div class="col-md-12"
                        style="padding-top: 5px; text-align: center;">
                        <span style="">Copyright © 無線研究院網管測試部. 2015-2016. All
                            rights reserved</span>
                    </div>
                </div>
            </div>


        </div>
        <div style="clear: both;"></div>
    </section>

    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
    <script type="text/javascript"
        src="static/index/js/jquery-2.0.3.min.js"></script>
    <script type="text/javascript" src="static/index/js/dist/wow.js"></script>
    <script type="text/javascript" src="static/index/js/bootstrap.min.js"></script>
    <script type="text/javascript" src="static/index/js/plugins.js"></script>
    <script type="text/javascript" src="static/index/js/avalon.js"></script>
    <script type="text/javascript" src="static/index/js/controller.js"></script>

    <script>
        //TOCMAT重啓以後 點擊左側列表跳轉登陸首頁 
        $.ajax({
                    type : "POST",
                    url : 'login_login',
                    dataType : 'json',
                    cache : false,
                    success : function(data) {}
                });
    </script>

    <script type="text/javascript">
        $(top.hangge());
    </script>
</body>
</html>
相關文章
相關標籤/搜索