Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenVolumeMesh
OpenVolumeMesh
Commits
53a586bb
Commit
53a586bb
authored
Nov 14, 2016
by
Janis Born
Browse files
use new VCI logos in documentation
parent
b87d6bd6
Pipeline
#3625
passed with stage
in 3 minutes and 48 seconds
Changes
7
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
documentation/Doxyfile
View file @
53a586bb
...
...
@@ -45,7 +45,7 @@ PROJECT_BRIEF =
# exceed 55 pixels and the maximum width should not exceed 200 pixels.
# Doxygen will copy the logo to the output directory.
PROJECT_LOGO = html/logo_i
8
.png
PROJECT_LOGO = html/logo_
vc
i.png
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
...
...
@@ -911,8 +911,8 @@ HTML_STYLESHEET = html/style.css
# files. In the HTML_STYLESHEET file, use the file name only. Also note that
# the files will be copied as-is; there are no commands or markers available.
HTML_EXTRA_FILES = html/
logo_i8
.ico \
html/logo_i
8
.png
HTML_EXTRA_FILES = html/
favicon
.ico \
html/logo_
vc
i.png
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output.
# Doxygen will adjust the colors in the style sheet and background images
...
...
documentation/html/acg_footer.html
View file @
53a586bb
<!--BEGIN GENERATE_TREEVIEW-->
<li
class=
"footer"
>
Project
<b>
$projectname
</b>
, Computer Graphics Group Aachen,
<a
href=
"http://www.rwth-aachen.de"
style=
"text-decoration:none;"
>
RWTH Aachen
</a>
<a
href=
"http://www.rwth-graphics.de"
>
<img
class=
"footer"
src=
"logo_i8.png"
width=
"32px"
alt=
"ACG Logo"
/>
</a></li>
</ul>
</div>
<li
class=
"footer"
>
Project
<b>
$projectname
</b>
,
©
<a
href=
"https://graphics.rwth-aachen.de/"
style=
"text-decoration:none;"
>
Computer Graphics Group
</a>
,
<a
href=
"https://vci.rwth-aachen.de/"
style=
"text-decoration:none;"
>
Visual Computing Institute
</a>
,
<a
href=
"https://www.rwth-aachen.de/"
style=
"text-decoration:none;"
>
RWTH Aachen
</a>
</ul>
</div>
<!--END GENERATE_TREEVIEW-->
<!--BEGIN !GENERATE_TREEVIEW-->
<hr
class=
"footer"
/><address
class=
"footer"
>
<hr>
<small>
<a
href=
"http://www.rwth-graphics.de"
style=
"text-decoration:none;"
>
<img
src=
"logo_i8.png"
alt=
"acg pic"
width=
"128px"
align=
"left"
border=
0
>
</a>
Project
<b>
$projectname
</b>
,
©
Computer Graphics Group,
<a
href=
"http://www.rwth-aachen.de"
style=
"text-decoration:none;"
>
RWTH Aachen
</a>
.
©
<a
href=
"https://graphics.rwth-aachen.de/"
style=
"text-decoration:none;"
>
Computer Graphics Group
</a>
,
<a
href=
"http
s://vci.rwth-aachen.de/"
style=
"text-decoration:none;"
>
Visual Computing Institute
</a>
,
<a
href=
"https
://www.rwth-aachen.de
/
"
style=
"text-decoration:none;"
>
RWTH Aachen
</a>
.
Documentation generated using
<a
class=
"el"
href=
"http://www.doxygen.org/index.html"
>
<b>
doxygen
</b>
...
...
documentation/html/acg_header.html
View file @
53a586bb
...
...
@@ -7,7 +7,7 @@
<!--BEGIN !PROJECT_NAME-->
<title>
$title
</title>
<!--END !PROJECT_NAME-->
<link
href=
"$relpath$tabs.css"
rel=
"stylesheet"
type=
"text/css"
/>
<link
href=
"$relpath$style.css"
rel=
"stylesheet"
type=
"text/css"
/>
<link
rel=
"shortcut icon"
href=
"
logo_i8
.ico"
type=
"image/x-icon"
>
<link
rel=
"shortcut icon"
href=
"
favicon
.ico"
type=
"image/x-icon"
>
$treeview
$search
$mathjax
...
...
@@ -17,28 +17,22 @@ $mathjax
<!--BEGIN TITLEAREA-->
<div
id=
"titlearea"
>
<table
cellspacing=
"0"
cellpadding=
"0"
>
<table
cellspacing=
"0"
cellpadding=
"0"
width=
"100%"
>
<tbody>
<tr
style=
"height: 56px;"
>
<!--BEGIN PROJECT_LOGO-->
<td
id=
"projectlogo"
><a
href=
"http://www.rwth-graphics.de"
style=
"text-decoration:none;"
>
<img
alt=
"Logo"
width=
"48px"
src=
"$relpath$$projectlogo"
/
border=
"0"
></a></td>
<!--END PROJECT_LOGO-->
<!--BEGIN PROJECT_NAME-->
<td
style=
"padding-left: 0.5em;"
>
<td
style=
"padding-left: 0.5em;"
width=
"*"
>
<div
id=
"projectname"
>
$projectname
<!--BEGIN PROJECT_NUMBER-->
 
<span
id=
"projectnumber"
>
$projectnumber
</span>
<!--END PROJECT_NUMBER-->
</div>
<!--BEGIN PROJECT_BRIEF-->
<div
id=
"projectbrief"
>
$projectbrief
</div>
<!--END PROJECT_BRIEF-->
</td>
<!--END PROJECT_NAME-->
<!--BEGIN !PROJECT_NAME-->
<!--BEGIN PROJECT_BRIEF-->
<td
style=
"padding-left: 0.5em;"
>
<div
id=
"projectbrief"
>
$projectbrief
</div>
</td>
<!--END PROJECT_BRIEF-->
<!--END !PROJECT_NAME-->
<td
id=
"projectlogo"
width=
"229px"
>
<a
href=
"https://graphics.rwth-aachen.de/"
style=
"text-decoration:none;"
>
<img
alt=
"Visual Computing Institute"
width=
"229px"
height=
"56px"
src=
"$relpath$logo_vci.png"
/
border=
"0"
>
</a>
</td>
<!--BEGIN DISABLE_INDEX-->
<!--BEGIN SEARCHENGINE-->
<td>
$searchbox
</td>
...
...
documentation/html/favicon.ico
0 → 100644
View file @
53a586bb
14.7 KB
documentation/html/logo_i8.ico
deleted
100644 → 0
View file @
b87d6bd6
5.56 KB
documentation/html/logo_i8.png
deleted
100755 → 0
View file @
b87d6bd6
34 KB
documentation/html/logo_vci.png
0 → 100644
View file @
53a586bb
7.42 KB
Write
Preview
Supports
Markdown
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