Files
ningbo/动易的标签库/模板库_dhjd/项目信息公开模板/项目信息搜索页模板.html
T
2026-08-31 16:22:00 +08:00

251 lines
12 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>工程建设领域</title>
<link href="{PE.SiteConfig.SkinPath/}default.css" rel="stylesheet" type="text/css" />
<link href="{PE.SiteConfig.SkinPath/}public.css" rel="stylesheet" type="text/css" />
<link href="{PE.SiteConfig.SkinPath/}project.css" rel="stylesheet" type="text/css" />
<script language="javascript" type="text/javascript" src="{PE.SiteConfig.ApplicationPath/}JS/Common.js"></script>
<script language="javascript" type="text/javascript" src="{PE.SiteConfig.applicationpath /}JS/jquery.pack.js"></script>
<script src="{PE.SiteConfig.ApplicationPath/}JS/jquery.dimensions.js" type="text/javascript"></script>
<script src="{PE.SiteConfig.ApplicationPath/}JS/jquery.accordion.js" type="text/javascript"></script>
</head>
<body>
<div id="wrapper"> {PE.Label id="GOV_网站顶部" /}
<!-- S 内容定义 -->
<div id="center_all">
<div id="main_bg" class="main_bgpic">
<div id="main_bg">
<!--= S 顶部导航 -->
{PE.Label id="建设领域导航" /}
<!--= E 顶部导航 -->
<div id="content">
<div id="container" class="layout_2_2_1 clearFloat">
<div class="box_side fl">
<!-- S 项目信息目录 -->
<script type="text/javascript">
$(function () {
$('ul.drawers').accordion({
header: 'H4.drawer-handle',
selectedClass: 'open',
event: 'click'
});
});
</script>
{PE.Label id="左侧_项目目录树"/}
<!-- E 信用信息目录 -->
</div>
<div class="box_main fr">
<!-- 企业信息查询 S-->
<div class="class">
<div class="hd">
<h3>
项目信息查询</h3>
</div>
<div class="bd">
<dl>
<dd>
<table class="project pj_search" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td class="tit">
项目编号
</td>
<td>
<input type="text" size="38" id="input_projectnum" />
</td>
<td class="tit">
项目名称
</td>
<td>
<input type="text" size="38" id="input_projectname" />
</td>
</tr>
<tr>
<td class="tit">
年 度
</td>
<td>
<input type="text" size="38" id="input_year" />
</td>
<td class="tit">
项目分类
</td>
<td>
<input type="text" size="38" id="input_projecttype" />
</td>
</tr>
<tr>
<td class="tit">
主管部门
</td>
<td>
<input type="text" size="38" id="input_competentdepartment" />
</td>
<td class="tit">
审批部门
</td>
<td>
<input type="text" size="38" id="input_approvedepartment" />
</td>
</tr>
<tr>
<td class="tit">
建设单位
</td>
<td>
<input type="text" size="38" id="input_constructionunit" />
</td>
<td class="tit">
组织机构代码
</td>
<td>
<input type="text" size="38" id="input_projectorgnum" />
</td>
</tr>
<tr class="search_btn">
<td colspan="4">
<input type="image" id="searchproject" src="{PE.SiteConfig.SkinPath/}images/gc/gc_se_btn2.png"
width="69" height="22" /><input type="image" id="resetsearch" src="{PE.SiteConfig.SkinPath/}images/gc/gc_se_btn3.png"
width="69" height="22" />
</td>
</tr>
</table>
<div class="blank10">
</div>
<table width="100%">
<tbody>
<tr class="line">
<td width="50%">
项目名称
</td>
<td width="25%">
项目编号
</td>
<td width="17%">
创建时间
</td>
<td width="8%">
操作
</td>
</tr>
{PE.Label id="项目信息搜索列表" projectnum="@Request_projectnum" projectname="@Request_projectname"
year="@Request_year" projecttype="@Request_projecttype" competentdepartment="@Request_competentdepartment"
approvedepartment="@Request_approvedepartment" constructionunit="@Request_constructionunit" projectorgnum="@Request_projectorgnum"
page="true" pagesize="20" titleLength="56"/}
</tbody>
</table>
</dd>
</dl>
</div>
<!-- 翻页 -->
<div class="pager">
{PE.Page id="Monster_后台风格" span="div" class="page" datasource="项目信息搜索列表"/}
</div>
</div>
<!-- 项目信息公开 E-->
</div>
</div>
</div> </div>
<div class="clearbox"></div>
<div class="c_spacing"></div>
</div>
</div>
<!-- E 内容定义 -->
{PE.Label id="GOV_网站底部" /} </div>
<script type="text/javascript">
$(document).ready(function () {
var projectnum;
var projectname;
var year;
var projecttype;
var competentdepartment;
var approvedepartment;
var constructionunit;
var projectorgnum;
projectnum = "@Request_projectnum";
projectname = "@Request_projectname";
year = "@Request_year";
projecttype = "@Request_projecttype";
competentdepartment = "@Request_competentdepartment";
approvedepartment = "@Request_approvedepartment";
constructionunit = "@Request_constructionunit";
projectorgnum = "@Request_projectorgnum";
if (projectnum != "") {
$("#input_projectnum").val(projectnum);
}
if (projectname != "") {
$("#input_projectname").val(projectname);
}
if (projecttype != "") {
$("#input_projecttype").val(projecttype);
}
if (competentdepartment != "") {
$("#input_competentdepartment").val(competentdepartment);
}
if (year != "") {
$("#input_year").val(year);
}
if (approvedepartment != "") {
$("#input_approvedepartment").val(approvedepartment);
}
if (constructionunit != "") {
$("#input_constructionunit").val(constructionunit);
}
if (projectorgnum != "") {
$("#input_projectorgnum").val(projectorgnum);
}
$("#searchproject").click(function (event) {
var pram;
pram = "";
var url;
projectnum = $("#input_projectnum").val();
projectname = $("#input_projectname").val();
year = $("#input_year").val();
projecttype = $("#input_projecttype").val();
competentdepartment = $("#input_competentdepartment").val();
approvedepartment = $("#input_approvedepartment").val();
constructionunit = $("#input_constructionunit").val();
projectorgnum = $("#input_projectorgnum").val();
url = "SearchProject.aspx";
if (projectnum != "") {
pram += "&" + "projectnum=" + encodeURI(projectnum);
}
if (projectname != "") {
pram += "&" + "projectname=" + encodeURI(projectname);
}
if (year != "") {
pram += "&" + "year=" + encodeURI(year);
}
if (projecttype != "") {
pram += "&" + "projecttype=" + encodeURI(projecttype);
}
if (competentdepartment != "") {
pram += "&" + "competentdepartment=" + encodeURI(competentdepartment);
}
if (approvedepartment != "") {
pram += "&" + "approvedepartment=" + encodeURI(approvedepartment);
}
if (constructionunit != "") {
pram += "&" + "constructionunit=" + encodeURI(constructionunit);
}
if (projectorgnum != "") {
pram += "&" + "projectorgnum=" + encodeURI(projectorgnum);
}
if (pram != "") {
pram = pram.replace("&", "?");
}
url += pram;
window.location.href = url;
});
$("#resetsearch").click(function (event) {
$(".project input").val("")
});
});
</script>
</body>
</html>