wuhongyuq 5 years ago
parent
commit
b4162e523e
31 changed files with 2786 additions and 0 deletions
  1. 94 0
      free-technological-management/WebRoot/IR/IFlistPage.html
  2. 94 0
      free-technological-management/WebRoot/IR/RRlistPage.html
  3. 94 0
      free-technological-management/WebRoot/IR/WElistPage.html
  4. 74 0
      free-technological-management/WebRoot/IR/afterPage/IndustryForecastAuditPage/review.html
  5. 96 0
      free-technological-management/WebRoot/IR/afterPage/IndustryForecastAuditPage/reviewList.html
  6. 100 0
      free-technological-management/WebRoot/IR/afterPage/IndustryForecastPage/formPage.html
  7. 103 0
      free-technological-management/WebRoot/IR/afterPage/IndustryForecastPage/listPage.html
  8. 50 0
      free-technological-management/WebRoot/IR/afterPage/IndustryForecastPage/viewPage.html
  9. 91 0
      free-technological-management/WebRoot/IR/afterPage/IndustryTypePage/formPage.html
  10. 96 0
      free-technological-management/WebRoot/IR/afterPage/IndustryTypePage/listPage.html
  11. 38 0
      free-technological-management/WebRoot/IR/afterPage/IndustryTypePage/viewPage.html
  12. 74 0
      free-technological-management/WebRoot/IR/afterPage/ResearchReportAuditPage/review.html
  13. 96 0
      free-technological-management/WebRoot/IR/afterPage/ResearchReportAuditPage/reviewList.html
  14. 100 0
      free-technological-management/WebRoot/IR/afterPage/ResearchReportPage/formPage.html
  15. 103 0
      free-technological-management/WebRoot/IR/afterPage/ResearchReportPage/listPage.html
  16. 42 0
      free-technological-management/WebRoot/IR/afterPage/ResearchReportPage/viewPage.html
  17. 78 0
      free-technological-management/WebRoot/IR/afterPage/WorkExplorationAuditPage/review.html
  18. 96 0
      free-technological-management/WebRoot/IR/afterPage/WorkExplorationAuditPage/reviewList.html
  19. 100 0
      free-technological-management/WebRoot/IR/afterPage/WorkExplorationPage/formPage.html
  20. 103 0
      free-technological-management/WebRoot/IR/afterPage/WorkExplorationPage/listPage.html
  21. 42 0
      free-technological-management/WebRoot/IR/afterPage/WorkExplorationPage/viewPage.html
  22. 3 0
      free-technological-management/WebRoot/IR/afterPage/commonPage/_goback.html
  23. 284 0
      free-technological-management/WebRoot/IR/afterPage/commonPage/_layout.html
  24. 174 0
      free-technological-management/WebRoot/IR/afterPage/commonPage/_layout_2.html
  25. 61 0
      free-technological-management/WebRoot/IR/afterPage/commonPage/_paginate.html
  26. 33 0
      free-technological-management/WebRoot/IR/afterPage/index.html
  27. 3 0
      free-technological-management/WebRoot/IR/commonPage/_goback.html
  28. 255 0
      free-technological-management/WebRoot/IR/commonPage/_layout.html
  29. 61 0
      free-technological-management/WebRoot/IR/commonPage/_paginate.html
  30. 54 0
      free-technological-management/WebRoot/IR/index.html
  31. 94 0
      free-technological-management/WebRoot/IR/login.html

File diff suppressed because it is too large
+ 94 - 0
free-technological-management/WebRoot/IR/IFlistPage.html


File diff suppressed because it is too large
+ 94 - 0
free-technological-management/WebRoot/IR/RRlistPage.html


File diff suppressed because it is too large
+ 94 - 0
free-technological-management/WebRoot/IR/WElistPage.html


+ 74 - 0
free-technological-management/WebRoot/IR/afterPage/IndustryForecastAuditPage/review.html

@@ -0,0 +1,74 @@
+<%var cssParam = {%>
+
+<%};%>
+
+<%var jsParam = {%>
+
+<script type="text/javascript">
+	function todel(msg,type){
+		bootbox.dialog({
+			title: "系统提示", 
+			message: msg, 
+			locale:"zh_CN",
+			buttons: {
+				cancel: {label: "取消",className: "btn-cancel",callback: function() {}},
+				ok: {label: "确定",className: "btn-success",
+					callback: function() {
+						$("#state").val(type);
+						$("#form1").submit();
+					}
+				}
+			}
+		});
+	}
+</script>
+<%};%>
+
+<%layout("/IR/afterPage/commonPage/_layout.html", {nav: "产品预测审核",meunsel: "Manage",jsParam:jsParam,cssParam:cssParam}) {%>
+<div class="col-xs-12">
+	<form id="form1" class="form-horizontal" role="form" action="${contextPath}/IndustryForecastAudit/audit" method="post">
+		<input id="state" name="type" type="hidden">
+		<input id="urlParas" name="urlParas" type="hidden" value="">
+		<input id="pageNumber" name="pageNumber" type="hidden" value="1">
+		<input name="id" type="hidden" value="${industryForecast.id}">
+		<div class="form-group">
+			<label class="col-sm-3 no-padding-right" style="text-align: right;"> 标题名称: </label>
+			<label class="col-sm-9 no-padding-right" style="text-align: left;"> ${industryForecast.name} </label>
+		</div>
+		<div class="form-group">
+			<label class="col-sm-3 no-padding-right" style="text-align: right;"> 创建时间: </label>
+			<label class="col-sm-9 no-padding-right" style="text-align: left;"> ${industryForecast.createDate} </label>
+		</div>
+		<div class="form-group">
+			<label class="col-sm-3 no-padding-right" style="text-align: right;"> 附件: </label>
+			<label class="col-sm-9 no-padding-right" style="text-align: left;"><a href="${contextPath}/imageFile/downloadFile?filePath=${industryForecast.attachment}" target="_blank"> 下载附件 </a></label>
+		</div>
+		<div class="form-group">
+			<label class="col-sm-3 no-padding-right" style="text-align: right;"> 预测说明: </label>
+			<label class="col-sm-9 no-padding-right" style="text-align: left;"> ${industryForecast.explains} </label>
+		</div>
+		<div class="form-group">
+			<label class="col-sm-3 control-label no-padding-right" for="introduction"> 审核结果描述 </label>
+			<div class="col-sm-9">
+				<textarea name="resDescribe" id="resDescribe" placeholder="请输入审核结果描述" class="col-xs-10 col-sm-5" ></textarea>
+			</div>
+		</div>
+	</form>
+		<div class="col-md-offset-3 col-md-9">
+			<a class="btn btn-xs btn-info" href="javascript:todel('审核通过。您确定吗?',1)" data-toggle="tooltip" data-placement="auto" title="通过">
+				<button class="btn btn-info">
+				<i class="icon-check bigger-120"></i>
+				通过
+				</button>
+			</a>
+			<a class="btn btn-xs btn-danger" href="javascript:todel('审核拒绝。您确定吗?',2)" data-toggle="tooltip" data-placement="auto" title="拒绝">
+				<button class="btn btn-danger">
+				<i class="icon-ban-circle bigger-120"></i>
+				拒绝
+				</button>
+			</a>
+		</div>
+	<!-- /span -->
+</div>
+<!-- /row -->
+<%}%>

+ 96 - 0
free-technological-management/WebRoot/IR/afterPage/IndustryForecastAuditPage/reviewList.html

