📄 introduce2.jsp
字号:
<%@page language="java" pageEncoding="UTF-8"%>
<html>
<head>
<title>经济运行调度信息网</title>
<style type="text/css">
@import url("css.css");
</style>
<link href="<%=request.getContextPath() %>/jsp/css/css.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
body {
background-image: url(<%=request.getContextPath() %>/jsp/images/bei.gif);
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style></head>
<body>
<table width="780" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<jsp:include flush="true" page="../include/top.jsp" />
</tr>
<tr>
<td height="8" colspan="3" bgcolor="#FFFFFF"></td>
</tr>
<tr align="center">
<td colspan="3" align="center" valign="middle" bgcolor="#FFFFFF">
<table width="780" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#FFFFFF">
<tr>
<td height="60" colspan="3" bgcolor="#FFFFFF"><div align="center"><span class="nei20">经济运行局简介</span></div></td>
<td height="60" colspan="3" align="center" bgcolor="#FFFFFF"><div align="center"><span class="nei20"></span></div></td>
</tr>
<tr>
<td height="242" valign="top" align="center">
<span class="nei25">监测分析工交行业经济运行态势,组织解决工交行业经济运行的有关重大问题,研究提出工交行业经济运行方面的政策建议;组织重要物资的紧急调度和交通运输协调工作;提出动用国家物资储备的建议;管理国家药品储备;承担国务院减轻企业负担部际联席会议的日常工作。</span>
</td>
</tr>
<tr>
<td align="center">
<span class="nei25"></span>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<jsp:include flush="true" page="../include/foot.jsp" />
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -