1384 lines
54 KiB
HTML
1384 lines
54 KiB
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
||
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
||
<!-- 定义初始值 -->
|
||
<xsl:variable name="varStart" select="0" />
|
||
<!-- 定义结束值 -->
|
||
<xsl:variable name="varEnd" select="6" />
|
||
<!-- 定义循环步长 -->
|
||
<xsl:variable name="varStep" select="1" />
|
||
<xsl:template match="SuperMapDoucuments">
|
||
<xsl:call-template name="DailySales"></xsl:call-template>
|
||
</xsl:template>
|
||
<xsl:template name="DailySales">
|
||
<html>
|
||
<head>
|
||
<xsl:element name="style">
|
||
<![CDATA[
|
||
.backgroundimage9999 {
|
||
background-image: url('../Obsolete.png');
|
||
background-position: center;
|
||
background-repeat: no-repeat;
|
||
}
|
||
|
||
.backgroundimage9020 {
|
||
background-image: url('../bankpayment.png');
|
||
background-position: center;
|
||
background-repeat: no-repeat;
|
||
}
|
||
|
||
.backgroundimage9010 {
|
||
background-image: url('../cashpayment.png');
|
||
background-position: center;
|
||
background-repeat: no-repeat;
|
||
}
|
||
|
||
.ReportTableStatistics {
|
||
border-collapse: collapse;
|
||
table-layout: fixed;
|
||
font-family: \5FAE\8F6F\96C5\9ED1,\5B8B\4F53,Arial,Helvetica,sans-serif;
|
||
background-color: initial;
|
||
}
|
||
|
||
.ReportTableStatistics tr {
|
||
border: 0px;
|
||
}
|
||
|
||
.ReportTableStatistics td {
|
||
border-collapse: collapse;
|
||
border: 1px black solid;
|
||
font-size: 16px;
|
||
vertical-align: middle;
|
||
text-align: center;
|
||
padding: 0px;
|
||
height: 25px;
|
||
font-family: '宋体';
|
||
color: #343434;
|
||
}
|
||
|
||
|
||
.ReportTableStatistics td.Title {
|
||
white-space: nowrap;
|
||
vertical-align: middle;
|
||
line-height: 30px;
|
||
padding: 0px;
|
||
font-weight: bold !important;
|
||
font-size: 20px;
|
||
border: solid #000 0px;
|
||
text-align: center;
|
||
height: 40px;
|
||
font-family: '宋体';
|
||
font-weight: bolder;
|
||
font-size: 28px;
|
||
border-right: none;
|
||
border-left: none !important;
|
||
}
|
||
|
||
.ReportTableStatistics td.Header {
|
||
font-weight: bold !important;
|
||
font-size: 10px;
|
||
padding: 0px;
|
||
border: none;
|
||
}
|
||
|
||
.ReportTableStatistics td.tdheight {
|
||
height: 10px;
|
||
}
|
||
|
||
.ReportTableStatistic {
|
||
border-collapse: collapse;
|
||
table-layout: fixed;
|
||
font-family: \5FAE\8F6F\96C5\9ED1,\5B8B\4F53,Arial,Helvetica,sans-serif;
|
||
background-color: initial;
|
||
}
|
||
|
||
.ReportTableStatistic tr {
|
||
border: 0px;
|
||
}
|
||
|
||
.ReportTableStatistic td {
|
||
border-collapse: collapse;
|
||
border: 1px black solid;
|
||
font-size: 10px;
|
||
vertical-align: middle;
|
||
text-align: center;
|
||
padding: 0px;
|
||
height: 25px;
|
||
font-family: '宋体';
|
||
color: #343434;
|
||
}
|
||
|
||
.ReportTableStatistic td.Title {
|
||
border: solid 0px black;
|
||
text-align: center;
|
||
white-space: nowrap;
|
||
vertical-align: middle;
|
||
line-height: 30px;
|
||
height: 30px;
|
||
padding: 0px;
|
||
font-weight: bold !important;
|
||
font-size: 10px;
|
||
border: solid #000 0px;
|
||
!important;
|
||
}
|
||
|
||
.ReportTableStatistic td.Header {
|
||
font-weight: bold !important;
|
||
font-size: 10px;
|
||
padding: 0px;
|
||
border: none;
|
||
}
|
||
|
||
.ReportTableStatistic td.tdheight {
|
||
height: 10px;
|
||
}
|
||
|
||
.ReportTableCss {
|
||
border-collapse: collapse;
|
||
table-layout: fixed;
|
||
font-family: \5FAE\8F6F\96C5\9ED1,\5B8B\4F53,Arial,Helvetica,sans-serif;
|
||
background-color: initial;
|
||
}
|
||
|
||
.ReportTableCss tr {
|
||
border: 0px;
|
||
}
|
||
|
||
.ReportTableCss td {
|
||
border-collapse: collapse;
|
||
border: 1px black solid;
|
||
font-size: 15px;
|
||
vertical-align: middle;
|
||
text-align: center;
|
||
padding: 5px;
|
||
height: 40px;
|
||
font-family: '宋体';
|
||
color: #343434;
|
||
}
|
||
|
||
.ReportTableCss td.Title {
|
||
border: solid 0px black;
|
||
text-align: center;
|
||
white-space: nowrap;
|
||
vertical-align: middle;
|
||
line-height: 30px;
|
||
height: 30px;
|
||
padding: 0px;
|
||
font-weight: bold !important;
|
||
font-size: 20px;
|
||
border: solid #000 0px;
|
||
!important;
|
||
}
|
||
|
||
.ReportTableCss td.Header {
|
||
font-weight: bold !important;
|
||
font-size: 10px;
|
||
padding: 0px;
|
||
border: none;
|
||
}
|
||
|
||
.ReportTableCss td.tdheight {
|
||
height: 10px;
|
||
}
|
||
|
||
td.txtRight, .txtRight {
|
||
text-align: right;
|
||
padding-right: 10px;
|
||
}
|
||
|
||
td.txtLeft, .txtLeft {
|
||
text-align: left;
|
||
padding-left: 10px;
|
||
}
|
||
|
||
td.txtCenter, .txtCenter {
|
||
text-align: center;
|
||
}
|
||
|
||
td.fontWeight, .fontWeight, .fontWeight td {
|
||
font-weight: 900;
|
||
}
|
||
|
||
]]>
|
||
</xsl:element>
|
||
<xsl:element name="style">
|
||
<xsl:attribute name="type">text/css</xsl:attribute>
|
||
<xsl:attribute name="media">print</xsl:attribute>
|
||
<![CDATA[
|
||
.noPrint{display:none;}
|
||
.PrintContainer{padding:0px;}
|
||
]]>
|
||
</xsl:element>
|
||
<title>公文管理流程</title>
|
||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||
</head>
|
||
<body style="text-align: center">
|
||
<div style="width: 100%; margin:0 auto;">
|
||
<xsl:choose>
|
||
<!-- 公文下发 -->
|
||
<xsl:when test="ACCEPT_TYPE = 600001">
|
||
<table border="0" cellpadding="0" cellspacing="0" class="ReportTableStatistics" width="700px" align="center">
|
||
<tr style="height:140px;">
|
||
<td class="Title" colspan="6">
|
||
<table border="0" cellpadding="0" cellspacing="0" width="100%" align="center">
|
||
<tr>
|
||
<td class="Title">
|
||
甘肃华运高速公路服务区管理有限公司发文单
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:40px;">
|
||
<td colspan="2" class="txtLeft" style="height:32px;">
|
||
<span style="font-family:'宋体'">
|
||
<b>发文编号</b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_CODE"/>
|
||
</td>
|
||
<td colspan="2" class="txtLeft" style="height:32px;">
|
||
<span style="font-family:'宋体'">
|
||
<b>发文时间</b>:
|
||
</span>
|
||
<p style="text-align: center;">
|
||
<xsl:value-of select="I_DOCUMENT_DATE"/>
|
||
</p>
|
||
</td>
|
||
<td colspan="1" class="txtLeft" style="height:32px;">
|
||
<span style="font-family:'宋体'">
|
||
<b>缓急</b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_URGENCY"/>
|
||
</td>
|
||
<td colspan="1" class="txtLeft" style="height:32px;">
|
||
<span style="font-family:'宋体'">
|
||
<b>密级 </b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_DECLASSIFIED"/>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:120px;">
|
||
<td colspan="3" class="txtLeft" style="height:80px;">
|
||
<span style="font-family:'宋体'">
|
||
<b>签发</b>:
|
||
</span>
|
||
<p>
|
||
<xsl:value-of select="Appreoved_QFVALUE"/>
|
||
</p>
|
||
<p style="text-align: center;">
|
||
<span>
|
||
<xsl:value-of select="Appreoved_QF"/>
|
||
</span>
|
||
<span >
|
||
<xsl:value-of select="Appreoved_QFDATE"/>
|
||
</span>
|
||
</p>
|
||
</td>
|
||
<td colspan="3" class="txtLeft" style="height:80px;">
|
||
<span style="font-family:'宋体'">
|
||
<b>会签 </b>:
|
||
</span>
|
||
<xsl:for-each select="ApplyFee">
|
||
<p style="text-align: center;">
|
||
<span>
|
||
<xsl:value-of select="Appreoved_HQ"/>
|
||
</span>
|
||
<span >
|
||
<xsl:value-of select="Appreoved_HQDATE"/>
|
||
</span>
|
||
</p>
|
||
</xsl:for-each>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:80px;">
|
||
<td colspan="6" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
主送
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_MAIN_DELIVERY"/>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:80px;">
|
||
<td colspan="6" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
抄送
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_SEND_DELIVERY"/>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:80px;">
|
||
<td colspan="2" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
拟稿单位
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="STAFF_UNIT_NAME"/>
|
||
</td>
|
||
<td colspan="2" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
拟稿
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="STAFF_NAME"/>
|
||
</td>
|
||
<td colspan="2" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
核稿
|
||
</b>:
|
||
</span>
|
||
<p style="text-align: center;">
|
||
<span>
|
||
<xsl:value-of select="Appreoved_HG"/>
|
||
</span>
|
||
<span >
|
||
<xsl:value-of select="Appreoved_HGDATE"/>
|
||
</span>
|
||
</p>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:80px;">
|
||
<td colspan="3" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
办公室核稿
|
||
</b>:
|
||
</span>
|
||
<p>
|
||
<xsl:value-of select="Appreoved_BGSVALUE"/>
|
||
</p>
|
||
<p style="text-align: center;">
|
||
<span>
|
||
<xsl:value-of select="Appreoved_BGS"/>
|
||
</span>
|
||
<span>
|
||
<xsl:value-of select="Appreoved_BGSDATE"/>
|
||
</span>
|
||
</p>
|
||
</td>
|
||
<td colspan="3" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
会稿
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="Appreoved_HQVALUE"/>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:40px;">
|
||
<td colspan="2" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
印刷
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_PRINTING"/>
|
||
</td>
|
||
<td colspan="2" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
校对
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_PROOFREADING"/>
|
||
</td>
|
||
<td colspan="2" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
份数
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_NUMBER"/>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:80px;">
|
||
<td colspan="6" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
附件
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="ATTACHMENT_DESC"/>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:40px;">
|
||
<td colspan="6" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
主题词
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_SUBJECT"/>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:80px;">
|
||
<td colspan="6" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
标题
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_TITLE"/>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:140px;">
|
||
<td colspan="6" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
正文
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_CONTENT"/>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</xsl:when>
|
||
<xsl:when test="ACCEPT_TYPE = 600003">
|
||
<table border="0" cellpadding="0" cellspacing="0" class="ReportTableStatistics" width="700px" align="center">
|
||
<tr style="height:140px;">
|
||
<td class="Title" colspan="6">
|
||
<table border="0" cellpadding="0" cellspacing="0" width="100%" align="center">
|
||
<tr>
|
||
<td class="Title">
|
||
甘肃华运高速公路服务区管理有限公司发文单
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:40px;">
|
||
<td colspan="2" class="txtLeft" style="height:32px;">
|
||
<span style="font-family:'宋体'">
|
||
<b>发文编号</b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_CODE"/>
|
||
</td>
|
||
<td colspan="2" class="txtLeft" style="height:32px;">
|
||
<span style="font-family:'宋体'">
|
||
<b>发文时间</b>:
|
||
</span>
|
||
<p style="text-align: center;">
|
||
<xsl:value-of select="I_DOCUMENT_DATE"/>
|
||
</p>
|
||
</td>
|
||
<td colspan="1" class="txtLeft" style="height:32px;">
|
||
<span style="font-family:'宋体'">
|
||
<b>缓急</b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_URGENCY"/>
|
||
</td>
|
||
<td colspan="1" class="txtLeft" style="height:32px;">
|
||
<span style="font-family:'宋体'">
|
||
<b>密级 </b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_DECLASSIFIED"/>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:120px;">
|
||
<td colspan="3" class="txtLeft" style="height:80px;">
|
||
<span style="font-family:'宋体'">
|
||
<b>签发</b>:
|
||
</span>
|
||
<p>
|
||
<xsl:value-of select="Appreoved_QFVALUE"/>
|
||
</p>
|
||
<p style="text-align: center;">
|
||
<span>
|
||
<xsl:value-of select="Appreoved_QF"/>
|
||
</span>
|
||
<span >
|
||
<xsl:value-of select="Appreoved_QFDATE"/>
|
||
</span>
|
||
</p>
|
||
</td>
|
||
<td colspan="3" class="txtLeft" style="height:80px;">
|
||
<span style="font-family:'宋体'">
|
||
<b>会签 </b>:
|
||
</span>
|
||
<xsl:for-each select="ApplyFee">
|
||
<p style="text-align: center;">
|
||
<span>
|
||
<xsl:value-of select="Appreoved_HQ"/>
|
||
</span>
|
||
<span >
|
||
<xsl:value-of select="Appreoved_HQDATE"/>
|
||
</span>
|
||
</p>
|
||
</xsl:for-each>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:80px;">
|
||
<td colspan="6" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
主送
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_MAIN_DELIVERY"/>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:80px;">
|
||
<td colspan="6" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
抄送
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_SEND_DELIVERY"/>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:80px;">
|
||
<td colspan="2" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
拟稿单位
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="STAFF_UNIT_NAME"/>
|
||
</td>
|
||
<td colspan="2" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
拟稿
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="STAFF_NAME"/>
|
||
</td>
|
||
<td colspan="2" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
核稿
|
||
</b>:
|
||
</span>
|
||
<p style="text-align: center;">
|
||
<span>
|
||
<xsl:value-of select="Appreoved_HG"/>
|
||
</span>
|
||
<span >
|
||
<xsl:value-of select="Appreoved_HGDATE"/>
|
||
</span>
|
||
</p>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:80px;">
|
||
<td colspan="3" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
办公室核稿
|
||
</b>:
|
||
</span>
|
||
<p>
|
||
<xsl:value-of select="Appreoved_BGSVALUE"/>
|
||
</p>
|
||
<p style="text-align: center;">
|
||
<span>
|
||
<xsl:value-of select="Appreoved_BGS"/>
|
||
</span>
|
||
<span>
|
||
<xsl:value-of select="Appreoved_BGSDATE"/>
|
||
</span>
|
||
</p>
|
||
</td>
|
||
<td colspan="3" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
会稿
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="Appreoved_HQVALUE"/>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:40px;">
|
||
<td colspan="2" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
印刷
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_PRINTING"/>
|
||
</td>
|
||
<td colspan="2" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
校对
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_PROOFREADING"/>
|
||
</td>
|
||
<td colspan="2" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
份数
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_NUMBER"/>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:80px;">
|
||
<td colspan="6" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
附件
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="ATTACHMENT_DESC"/>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:40px;">
|
||
<td colspan="6" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
主题词
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_SUBJECT"/>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:80px;">
|
||
<td colspan="6" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
标题
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_TITLE"/>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:140px;">
|
||
<td colspan="6" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
正文
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_CONTENT"/>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</xsl:when>
|
||
<xsl:when test="ACCEPT_TYPE = 600004">
|
||
<table border="0" cellpadding="0" cellspacing="0" class="ReportTableStatistics" width="700px" align="center">
|
||
<tr style="height:140px;">
|
||
<td class="Title" colspan="6">
|
||
<table border="0" cellpadding="0" cellspacing="0" width="100%" align="center">
|
||
<tr>
|
||
<td class="Title">
|
||
甘肃华运高速公路服务区管理有限公司发文单
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:40px;">
|
||
<td colspan="2" class="txtLeft" style="height:32px;">
|
||
<span style="font-family:'宋体'">
|
||
<b>发文编号</b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_CODE"/>
|
||
</td>
|
||
<td colspan="2" class="txtLeft" style="height:32px;">
|
||
<span style="font-family:'宋体'">
|
||
<b>发文时间</b>:
|
||
</span>
|
||
<p style="text-align: center;">
|
||
<xsl:value-of select="I_DOCUMENT_DATE"/>
|
||
</p>
|
||
</td>
|
||
<td colspan="1" class="txtLeft" style="height:32px;">
|
||
<span style="font-family:'宋体'">
|
||
<b>缓急</b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_URGENCY"/>
|
||
</td>
|
||
<td colspan="1" class="txtLeft" style="height:32px;">
|
||
<span style="font-family:'宋体'">
|
||
<b>密级 </b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_DECLASSIFIED"/>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:120px;">
|
||
<td colspan="3" class="txtLeft" style="height:80px;">
|
||
<span style="font-family:'宋体'">
|
||
<b>签发</b>:
|
||
</span>
|
||
<p>
|
||
<xsl:value-of select="Appreoved_QFVALUE"/>
|
||
</p>
|
||
<p style="text-align: center;">
|
||
<span>
|
||
<xsl:value-of select="Appreoved_QF"/>
|
||
</span>
|
||
<span >
|
||
<xsl:value-of select="Appreoved_QFDATE"/>
|
||
</span>
|
||
</p>
|
||
</td>
|
||
<td colspan="3" class="txtLeft" style="height:80px;">
|
||
<span style="font-family:'宋体'">
|
||
<b>会签 </b>:
|
||
</span>
|
||
<xsl:for-each select="ApplyFee">
|
||
<p style="text-align: center;">
|
||
<span>
|
||
<xsl:value-of select="Appreoved_HQ"/>
|
||
</span>
|
||
<span >
|
||
<xsl:value-of select="Appreoved_HQDATE"/>
|
||
</span>
|
||
</p>
|
||
</xsl:for-each>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:80px;">
|
||
<td colspan="6" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
主送
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_MAIN_DELIVERY"/>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:80px;">
|
||
<td colspan="6" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
抄送
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_SEND_DELIVERY"/>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:80px;">
|
||
<td colspan="2" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
拟稿单位
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="STAFF_UNIT_NAME"/>
|
||
</td>
|
||
<td colspan="2" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
拟稿
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="STAFF_NAME"/>
|
||
</td>
|
||
<td colspan="2" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
核稿
|
||
</b>:
|
||
</span>
|
||
<p style="text-align: center;">
|
||
<span>
|
||
<xsl:value-of select="Appreoved_HG"/>
|
||
</span>
|
||
<span >
|
||
<xsl:value-of select="Appreoved_HGDATE"/>
|
||
</span>
|
||
</p>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:80px;">
|
||
<td colspan="3" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
办公室核稿
|
||
</b>:
|
||
</span>
|
||
<p>
|
||
<xsl:value-of select="Appreoved_BGSVALUE"/>
|
||
</p>
|
||
<p style="text-align: center;">
|
||
<span>
|
||
<xsl:value-of select="Appreoved_BGS"/>
|
||
</span>
|
||
<span>
|
||
<xsl:value-of select="Appreoved_BGSDATE"/>
|
||
</span>
|
||
</p>
|
||
</td>
|
||
<td colspan="3" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
会稿
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="Appreoved_HQVALUE"/>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:40px;">
|
||
<td colspan="2" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
印刷
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_PRINTING"/>
|
||
</td>
|
||
<td colspan="2" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
校对
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_PROOFREADING"/>
|
||
</td>
|
||
<td colspan="2" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
份数
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_NUMBER"/>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:80px;">
|
||
<td colspan="6" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
附件
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="ATTACHMENT_DESC"/>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:40px;">
|
||
<td colspan="6" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
主题词
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_SUBJECT"/>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:80px;">
|
||
<td colspan="6" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
标题
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_TITLE"/>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:140px;">
|
||
<td colspan="6" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
正文
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_CONTENT"/>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</xsl:when>
|
||
<xsl:when test="ACCEPT_TYPE = 600007">
|
||
<table border="0" cellpadding="0" cellspacing="0" class="ReportTableStatistics" width="700px" align="center">
|
||
<tr style="height:140px;">
|
||
<td class="Title" colspan="6">
|
||
<table border="0" cellpadding="0" cellspacing="0" width="100%" align="center">
|
||
<tr>
|
||
<td class="Title">
|
||
华运高速公路服务区管理有限公司公文处理单
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:40px;">
|
||
<td colspan="3" class="txtLeft" style="height:32px;">
|
||
<span style="font-family:'宋体'">
|
||
<b>收文编号</b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_CODE"/>
|
||
</td>
|
||
<td colspan="3" class="txtLeft" style="height:32px;">
|
||
<span style="font-family:'宋体'">
|
||
<b>收文时间</b>:
|
||
</span>
|
||
<p style="text-align: center;">
|
||
<xsl:value-of select="I_DOCUMENT_DATE"/>
|
||
</p>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:80px;">
|
||
<td colspan="3" class="txtLeft" style="height:80px;">
|
||
<span style="font-family:'宋体'">
|
||
<b>来文单位</b>:
|
||
</span>
|
||
<p>
|
||
<xsl:value-of select="STAFF_UNIT_NAME"/>
|
||
</p>
|
||
</td>
|
||
<td colspan="3" class="txtLeft" style="height:80px;">
|
||
<span style="font-family:'宋体'">
|
||
<b>来文编号</b>:
|
||
</span>
|
||
<p>
|
||
<xsl:value-of select="I_DOCUMENT_SUBJECT"/>
|
||
</p>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:80px;">
|
||
<td colspan="6" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
来文内容
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_CONTENT"/>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:80px;">
|
||
<td colspan="3" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
承办部门
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="Department_Name"/>
|
||
</td>
|
||
<td colspan="3" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
协办部门
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="Department_Name"/>
|
||
</td>
|
||
</tr>
|
||
<xsl:choose>
|
||
<xsl:when test="ApprovedInfo !=''">
|
||
<tr>
|
||
<td colspan="6" style="text-align:center;height:50px">
|
||
<b> 审批意见</b>
|
||
</td>
|
||
</tr>
|
||
</xsl:when>
|
||
</xsl:choose>
|
||
<!--审核意见-详细 Dean-->
|
||
<xsl:for-each select="ApprovedInfo">
|
||
<tr style="height:128px">
|
||
<td style="text-align:center;">
|
||
<b>
|
||
<xsl:value-of select="ApprovedName"/>
|
||
</b>
|
||
</td>
|
||
<td style="text-align:left;" colspan="5">
|
||
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="font-size:14px;">
|
||
<tr>
|
||
<td style="text-align:left;border: none;padding-left:10px;">
|
||
<xsl:value-of select="Approved_Info"/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td style="text-align:right;border: none;padding-right:10px;font-size:14px;">
|
||
<b> 审核人</b>:
|
||
<span class="Write" style="font-size:14px;">
|
||
<u>
|
||
<xsl:value-of select="Approved_Staff"/>
|
||
</u>
|
||
</span> 
|
||
<b> 审核时间</b>:
|
||
<span class="Write" style="font-size:14px;">
|
||
<u>
|
||
<xsl:value-of select="Approved_Date"/>
|
||
</u>
|
||
</span>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
</xsl:for-each>
|
||
</table>
|
||
</xsl:when>
|
||
<!-- 公文接收 -->
|
||
<xsl:when test="ACCEPT_TYPE = 600002">
|
||
<table border="0" cellpadding="0" cellspacing="0" class="ReportTableStatistics" width="700px" align="center">
|
||
<tr style="height:135px;">
|
||
<td class="Title" colspan="6">
|
||
<table border="0" cellpadding="0" cellspacing="0" width="100%" align="center">
|
||
<tr>
|
||
<td class="Title">
|
||
甘肃华运高速公路服务区管理有限公司公文处理单
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:40px;">
|
||
<td colspan="3" class="txtLeft" style="height:32px;">
|
||
<span style="font-family:'宋体'">
|
||
<b>收文编号</b>:
|
||
</span>
|
||
<xsl:value-of select="DOCUMENT_CODE"/>
|
||
</td>
|
||
<td colspan="3" class="txtLeft" style="height:32px;">
|
||
<span style="font-family:'宋体'">
|
||
<b>收文时间 </b>:
|
||
</span>
|
||
<xsl:value-of select="READDATE"/>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:80px;">
|
||
<td colspan="3" class="txtLeft" style="height:80px;">
|
||
<span style="font-family:'宋体'">
|
||
<b>来文机关</b>:
|
||
</span>
|
||
<xsl:value-of select="UINT_NAME"/>
|
||
</td>
|
||
<td colspan="3" class="txtLeft" style="height:80px;">
|
||
<span style="font-family:'宋体'">
|
||
<b>文件编号 </b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_CODE"/>
|
||
<br/>
|
||
<br/>
|
||
<span style="font-family:'宋体'">
|
||
<b>发文日期 </b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_DATE"/>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:80px;">
|
||
<td colspan="6" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
文件标题
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_TITLE"/>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:150px;">
|
||
<td colspan="6" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
来文内容
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_CONTENT"/>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:80px;">
|
||
<td colspan="6" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
附件
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="DOCUMENT_ENCLOSURE"/>
|
||
</td>
|
||
</tr>
|
||
<xsl:choose>
|
||
<xsl:when test="ApprovedInfo !=''">
|
||
<tr>
|
||
<td colspan="6" style="text-align:center;height:50px">
|
||
<b> 审批意见</b>
|
||
</td>
|
||
</tr>
|
||
</xsl:when>
|
||
</xsl:choose>
|
||
<!--审核意见-详细 Dean-->
|
||
<xsl:for-each select="ApprovedInfo">
|
||
<tr style="height:128px">
|
||
<td style="text-align:center;">
|
||
<b>
|
||
<xsl:value-of select="ApprovedName"/>
|
||
</b>
|
||
</td>
|
||
<td style="text-align:left;" colspan="5">
|
||
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="font-size:14px;">
|
||
<tr>
|
||
<td style="text-align:left;border: none;padding-left:10px;">
|
||
<xsl:value-of select="Approved_Info"/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td style="text-align:right;border: none;padding-right:10px;font-size:14px;">
|
||
<b> 审核人</b>:
|
||
<span class="Write" style="font-size:14px;">
|
||
<u>
|
||
<xsl:value-of select="Approved_Staff"/>
|
||
</u>
|
||
</span> 
|
||
<b> 审核时间</b>:
|
||
<span class="Write" style="font-size:14px;">
|
||
<u>
|
||
<xsl:value-of select="Approved_Date"/>
|
||
</u>
|
||
</span>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
</xsl:for-each>
|
||
</table>
|
||
</xsl:when>
|
||
<xsl:when test="ACCEPT_TYPE = 600005">
|
||
<table border="0" cellpadding="0" cellspacing="0" class="ReportTableStatistics" width="700px" align="center">
|
||
<tr style="height:135px;">
|
||
<td class="Title" colspan="6">
|
||
<table border="0" cellpadding="0" cellspacing="0" width="100%" align="center">
|
||
<tr>
|
||
<td class="Title">
|
||
甘肃华运高速公路服务区管理有限公司公文处理单
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:40px;">
|
||
<td colspan="3" class="txtLeft" style="height:32px;">
|
||
<span style="font-family:'宋体'">
|
||
<b>收文编号</b>:
|
||
</span>
|
||
<xsl:value-of select="DOCUMENT_CODE"/>
|
||
</td>
|
||
<td colspan="3" class="txtLeft" style="height:32px;">
|
||
<span style="font-family:'宋体'">
|
||
<b>收文时间 </b>:
|
||
</span>
|
||
<xsl:value-of select="READDATE"/>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:80px;">
|
||
<td colspan="3" class="txtLeft" style="height:80px;">
|
||
<span style="font-family:'宋体'">
|
||
<b>来文机关</b>:
|
||
</span>
|
||
<xsl:value-of select="UINT_NAME"/>
|
||
</td>
|
||
<td colspan="3" class="txtLeft" style="height:80px;">
|
||
<span style="font-family:'宋体'">
|
||
<b>文件编号 </b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_CODE"/>
|
||
<br/>
|
||
<br/>
|
||
<span style="font-family:'宋体'">
|
||
<b>发文日期 </b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_DATE"/>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:80px;">
|
||
<td colspan="6" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
文件标题
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_TITLE"/>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:150px;">
|
||
<td colspan="6" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
来文内容
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_CONTENT"/>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:80px;">
|
||
<td colspan="6" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
附件
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="DOCUMENT_ENCLOSURE"/>
|
||
</td>
|
||
</tr>
|
||
<xsl:choose>
|
||
<xsl:when test="ApprovedInfo !=''">
|
||
<tr>
|
||
<td colspan="6" style="text-align:center;height:50px">
|
||
<b> 审批意见</b>
|
||
</td>
|
||
</tr>
|
||
</xsl:when>
|
||
</xsl:choose>
|
||
<!--审核意见-详细 Dean-->
|
||
<xsl:for-each select="ApprovedInfo">
|
||
<tr style="height:128px">
|
||
<td style="text-align:center;">
|
||
<b>
|
||
<xsl:value-of select="ApprovedName"/>
|
||
</b>
|
||
</td>
|
||
<td style="text-align:left;" colspan="5">
|
||
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="font-size:14px;">
|
||
<tr>
|
||
<td style="text-align:left;border: none;padding-left:10px;">
|
||
<xsl:value-of select="Approved_Info"/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td style="text-align:right;border: none;padding-right:10px;font-size:14px;">
|
||
<b> 审核人</b>:
|
||
<span class="Write" style="font-size:14px;">
|
||
<u>
|
||
<xsl:value-of select="Approved_Staff"/>
|
||
</u>
|
||
</span> 
|
||
<b> 审核时间</b>:
|
||
<span class="Write" style="font-size:14px;">
|
||
<u>
|
||
<xsl:value-of select="Approved_Date"/>
|
||
</u>
|
||
</span>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
</xsl:for-each>
|
||
</table>
|
||
</xsl:when>
|
||
<xsl:when test="ACCEPT_TYPE = 600006">
|
||
<table border="0" cellpadding="0" cellspacing="0" class="ReportTableStatistics" width="700px" align="center">
|
||
<tr style="height:135px;">
|
||
<td class="Title" colspan="6">
|
||
<table border="0" cellpadding="0" cellspacing="0" width="100%" align="center">
|
||
<tr>
|
||
<td class="Title">
|
||
甘肃华运高速公路服务区管理有限公司公文处理单
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:40px;">
|
||
<td colspan="3" class="txtLeft" style="height:32px;">
|
||
<span style="font-family:'宋体'">
|
||
<b>收文编号</b>:
|
||
</span>
|
||
<xsl:value-of select="DOCUMENT_CODE"/>
|
||
</td>
|
||
<td colspan="3" class="txtLeft" style="height:32px;">
|
||
<span style="font-family:'宋体'">
|
||
<b>收文时间 </b>:
|
||
</span>
|
||
<xsl:value-of select="READDATE"/>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:80px;">
|
||
<td colspan="3" class="txtLeft" style="height:80px;">
|
||
<span style="font-family:'宋体'">
|
||
<b>来文机关</b>:
|
||
</span>
|
||
<xsl:value-of select="UINT_NAME"/>
|
||
</td>
|
||
<td colspan="3" class="txtLeft" style="height:80px;">
|
||
<span style="font-family:'宋体'">
|
||
<b>文件编号 </b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_CODE"/>
|
||
<br/>
|
||
<br/>
|
||
<span style="font-family:'宋体'">
|
||
<b>发文日期 </b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_DATE"/>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:80px;">
|
||
<td colspan="6" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
文件标题
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_TITLE"/>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:150px;">
|
||
<td colspan="6" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
来文内容
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="I_DOCUMENT_CONTENT"/>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:80px;">
|
||
<td colspan="6" class="txtLeft">
|
||
<span style="font-family:'宋体'">
|
||
<b>
|
||
附件
|
||
</b>:
|
||
</span>
|
||
<xsl:value-of select="DOCUMENT_ENCLOSURE"/>
|
||
</td>
|
||
</tr>
|
||
<xsl:choose>
|
||
<xsl:when test="ApprovedInfo !=''">
|
||
<tr>
|
||
<td colspan="6" style="text-align:center;height:50px">
|
||
<b> 审批意见</b>
|
||
</td>
|
||
</tr>
|
||
</xsl:when>
|
||
</xsl:choose>
|
||
<!--审核意见-详细 Dean-->
|
||
<xsl:for-each select="ApprovedInfo">
|
||
<tr style="height:128px">
|
||
<td style="text-align:center;">
|
||
<b>
|
||
<xsl:value-of select="ApprovedName"/>
|
||
</b>
|
||
</td>
|
||
<td style="text-align:left;" colspan="5">
|
||
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="font-size:14px;">
|
||
<tr>
|
||
<td style="text-align:left;border: none;padding-left:10px;">
|
||
<xsl:value-of select="Approved_Info"/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td style="text-align:right;border: none;padding-right:10px;font-size:14px;">
|
||
<b> 审核人</b>:
|
||
<span class="Write" style="font-size:14px;">
|
||
<u>
|
||
<xsl:value-of select="Approved_Staff"/>
|
||
</u>
|
||
</span> 
|
||
<b> 审核时间</b>:
|
||
<span class="Write" style="font-size:14px;">
|
||
<u>
|
||
<xsl:value-of select="Approved_Date"/>
|
||
</u>
|
||
</span>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
</xsl:for-each>
|
||
</table>
|
||
</xsl:when>
|
||
</xsl:choose>
|
||
</div>
|
||
</body>
|
||
</html>
|
||
</xsl:template>
|
||
</xsl:stylesheet>
|