forked from I2P_Developers/i2p.i2p
susidns: navbar highlight what book you're in on details page
This commit is contained in:
@ -41,12 +41,12 @@
|
||||
<body>
|
||||
<div class="page">
|
||||
<hr>
|
||||
<div id="navi">
|
||||
<div id="navi" class="${book.getBook()}">
|
||||
<a id="overview" href="index"><%=intl._t("Overview")%></a>
|
||||
<a class="abook" href="addressbook?book=private&filter=none"><%=intl._t("Private")%></a>
|
||||
<a class="abook" href="addressbook?book=local&filter=none"><%=intl._t("Local")%></a>
|
||||
<a class="abook" href="addressbook?book=router&filter=none"><%=intl._t("Router")%></a>
|
||||
<a class="abook" href="addressbook?book=published&filter=none"><%=intl._t("Published")%></a>
|
||||
<a class="abook private" href="addressbook?book=private&filter=none"><%=intl._t("Private")%></a>
|
||||
<a class="abook local" href="addressbook?book=local&filter=none"><%=intl._t("Local")%></a>
|
||||
<a class="abook router" href="addressbook?book=router&filter=none"><%=intl._t("Router")%></a>
|
||||
<a class="abook published" href="addressbook?book=published&filter=none"><%=intl._t("Published")%></a>
|
||||
<a id="subs" href="subscriptions"><%=intl._t("Subscriptions")%></a>
|
||||
<a id="config" href="config"><%=intl._t("Configuration")%></a>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user