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
0ad899c6
"...pipelines/spectrogram_diffusion/continuous_encoder.py" did not exist on "2ef9bdd76f69dfe7a6c125a3d76222140c685557"
Commit
0ad899c6
authored
Jul 02, 2014
by
Davis King
Browse files
Added a Google custom search box to the web page.
parent
8f022c00
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
4 deletions
+30
-4
docs/docs/stylesheet.xsl
docs/docs/stylesheet.xsl
+30
-4
No files found.
docs/docs/stylesheet.xsl
View file @
0ad899c6
...
@@ -6,7 +6,8 @@
...
@@ -6,7 +6,8 @@
This work is published from United States.
This work is published from United States.
-->
-->
<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"
xmlns:gcse=
"googleCustomSearch"
>
<xsl:output
method=
'html'
version=
'1.0'
encoding=
'UTF-8'
indent=
'no'
/>
<xsl:output
method=
'html'
version=
'1.0'
encoding=
'UTF-8'
indent=
'no'
/>
<xsl:strip-space
elements=
"*"
/>
<xsl:strip-space
elements=
"*"
/>
<xsl:preserve-space
elements=
"pre code_box preserve_space"
/>
<xsl:preserve-space
elements=
"pre code_box preserve_space"
/>
...
@@ -282,13 +283,20 @@ function BigToggle(node)
...
@@ -282,13 +283,20 @@ function BigToggle(node)
text-align: center;
text-align: center;
}
}
div#entire_page {
div#entire_page
_header
{
width:
<xsl:value-of
select=
"$main_width"
/>
;
width:
62.5em
;
text-align: left;
text-align: left;
margin-top: 0.4em;
margin-top: 0.4em;
margin-left: auto;
margin-left: auto;
margin-right: auto;
margin-right: auto;
}
}
div#entire_page {
width:62.5em;
text-align: left;
margin-left: auto;
margin-right: auto;
clear:both;
}
</style>
</style>
<xsl:if
test=
"$is_chm != 'true'"
>
<xsl:if
test=
"$is_chm != 'true'"
>
<script>
<!-- Google Analytics -->
<script>
<!-- Google Analytics -->
...
@@ -305,8 +313,26 @@ function BigToggle(node)
...
@@ -305,8 +313,26 @@ function BigToggle(node)
</head>
</head>
<body
bgcolor=
"{$background_color}"
>
<body
bgcolor=
"{$background_color}"
>
<a
name=
"top"
/>
<a
name=
"top"
/>
<div
id=
"entire_page_header"
>
<xsl:if
test=
"$is_chm != 'true'"
>
<div
style=
"float:right;width:450px"
>
<script>
(function() {
var cx = '017764538452368798135:fin3a18x_ns';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//www.google.com/cse/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script><gcse:search></gcse:search>
</div>
</xsl:if>
<a
href=
"http://dlib.net"
><img
src=
"dlib-logo.png"
/></a>
</div>
<div
id=
"entire_page"
>
<div
id=
"entire_page"
>
<a
href=
"http://dlib.net"
><img
src=
"dlib-logo.png"
/></a>
<table
bgcolor=
"white"
height=
"100%"
bordercolor=
"{$background_color}"
<table
bgcolor=
"white"
height=
"100%"
bordercolor=
"{$background_color}"
CELLSPACING=
"0"
CELLPADDING=
"10"
style=
"border:0px;margin-top:2px"
>
CELLSPACING=
"0"
CELLPADDING=
"10"
style=
"border:0px;margin-top:2px"
>
...
...
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