@@ -0,0 +1,96 @@
+<%var cssParam = {%>
+
+<%};%>
+
+<%var jsParam = {%>
+
+<script type="text/javascript">
+	function todel(url,msg){
+		bootbox.dialog({
+			title: "系统提示", 
+			message: msg, 
+			locale:"zh_CN",
+			buttons: {
+				cancel: {label: "取消",className: "btn-cancel",callback: function() {}},
+				ok: {label: "确定",className: "btn-success",
+					callback: function() {
+						window.location.href = url;
+					}
+				}
+			}
+		});
+	}
+</script>
+
+<%};%>
+
+<%layout("/IR/afterPage/commonPage/_layout.html", {nav: "产业预测审核",meunsel:"Manage",jsParam:jsParam,cssParam:cssParam}) {%>
+<div class="col-xs-12">
+	<div class="row">
+		<input type="hidden" name="pageNumber" value="1" />
+	</div>
+</div>
+<div class="col-xs-12">
+	<div class="row">
+		<div class="table-responsive">
+			<table id="sample-table-1"
+				class="table table-striped table-bordered table-hover">
+				<thead>
+					<tr>
+						<th>序号</th>
+						<th>用户编号</th>
+						<th>标题名称</th>
+						<th>行业类型</th>
+						<th>创建时间</th>
+						<th>状态</th>
+						<th>操作</th>
+					</tr>
+				</thead>
+				<tbody>
+				<%for(dateList in industryForecastAuditList!){%>
+					<tr>
+						<td>${dateListLP.index}</td>
+						<td>${dateList.userId!''}</td>
+						<td>${dateList.name!''}</td>
+						<td>${dateList.industryType!''}</td>
+						<td>${dateList.createDate!''}</td>
+						<td>
+							<%if(dateList.state == 0){%>
+							<font color="blue">待审核</font> 
+       						<%}else if(dateList.state == 1){%>
+							<font color="green">通过审核</font> 
+							<%}else if(dateList.state == 2){%>
+							<font color="red">审核拒绝</font>
+        					<%}%>
+						</td>
+						<td>
+							<div class="visible-md visible-lg hidden-sm hidden-xs btn-group">
+								<a class="btn btn-xs btn-info" href="${contextPath}/IndustryForecastAudit/review?id=${dateList.id}" data-toggle="tooltip" data-placement="auto" title="查看详情">
+									<i class="icon-flag bigger-120"></i>
+								</a>
+								<a class="btn btn-xs btn-info" href="javascript:todel('${contextPath}/IndustryForecastAudit/audit?id=${dateList.id}&type=1&pageNumber=${pageNumber!1}&urlParas=${urlParas!}','审核通过。您确定吗?')" onclick="" data-toggle="tooltip" data-placement="auto" title="通过">
+									<i class="icon-check bigger-120"></i>
+								</a>
+								<a class="btn btn-xs btn-danger" href="javascript:todel('${contextPath}/IndustryForecastAudit/audit?id=${dateList.id}&type=2&pageNumber=${pageNumber!1}&urlParas=${urlParas!}','审核拒绝。您确定吗?')" onclick="" data-toggle="tooltip" data-placement="auto" title="拒绝">
+									<i class="icon-ban-circle bigger-120"></i>
+								</a>
+							</div>
+						</td>
+					</tr>
+				<%}elsefor{%>
+		        	<tr>
+				      <td colspan="7">没有记录!</td>
+				    </tr>
+				<%}%>
+				</tbody>
+			</table>
+		</div>
+		<div class="pull-right">
+			<%include("/IR/afterPage/commonPage/_paginate.html", {"currentPage": pageNumber!1, "totalPage": totalPage!1, "totalRow": totalRow!0, "actionUrl": contextPath+"/IndustryForecastAuditList/getIndustryForecastAuditList?pageNumber=", "urlParas": urlParas!''}){}%>
+		</div>
+		<!-- /.table-responsive -->
+	</div>
+	<!-- /span -->
+</div>
+<!-- /row -->
+<%}%>

File diff suppressed because it is too large
+ 100 - 0
free-technological-management/WebRoot/IR/afterPage/IndustryForecastPage/formPage.html


File diff suppressed because it is too large
+ 103 - 0
free-technological-management/WebRoot/IR/afterPage/IndustryForecastPage/listPage.html


File diff suppressed because it is too large
+ 50 - 0
free-technological-management/WebRoot/IR/afterPage/IndustryForecastPage/viewPage.html


File diff suppressed because it is too large
+ 91 - 0
free-technological-management/WebRoot/IR/afterPage/IndustryTypePage/formPage.html


File diff suppressed because it is too large
+ 96 - 0
free-technological-management/WebRoot/IR/afterPage/IndustryTypePage/listPage.html


File diff suppressed because it is too large
+ 38 - 0
free-technological-management/WebRoot/IR/afterPage/IndustryTypePage/viewPage.html


+ 74 - 0
free-technological-management/WebRoot/IR/afterPage/ResearchReportAuditPage/review.html

@@ -0,0 +1,74 @@
+<%var cssParam = {%>
+
+<%};%>
+
+<%var jsParam = {%>
+
+<script type="text/javascript">
+	function todel(msg,type){
+		bootbox.dialog({
+			title: "系统提示", 
+			message: msg, 
+			locale:"zh_CN",
+			buttons: {
+				cancel: {label: "取消",className: "btn-cancel",callback: function() {}},
+				ok: {label: "确定",className: "btn-success",
+					callback: function() {
+						$("#state").val(type);
+						$("#form1").submit();
+					}
+				}
+			}
+		});
+	}
+</script>
+<%};%>
+
+<%layout("/IR/afterPage/commonPage/_layout.html", {nav: "研究报告审核",meunsel: "Manage",jsParam:jsParam,cssParam:cssParam}) {%>
+<div class="col-xs-12">
+	<form id="form1" class="form-horizontal" role="form" action="${contextPath}/ResearchReportAudit/audit" method="post">
+		<input id="state" name="type" type="hidden">
+		<input id="urlParas" name="urlParas" type="hidden" value="">
+		<input id="pageNumber" name="pageNumber" type="hidden" value="1">
+		<input name="id" type="hidden" value="${researchReport.id}">
+		<div class="form-group">
+			<label class="col-sm-3 no-padding-right" style="text-align: right;"> 研究报告报告名称: </label>
+			<span class="col-sm-9 no-padding-right" style="text-align: left;"> ${researchReport.name} </span>
+		</div>
+		<div class="form-group">
+			<label class="col-sm-3 no-padding-right" style="text-align: right;"> 研究报告行业类型: </label>
+			<label class="col-sm-9 no-padding-right" style="text-align: left;"> ${researchReport.industryType} </label>
+		</div>
+		<div class="form-group">
+			<label class="col-sm-3 no-padding-right" style="text-align: right;"> 附件: </label>
+			<label class="col-sm-9 no-padding-right" style="text-align: left;"><a href="${contextPath}/imageFile/downloadFile?filePath=${researchReport.attachment}" target="_blank"> 下载附件 </a></label>
+		</div>
+		<div class="form-group">
+			<label class="col-sm-3 no-padding-right" style="text-align: right;"> 报告详情: </label>
+			<label class="col-sm-9 no-padding-right" style="text-align: left;"> ${researchReport.explains} </label>
+		</div>
+		<div class="form-group">
+			<label class="col-sm-3 control-label no-padding-right" for="introduction"> 审核结果描述 </label>
+			<div class="col-sm-9">
+				<textarea name="resDescribe" id="resDescribe" placeholder="请输入审核结果描述" class="col-xs-10 col-sm-5" ></textarea>
+			</div>
+		</div>
+	</form>
+		<div class="col-md-offset-3 col-md-9">
+			<a class="btn btn-xs btn-info" href="javascript:todel('审核通过。您确定吗?',1)" data-toggle="tooltip" data-placement="auto" title="通过">
+				<button class="btn btn-info">
+				<i class="icon-check bigger-120"></i>
+				通过
+				</button>
+			</a>
+			<a class="btn btn-xs btn-danger" href="javascript:todel('审核拒绝。您确定吗?',2)" data-toggle="tooltip" data-placement="auto" title="拒绝">
+				<button class="btn btn-danger">
+				<i class="icon-ban-circle bigger-120"></i>
+				拒绝
+				</button>
+			</a>
+		</div>
+	<!-- /span -->
+</div>
+<!-- /row -->
+<%}%>

+ 96 - 0
free-technological-management/WebRoot/IR/afterPage/ResearchReportAuditPage/reviewList.html

@@ -0,0 +1,96 @@
+<%var cssParam = {%>
+
+<%};%>
+
+<%var jsParam = {%>
+
+<script type="text/javascript">
+	function todel(url,msg){
+		bootbox.dialog({
+			title: "系统提示", 
+			message: msg, 
+			locale:"zh_CN",
+			buttons: {
+				cancel: {label: "取消",className: "btn-cancel",callback: function() {}},
+				ok: {label: "确定",className: "btn-success",
+					callback: function() {
+						window.location.href = url;
+					}
+				}
+			}
+		});
+	}
+</script>
+
+<%};%>
+
+<%layout("/IR/afterPage/commonPage/_layout.html", {nav: "研究报告审核",meunsel:"Manage",jsParam:jsParam,cssParam:cssParam}) {%>
+<div class="col-xs-12">
+	<div class="row">
+		<input type="hidden" name="pageNumber" value="1" />
+	</div>
+</div>
+<div class="col-xs-12">
+	<div class="row">
+		<div class="table-responsive">
+			<table id="sample-table-1"
+				class="table table-striped table-bordered table-hover">
+				<thead>
+					<tr>
+						<th>序号</th>
+						<th>用户编号</th>
+						<th>报告名称</th>
+						<th>行业类型</th>
+						<th>创建时间</th>
+						<th>状态</th>
+						<th>操作</th>
+					</tr>
+				</thead>
+				<tbody>
+				<%for(dateList in researchReportAuditList!){%>
+					<tr>
+						<td>${dateListLP.index}</td>
+						<td>${dateList.userId!''}</td>
+						<td>${dateList.name!''}</td>
+						<td>${dateList.industryType!''}</td>
+						<td>${dateList.createDate!''}</td>
+						<td>
+							<%if(dateList.state == 0){%>
+							<font color="blue">待审核</font> 
+       						<%}else if(dateList.state == 1){%>
+							<font color="green">通过审核</font> 
+							<%}else if(dateList.state == 2){%>
+							<font color="red">审核拒绝</font>
+        					<%}%>
+						</td>
+						<td>
+							<div class="visible-md visible-lg hidden-sm hidden-xs btn-group">
+								<a class="btn btn-xs btn-info" href="${contextPath}/ResearchReportAudit/review?id=${dateList.id}" data-toggle="tooltip" data-placement="auto" title="查看详情">
+									<i class="icon-flag bigger-120"></i>
+								</a>
+								<a class="btn btn-xs btn-info" href="javascript:todel('${contextPath}/ResearchReportAudit/audit?id=${dateList.id}&type=1&pageNumber=${pageNumber!1}&urlParas=${urlParas!}','审核通过。您确定吗?')" onclick="" data-toggle="tooltip" data-placement="auto" title="通过">
+									<i class="icon-check bigger-120"></i>
+								</a>
+								<a class="btn btn-xs btn-danger" href="javascript:todel('${contextPath}/ResearchReportAudit/audit?id=${dateList.id}&type=2&pageNumber=${pageNumber!1}&urlParas=${urlParas!}','审核拒绝。您确定吗?')" onclick="" data-toggle="tooltip" data-placement="auto" title="拒绝">
+									<i class="icon-ban-circle bigger-120"></i>
+								</a>
+							</div>
+						</td>
+					</tr>
+				<%}elsefor{%>
+		        	<tr>
+				      <td colspan="7">没有记录!</td>
+				    </tr>
+				<%}%>
+				</tbody>
+			</table>
+		</div>
+		<div class="pull-right">
+			<%include("/IR/afterPage/commonPage/_paginate.html", {"currentPage": pageNumber!1, "totalPage": totalPage!1, "totalRow": totalRow!0, "actionUrl": contextPath+"/ResearchReportAudit/getResearchReportAuditList?pageNumber=", "urlParas": urlParas!''}){}%>
+		</div>
+		<!-- /.table-responsive -->
+	</div>
+	<!-- /span -->
+</div>
+<!-- /row -->
+<%}%>

File diff suppressed because it is too large
+ 100 - 0
free-technological-management/WebRoot/IR/afterPage/ResearchReportPage/formPage.html


File diff suppressed because it is too large
+ 103 - 0
free-technological-management/WebRoot/IR/afterPage/ResearchReportPage/listPage.html


File diff suppressed because it is too large
+ 42 - 0
free-technological-management/WebRoot/IR/afterPage/ResearchReportPage/viewPage.html


+ 78 - 0
free-technological-management/WebRoot/IR/afterPage/WorkExplorationAuditPage/review.html

@@ -0,0 +1,78 @@
+<%var cssParam = {%>
+
+<%};%>
+
+<%var jsParam = {%>
+
+<script type="text/javascript">
+	function todel(msg,type){
+		bootbox.dialog({
+			title: "系统提示", 
+			message: msg, 
+			locale:"zh_CN",
+			buttons: {
+				cancel: {label: "取消",className: "btn-cancel",callback: function() {}},
+				ok: {label: "确定",className: "btn-success",
+					callback: function() {
+						$("#state").val(type);
+						$("#form1").submit();
+					}
+				}
+			}
+		});
+	}
+</script>
+<%};%>
+
+<%layout("/IR/afterPage/commonPage/_layout.html", {nav: "工作探索审核",meunsel: "Manage",jsParam:jsParam,cssParam:cssParam}) {%>
+<div class="col-xs-12">
+	<form id="form1" class="form-horizontal" role="form" action="${contextPath}/workExplorationAudit/audit" method="post">
+		<input id="state" name="type" type="hidden">
+		<input id="urlParas" name="urlParas" type="hidden" value="">
+		<input id="pageNumber" name="pageNumber" type="hidden" value="1">
+		<input name="id" type="hidden" value="${workExploration.id}">
+		<div class="form-group">
+			<label class="col-sm-3 no-padding-right" style="text-align: right;"> 工作探索标题: </label>
+			<label class="col-sm-9 no-padding-right" style="text-align: left;"> ${workExploration.name} </label>
+		</div>
+		<div class="form-group">
+			<label class="col-sm-3 no-padding-right" style="text-align: right;"> 行业类型: </label>
+			<label class="col-sm-9 no-padding-right" style="text-align: left;"> ${workExploration.industryType} </label>
+		</div>
+		<div class="form-group">
+			<label class="col-sm-3 no-padding-right" style="text-align: right;"> 创建日期: </label>
+			<label class="col-sm-9 no-padding-right" style="text-align: left;"> ${workExploration.createDate} </label>
+		</div>
+		<div class="form-group">
+			<label class="col-sm-3 no-padding-right" style="text-align: right;"> 附件: </label>
+			<label class="col-sm-9 no-padding-right" style="text-align: left;"><a href="${contextPath}/imageFile/downloadFile?filePath=${workExploration.attachment}" target="_blank"> 下载附件 </a></label>
+		</div>
+		<div class="form-group">
+			<label class="col-sm-3 no-padding-right" style="text-align: right;"> 探索说明: </label>
+			<label class="col-sm-9 no-padding-right" style="text-align: left;"> ${workExploration.explains} </label>
+		</div>
+		<div class="form-group">
+			<label class="col-sm-3 control-label no-padding-right" for="introduction"> 审核结果描述 </label>
+			<div class="col-sm-9">
+				<textarea name="resDescribe" id="resDescribe" placeholder="请输入审核结果描述" class="col-xs-10 col-sm-5" ></textarea>
+			</div>
+		</div>
+	</form>
+		<div class="col-md-offset-3 col-md-9">
+			<a class="btn btn-xs btn-info" href="javascript:todel('审核通过。您确定吗?',1)" data-toggle="tooltip" data-placement="auto" title="通过">
+				<button class="btn btn-info">
+				<i class="icon-check bigger-120"></i>
+				通过
+				</button>
+			</a>
+			<a class="btn btn-xs btn-danger" href="javascript:todel('审核拒绝。您确定吗?',2)" data-toggle="tooltip" data-placement="auto" title="拒绝">
+				<button class="btn btn-danger">
+				<i class="icon-ban-circle bigger-120"></i>
+				拒绝
+				</button>
+			</a>
+		</div>
+	<!-- /span -->
+</div>
+<!-- /row -->
+<%}%>

+ 96 - 0
free-technological-management/WebRoot/IR/afterPage/WorkExplorationAuditPage/reviewList.html

@@ -0,0 +1,96 @@
+<%var cssParam = {%>
+
+<%};%>
+
+<%var jsParam = {%>
+
+<script type="text/javascript">
+	function todel(url,msg){
+		bootbox.dialog({
+			title: "系统提示", 
+			message: msg, 
+			locale:"zh_CN",
+			buttons: {
+				cancel: {label: "取消",className: "btn-cancel",callback: function() {}},
+				ok: {label: "确定",className: "btn-success",
+					callback: function() {
+						window.location.href = url;
+					}
+				}
+			}
+		});
+	}
+</script>
+
+<%};%>
+
+<%layout("/IR/afterPage/commonPage/_layout.html", {nav: "工作探索审核",meunsel:"Manage",jsParam:jsParam,cssParam:cssParam}) {%>
+<div class="col-xs-12">
+	<div class="row">
+		<input type="hidden" name="pageNumber" value="1" />
+	</div>
+</div>
+<div class="col-xs-12">
+	<div class="row">
+		<div class="table-responsive">
+			<table id="sample-table-1"
+				class="table table-striped table-bordered table-hover">
+				<thead>
+					<tr>
+						<th>序号</th>
+						<th>用户编号</th>
+						<th>标题名称</th>
+						<th>行业类型</th>
+						<th>创建时间</th>
+						<th>状态</th>
+						<th>操作</th>
+					</tr>
+				</thead>
+				<tbody>
+				<%for(dateList in workExplorationAuditList!){%>
+					<tr>
+						<td>${dateListLP.index}</td>
+						<td>${dateList.userId!''}</td>
+						<td>${dateList.name!''}</td>
+						<td>${dateList.industryType!''}</td>
+						<td>${dateList.createDate!''}</td>
+						<td>
+							<%if(dateList.state == 0){%>
+							<font color="blue">待审核</font> 
+       						<%}else if(dateList.state == 1){%>
+							<font color="green">通过审核</font> 
+							<%}else if(dateList.state == 2){%>
+							<font color="red">审核拒绝</font>
+        					<%}%>
+						</td>
+						<td>
+							<div class="visible-md visible-lg hidden-sm hidden-xs btn-group">
+								<a class="btn btn-xs btn-info" href="${contextPath}/workExplorationAudit/review?id=${dateList.id}" data-toggle="tooltip" data-placement="auto" title="查看详情">
+									<i class="icon-flag bigger-120"></i>
+								</a>
+								<a class="btn btn-xs btn-info" href="javascript:todel('${contextPath}/workExplorationAudit/audit?id=${dateList.id}&type=1&pageNumber=${pageNumber!1}&urlParas=${urlParas!}','审核通过。您确定吗?')" onclick="" data-toggle="tooltip" data-placement="auto" title="通过">
+									<i class="icon-check bigger-120"></i>
+								</a>
+								<a class="btn btn-xs btn-danger" href="javascript:todel('${contextPath}/workExplorationAudit/audit?id=${dateList.id}&type=2&pageNumber=${pageNumber!1}&urlParas=${urlParas!}','审核拒绝。您确定吗?')" onclick="" data-toggle="tooltip" data-placement="auto" title="拒绝">
+									<i class="icon-ban-circle bigger-120"></i>
+								</a>
+							</div>
+						</td>
+					</tr>
+				<%}elsefor{%>
+		        	<tr>
+				      <td colspan="7">没有记录!</td>
+				    </tr>
+				<%}%>
+				</tbody>
+			</table>
+		</div>
+		<div class="pull-right">
+			<%include("/IR/afterPage/commonPage/_paginate.html", {"currentPage": pageNumber!1, "totalPage": totalPage!1, "totalRow": totalRow!0, "actionUrl": contextPath+"/workExplorationAudit/getWorkExplorationAuditList?pageNumber=", "urlParas": urlParas!''}){}%>
+		</div>
+		<!-- /.table-responsive -->
+	</div>
+	<!-- /span -->
+</div>
+<!-- /row -->
+<%}%>

File diff suppressed because it is too large
+ 100 - 0
free-technological-management/WebRoot/IR/afterPage/WorkExplorationPage/formPage.html


File diff suppressed because it is too large
+ 103 - 0
free-technological-management/WebRoot/IR/afterPage/WorkExplorationPage/listPage.html


File diff suppressed because it is too large
+ 42 - 0
free-technological-management/WebRoot/IR/afterPage/WorkExplorationPage/viewPage.html


+ 3 - 0
free-technological-management/WebRoot/IR/afterPage/commonPage/_goback.html

@@ -0,0 +1,3 @@
+<div class="center">
+  <input class="btn btn6" onclick="history.go(-1)" value="返回" type="button">
+</div>

+ 284 - 0
free-technological-management/WebRoot/IR/afterPage/commonPage/_layout.html

@@ -0,0 +1,284 @@
+<!DOCTYPE html>
+<html lang="zh-CN">
+	<head>
+		<meta charset="utf-8" />
+		<title>联盟管理平台行业研究系统</title>
+		<meta name="keywords" content="行业研究系统" />
+		<meta name="description" content="行业研究系统" />
+		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
+		
+		<!-- 基础的样式 -->
+		<link rel="stylesheet" href="${contextPath}/ace/assets/css/bootstrap.min.css" />
+		<link rel="stylesheet" href="${contextPath}/ace/assets/css/font-awesome.min.css" />
+
+		<!--[if IE 7]>
+		  <link rel="stylesheet" href="${contextPath}/ace/assets/css/font-awesome-ie7.min.css" />
+		<![endif]-->
+
+		<!-- 特定功能页面的样式 -->
+
+		<link rel="stylesheet" href="${contextPath}/ace/assets/css/jquery-ui-1.10.3.custom.min.css" />
+		<link rel="stylesheet" href="${contextPath}/ace/assets/css/jquery-ui-1.10.3.full.min.css" />
+		<link rel="stylesheet" href="${contextPath}/ace/assets/css/datepicker.css" />
+		<link rel="stylesheet" href="${contextPath}/ace/assets/css/ui.jqgrid.css" />
+		<link rel="stylesheet" href="${contextPath}/ace/assets/css/jquery.gritter.css" />
+		<link rel="stylesheet" href="${contextPath}/ace/assets/css/select2.css" />
+		<link rel="stylesheet" href="${contextPath}/ace/assets/css/fullcalendar.css" />
+		<link rel="stylesheet" href="${contextPath}/ace/assets/css/colorbox.css" />
+		
+
+		<!-- 字体 -->
+
+		<link rel="stylesheet" href="${contextPath}/ace/assets/css/google_fonts.css" />
+		
+
+		<!-- ace框架的样式 -->
+
+		<link rel="stylesheet" href="${contextPath}/ace/assets/css/ace.min.css" />
+		<link rel="stylesheet" href="${contextPath}/ace/assets/css/ace-rtl.min.css" />
+		<link rel="stylesheet" href="${contextPath}/ace/assets/css/ace-skins.min.css" />
+
+		<!--[if lte IE 8]>
+		  <link rel="stylesheet" href="${contextPath}/ace/assets/css/ace-ie.min.css" />
+		<![endif]-->
+
+		<!-- 此处写和自定一页面样式 -->
+		
+		 ${cssParam!''}
+
+		<!-- ace框架设置处理 -->
+
+		<script src="${contextPath}/ace/assets/js/ace-extra.min.js"></script>
+
+		<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
+
+		<!--[if lt IE 9]>
+		<script src="${contextPath}/ace/assets/js/html5shiv.js"></script>
+		<script src="${contextPath}/ace/assets/js/respond.min.js"></script>
+		<![endif]-->
+		
+		<!-- The fav icon -->
+		<link rel="shortcut icon" href="${contextPath}/img/favicon.ico">
+	</head>
+
+	<body>
+		<div class="navbar navbar-default" id="navbar">
+			<script type="text/javascript">
+				try{ace.settings.check('navbar' , 'fixed')}catch(e){}
+			</script>
+
+			<div class="navbar-container" id="navbar-container">
+				<div class="navbar-header pull-left">
+					<a href="#" class="navbar-brand">
+						<small>
+							<img class="nav-user-photo" src="${contextPath}/img/logo20.png" alt="福瑞科技" />
+							联盟管理平台行业研究后台管理系统
+						</small>
+					</a><!-- /.brand -->
+				</div><!-- /.navbar-header -->
+
+				<div class="navbar-header pull-right" role="navigation">
+					<ul class="nav ace-nav">
+
+						<li class="light-blue">
+							<a data-toggle="dropdown" href="#" class="dropdown-toggle">
+								<img class="nav-user-photo" src="${contextPath}${session.LoginUser.imgPatch!'/img/SysHeadPortrait/default.png'}" alt="${session.LoginUser.name!''}" />
+								<span class="user-info">
+									<small>欢迎光临,</small>
+									${session.LoginUser.name!''}
+								</span>
+								<i class="icon-caret-down"></i>
+							</a>
+							<ul class="user-menu pull-right dropdown-menu dropdown-yellow dropdown-caret dropdown-close">
+								<li>
+									<a href="${contextPath}/IndustryResearch/toindex">
+										<i class="icon-coffee"></i>
+										主页
+									</a>
+								</li>
+								<li>
+									<a href="${contextPath}/IndustryResearch/logout">
+										<i class="icon-off"></i>
+										注销
+									</a>
+								</li>
+							</ul>
+						</li>
+					</ul><!-- /.ace-nav -->
+				</div><!-- /.navbar-header -->
+			</div><!-- /.container -->
+		</div>
+
+		<div class="main-container" id="main-container">
+			<script type="text/javascript">
+				try{ace.settings.check('main-container' , 'fixed')}catch(e){}
+			</script>
+
+			<div class="main-container-inner">
+				<a class="menu-toggler" id="menu-toggler" href="#">
+					<span class="menu-text"></span>
+				</a>
+
+				<div class="sidebar" id="sidebar">
+					<script type="text/javascript">
+						try{ace.settings.check('sidebar' , 'fixed')}catch(e){}
+					</script>
+
+					<ul class="nav nav-list">
+						<%if(session.LoginUser.role! == 1){%>
+						<li>
+							<a href="${contextPath}/IndustryType/getIndustryTypeList?pageNumber=1">
+								<i class=""></i>
+								<span class="menu-text"> 行业类型 </span>
+							</a>
+						</li>
+						<%}%>
+						<li>
+							<a href="${contextPath}/IndustryForecast/getIndustryForecastList?pageNumber=1">
+								<i class=""></i>
+								<span class="menu-text"> 产业预测 </span>
+							</a>
+						</li>
+						<%if(session.LoginUser.role! == 1){%>
+						<li>
+							<a href="${contextPath}/IndustryForecastAudit/getIndustryForecastAuditList?pageNumber=1">
+								<i class=""></i>
+								<span class="menu-text"> 产业预测审核  </span>
+							</a>
+						</li>
+						<%}%>
+						<li>
+							<a href="${contextPath}/workExploration/getWorkExplorationList?pageNumber=1">
+								<i class=""></i>
+								<span class="menu-text"> 工作探索 </span>
+							</a>
+						</li>
+						<%if(session.LoginUser.role! == 1){%>
+						<li>
+							<a href="${contextPath}/workExplorationAudit/getWorkExplorationAuditList?pageNumber=1">
+								<i class=""></i>
+								<span class="menu-text"> 工作探索审核 </span>
+							</a>
+						</li>
+						<%}%>
+						<li>
+							<a href="${contextPath}/ResearchReport/getResearchReportList?pageNumber=1">
+								<i class=""></i>
+								<span class="menu-text"> 研究报告 </span>
+							</a>
+						</li>
+						<%if(session.LoginUser.role! == 1){%>
+						<li>
+							<a href="${contextPath}/ResearchReportAudit/getResearchReportAuditList?pageNumber=1">
+								<i class=""></i>
+								<span class="menu-text"> 研究报告审核  </span>
+							</a>
+						</li>
+						<%}%>
+					</ul><!-- /.nav-list -->
+
+					<div class="sidebar-collapse" id="sidebar-collapse">
+						<i class="icon-double-angle-left" data-icon1="icon-double-angle-left" data-icon2="icon-double-angle-right"></i>
+					</div>
+
+					<script type="text/javascript">
+						try{ace.settings.check('sidebar' , 'collapsed')}catch(e){}
+					</script>
+				</div>
+
+				<div class="main-content">
+					<div class="breadcrumbs" id="breadcrumbs">
+						<script type="text/javascript">
+							try{ace.settings.check('breadcrumbs' , 'fixed')}catch(e){}
+						</script>
+
+						<ul class="breadcrumb">
+							<li>
+								<i class="icon-home home-icon"></i>
+								<a href="${contextPath}/IndustryResearch/toindex">我的主页</a>
+							</li>
+							<%if(nav!=""){%>
+							<li class="active">${nav}</li>
+							<%}%>
+						</ul><!-- .breadcrumb -->
+					</div>
+
+					<div class="page-content">
+						<div class="row">
+							<div class="col-xs-12">
+								${layoutContent}
+							</div><!-- /.col-xs-12 -->
+						</div><!-- /.row -->
+					</div><!-- /.page-content -->
+				</div><!-- /.main-content -->
+
+			</div><!-- /.main-container-inner -->
+
+		</div><!-- /.main-container -->
+
+		<!-- 基础的scripts -->
+		
+		<!--[if !IE]> -->
+		<script src="${contextPath}/ace/assets/js/jquery-2.0.3.min.js"></script>
+		<!-- <![endif]-->
+
+		<!--[if IE]>
+			<script src="${contextPath}/ace/assets/js/jquery-1.10.2.min.js"></script>
+		<![endif]-->
+
+		<script type="text/javascript">
+			if("ontouchend" in document) document.write("<script src='${contextPath}/ace/assets/js/jquery.mobile.custom.min.js'>"+"<"+"script>");
+		</script>
+
+		<!--[if lte IE 8]>
+		  <script src="${contextPath}/ace/assets/js/excanvas.min.js"></script>
+		<![endif]-->
+		
+		<script src="${contextPath}/ace/assets/js/bootstrap.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/typeahead-bs2.min.js"></script>
+
+
+		<!-- 特定功能页面的脚本 -->
+		
+		<!-- 主页的脚本 -->
+		<script src="${contextPath}/ace/assets/js/jquery-ui-1.10.3.custom.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/jquery.ui.touch-punch.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/jquery.slimscroll.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/jquery.easy-pie-chart.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/jquery.sparkline.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/flot/jquery.flot.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/flot/jquery.flot.pie.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/flot/jquery.flot.resize.min.js"></script>
+		
+		<!-- jQueryGrid的脚本 -->
+		<script src="${contextPath}/ace/assets/js/date-time/bootstrap-datepicker.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/jqGrid/jquery.jqGrid.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/jqGrid/i18n/grid.locale-cn.js"></script>
+
+		<!-- 向导提示&验证的脚本 -->
+		<script src="${contextPath}/ace/assets/js/fuelux/fuelux.wizard.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/jquery.validate.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/additional-methods.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/bootbox.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/jquery.maskedinput.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/select2.min.js"></script>
+		
+		<script src="${contextPath}/ace/assets/js/jquery.gritter.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/fullcalendar.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/fuelux/data/fuelux.tree-sampledata.js"></script>
+		<script src="${contextPath}/ace/assets/js/fuelux/fuelux.tree.min.js"></script>
+		
+		<script src="${contextPath}/ace/assets/js/jquery.colorbox-min.js"></script>
+		
+		
+		
+		<!-- ace框架基础的scripts -->
+
+		<script src="${contextPath}/ace/assets/js/ace-elements.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/ace.min.js"></script>
+
+		<!-- 页面中自定义的脚本写在下面 -->
+		 ${jsParam!''}
+</body>
+</html>
+

+ 174 - 0
free-technological-management/WebRoot/IR/afterPage/commonPage/_layout_2.html

@@ -0,0 +1,174 @@
+<!DOCTYPE html>
+<html lang="zh-CN">
+	<head>
+		<meta charset="utf-8" />
+		<title>联盟管理平台行业研究系统</title>
+		<meta name="keywords" content="行业研究系统" />
+		<meta name="description" content="行业研究系统" />
+		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
+		
+		<!-- 基础的样式 -->
+		<link rel="stylesheet" href="${contextPath}/ace/assets/css/bootstrap.min.css" />
+		<link rel="stylesheet" href="${contextPath}/ace/assets/css/font-awesome.min.css" />
+
+		<!--[if IE 7]>
+		  <link rel="stylesheet" href="${contextPath}/ace/assets/css/font-awesome-ie7.min.css" />
+		<![endif]-->
+
+		<!-- 特定功能页面的样式 -->
+
+		<link rel="stylesheet" href="${contextPath}/ace/assets/css/jquery-ui-1.10.3.custom.min.css" />
+		<link rel="stylesheet" href="${contextPath}/ace/assets/css/jquery-ui-1.10.3.full.min.css" />
+		<link rel="stylesheet" href="${contextPath}/ace/assets/css/datepicker.css" />
+		<link rel="stylesheet" href="${contextPath}/ace/assets/css/ui.jqgrid.css" />
+		<link rel="stylesheet" href="${contextPath}/ace/assets/css/jquery.gritter.css" />
+		<link rel="stylesheet" href="${contextPath}/ace/assets/css/select2.css" />
+		<link rel="stylesheet" href="${contextPath}/ace/assets/css/fullcalendar.css" />
+		<link rel="stylesheet" href="${contextPath}/ace/assets/css/colorbox.css" />
+		
+
+		<!-- 字体 -->
+
+		<link rel="stylesheet" href="${contextPath}/ace/assets/css/google_fonts.css" />
+		
+
+		<!-- ace框架的样式 -->
+
+		<link rel="stylesheet" href="${contextPath}/ace/assets/css/ace.min.css" />
+		<link rel="stylesheet" href="${contextPath}/ace/assets/css/ace-rtl.min.css" />
+		<link rel="stylesheet" href="${contextPath}/ace/assets/css/ace-skins.min.css" />
+
+		<!--[if lte IE 8]>
+		  <link rel="stylesheet" href="${contextPath}/ace/assets/css/ace-ie.min.css" />
+		<![endif]-->
+
+		<!-- 此处写和自定一页面样式 -->
+		
+		 ${cssParam!''}
+
+		<!-- ace框架设置处理 -->
+
+		<script src="${contextPath}/ace/assets/js/ace-extra.min.js"></script>
+
+		<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
+
+		<!--[if lt IE 9]>
+		<script src="${contextPath}/ace/assets/js/html5shiv.js"></script>
+		<script src="${contextPath}/ace/assets/js/respond.min.js"></script>
+		<![endif]-->
+		
+		<!-- The fav icon -->
+		<link rel="shortcut icon" href="${contextPath}/images/favicon.ico">
+	</head>
+
+	<body>
+		<div class="navbar navbar-default" id="navbar">
+			<script type="text/javascript">
+				try{ace.settings.check('navbar' , 'fixed')}catch(e){}
+			</script>
+
+			<div class="navbar-container" id="navbar-container">
+				<div class="navbar-header pull-left">
+					<a href="#" class="navbar-brand">
+						<small>
+							<img class="nav-user-photo" src="${contextPath}/img/logo20.png" alt="福瑞科技" />
+							联盟管理平台行业研究系统
+						</small>
+					</a><!-- /.brand -->
+				</div><!-- /.navbar-header -->
+
+				<div class="navbar-header pull-right" role="navigation">
+					<ul class="nav ace-nav">
+
+						<li class="light-blue">
+							<a data-toggle="dropdown" href="#" class="dropdown-toggle">
+								<img class="nav-user-photo" src="${contextPath}${session.LoginUser.imgPatch!'/img/SysHeadPortrait/default.png'}" alt="${session.LoginUser.name!''}" />
+								<span class="user-info">
+									<small>欢迎光临,</small>
+									${session.LoginUser.name!''}
+								</span>
+							</a>
+						</li>
+					</ul><!-- /.ace-nav -->
+				</div><!-- /.navbar-header -->
+			</div><!-- /.container -->
+		</div>
+
+		<div class="main-container" id="main-container">
+			<script type="text/javascript">
+				try{ace.settings.check('main-container' , 'fixed')}catch(e){}
+			</script>
+
+			<div class="main-container-inner">
+				<div class="main-content">
+					${layoutContent}
+				</div><!-- /.main-content -->
+			</div><!-- /.main-container-inner -->
+		</div><!-- /.main-container -->
+
+		<!-- 基础的scripts -->
+		
+		<!--[if !IE]> -->
+		<script src="${contextPath}/ace/assets/js/jquery-2.0.3.min.js"></script>
+		<!-- <![endif]-->
+
+		<!--[if IE]>
+			<script src="${contextPath}/ace/assets/js/jquery-1.10.2.min.js"></script>
+		<![endif]-->
+
+		<script type="text/javascript">
+			if("ontouchend" in document) document.write("<script src='${contextPath}/ace/assets/js/jquery.mobile.custom.min.js'>"+"<"+"script>");
+		</script>
+
+		<!--[if lte IE 8]>
+		  <script src="${contextPath}/ace/assets/js/excanvas.min.js"></script>
+		<![endif]-->
+		
+		<script src="${contextPath}/ace/assets/js/bootstrap.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/typeahead-bs2.min.js"></script>
+
+
+		<!-- 特定功能页面的脚本 -->
+		
+		<!-- 主页的脚本 -->
+		<script src="${contextPath}/ace/assets/js/jquery-ui-1.10.3.custom.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/jquery.ui.touch-punch.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/jquery.slimscroll.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/jquery.easy-pie-chart.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/jquery.sparkline.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/flot/jquery.flot.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/flot/jquery.flot.pie.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/flot/jquery.flot.resize.min.js"></script>
+		
+		<!-- jQueryGrid的脚本 -->
+		<script src="${contextPath}/ace/assets/js/date-time/bootstrap-datepicker.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/jqGrid/jquery.jqGrid.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/jqGrid/i18n/grid.locale-cn.js"></script>
+
+		<!-- 向导提示&验证的脚本 -->
+		<script src="${contextPath}/ace/assets/js/fuelux/fuelux.wizard.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/jquery.validate.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/additional-methods.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/bootbox.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/jquery.maskedinput.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/select2.min.js"></script>
+		
+		<script src="${contextPath}/ace/assets/js/jquery.gritter.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/fullcalendar.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/fuelux/data/fuelux.tree-sampledata.js"></script>
+		<script src="${contextPath}/ace/assets/js/fuelux/fuelux.tree.min.js"></script>
+		
+		<script src="${contextPath}/ace/assets/js/jquery.colorbox-min.js"></script>
+		
+		
+		
+		<!-- ace框架基础的scripts -->
+
+		<script src="${contextPath}/ace/assets/js/ace-elements.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/ace.min.js"></script>
+
+		<!-- 页面中自定义的脚本写在下面 -->
+		 ${jsParam!''}
+</body>
+</html>
+

+ 61 - 0
free-technological-management/WebRoot/IR/afterPage/commonPage/_paginate.html

@@ -0,0 +1,61 @@
+<% //macro paginate currentPage totalPage totalRow actionUrl urlParas=""%>
+<%
+if (totalPage <= 0 || currentPage > totalPage) return;
+var startPage = currentPage - 4;
+if(startPage<1){
+  startPage=1;
+}
+var endPage = currentPage+4;
+if(endPage>totalPage){
+  endPage = totalPage;
+}
+%>
+
+<div>
+  <ul class="pagination">
+	    <li><span >共${totalRow}条记录</span></li>
+	  <%
+	  if(currentPage <= 8){
+	    startPage = 1;
+	  }
+	  if(totalPage-currentPage < 8){
+	    endPage = totalPage;
+	  }
+	  if(currentPage == 1){
+	  %>
+	    <li class="disabled"><a href="#"><i class="icon-double-angle-left"></i></a></li>
+	  <%}else{%>
+	    <li><a href="${actionUrl}${currentPage - 1}&urlParas=${urlParas!}"><i class="icon-double-angle-left"></i></a></li>
+	  <%}%>
+	
+	  <%if(currentPage > 8){%>
+	  <li><a href="${actionUrl}1&urlParas=${urlParas!''}">1</a></li>
+	  <li><a href="${actionUrl}2&urlParas=${urlParas!''}">2</a></li>
+	  <li><span>...</span></li>
+	  <%}%>
+	
+	  <%
+	  var index = startPage;
+	  while(index<=endPage){%>
+	    <%if(currentPage == index){%>
+	      <li class="active"><a href="#">${index}</a></li>
+	    <%}else{%>
+	      <li><a href="${actionUrl+index}&urlParas=${urlParas!''}">${index}</a></li>
+	    <%}%>
+	  <%
+	    index= index+1;
+	  }%>
+	
+	  <%if((totalPage - currentPage) >= 8){%>
+	    <li><span>...</span></li>
+	    <li><a href="${actionUrl}${totalPage - 1}&urlParas=${urlParas!''}">${totalPage - 1}</a></li>
+	    <li><a href="${actionUrl}${totalPage}&urlParas=${urlParas!''}">${totalPage}</a></li>
+	  <%}%>
+	
+	  <%if(currentPage == totalPage){%>
+	    <li class="disabled"><a href="#"><i class="icon-double-angle-right"></i></a></li>
+	  <%}else{%>
+	    <li><a href="${actionUrl}${currentPage + 1}&urlParas=${urlParas!}"><i class="icon-double-angle-right"></i></a></li>
+	  <%}%>
+  </ul>
+</div>

+ 33 - 0
free-technological-management/WebRoot/IR/afterPage/index.html

@@ -0,0 +1,33 @@
+<%var cssParam = {%>
+
+<%};%>
+
+<%var jsParam = {%>
+
+<%};%>
+
+<%layout("/IR/afterPage/commonPage/_layout.html", {nav: "",meunsel:"indexPage",jsParam:jsParam,cssParam:cssParam}) {%>
+	<div class="row">
+	<div class="col-sm-12">
+		<div class="widget-box transparent">
+			<div class="widget-header widget-header-flat">
+				<h4 class="lighter">
+					<i class="icon-star red"></i> 
+				</h4>
+
+				<div class="widget-toolbar">
+					<a href="#" data-action="collapse"> <i class="icon-chevron-up"></i>
+					</a>
+				</div>
+			</div>
+
+			<!-- /widget-body -->
+		</div>
+		<!-- /widget-box -->
+	</div>
+
+	<!-- /span -->
+</div>
+<!-- /row -->
+
+<%}%>

+ 3 - 0
free-technological-management/WebRoot/IR/commonPage/_goback.html

@@ -0,0 +1,3 @@
+<div class="center">
+  <input class="btn btn6" onclick="history.go(-1)" value="返回" type="button">
+</div>

+ 255 - 0
free-technological-management/WebRoot/IR/commonPage/_layout.html

