style cleanup
This commit is contained in:
@@ -30,12 +30,12 @@
|
|||||||
</xsl:with-param>
|
</xsl:with-param>
|
||||||
<xsl:with-param name="text">
|
<xsl:with-param name="text">
|
||||||
|
|
||||||
<xsl:element name="table" use-attribute-sets="EntityTableAttr">
|
<table class="EntityTableAttr">
|
||||||
<xsl:call-template name="DataTableGenerator">
|
<xsl:call-template name="DataTableGenerator">
|
||||||
<xsl:with-param name="cols" select="2" />
|
<xsl:with-param name="cols" select="2" />
|
||||||
<xsl:with-param name="nodeset" select="*[text()]" />
|
<xsl:with-param name="nodeset" select="*[text()]" />
|
||||||
</xsl:call-template>
|
</xsl:call-template>
|
||||||
</xsl:element>
|
</table>
|
||||||
|
|
||||||
</xsl:with-param>
|
</xsl:with-param>
|
||||||
</xsl:call-template>
|
</xsl:call-template>
|
||||||
@@ -84,12 +84,12 @@
|
|||||||
</xsl:with-param>
|
</xsl:with-param>
|
||||||
<xsl:with-param name="text">
|
<xsl:with-param name="text">
|
||||||
|
|
||||||
<xsl:element name="table" use-attribute-sets="EntityTableAttr">
|
<table class="EntityTableAttr">
|
||||||
<xsl:call-template name="DataTableGenerator">
|
<xsl:call-template name="DataTableGenerator">
|
||||||
<xsl:with-param name="cols" select="1" />
|
<xsl:with-param name="cols" select="1" />
|
||||||
<xsl:with-param name="nodeset" select="*[text()] | ./*/*[text()]" />
|
<xsl:with-param name="nodeset" select="*[text()] | ./*/*[text()]" />
|
||||||
</xsl:call-template>
|
</xsl:call-template>
|
||||||
</xsl:element>
|
</table>
|
||||||
|
|
||||||
</xsl:with-param>
|
</xsl:with-param>
|
||||||
</xsl:call-template>
|
</xsl:call-template>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
|
|
||||||
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
||||||
|
|
||||||
@@ -8,41 +8,6 @@
|
|||||||
|
|
||||||
<xsl:strip-space elements="*" />
|
<xsl:strip-space elements="*" />
|
||||||
|
|
||||||
<xsl:attribute-set name="TopLevelTableAttr">
|
|
||||||
<xsl:attribute name="cellpadding">4</xsl:attribute>
|
|
||||||
<xsl:attribute name="cellspacing">1</xsl:attribute>
|
|
||||||
<xsl:attribute name="border">0</xsl:attribute>
|
|
||||||
<xsl:attribute name="width">100%</xsl:attribute>
|
|
||||||
</xsl:attribute-set>
|
|
||||||
|
|
||||||
<xsl:attribute-set name="DataTableAttr">
|
|
||||||
<xsl:attribute name="align">left</xsl:attribute>
|
|
||||||
<xsl:attribute name="cellpadding">2</xsl:attribute>
|
|
||||||
<xsl:attribute name="cellspacing">0</xsl:attribute>
|
|
||||||
<xsl:attribute name="border">0</xsl:attribute>
|
|
||||||
</xsl:attribute-set>
|
|
||||||
|
|
||||||
<xsl:attribute-set name="EntityTableAttr">
|
|
||||||
<xsl:attribute name="cellpadding">3</xsl:attribute>
|
|
||||||
<xsl:attribute name="cellspacing">1</xsl:attribute>
|
|
||||||
<xsl:attribute name="border">0</xsl:attribute>
|
|
||||||
</xsl:attribute-set>
|
|
||||||
|
|
||||||
<xsl:attribute-set name="CollapsableTableAttr">
|
|
||||||
<xsl:attribute name="cellpadding">3</xsl:attribute>
|
|
||||||
<xsl:attribute name="cellspacing">1</xsl:attribute>
|
|
||||||
<xsl:attribute name="border">0</xsl:attribute>
|
|
||||||
<xsl:attribute name="width">100%</xsl:attribute>
|
|
||||||
</xsl:attribute-set>
|
|
||||||
|
|
||||||
<xsl:attribute-set name="CompactTableAttr">
|
|
||||||
<xsl:attribute name="align">left</xsl:attribute>
|
|
||||||
<xsl:attribute name="class">CompactTableAttr</xsl:attribute>
|
|
||||||
<xsl:attribute name="cellpadding">3</xsl:attribute>
|
|
||||||
<xsl:attribute name="cellspacing">1</xsl:attribute>
|
|
||||||
<xsl:attribute name="border">0</xsl:attribute>
|
|
||||||
</xsl:attribute-set>
|
|
||||||
|
|
||||||
<xsl:attribute-set name="ToggleLinkAttr">
|
<xsl:attribute-set name="ToggleLinkAttr">
|
||||||
<xsl:attribute name="onClick">JavaScript: toggleLinkClicked(event);</xsl:attribute>
|
<xsl:attribute name="onClick">JavaScript: toggleLinkClicked(event);</xsl:attribute>
|
||||||
<xsl:attribute name="onSelectStart">JavaScript: return false;</xsl:attribute>
|
<xsl:attribute name="onSelectStart">JavaScript: return false;</xsl:attribute>
|
||||||
@@ -172,68 +137,56 @@ a, a:visited {
|
|||||||
a:hover, a:active {
|
a:hover, a:active {
|
||||||
color: #FF6E00;
|
color: #FF6E00;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: Arial,Verdana,sans-serif;
|
font-family: Arial,Verdana,sans-serif;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
color: #3D5066;
|
color: #3D5066;
|
||||||
background: #A1ACB9;
|
background: #A1ACB9;
|
||||||
|
margin: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
td {
|
|
||||||
background: #FFFFFF;
|
|
||||||
vertical-align: top;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pageheader {
|
.pageheader {
|
||||||
background: #E1E5EA;
|
background: #E1E5EA;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pagefooter {
|
.pagefooter {
|
||||||
background: #E1E5EA;
|
background: #E1E5EA;
|
||||||
}
|
}
|
||||||
|
|
||||||
.clear {
|
.clear {
|
||||||
background: #F4F6F7;
|
background: #F4F6F7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.valuename {
|
.valuename {
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.visible {
|
.visible {
|
||||||
}
|
}
|
||||||
|
|
||||||
.hidden {
|
.hidden {
|
||||||
display:none
|
display:none
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
background: #DBE0E5;
|
background: #DBE0E5;
|
||||||
}
|
}
|
||||||
|
td {
|
||||||
|
vertical-align: top;
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
select {
|
select {
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
background: #F4F6F7;
|
background: #F4F6F7;
|
||||||
}
|
}
|
||||||
|
|
||||||
th {
|
th {
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
color: #3D5066;
|
color: #3D5066;
|
||||||
}
|
}
|
||||||
|
|
||||||
th.main {
|
th.main {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
color: #3D5066;
|
color: #3D5066;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
@@ -241,7 +194,6 @@ h1 {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #005CB1;
|
color: #005CB1;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
@@ -249,7 +201,6 @@ h2 {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #3D5066;
|
color: #3D5066;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
@@ -257,34 +208,69 @@ h3 {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #3D5066;
|
color: #3D5066;
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
height: 1px;
|
height: 1px;
|
||||||
color: #DBE0E5;
|
color: #DBE0E5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dyndata {
|
.dyndata {
|
||||||
color: #005CB1;
|
color: #005CB1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.titlename {
|
.titlename {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.titlevalue {
|
.titlevalue {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
.LargeNumber {
|
||||||
.CompactTableAttr {
|
font-size: 20px;
|
||||||
|
}
|
||||||
|
.TopLevelTableAttr {
|
||||||
|
cellpadding: 4;
|
||||||
|
cellspacing: 1;
|
||||||
|
border: 0;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.DataTableAttr {
|
||||||
|
background: #FFFFFF;
|
||||||
|
text-align: left;
|
||||||
|
cellpadding: 3;
|
||||||
|
cellspacing: 1;
|
||||||
|
border: 0;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.EntityTableAttr {
|
||||||
|
background: #FFFFFF;
|
||||||
|
cellpadding: 3;
|
||||||
|
cellspacing: 1;
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
.CollapsableTableAttr {
|
||||||
|
text-align: left;
|
||||||
|
cellpadding: 2;
|
||||||
|
cellspacing: 0;
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
.CompactTableAttr {
|
||||||
|
background: #FFFFFF;
|
||||||
|
text-align: left;
|
||||||
|
cellpadding: 3;
|
||||||
|
cellspacing: 1;
|
||||||
|
border: 0;
|
||||||
margin: 2px 2px 2px 2px;
|
margin: 2px 2px 2px 2px;
|
||||||
|
}
|
||||||
|
.MasterContainer {
|
||||||
|
background: #FFFFFF;
|
||||||
|
}
|
||||||
|
.HeaderContainer {
|
||||||
|
background: #FFFFFF;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
<body topmargin="3" bottommargin="3" leftmargin="3" rightmargin="3" onLoad="JavaScript: startItUp();">
|
<body onLoad="JavaScript: startItUp();">
|
||||||
|
|
||||||
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%">
|
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%">
|
||||||
<tr>
|
<tr>
|
||||||
@@ -300,9 +286,9 @@ hr {
|
|||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td width="100%" height="100%" valign="top" name="masterContainer">
|
<td width="100%" height="100%" valign="top" class="MasterContainer">
|
||||||
<br />
|
<br />
|
||||||
<table cellpadding="10" cellspacing="0" border="0" width="100%">
|
<table cellpadding="10" cellspacing="0" border="0" width="100%" class="HeaderContainer">
|
||||||
<xsl:if test="$FullHeader = 1">
|
<xsl:if test="$FullHeader = 1">
|
||||||
<tr>
|
<tr>
|
||||||
<td nowrap="nowrap">
|
<td nowrap="nowrap">
|
||||||
@@ -588,11 +574,11 @@ hr {
|
|||||||
|
|
||||||
<xsl:template name="PrintHorizontalDataTable">
|
<xsl:template name="PrintHorizontalDataTable">
|
||||||
<xsl:param name="text" />
|
<xsl:param name="text" />
|
||||||
<xsl:element name="table" use-attribute-sets="EntityTableAttr">
|
<table class="EntityTableAttr">
|
||||||
<tr>
|
<tr>
|
||||||
<xsl:copy-of select="$text" />
|
<xsl:copy-of select="$text" />
|
||||||
</tr>
|
</tr>
|
||||||
</xsl:element>
|
</table>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
|
|
||||||
@@ -600,7 +586,7 @@ hr {
|
|||||||
<xsl:param name="name" />
|
<xsl:param name="name" />
|
||||||
<xsl:param name="value" />
|
<xsl:param name="value" />
|
||||||
<td>
|
<td>
|
||||||
<xsl:element name="table" use-attribute-sets="DataTableAttr">
|
<table class="DataTableAttr">
|
||||||
<tr>
|
<tr>
|
||||||
<xsl:element name="td">
|
<xsl:element name="td">
|
||||||
<xsl:attribute name="class">valuename</xsl:attribute>
|
<xsl:attribute name="class">valuename</xsl:attribute>
|
||||||
@@ -612,21 +598,21 @@ hr {
|
|||||||
<xsl:copy-of select="$value" />
|
<xsl:copy-of select="$value" />
|
||||||
</xsl:element>
|
</xsl:element>
|
||||||
</tr>
|
</tr>
|
||||||
</xsl:element>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template name="PrintVerticalDataTable">
|
<xsl:template name="PrintVerticalDataTable">
|
||||||
<xsl:param name="text" />
|
<xsl:param name="text" />
|
||||||
<xsl:element name="table" use-attribute-sets="EntityTableAttr">
|
<table class="EntityTableAttr">
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<xsl:element name="table" use-attribute-sets="DataTableAttr">
|
<table class="DataTableAttr">
|
||||||
<xsl:copy-of select="$text" />
|
<xsl:copy-of select="$text" />
|
||||||
</xsl:element>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</xsl:element>
|
</table>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template name="PrintVerticalDataRow">
|
<xsl:template name="PrintVerticalDataRow">
|
||||||
@@ -737,9 +723,9 @@ hr {
|
|||||||
<xsl:param name="nodecounter" select="1" />
|
<xsl:param name="nodecounter" select="1" />
|
||||||
<xsl:variable name="skip" select="ceiling( count($nodeset) div $cols )" />
|
<xsl:variable name="skip" select="ceiling( count($nodeset) div $cols )" />
|
||||||
<td valign="top">
|
<td valign="top">
|
||||||
<xsl:element name="table" use-attribute-sets="DataTableAttr">
|
<table class="DataTableAttr">
|
||||||
<xsl:apply-templates select="$nodeset[(position() >= $nodecounter) and (position() < ($nodecounter + $skip))]" mode="DataTableElement" />
|
<xsl:apply-templates select="$nodeset[(position() >= $nodecounter) and (position() < ($nodecounter + $skip))]" mode="DataTableElement" />
|
||||||
</xsl:element>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
<xsl:if test="($nodecounter + $skip) <= count($nodeset)">
|
<xsl:if test="($nodecounter + $skip) <= count($nodeset)">
|
||||||
<xsl:call-template name="DataTableGenerator">
|
<xsl:call-template name="DataTableGenerator">
|
||||||
@@ -761,13 +747,13 @@ hr {
|
|||||||
<xsl:call-template name="CollapsibleSubSection">
|
<xsl:call-template name="CollapsibleSubSection">
|
||||||
<xsl:with-param name="title" select="$title" />
|
<xsl:with-param name="title" select="$title" />
|
||||||
<xsl:with-param name="text">
|
<xsl:with-param name="text">
|
||||||
<xsl:element name="table" use-attribute-sets="CollapsableTableAttr">
|
<table class="CollapsableTableAttr">
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<xsl:copy-of select="$text" />
|
<xsl:copy-of select="$text" />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</xsl:element>
|
</table>
|
||||||
</xsl:with-param>
|
</xsl:with-param>
|
||||||
</xsl:call-template>
|
</xsl:call-template>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
@@ -776,7 +762,7 @@ hr {
|
|||||||
<xsl:template name="CollapsibleSubSection">
|
<xsl:template name="CollapsibleSubSection">
|
||||||
<xsl:param name="title" />
|
<xsl:param name="title" />
|
||||||
<xsl:param name="text" />
|
<xsl:param name="text" />
|
||||||
<xsl:element name="table" use-attribute-sets="CollapsableTableAttr">
|
<table class="CollapsableTableAttr">
|
||||||
<tr>
|
<tr>
|
||||||
<xsl:element name="th" use-attribute-sets="ToggleLinkAttr">
|
<xsl:element name="th" use-attribute-sets="ToggleLinkAttr">
|
||||||
<xsl:attribute name="class">main</xsl:attribute>
|
<xsl:attribute name="class">main</xsl:attribute>
|
||||||
@@ -789,13 +775,13 @@ hr {
|
|||||||
<xsl:copy-of select="$text" />
|
<xsl:copy-of select="$text" />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</xsl:element>
|
</table>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template name="SubSectionCompact">
|
<xsl:template name="SubSectionCompact">
|
||||||
<xsl:param name="title" />
|
<xsl:param name="title" />
|
||||||
<xsl:param name="text" />
|
<xsl:param name="text" />
|
||||||
<xsl:element name="table" use-attribute-sets="CompactTableAttr">
|
<table class="CompactTableAttr">
|
||||||
<tr>
|
<tr>
|
||||||
<xsl:element name="th">
|
<xsl:element name="th">
|
||||||
<xsl:attribute name="class">main</xsl:attribute>
|
<xsl:attribute name="class">main</xsl:attribute>
|
||||||
@@ -807,13 +793,13 @@ hr {
|
|||||||
<xsl:copy-of select="$text" />
|
<xsl:copy-of select="$text" />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</xsl:element>
|
</table>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template name="CollapsibleTopSection">
|
<xsl:template name="CollapsibleTopSection">
|
||||||
<xsl:param name="title" />
|
<xsl:param name="title" />
|
||||||
<xsl:param name="text" />
|
<xsl:param name="text" />
|
||||||
<xsl:element name="table" use-attribute-sets="TopLevelTableAttr">
|
<table class="TopLevelTableAttr">
|
||||||
<tr>
|
<tr>
|
||||||
<xsl:element name="th" use-attribute-sets="ToggleLinkAttr">
|
<xsl:element name="th" use-attribute-sets="ToggleLinkAttr">
|
||||||
<xsl:attribute name="class">main</xsl:attribute>
|
<xsl:attribute name="class">main</xsl:attribute>
|
||||||
@@ -826,7 +812,7 @@ hr {
|
|||||||
<xsl:copy-of select="$text" />
|
<xsl:copy-of select="$text" />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</xsl:element>
|
</table>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -48,18 +48,18 @@
|
|||||||
<xsl:with-param name="text">
|
<xsl:with-param name="text">
|
||||||
|
|
||||||
<h2>Overview</h2>
|
<h2>Overview</h2>
|
||||||
<xsl:element name="table" use-attribute-sets="EntityTableAttr">
|
<table class="EntityTableAttr">
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
This section explains all the files saved to your memory card. Please read the instructions below before modifying any files on your memory card. Modifying files may result in irreversible loss of your data.
|
This section explains all the files saved to your memory card. Please read the instructions below before modifying any files on your memory card. Modifying files may result in irreversible loss of your data.
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</xsl:element>
|
</table>
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
<h2>Description of Files</h2>
|
<h2>Description of Files</h2>
|
||||||
<xsl:element name="table" use-attribute-sets="EntityTableAttr">
|
<table class="EntityTableAttr">
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="Edits/" target="_new">Edits/</a></td>
|
<td><a href="Edits/" target="_new">Edits/</a></td>
|
||||||
<td>
|
<td>
|
||||||
@@ -150,7 +150,7 @@
|
|||||||
</xsl:call-template>
|
</xsl:call-template>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</xsl:element>
|
</table>
|
||||||
|
|
||||||
</xsl:with-param>
|
</xsl:with-param>
|
||||||
</xsl:call-template>
|
</xsl:call-template>
|
||||||
@@ -169,12 +169,12 @@
|
|||||||
</xsl:with-param>
|
</xsl:with-param>
|
||||||
<xsl:with-param name="text">
|
<xsl:with-param name="text">
|
||||||
|
|
||||||
<xsl:element name="table" use-attribute-sets="EntityTableAttr">
|
<table class="EntityTableAttr">
|
||||||
<xsl:call-template name="DataTableGenerator">
|
<xsl:call-template name="DataTableGenerator">
|
||||||
<xsl:with-param name="cols" select="2" />
|
<xsl:with-param name="cols" select="2" />
|
||||||
<xsl:with-param name="nodeset" select="*[text() and name() != 'NumExtraStagesPassed' and name() != 'NumExtraStagesFailed' and name() != 'NumToasties'] | Song | Course" />
|
<xsl:with-param name="nodeset" select="*[text() and name() != 'NumExtraStagesPassed' and name() != 'NumExtraStagesFailed' and name() != 'NumToasties'] | Song | Course" />
|
||||||
</xsl:call-template>
|
</xsl:call-template>
|
||||||
</xsl:element>
|
</table>
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
|
|
||||||
@@ -407,7 +407,7 @@
|
|||||||
<xsl:apply-templates select="$StepsType" />
|
<xsl:apply-templates select="$StepsType" />
|
||||||
</xsl:with-param>
|
</xsl:with-param>
|
||||||
<xsl:with-param name="text">
|
<xsl:with-param name="text">
|
||||||
<xsl:element name="table" use-attribute-sets="DataTableAttr">
|
<table class="DataTableAttr">
|
||||||
<xsl:for-each select="$SubTypes[@StepsType=$StepsType]">
|
<xsl:for-each select="$SubTypes[@StepsType=$StepsType]">
|
||||||
<xsl:sort select="sum(HighScoreList/NumTimesPlayed)" data-type="number" order="descending"/>
|
<xsl:sort select="sum(HighScoreList/NumTimesPlayed)" data-type="number" order="descending"/>
|
||||||
<xsl:variable name="Dir" select="../@Dir" />
|
<xsl:variable name="Dir" select="../@Dir" />
|
||||||
@@ -432,7 +432,7 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
</xsl:element>
|
</table>
|
||||||
</xsl:with-param>
|
</xsl:with-param>
|
||||||
</xsl:call-template>
|
</xsl:call-template>
|
||||||
|
|
||||||
@@ -502,12 +502,12 @@
|
|||||||
|
|
||||||
|
|
||||||
<xsl:template match="HighScoreList">
|
<xsl:template match="HighScoreList">
|
||||||
<xsl:element name="table" use-attribute-sets="EntityTableAttr">
|
<table class="EntityTableAttr">
|
||||||
<xsl:call-template name="DataTableGenerator">
|
<xsl:call-template name="DataTableGenerator">
|
||||||
<xsl:with-param name="cols" select="2" />
|
<xsl:with-param name="cols" select="2" />
|
||||||
<xsl:with-param name="nodeset" select="*[text()]" />
|
<xsl:with-param name="nodeset" select="*[text()]" />
|
||||||
</xsl:call-template>
|
</xsl:call-template>
|
||||||
</xsl:element>
|
</table>
|
||||||
<xsl:apply-templates select="HighScore" />
|
<xsl:apply-templates select="HighScore" />
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
@@ -517,12 +517,12 @@
|
|||||||
<xsl:apply-templates select="PercentDP"/><xsl:text> </xsl:text><xsl:apply-templates select="Grade"/><xsl:text> </xsl:text><xsl:value-of select="Name"/>
|
<xsl:apply-templates select="PercentDP"/><xsl:text> </xsl:text><xsl:apply-templates select="Grade"/><xsl:text> </xsl:text><xsl:value-of select="Name"/>
|
||||||
</xsl:with-param>
|
</xsl:with-param>
|
||||||
<xsl:with-param name="text">
|
<xsl:with-param name="text">
|
||||||
<xsl:element name="table" use-attribute-sets="EntityTableAttr">
|
<table class="EntityTableAttr">
|
||||||
<xsl:call-template name="DataTableGenerator">
|
<xsl:call-template name="DataTableGenerator">
|
||||||
<xsl:with-param name="cols" select="2" />
|
<xsl:with-param name="cols" select="2" />
|
||||||
<xsl:with-param name="nodeset" select="*[text()]" />
|
<xsl:with-param name="nodeset" select="*[text()]" />
|
||||||
</xsl:call-template>
|
</xsl:call-template>
|
||||||
</xsl:element>
|
</table>
|
||||||
</xsl:with-param>
|
</xsl:with-param>
|
||||||
</xsl:call-template>
|
</xsl:call-template>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
@@ -567,7 +567,7 @@
|
|||||||
<xsl:variable name="PossibleO" select="count($Catalog/*/*[name()=$Type]/*[@StepsType=$StepsType])" />
|
<xsl:variable name="PossibleO" select="count($Catalog/*/*[name()=$Type]/*[@StepsType=$StepsType])" />
|
||||||
|
|
||||||
|
|
||||||
<xsl:element name="table" use-attribute-sets="EntityTableAttr">
|
<table class="EntityTableAttr">
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<font size="+2">
|
<font size="+2">
|
||||||
@@ -584,7 +584,7 @@
|
|||||||
</font>
|
</font>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</xsl:element>
|
</table>
|
||||||
|
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
@@ -769,7 +769,7 @@
|
|||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template match="Screenshot">
|
<xsl:template match="Screenshot">
|
||||||
<xsl:element name="table" use-attribute-sets="EntityTableAttr">
|
<table class="EntityTableAttr">
|
||||||
<tr>
|
<tr>
|
||||||
<td style="background: #F4F6F7;">
|
<td style="background: #F4F6F7;">
|
||||||
<a>
|
<a>
|
||||||
@@ -784,16 +784,16 @@
|
|||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td style="background: #F4F6F7;">
|
<td style="background: #F4F6F7;">
|
||||||
<xsl:element name="table" use-attribute-sets="EntityTableAttr">
|
<table class="EntityTableAttr">
|
||||||
<xsl:call-template name="DataTableGenerator">
|
<xsl:call-template name="DataTableGenerator">
|
||||||
<xsl:with-param name="cols" select="2" />
|
<xsl:with-param name="cols" select="2" />
|
||||||
<xsl:with-param name="nodeset" select="*[text()]" />
|
<xsl:with-param name="nodeset" select="*[text()]" />
|
||||||
</xsl:call-template>
|
</xsl:call-template>
|
||||||
</xsl:element>
|
</table>
|
||||||
<xsl:apply-templates select="HighScore" />
|
<xsl:apply-templates select="HighScore" />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</xsl:element>
|
</table>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
|
|
||||||
@@ -817,12 +817,12 @@
|
|||||||
<xsl:with-param name="text">
|
<xsl:with-param name="text">
|
||||||
|
|
||||||
|
|
||||||
<xsl:element name="table" use-attribute-sets="EntityTableAttr">
|
<table class="EntityTableAttr">
|
||||||
<xsl:call-template name="DataTableGenerator">
|
<xsl:call-template name="DataTableGenerator">
|
||||||
<xsl:with-param name="cols" select="2" />
|
<xsl:with-param name="cols" select="2" />
|
||||||
<xsl:with-param name="nodeset" select="./*[text()]" />
|
<xsl:with-param name="nodeset" select="./*[text()]" />
|
||||||
</xsl:call-template>
|
</xsl:call-template>
|
||||||
</xsl:element>
|
</table>
|
||||||
|
|
||||||
</xsl:with-param>
|
</xsl:with-param>
|
||||||
</xsl:call-template>
|
</xsl:call-template>
|
||||||
|
|||||||
Reference in New Issue
Block a user