first commit
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
<?xml version="1.0"?>
|
||||
<root>
|
||||
<LabelType>网上信访</LabelType>
|
||||
<LabelIntro>
|
||||
</LabelIntro>
|
||||
<OutType>sin</OutType>
|
||||
<LabelDataType>sql_sysquery</LabelDataType>
|
||||
<EnabelAjax>False</EnabelAjax>
|
||||
<IsXsltSql>false</IsXsltSql>
|
||||
<IsXsltCountSql>false</IsXsltCountSql>
|
||||
<LabelSqlString>SELECT TOP 6 * FROM PE_GV_LetterType</LabelSqlString>
|
||||
<LabelTemplate>
|
||||
<![CDATA[<?xml version="1.0" encoding="utf-8"?>
|
||||
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:pe="labelproc" exclude-result-prefixes="pe">
|
||||
<xsl:output method="html" />
|
||||
<xsl:template match="/">
|
||||
<div class="onlinepl_intro">
|
||||
<p>是中国市级门户网站手市信访局委托设立的一个网站政府于民众、社会沟通的重要平台,是受理公民、法人和其他组织对市各人民政府以及政府工作部门监督、投诉、咨询曝光、建议、感谢的窗口。</p>
|
||||
<ul class="onlinepl_icon">
|
||||
<xsl:for-each select="/NewDataSet/Table">
|
||||
<li class="c{position()}">
|
||||
<a>
|
||||
<xsl:attribute name="href">
|
||||
{PE.SiteConfig.ApplicationPath/}Government/Letter/Index.aspx?LetterTypeId=<xsl:value-of select="LetterTypeId" />
|
||||
</xsl:attribute>
|
||||
<xsl:attribute name="title">
|
||||
<xsl:value-of select="LetterTypeName"/>
|
||||
</xsl:attribute>
|
||||
<xsl:value-of select="LetterTypeName"/>
|
||||
</a>
|
||||
</li>
|
||||
</xsl:for-each>
|
||||
<li class="c7">
|
||||
<a>
|
||||
<xsl:attribute name="href">{PE.SiteConfig.ApplicationPath/}Government/Letter/LetterWriter.aspx?LetterTypeId=@request_LetterTypeId</xsl:attribute>
|
||||
<xsl:element name="img">
|
||||
<xsl:attribute name="src">
|
||||
{PE.SiteConfig.SkinPath/}images/onlilnepl_write.gif
|
||||
</xsl:attribute>
|
||||
<xsl:attribute name="alt">我要写信</xsl:attribute>
|
||||
<xsl:attribute name="border">0</xsl:attribute>
|
||||
</xsl:element>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="clearbox">
|
||||
</div>
|
||||
</div>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>]]></LabelTemplate>
|
||||
</root>
|
||||
Reference in New Issue
Block a user