dbms_primeidc init...1
This commit is contained in:
parent
89032aa82f
commit
b820fbe765
@ -1,9 +1,8 @@
|
||||
<%@ page language="java" contentType="text/html; charset=UTF-8"
|
||||
pageEncoding="UTF-8"%> <%@ taglib prefix="c"
|
||||
uri="http://java.sun.com/jsp/jstl/core" %> <%
|
||||
pageContext.setAttribute("phpurl",request.getScheme()+"://"+request.getServerName());
|
||||
%> <% pageContext.setAttribute("host",request.getServerName()); %>
|
||||
<c:import url="${phpurl}/dbms/dashboard" />
|
||||
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
|
||||
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
||||
<% pageContext.setAttribute("phpurl",request.getScheme()+"://"+request.getServerName());%>
|
||||
<% pageContext.setAttribute("host",request.getServerName()); %>
|
||||
<c:import url="${phpurl}/site/dashboard" />
|
||||
<!-- /.row -->
|
||||
<div class="row">
|
||||
<div class="col-lg-8">
|
||||
@ -13,19 +12,19 @@ pageContext.setAttribute("phpurl",request.getScheme()+"://"+request.getServerNam
|
||||
<div class="pull-right">
|
||||
<div class="btn-group">
|
||||
<!--
|
||||
<button type="button" class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown">
|
||||
IDC-회선
|
||||
<span class="caret"></span>
|
||||
</button>
|
||||
<ul class="dropdown-menu pull-right" role="menu">
|
||||
<li><a href="#">전체보기</a></li>
|
||||
<li class="divider"><HR></li>
|
||||
<li><a href="#">도쿄일반</a></li>
|
||||
<li><a href="#">도쿄보안</a></li>
|
||||
<li><a href="#">치바일반</a></li>
|
||||
<li><a href="#">치바보안 </a></li>
|
||||
</ul>
|
||||
-->
|
||||
<button type="button" class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown">
|
||||
IDC-회선
|
||||
<span class="caret"></span>
|
||||
</button>
|
||||
<ul class="dropdown-menu pull-right" role="menu">
|
||||
<li><a href="#">전체보기</a></li>
|
||||
<li class="divider"><HR></li>
|
||||
<li><a href="#">도쿄일반</a></li>
|
||||
<li><a href="#">도쿄보안</a></li>
|
||||
<li><a href="#">치바일반</a></li>
|
||||
<li><a href="#">치바보안 </a></li>
|
||||
</ul>
|
||||
-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -35,7 +34,7 @@ pageContext.setAttribute("phpurl",request.getScheme()+"://"+request.getServerNam
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<div class="table-responsive">
|
||||
<c:import url="${phpurl}/dbms/totalcount/${host}" />
|
||||
<c:import url="${phpurl}/site/totalcount/sitekey/${host}" />
|
||||
</div>
|
||||
<!-- /.table-responsive -->
|
||||
</div>
|
||||
@ -68,7 +67,7 @@ pageContext.setAttribute("phpurl",request.getScheme()+"://"+request.getServerNam
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<div class="table-responsive">
|
||||
<c:import url="${phpurl}/dbms/newservices" />
|
||||
<c:import url="${phpurl}/site/newservices" />
|
||||
</div>
|
||||
<!-- /.table-responsive -->
|
||||
</div>
|
||||
@ -90,7 +89,7 @@ pageContext.setAttribute("phpurl",request.getScheme()+"://"+request.getServerNam
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<div class="list-group">
|
||||
<c:import url="${phpurl}/dbms/newhistorys" />
|
||||
<c:import url="${phpurl}/site/newhistorys" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user