This commit is contained in:
2025-12-24 11:09:56 +08:00
parent b06666ac63
commit 8887026eb9
7 changed files with 46 additions and 30 deletions

View File

@@ -14,6 +14,14 @@
<body>
<div class="navbar-space">
$if(showtoc)$
<!-- A table of contents on the left side, but only for screens
that are big enough -->
<div id="contents-big">
<p class="mini-header">Contents <a id="up-arrow" href="#"></a></p>
$toc$
</div>
$endif$
</div>
<div class="text-space">
<header class="no-print">
@@ -22,12 +30,13 @@
<div class="navright">
<a href="$root$/talks/">Contributed Talks</a>
<a href="$root$/invited_speaker/">Invited Speaker</a>
<a href="$root$/registration/">Registration</a>
<a href="$root$/program/">Program</a>
<br>
<a href="$root$/registration/">Registration</a>
<a href="$root$/social_event/">Social Event</a>
<a href="$root$/venue/">Venue</a>
<a href="$root$/travel/">Travel</a>
<a href="$root$/social_event/">Social Event</a>
<a href="$root$/travel_support/">Travel Support</a>
<!-- <a href="$root$/travel_support/">Travel Support</a> -->
<a href="$root$/contact/">Contact</a>
</div>
</nav>