Skip Ribbon Commands
Skip to main content

Title

Quản Trị - Main

XslContent

<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet
    version='1.0'
    xmlns:xsl='http://www.w3.org/1999/XSL/Transform'
    xmlns:msxsl='urn:schemas-microsoft-com:xslt'
    xmlns:rs='urn:schemas-microsoft-com:rowset'
    xmlns:z='#RowsetSchema'
    xmlns:js='urn:custom-javascript'
    exclude-result-prefixes='msxsl js'
    xmlns:cs="urn:my-scripts"
  >
  <xsl:output method="xml" indent="yes"/>

  <xsl:template match="Pages">
    <link rel="stylesheet" type="text/css" href="/Style Library/en-us/Core Styles/cms2013.css" />
    <xsl:if test="count(PageItem) != 0">

      <xsl:for-each select="PageItem">
        <div class="lvmenu-quantri" style="float:left;">
          <div class="newstop">
            <div class="newstopC">
              <xsl:value-of select="@Title"/>
            </div>
          </div>
          <div id="cpanel">
            <div class="lvmenu-quantri-item row">
              <xsl:for-each select="PageItem">
                <div class="icon-wrapper span2">
                  <div class="icon">
                    <a href="{@Link}">
                      <img alt="" src="{@IconURL}" />
                      <span>
                        <xsl:value-of select="@Title"/>
                      </span>
                    </a>
                  </div>
                </div>
              </xsl:for-each>
            </div>
          </div>
        </div>
      </xsl:for-each>
    </xsl:if>

  </xsl:template>
</xsl:stylesheet>

Attachments

Created at 10/11/2014 4:16 CH by System Account
Last modified at 02/12/2014 3:50 CH by Quan Tri SQL Server