File tree 3 files changed +9
-10
lines changed
3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 5
5
<!-- HTML footer for doxygen 1.9.8-->
6
6
<!-- start footer part -->
7
7
<!--BEGIN GENERATE_TREEVIEW-->
8
+ <!--Doxygen adds <a href="doxygen_crawl.html"/>; which would overwrite version selector.-->
9
+ <a href="doxygen_crawl.html"><div style="display: none;">Hide me</div></a>
8
10
<script type="text/javascript" charset="utf-8" src="api-stability.js"></script>
9
11
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
10
12
<ul>
11
- <div id="list_bottom_right" style="text-align:right; float:left; color:black; padding: 0px 0px 0px 10px"></div> <!-- div for version.js -->
13
+ <!-- li for version.js -->
14
+ <li id="list_bottom_right" class="footer" style="float:left; font-size: 12pt; color: var(--page-foreground-color); font-weight: normal;">Version: <li>
12
15
<script type="text/javascript" charset="utf-8" src="version.js"></script>
13
16
$navpath
14
17
${SEQAN3_FOOTER_HTML_OPTION_POWERED_BY_VERCEL}
Original file line number Diff line number Diff line change @@ -40,13 +40,9 @@ function addVersionSelection(arr)
40
40
{
41
41
// add HTMLs
42
42
var version_select = document . createElement ( "select" ) ;
43
- var version_div = document . createElement ( "div" ) ;
44
-
45
43
version_select . setAttribute ( "id" , "version_select" ) ;
46
- version_div . setAttribute ( "style" , "vertical-align:middle; text-align:right;" ) ;
47
- version_div . appendChild ( document . createTextNode ( "Version: " ) ) ;
48
- version_div . appendChild ( version_select ) ;
49
- document . getElementById ( "list_bottom_right" ) . appendChild ( version_div ) ;
44
+ version_select . setAttribute ( "style" , "color: var(--page-foreground-color);" ) ;
45
+ document . getElementById ( "list_bottom_right" ) . appendChild ( version_select ) ;
50
46
51
47
version_select . addEventListener ( "change" , function ( ) { changeVersion ( this . id ) ; } , false ) ;
52
48
Original file line number Diff line number Diff line change 1
- <!--
1
+ <?php
2
+ /*
2
3
SPDX-FileCopyrightText: 2006-2024 Knut Reinert & Freie Universität Berlin
3
4
SPDX-FileCopyrightText: 2016-2024 Knut Reinert & MPI für molekulare Genetik
4
5
SPDX-License-Identifier: BSD-3-Clause
5
- -->
6
- <?php
6
+ */
7
7
/* Jongkyu Kim([email protected] ), 2016.01.12
8
8
Adaptations by Enrico Seiler ([email protected] ), 2020 */
9
9
$ LOCALDIR = "../ " ;
You can’t perform that action at this time.
0 commit comments