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
43c802c9
"src/rpc/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "179d6aab1ea9e73afb8d17067455932a6c10c8e0"
Commit
43c802c9
authored
Dec 16, 2017
by
Davis King
Browse files
Added video and ol tags
parent
bc7d4c48
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
1 deletion
+19
-1
docs/docs/dlib.css
docs/docs/dlib.css
+5
-0
docs/docs/stylesheet.xsl
docs/docs/stylesheet.xsl
+12
-1
docs/makedocs
docs/makedocs
+2
-0
No files found.
docs/docs/dlib.css
View file @
43c802c9
...
@@ -248,6 +248,11 @@ div.inc {
...
@@ -248,6 +248,11 @@ div.inc {
float
:
right
;
float
:
right
;
}
}
video
{
border
:
black
dotted
1px
;
border-bottom
:
black
solid
2px
;
}
.code_box
.code_box
{
{
...
...
docs/docs/stylesheet.xsl
View file @
43c802c9
<?xml version="1.0" encoding="
ISO-8859-1
" ?>
<?xml version="1.0" encoding="
utf8
" ?>
<!--
<!--
To the extent possible under law, Davis E King has waived all copyright and
To the extent possible under law, Davis E King has waived all copyright and
...
@@ -731,6 +731,11 @@
...
@@ -731,6 +731,11 @@
</ul>
</ul>
</xsl:if>
</xsl:if>
</xsl:template>
</xsl:template>
<xsl:template
match=
"ol"
>
<ol>
<xsl:apply-templates/>
</ol>
</xsl:template>
<xsl:template
match=
"u"
>
<xsl:template
match=
"u"
>
<u>
<u>
<xsl:apply-templates/>
<xsl:apply-templates/>
...
@@ -781,6 +786,12 @@
...
@@ -781,6 +786,12 @@
<xsl:apply-templates/>
<xsl:apply-templates/>
</img>
</img>
</xsl:template>
</xsl:template>
<xsl:template
match=
"video"
>
<video
controls=
""
>
<source
src=
"{@src}"
type=
"video/webm"
/>
<xsl:apply-templates/>
</video>
</xsl:template>
<xsl:template
name=
"term_list_go"
>
<xsl:template
name=
"term_list_go"
>
<xsl:param
name=
"num"
/>
<xsl:param
name=
"num"
/>
...
...
docs/makedocs
View file @
43c802c9
...
@@ -219,9 +219,11 @@ makedocs ()
...
@@ -219,9 +219,11 @@ makedocs ()
cp docs/*.js docs/chm/docs
cp docs/*.js docs/chm/docs
cp docs/*.png docs/web
cp docs/*.png docs/web
cp docs/*.jpg docs/web
cp docs/*.jpg docs/web
cp docs/*.webm docs/web
cp docs/*.ico docs/web
cp docs/*.ico docs/web
cp docs/*.png docs/chm/docs
cp docs/*.png docs/chm/docs
cp docs/*.jpg docs/chm/docs
cp docs/*.jpg docs/chm/docs
cp docs/*.webm docs/chm/docs
cp docs/*.ico docs/chm/docs
cp docs/*.ico docs/chm/docs
cd docs/chm/docs || report_failure
cd docs/chm/docs || report_failure
...
...
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