This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> | |
<xsl:output method="html"/> | |
<xsl:param name="CSSClass"></xsl:param> | |
<xsl:template match="/*"> | |
<xsl:apply-templates select="root" /> | |
</xsl:template> | |
<xsl:template match="root"> | |
<xsl:apply-templates select="node" mode="topLevel" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> | |
<xsl:output method="html"/> | |
<xsl:param name="CSSClass">row sitemap match-height</xsl:param> | |
<xsl:template match="/*"> | |
<xsl:apply-templates select="root" /> | |
</xsl:template> | |
<xsl:template match="root"> | |
<div class="{$CSSClass}"> | |
<xsl:apply-templates select="node" mode="topLevel" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Data; | |
using System.Data.Sql; | |
using System.Data.SqlClient; | |
using System.Configuration; | |
using DotNetNuke.Services.Mail; | |
using DotNetNuke.Entities.Portals; | |
using DotNetNuke.Common.Utilities; | |
using DotNetNuke.Entities.Portals; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@{ | |
int rowCounter = 0; | |
} | |
<div> | |
@foreach(var e in (List)) { | |
var Content = e.Content; | |
rowCounter = rowCounter +1; | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"Default":{"sets":{"84676cd434499994ef5176c93d970e83079cbc6c":{"id":"84676cd434499994ef5176c93d970e83079cbc6c","name":"Bootstrap Default","string":"| ~ | ~ | (vFl)"},"d521212626e4f9f144821a52dcdaf3e1f6c8cffd":{"id":"d521212626e4f9f144821a52dcdaf3e1f6c8cffd","name":"Three column grid","string":"| ~ | ~ | ~ | (vFl)"},"469eb8921edf75ed3360d5838f9585c0d7a82109":{"id":"469eb8921edf75ed3360d5838f9585c0d7a82109","name":"Outline","string":"| ~ | (vFl)\n| ~ | (hFl)"}},"name":"Default"}} |