Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
5c7f517b
Commit
5c7f517b
authored
Jun 04, 2011
by
Davis King
Browse files
Removed unneeded leading white space characters so that the resulting
HTML pages are a little smaller.
parent
bc189464
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
228 additions
and
228 deletions
+228
-228
docs/docs/stylesheet.xsl
docs/docs/stylesheet.xsl
+228
-228
No files found.
docs/docs/stylesheet.xsl
View file @
5c7f517b
...
...
@@ -47,44 +47,44 @@
<xsl:template
match=
"/doc"
>
<html>
<head>
<!-- Verify with Google -->
<meta
name=
"verify-v1"
content=
"{$google_verify_id}"
/>
<meta
name=
"google-site-verification"
content=
"{$google_verify_id2}"
/>
<title>
<!-- Verify with Google -->
<meta
name=
"verify-v1"
content=
"{$google_verify_id}"
/>
<meta
name=
"google-site-verification"
content=
"{$google_verify_id2}"
/>
<title>
<xsl:value-of
select=
"$project_name"
/>
<xsl:if
test=
"title"
>
-
<xsl:value-of
select=
"title"
/>
</xsl:if>
</title>
<xsl:if
test=
"$is_chm != 'true'"
>
<!-- Piwik -->
<script
type=
"text/javascript"
>
var pkBaseURL = (("https:" == document.location.protocol) ? "https://apps.sourceforge.net/piwik/dclib/" : "http://apps.sourceforge.net/piwik/dclib/");
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
</script><script
type=
"text/javascript"
>
piwik_action_name = '';
piwik_idsite = 1;
piwik_url = pkBaseURL + "piwik.php";
piwik_log(piwik_action_name, piwik_idsite, piwik_url);
</script>
<object><noscript><p><img
src=
"http://apps.sourceforge.net/piwik/dclib/piwik.php?idsite=1"
alt=
"piwik"
/></p></noscript></object>
<!-- End Piwik Tag -->
</xsl:if>
<!-- [client side code for collapsing and unfolding branches] -->
<script
language=
"JavaScript"
>
// ---------------------------------------------
// --- Name: Easy DHTML Treeview --
// --- Author: D.D. de Kerf --
// --- Version: 0.2 Date: 13-6-2001 --
// ---------------------------------------------
function Toggle(node)
{
</title>
<xsl:if
test=
"$is_chm != 'true'"
>
<!-- Piwik -->
<script
type=
"text/javascript"
>
var pkBaseURL = (("https:" == document.location.protocol) ? "https://apps.sourceforge.net/piwik/dclib/" : "http://apps.sourceforge.net/piwik/dclib/");
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
</script><script
type=
"text/javascript"
>
piwik_action_name = '';
piwik_idsite = 1;
piwik_url = pkBaseURL + "piwik.php";
piwik_log(piwik_action_name, piwik_idsite, piwik_url);
</script>
<object><noscript><p><img
src=
"http://apps.sourceforge.net/piwik/dclib/piwik.php?idsite=1"
alt=
"piwik"
/></p></noscript></object>
<!-- End Piwik Tag -->
</xsl:if>
<!-- [client side code for collapsing and unfolding branches] -->
<script
language=
"JavaScript"
>
// ---------------------------------------------
// --- Name: Easy DHTML Treeview --
// --- Author: D.D. de Kerf --
// --- Version: 0.2 Date: 13-6-2001 --
// ---------------------------------------------
function Toggle(node)
{
// Unfold the branch if it isn't visible
var next_node = node.nextSibling;
if (next_node.style.display == 'none')
...
...
@@ -121,9 +121,9 @@
next_node.style.display = 'none';
}
}
function BigToggle(node)
{
}
function BigToggle(node)
{
// Unfold the branch if it isn't visible
var next_node = node.nextSibling;
if (next_node.style.display == 'none')
...
...
@@ -160,10 +160,10 @@
next_node.style.display = 'none';
}
}
</script>
}
</script>
<style
type=
"text/css"
>
<style
type=
"text/css"
>
body {margin:0px;}
pre {margin:0px;}
...
...
@@ -278,7 +278,7 @@
margin-left: auto;
margin-right: auto;
}
</style>
</style>
</head>
<body
bgcolor=
"{$background_color}"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment