dbms_prime init...1

This commit is contained in:
최준흠 2025-03-24 18:31:14 +09:00
parent a587f600a3
commit 601bf9d2f4

View File

@ -1,10 +1,12 @@
<%@ 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());
%> <%// String host = request.getServerName(); out.println(host); %>
<c:import
url="${phpurl }/default_alert.php?name=${member.name }&page=default&HTTP_HOST=${host }" />
<!-- /.row -->
<div class="row">
<div class="row">
<div class="col-lg-8">
<div class="panel panel-default">
<div class="panel-heading">
@ -34,7 +36,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/dashboard/dbms.prime-idc.jp" />
</div>
<!-- /.table-responsive -->
</div>
@ -67,7 +69,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}/new_server_list.php?limit=5" /> -->
</div>
<!-- /.table-responsive -->
</div>
@ -89,7 +91,7 @@
</div>
<div class="panel-body">
<div class="list-group">
<c:import url="${phpurl}/working_history.php?limit=16" />
<!-- <c:import url="${phpurl}/working_history.php?limit=16" /> -->
</div>
</div>
</div>