⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 member_first_list.jsp.svn-base

📁 用手机浏览的一个类似于聊天室 博克 homepage 等 对这方面有 兴趣的朋友 有所帮助的
💻 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>&nbsp;<img src="<%=img_path%>images/popUp/temp_4.png" pictosrc="77"> 신청 <%=nFriendCount %>건
						&nbsp;&nbsp;&nbsp;
						<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>&nbsp;<img src="<%=img_path%>images/popUp/temp_6.png" pictosrc="83">&nbsp;<font color="#545454">내 폰피 방명록 새 글 없음</font></td>
				
				<%
				}else{ 
                %>
				<td>&nbsp;<img src="<%=img_path%>images/popUp/temp_6.png" pictosrc="83">&nbsp;<font color="#545454">내 폰피 방명록 새 글 도착</font></td>	
				<%
				} 
				%>
				</tr>
				<!--↑메뉴 끝-->
			</table>			

		</td>
	</tr>
</table>
<!--↑본문 -->



</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -