📄 th_init_boss_look.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" language="java"
import="java.sql.*" errorPage=""%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../css/style1.css" rel="stylesheet">
<link href="<%=request.getContextPath()%>/css/style_2.css"
rel="stylesheet">
<title>浏览页面</title>
</head>
<body>
<%
int index = Integer.parseInt(request.getParameter("lookbossindex"));
session.setAttribute("index", new Integer(index));
%>
<table width="95%" height="58" border="0" align="center"
cellpadding="0" cellspacing="0">
<tr>
<th width="16%" height="24" scope="col"></th>
<th width="64%" height="15" scope="col"></th>
<th width="20%" scope="col"></th>
</tr>
<tr>
<td valign="middle"></td>
<td height="25" align="center">
供 应 商 详 细 介 绍
</td>
<td></td>
</tr>
</table>
<c:forEach items="${bosses}" var="lookboss" begin="${index}"
end="${(index)}">
<table width="95%" height="130" border="0" align="center"
cellpadding="0" cellspacing="0" bgcolor="#ECECF2">
<tr align="center">
<td scope="col" width="17%">
供应商名称:
</td>
<td height="25" colspan="4" scope="col">
${lookboss.name }
</td>
<td width="17%" scope="col"></td>
<td width="5%" scope="col"></td>
</tr>
<tr align="center">
<td>
地址:
</td>
<td height="25" colspan="4">
${lookboss.address }
</td>
<td></td>
<td></td>
</tr>
<tr align="center">
<td>
电话:
</td>
<td height="25" width="14%">
${lookboss.tel }
</td>
<td width="16%">
传真电话:
</td>
<td width="14%">
${lookboss.fax }
</td>
<td width="17%">
E-mail:
</td>
<td width=15%>
<a href="mailto:${lookboss.email }">${lookboss.email } </a>
</td>
<td width=15%></td>
</tr>
<tr align="center">
<td>
联系人:
</td>
<td height="25">
${lookboss.lkname }
</td>
<td>
联系人职务:
</td>
<td>
${lookboss.lkduty }
</td>
<td>
联系人电话:
</td>
<td>
${lookboss.lktel }
</td>
<td></td>
</tr>
<tr align="center">
<td height="30">
联系人手机:
</td>
<td height="30">
${lookboss.lkhandset }
</td>
<td height="30"></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</table>
</c:forEach>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -