template.jsp > MODEL

본문 바로가기

사이트 내 전체검색

뒤로가기 MODEL

template.jsp

페이지 정보

작성자 관리자 작성일 21-07-15 19:09 조회 376 댓글 0

본문

<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>

<%

String pagefile=request.getParameter("page");

if (pagefile==null){pagefile="newitem";}

%>

<html>

<head>

<title>Template Test</title>

<style>

table{

    margin : auto;

width : 960px;

color : gray;

border : 1px solid gray;

}

</style>

</head>

<body>


<table>

<tr>

<td height="43" colspan=3 align=left>

<jsp:include page="top.jsp"/>

</td>

</tr>

<tr>

<td width="15%" align=right valign=top><br>

<jsp:include page="left.jsp"/>

</td>

<td colspan=2 align=center>

<jsp:include page='<%=pagefile+".jsp" %>'/>

</td>

</tr>

<tr>

<td width="100%" height="40" colspan="3">

<jsp:include page="bottom.jsp"/>

</td>

</tr>

</table>


</body>

</html>

추천0

댓글목록 0

등록된 댓글이 없습니다.


Copyright © dancePKT. All rights reserved.
PC 버전으로 보기