Skip to content

Commit

Permalink
streamlined template
Browse files Browse the repository at this point in the history
  • Loading branch information
kwc committed Aug 3, 2011
1 parent 9bf90cc commit b8db10e
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 34 deletions.
2 changes: 1 addition & 1 deletion rosdoc/templates/doxy.template
Original file line number Diff line number Diff line change
Expand Up @@ -223,4 +223,4 @@ DOT_CLEANUP = YES
#---------------------------------------------------------------------------
# Configuration::additions related to the search engine
#---------------------------------------------------------------------------
SEARCHENGINE = NO
SEARCHENGINE = YES
11 changes: 9 additions & 2 deletions rosdoc/templates/doxygen.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,15 @@ BODY,TD {
font-size: 90%;
}
H1 {
text-align: center;
font-size: 160%;
font-size: 32px;
font-weight: normal;

margin-top: 30px;
padding-top: 30px;
width: 100%;
display: block;
border-bottom: solid 1px #aaa;

}
H2 {
font-size: 120%;
Expand Down
2 changes: 1 addition & 1 deletion rosdoc/templates/footer.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
</td></tr></table>

<br clear="all" />
<hr size="1"><div style="align: right;">
$projectlink<br />
Author(s): $author</br />
Expand Down
26 changes: 4 additions & 22 deletions rosdoc/templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,9 @@
<title>$title</title>
<link href="$relpath$doxygen.css" rel="stylesheet" type="text/css">
<link href="$relpath$tabs.css" rel="stylesheet" type="text/css">
</head><body>
<link href="$relpath$search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javaScript" src="$relpath$search/search.js"></script>

<table border="0">
<tr><td valign="top" style="border-right: 1px solid #333; padding-right: 10px;" >
<p>
Project: $projectlink
</p>
<p>
License: $license
</p>
<p>
Dependencies:
$dependencies
</p>
<p>
Used by:
$usedby
</p>
<p>
<a href="../../index.html">All Packages</a>
</p>
</head>
<body onload='searchBox.OnSelectItem(0);'>

</div>
</td><td valign="top" style="padding-left: 10px;" >
9 changes: 1 addition & 8 deletions rosdoc/templates/manifest.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
<div class="manifest" style="padding: 5px; background-color: #eee; border: 1px solid #333;">
<div class="manifest" style="padding: 5px; background-color: #eee; border: 1px solid #333; float: right; width: 25%;">
<h3>$package$brief</h3>
<p class=description><em>$description</em></p>
<p>
<ul>
<li>Author(s): $author</li>
<li>Review Status: $status</li>
<li>Review Notes: $notes</li>
$li_url
$li_vc
<li><a href="$package_deps.pdf">Dependency Tree</a></li>
</ul>
</p>
</div>

0 comments on commit b8db10e

Please sign in to comment.