123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144 |
- <%@page language="java" pageEncoding="UTF-8"%>
- <!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>
- <!--框架必需start-->
- <%@include file="include3.jsp" %>
- <!--框架必需end-->
- <!-- 必需引入的JSP、JS文件 start-->
- <script type="text/javascript" src="/nwyj/scripts/freamwork/com/sinosoft/system/mapvaluecanst/CanstSelect.js"></script>
- <link rel="stylesheet" type="text/css" href="<%=path%>/scripts/webUploader/css/webuploader.css" />
- <script type="text/javascript" src="/nwyj/scripts/webUploader/webuploader.js"></script>
- <!-- 必需引入的JSP、JS文件 end-->
- <!-- 业务JS start-->
- <script type="text/javascript" src="/nwyj/scripts/freamwork/com/sinosoft/system/questionsHuiZong/questionHuiZong_Add.js"></script>
- <!-- 业务JS end-->
- <style type="text/css">
- .bd{
- /* width: 1000px; */
- width:500px;
- margin:0 auto;
- margin-top:10px
- }
- .d_ground{
- border: 0px solid #cdcaca;
- background: white;
- /* width:1000px; */
- width:500px;
- }
- .title{
- height: 94px;
- /* background: #F8F8F8; */
- border-style:solid;
- border-width:0px;
- border-right:0px;
- border-left:0px;
- border-top:0px;
- border-color:#afaeae;
- }
- .title_font{
- font-weight: bold;
- font-size: 24px;
- /* line-height: 45px; */
- line-height: 24px;
- font-family:宋体;
- color:#070707;
- }
- .button_jl{
- margin:15px 15px 20px 20px;
- float:right;
- }
- .fieldset{
- /* border-style:solid;
- border-width:1px; */
- border-color:#cdcaca;
- margin:0px;
- /* width: 935px */
- width:95%;
- }
- .legend{
- font-family:宋体;
- font-weight: bold;
- font-size:14px;
- color:#3e62a0;
- }
- .table-style{
- /* border-style:solid;
- border-width:1px; */
- border-color:#cdcaca;
- margin:0px 0px 0px 0px;
- border-collapse:collapse;
- /* width: 895px; */
- width:"90%";
- }
- .table-style2{
- border:1px solid #cdcaca;
- margin:2px 20px 2px 20px;
- border-collapse:collapse;
- width: 895px;
- }
- .td-font{
- font-family:宋体;
- font-size:20px;
- color:#161616;
- }
- .td-font1{
- font-family:微软雅黑;
- font-size:16px;
- color:#4d639c;
- line-height:20px;
- cursor:pointer;
- }
- .td-move{
- padding: 10px 5px 0px 0px;
- }
- .td-style{
- border:1px solid #cdcaca;
- border-collapse:collapse;
- padding-left: 10px
- }
- .back{
- margin:10px 0px 10px 15px;
- }
- </style>
- <script type="text/javascript">
- $(function(){
- $("#goback a img").hover(function(){
- $(this).attr("src","/nyj/images/temp/back_hover.png");
- },function(){
- $(this).attr("src","/nyj/images/temp/back.png");
- });
- });
- </script>
- </head>
- <body class="bd" align="center">
- <div id="formContent" class="d_ground">
- <div class="" align="center">
- <a href="javascript:;"><img id="goback" class="back" onclick="goBack()" align="left" title="返回" alt="返回" src="/nwyj/images/temp/back.png" /></a>
- </div>
- <br />
- <div>
- <p class="title_font" align="center"> 下 载 列 表 </p><br />
- <fieldset class="fieldset">
- <form id="fillForm" name="fillForm" method="post" >
- <input type="hidden" id="fd_id750" name="FD_OBJECTID750" required="true" />
- <input type="hidden" name="classid" value="750" required="true" />
- <p class="td-font" align="center">1.操作视频</p>
- <p class="td-font" align="center">2.操作手册</p>
- <p class="td-font" align="center">3.培训通知</p>
- <ul class="td-font1">
- <li align="center">附件1:广东电网有限责任公司应急指挥平台内训师培训方案.doc</li>
- <li align="center">附件2:学员信息登记表(广东电网有限责任公司应急指挥平台内训师培训班).xls</li>
- <li align="center">附件3:关于举办公司应急指挥平台内训师培训班的通知.doc</li>
- </ul>
- </form>
- </fieldset>
- </div>
- </div>
- </body>
- </html>
|