@@ -0,0 +1,255 @@
+<!DOCTYPE html>
+<html lang="zh-CN">
+	<head>
+		<meta charset="utf-8" />
+		<title>联盟管理平台行业研究系统</title>
+		<meta name="keywords" content="行业研究系统" />
+		<meta name="description" content="行业研究系统" />
+		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
+		
+		<!-- 基础的样式 -->
+		<link rel="stylesheet" href="${contextPath}/ace/assets/css/bootstrap.min.css" />
+		<link rel="stylesheet" href="${contextPath}/ace/assets/css/font-awesome.min.css" />
+
+		<!--[if IE 7]>
+		  <link rel="stylesheet" href="${contextPath}/ace/assets/css/font-awesome-ie7.min.css" />
+		<![endif]-->
+
+		<!-- 特定功能页面的样式 -->
+
+		<link rel="stylesheet" href="${contextPath}/ace/assets/css/jquery-ui-1.10.3.custom.min.css" />
+		<link rel="stylesheet" href="${contextPath}/ace/assets/css/jquery-ui-1.10.3.full.min.css" />
+		<link rel="stylesheet" href="${contextPath}/ace/assets/css/datepicker.css" />
+		<link rel="stylesheet" href="${contextPath}/ace/assets/css/ui.jqgrid.css" />
+		<link rel="stylesheet" href="${contextPath}/ace/assets/css/jquery.gritter.css" />
+		<link rel="stylesheet" href="${contextPath}/ace/assets/css/select2.css" />
+		<link rel="stylesheet" href="${contextPath}/ace/assets/css/fullcalendar.css" />
+		<link rel="stylesheet" href="${contextPath}/ace/assets/css/colorbox.css" />
+		
+
+		<!-- 字体 -->
+
+		<link rel="stylesheet" href="${contextPath}/ace/assets/css/google_fonts.css" />
+		
+
+		<!-- ace框架的样式 -->
+
+		<link rel="stylesheet" href="${contextPath}/ace/assets/css/ace.min.css" />
+		<link rel="stylesheet" href="${contextPath}/ace/assets/css/ace-rtl.min.css" />
+		<link rel="stylesheet" href="${contextPath}/ace/assets/css/ace-skins.min.css" />
+
+		<!--[if lte IE 8]>
+		  <link rel="stylesheet" href="${contextPath}/ace/assets/css/ace-ie.min.css" />
+		<![endif]-->
+
+		<!-- 此处写和自定一页面样式 -->
+		
+		 ${cssParam!''}
+
+		<!-- ace框架设置处理 -->
+
+		<script src="${contextPath}/ace/assets/js/ace-extra.min.js"></script>
+
+		<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
+
+		<!--[if lt IE 9]>
+		<script src="${contextPath}/ace/assets/js/html5shiv.js"></script>
+		<script src="${contextPath}/ace/assets/js/respond.min.js"></script>
+		<![endif]-->
+		
+		<!-- The fav icon -->
+		<link rel="shortcut icon" href="${contextPath}/img/favicon.ico">
+	</head>
+
+	<body>
+		<div class="navbar navbar-default" id="navbar">
+			<script type="text/javascript">
+				try{ace.settings.check('navbar' , 'fixed')}catch(e){}
+			</script>
+
+			<div class="navbar-container" id="navbar-container">
+				<div class="navbar-header pull-left">
+					<a href="#" class="navbar-brand">
+						<small>
+							<img class="nav-user-photo" src="${contextPath}/img/logo20.png" alt="福瑞科技" />
+							行业研究系统
+						</small>
+					</a><!-- /.brand -->
+				</div><!-- /.navbar-header -->
+
+				<div class="navbar-header pull-right" role="navigation">
+					<ul class="nav ace-nav">
+
+						<li class="light-blue">
+						<%if(session.LoginUser!'' == ''){%>
+							<a href="${contextPath}/IndustryResearch/tologin" >
+								<img class="nav-user-photo" src="${contextPath}/img/SysHeadPortrait/star.jpg" alt="${session.LoginUser.name!''}" />
+								<span class="user-info">
+									登录
+								</span>
+							</a>
+						<%}else{%>
+							<a data-toggle="dropdown" href="#" class="dropdown-toggle">
+								<img class="nav-user-photo" src="${contextPath}${session.LoginUser.imgPatch!'/img/SysHeadPortrait/star.jpg'}" alt="${session.LoginUser.name!''}" />
+								<span class="user-info">
+									<small>欢迎光临,</small>
+									${session.LoginUser.name!''}
+								</span>
+								<i class="icon-caret-down"></i>
+							</a>
+							<ul class="user-menu pull-right dropdown-menu dropdown-yellow dropdown-caret dropdown-close">
+								<li>
+									<a href="${contextPath}/IndustryResearch/logout">
+										<i class="icon-off"></i>
+										注销
+									</a>
+								</li>
+							</ul>
+						<%}%>
+						</li>
+					</ul><!-- /.ace-nav -->
+				</div><!-- /.navbar-header -->
+			</div><!-- /.container -->
+		</div>
+
+		<div class="main-container" id="main-container">
+			<script type="text/javascript">
+				try{ace.settings.check('main-container' , 'fixed')}catch(e){}
+			</script>
+
+			<div class="main-container-inner">
+				<a class="menu-toggler" id="menu-toggler" href="#">
+					<span class="menu-text"></span>
+				</a>
+
+				<div class="sidebar" id="sidebar">
+					<script type="text/javascript">
+						try{ace.settings.check('sidebar' , 'fixed')}catch(e){}
+					</script>
+
+					<ul class="nav nav-list">
+						<li>
+							<a href="${contextPath}/IndustryResearch/getIndustryForecastList?pageNumber=1">
+								<i class=""></i>
+								<span class="menu-text"> 产业预测 </span>
+							</a>
+						</li>
+						<li>
+							<a href="${contextPath}/IndustryResearch/getWorkExplorationList?pageNumber=1">
+								<i class=""></i>
+								<span class="menu-text"> 工作探索 </span>
+							</a>
+						</li>
+						<li>
+							<a href="${contextPath}/IndustryResearch/getResearchReportList?pageNumber=1">
+								<i class=""></i>
+								<span class="menu-text"> 研究报告 </span>
+							</a>
+						</li>
+					</ul><!-- /.nav-list -->
+
+					<div class="sidebar-collapse" id="sidebar-collapse">
+						<i class="icon-double-angle-left" data-icon1="icon-double-angle-left" data-icon2="icon-double-angle-right"></i>
+					</div>
+
+					<script type="text/javascript">
+						try{ace.settings.check('sidebar' , 'collapsed')}catch(e){}
+					</script>
+				</div>
+
+				<div class="main-content">
+					<div class="breadcrumbs" id="breadcrumbs">
+						<script type="text/javascript">
+							try{ace.settings.check('breadcrumbs' , 'fixed')}catch(e){}
+						</script>
+
+						<ul class="breadcrumb">
+							<li>
+								<i class="icon-home home-icon"></i>
+								<a href="${contextPath}/IndustryResearch/toqindex">我的主页</a>
+							</li>
+							<%if(nav!=""){%>
+							<li class="active">${nav}</li>
+							<%}%>
+						</ul><!-- .breadcrumb -->
+					</div>
+
+					<div class="page-content">
+						<div class="row">
+							<div class="col-xs-12">
+								${layoutContent}
+							</div><!-- /.col-xs-12 -->
+						</div><!-- /.row -->
+					</div><!-- /.page-content -->
+				</div><!-- /.main-content -->
+
+			</div><!-- /.main-container-inner -->
+
+		</div><!-- /.main-container -->
+
+		<!-- 基础的scripts -->
+		
+		<!--[if !IE]> -->
+		<script src="${contextPath}/ace/assets/js/jquery-2.0.3.min.js"></script>
+		<!-- <![endif]-->
+
+		<!--[if IE]>
+			<script src="${contextPath}/ace/assets/js/jquery-1.10.2.min.js"></script>
+		<![endif]-->
+
+		<script type="text/javascript">
+			if("ontouchend" in document) document.write("<script src='${contextPath}/ace/assets/js/jquery.mobile.custom.min.js'>"+"<"+"script>");
+		</script>
+
+		<!--[if lte IE 8]>
+		  <script src="${contextPath}/ace/assets/js/excanvas.min.js"></script>
+		<![endif]-->
+		
+		<script src="${contextPath}/ace/assets/js/bootstrap.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/typeahead-bs2.min.js"></script>
+
+
+		<!-- 特定功能页面的脚本 -->
+		
+		<!-- 主页的脚本 -->
+		<script src="${contextPath}/ace/assets/js/jquery-ui-1.10.3.custom.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/jquery.ui.touch-punch.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/jquery.slimscroll.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/jquery.easy-pie-chart.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/jquery.sparkline.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/flot/jquery.flot.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/flot/jquery.flot.pie.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/flot/jquery.flot.resize.min.js"></script>
+		
+		<!-- jQueryGrid的脚本 -->
+		<script src="${contextPath}/ace/assets/js/date-time/bootstrap-datepicker.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/jqGrid/jquery.jqGrid.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/jqGrid/i18n/grid.locale-cn.js"></script>
+
+		<!-- 向导提示&验证的脚本 -->
+		<script src="${contextPath}/ace/assets/js/fuelux/fuelux.wizard.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/jquery.validate.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/additional-methods.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/bootbox.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/jquery.maskedinput.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/select2.min.js"></script>
+		
+		<script src="${contextPath}/ace/assets/js/jquery.gritter.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/fullcalendar.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/fuelux/data/fuelux.tree-sampledata.js"></script>
+		<script src="${contextPath}/ace/assets/js/fuelux/fuelux.tree.min.js"></script>
+		
+		<script src="${contextPath}/ace/assets/js/jquery.colorbox-min.js"></script>
+		
+		
+		
+		<!-- ace框架基础的scripts -->
+
+		<script src="${contextPath}/ace/assets/js/ace-elements.min.js"></script>
+		<script src="${contextPath}/ace/assets/js/ace.min.js"></script>
+
+		<!-- 页面中自定义的脚本写在下面 -->
+		 ${jsParam!''}
+</body>
+</html>
+

+ 61 - 0
free-technological-management/WebRoot/IR/commonPage/_paginate.html

@@ -0,0 +1,61 @@
+<% //macro paginate currentPage totalPage totalRow actionUrl urlParas=""%>
+<%
+if (totalPage <= 0 || currentPage > totalPage) return;
+var startPage = currentPage - 4;
+if(startPage<1){
+  startPage=1;
+}
+var endPage = currentPage+4;
+if(endPage>totalPage){
+  endPage = totalPage;
+}
+%>
+
+<div>
+  <ul class="pagination">
+	    <li><span >共${totalRow}条记录</span></li>
+	  <%
+	  if(currentPage <= 8){
+	    startPage = 1;
+	  }
+	  if(totalPage-currentPage < 8){
+	    endPage = totalPage;
+	  }
+	  if(currentPage == 1){
+	  %>
+	    <li class="disabled"><a href="#"><i class="icon-double-angle-left"></i></a></li>
+	  <%}else{%>
+	    <li><a href="${actionUrl}${currentPage - 1}&urlParas=${urlParas!}"><i class="icon-double-angle-left"></i></a></li>
+	  <%}%>
+	
+	  <%if(currentPage > 8){%>
+	  <li><a href="${actionUrl}1&urlParas=${urlParas!''}">1</a></li>
+	  <li><a href="${actionUrl}2&urlParas=${urlParas!''}">2</a></li>
+	  <li><span>...</span></li>
+	  <%}%>
+	
+	  <%
+	  var index = startPage;
+	  while(index<=endPage){%>
+	    <%if(currentPage == index){%>
+	      <li class="active"><a href="#">${index}</a></li>
+	    <%}else{%>
+	      <li><a href="${actionUrl+index}&urlParas=${urlParas!''}">${index}</a></li>
+	    <%}%>
+	  <%
+	    index= index+1;
+	  }%>
+	
+	  <%if((totalPage - currentPage) >= 8){%>
+	    <li><span>...</span></li>
+	    <li><a href="${actionUrl}${totalPage - 1}&urlParas=${urlParas!''}">${totalPage - 1}</a></li>
+	    <li><a href="${actionUrl}${totalPage}&urlParas=${urlParas!''}">${totalPage}</a></li>
+	  <%}%>
+	
+	  <%if(currentPage == totalPage){%>
+	    <li class="disabled"><a href="#"><i class="icon-double-angle-right"></i></a></li>
+	  <%}else{%>
+	    <li><a href="${actionUrl}${currentPage + 1}&urlParas=${urlParas!}"><i class="icon-double-angle-right"></i></a></li>
+	  <%}%>
+  </ul>
+</div>

+ 54 - 0
free-technological-management/WebRoot/IR/index.html

@@ -0,0 +1,54 @@
+<%var cssParam = {%>
+
+<%};%>
+
+<%var jsParam = {%>
+
+<script type="text/javascript">
+	
+	function openDialog(url,msg){
+		url = "${contextPath}/IndustryResearch/" + url;
+		bootbox.dialog({
+			title: "系统提示", 
+			message: msg, 
+			locale:"zh_CN",
+			buttons: {
+				cancel: {label: "取消",className: "btn-cancel",callback: function() {}},
+				ok: {label: "确定",className: "btn-success",
+					callback: function() {
+						window.location.href = url;
+					}
+				}
+			}
+		});
+	}
+	
+	function openDialogToAjax(url,msg){
+		url = "${contextPath}/IndustryResearch/" + url;
+		bootbox.dialog({
+			title: "系统提示", 
+			message: msg, 
+			locale:"zh_CN",
+			buttons: {
+				cancel: {label: "取消",className: "btn-cancel",callback: function() {}},
+				ok: {label: "确定",className: "btn-success",
+					callback: function() {
+						// Ajax操作
+					}
+				}
+			}
+		});
+	}
+
+<%if(""!=msg!""){%>
+alert('${msg}');
+<%}%>
+</script>
+
+<%};%>
+
+<%layout("/IR/commonPage/_layout.html", {nav: "",meunsel:"indexPage",jsParam:jsParam,cssParam:cssParam}) {%>
+
+	
+
+<%}%>

+ 94 - 0
free-technological-management/WebRoot/IR/login.html

@@ -0,0 +1,94 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+	<meta charset="UTF-8">
+	<link rel="shortcut icon" href="favicon.ico"/>
+	<link rel="bookmark" href="favicon.ico"/>
+	<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+    <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
+	<link rel="stylesheet" href="${contextPath}/css/main.css">
+	<link rel="stylesheet" href="${contextPath}/css/bootstrap/bootstrap.min.css">
+	<link rel="stylesheet" href="${contextPath}/css/font-awesome.min.css">
+	<title>吉林省产业技术创新联盟行业研究-登陆</title>
+</head>
+<body>
+	<div class="login-qiantai">
+		<div class="container">
+			<div class="login_content col-lg-offset-3 col-md-offset-3 col-sm-offset-3 col-xs-offset-3 col-lg-6 col-md-6 col-sm-6 col-xs-6">
+				<div class="row">
+					<h3>吉林省产业技术创新联盟行业研究平台</h3>
+				</div>
+				<div class="row login_form">
+					<div class="container-fluid">
+						<div class="col-lg-4 col-md-4 col-sm-4 col-xs-4">
+							<img class="img-responsive" src="${contextPath}/img/logo.gif" alt="logo">
+						</div>
+						<div class="col-lg-8 col-md-8 col-sm-8 col-xs-8">
+							<form action="${contextPath}/IndustryResearch/login" id="login" role="form" method="post">
+								<div class="form-group">
+									<input type="text" name="userName" placeholder="用户名" class="form-control" id="login_user" onkeyup="nameEnter(event);">
+								</div>
+								<div class="form-group">
+									<input type="password" name="userPwd" placeholder="密码" class="form-control" id="login_psw" onkeyup="pwdEnter(event);">
+								</div>
+								<div class="form-group">
+									<input type="button" class="btn btn-qx" onclick="reset();" value="取消" />
+									<input type="button" class="btn btn-dl" onclick="login();" value="登陆" />
+								</div>
+							</form>
+						</div>
+					</div>
+				</div>
+			</div>
+		</div>
+	</div>
+	<br>
+	<div class="footer-qiantai navbar-fixed-bottom">
+		<p>版权所有:吉林省计算中心   技术支持:长春市福瑞科技有限公司</p>
+		<p>地址:吉林省长春市朝阳区前进大街1244号</p>
+	</div>
+	<script src="${contextPath}/js/jquery.min.js"></script>
+	<script src="${contextPath}/js/bootstrap.min.js"></script>
+	<script>
+		// 设置巨幕中文本区域动态垂直方向居中
+		$(window).load(function(){
+			$('.text').css('margin-top',($('.jumbotron').height()-$('.text').height())/2 + 'px');
+		});
+		$(window).resize(function(){
+			$('.text').css('margin-top',($('.jumbotron').height()-$('.text').height())/2 + 'px');
+		});
+		function login(){
+			if($("#login_user").val()==""){
+				alert("请输入登录用户名称!");
+				$("#login_user").focus();
+				return false;
+			}
+			if($("#login_psw").val()==""){
+				alert("请输入登录用户密码!");
+				$("#login_psw").focus();
+				return false;
+			}
+			$("#login").submit();
+		}
+		function reset(){
+			$("#login").reset();
+		}
+		function nameEnter(event){
+			if(event.keyCode == 13){
+				$("#login_psw").focus();
+			}
+		}
+		function pwdEnter(event){
+			if(event.keyCode == 13){
+				login();
+			}
+		}
+		
+	</script>
+	<%if(msg!'' != ''){%>  
+		<script>
+			alert('${msg}');
+		</script>
+	<%}%> 
+</body>
+</html>