admin/member/list.jsp > MODEL2

본문 바로가기
사이트 내 전체검색

MODEL2

admin/member/list.jsp

페이지 정보

profile_image
작성자 관리자
댓글 0건 조회 396회 작성일 23-03-18 10:36

본문

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


<%@ include file="/admin/include/header.jsp" %>


<table width=100% height=50 border=0>

<tr>

<td align=center style="color:#777;font-size:14px;font-weight:bold;">[회원관리]</td>

</tr>

</table>


<style>

.td_title{

text-align:center;

font-weight:bold;

}

</style>


<script>

var popupX = (window.screen.width / 2) - (560 / 2);

var popupY= (window.screen.height /2) - (400 / 2);


function popup(str){

window.open("view?id="+str,"view","width=560,height=400,left="+popupX+",top="+popupY);

}

</script>


<center>

<table width=700 border=0 align=center>

<tr bgcolor="#e5ecef" height="30">

<td class="td_title">아이디</td>

<td class="td_title">이름</td>

<td class="td_title">나이</td>

<td class="td_title">성별</td>

<td class="td_title">메일주소</td>

<td class="td_title">레벨</td>

<td class="td_title">Mode</td>

</tr>

<c:forEach var="list" items="${v }">

<tr height="24">

<td align="center">${list.id }</td>

<td align="center">${list.name }</td>

<td align="center">${list.age }</td>

<td align="center">${list.gender }</td>

<td align="center">${list.email }</td>

<td align="center">${list.level }</td>

<td align="center">

<span onclick="popup('${list.id }')" style="cursor:pointer">[상세]</span>

</td>

</tr>

<tr><td colspan=7 height=1 bgcolor="#e5ecef"></td></tr>

</c:forEach>

</table>

</center>

<br>


<%@ include file="/admin/include/footer.jsp" %>

추천0

댓글목록

등록된 댓글이 없습니다.

회원로그인

회원가입

사이트 정보

공지사항
자유게시판
질문답변
1:1문의

 

별명 : 터푸가위
주소 : 부산시 동래구 명장로20번길 90
대표 : 박규태
메일 : dancepkt@******.com

접속자집계

오늘
197
어제
123
최대
10,760
전체
263,796
Copyright © dancePKT . All rights reserved.