📄 member_first_list.jsp.svn-base
字号:
<%@ page contentType='text/html;charset=euc-kr'%>
<html>
<body bgcolor="#FFFFFF">
<!--↓본문 -->
<table width="166" height="56" border="0" cellspacing="0" cellpadding="0" align="center">
<tr valign="top" >
<td>
<table width="166" border="0" cellspacing="0" cellpadding="0">
<!--↓여백 시작 -->
<tr height="2">
<td></td>
</tr>
<!--↑여백 끝-->
<!--↓투데이 시작 -->
<tr>
<td align="right"><font color="#C88E3D" size="3"><b>today </b><%=nTodayCount %>/<%=nTotalCount %></font></td>
</tr>
<!--↑투데이 끝-->
<!--↓여백 시작 -->
<tr height="1">
<td></td>
</tr>
<!--↑여백 끝-->
<!--↓점선 시작 -->
<tr>
<td width="166" height="1" background="<%=img_path%>images/popUp/dot_01.png"></td>
</tr>
<!--↑점선 끝-->
<!--↓여백 시작 -->
<tr height="1">
<td></td>
</tr>
<!--↑여백 끝-->
<!--↓메뉴 시작 -->
<tr>
<td> <img src="<%=img_path%>images/popUp/temp_4.png" pictosrc="77"> 신청 <%=nFriendCount %>건
<img src="<%=img_path%>images/popUp/temp_5.png" pictosrc="76"> <%=nPaperCount %>건
</td>
</tr>
<tr height="1">
<td></td>
</tr>
<tr>
<td width="166" height="1" background="<%=img_path%>images/popUp/dot_01.png"></td>
</tr>
<tr height="1">
<td></td>
</tr>
<tr>
<%
if(nGuestBook == 0)
{
%>
<td> <img src="<%=img_path%>images/popUp/temp_6.png" pictosrc="83"> <font color="#545454">내 폰피 방명록 새 글 없음</font></td>
<%
}else{
%>
<td> <img src="<%=img_path%>images/popUp/temp_6.png" pictosrc="83"> <font color="#545454">내 폰피 방명록 새 글 도착</font></td>
<%
}
%>
</tr>
<!--↑메뉴 끝-->
</table>
</td>
</tr>
</table>
<!--↑본문 -->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -