dbms_prime init...1
This commit is contained in:
parent
e0ac0b0944
commit
7326ee3391
@ -1,10 +1,11 @@
|
||||
<%@ 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()); %>
|
||||
<%// String host = request.getServerName(); out.println(host); %>
|
||||
<c:import url="${phpurl }/default_alert.php?name=${member.name }&page=default&HTTP_HOST=${host }" />
|
||||
<%@ 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" />
|
||||
<!-- /.row -->
|
||||
<div class="row">
|
||||
<div class="row">
|
||||
<div class="col-lg-8">
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
@ -34,7 +35,7 @@
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<div class="table-responsive">
|
||||
<c:import url="${phpurl}/total_counting.php" />
|
||||
<c:import url="${phpurl}/dbms/totalcount/${host}" />
|
||||
</div>
|
||||
<!-- /.table-responsive -->
|
||||
</div>
|
||||
@ -67,7 +68,7 @@
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<div class="table-responsive">
|
||||
<c:import url="${phpurl}/new_server_list.php?limit=5" />
|
||||
<c:import url="${phpurl}/dbms/newservices" />
|
||||
</div>
|
||||
<!-- /.table-responsive -->
|
||||
</div>
|
||||
@ -89,7 +90,7 @@
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<div class="list-group">
|
||||
<c:import url="${phpurl}/working_history.php?limit=16" />
|
||||
<c:import url="${phpurl}/dbms/newhistorys" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user