forked from I2P_Developers/i2p.i2p
SusiDNS:
- Rework SVG image - Now features interactive feedback when mouseover objects and hotlinks - Update fallback images for en and fr - Update overview text - added tabindex="0" to destination addresses, highlighted on :focus
This commit is contained in:
@@ -184,7 +184,7 @@ ${book.loadBookMessages}
|
||||
<td class="names"><span class="addrhlpr"><a href="http://${addr.b32}/" target="_blank" title="<%=intl._t("Base 32 address")%>">b32</a></span></td>
|
||||
<td class="helper"><a href="http://${addr.name}/?i2paddresshelper=${addr.destination}" target="_blank" title="<%=intl._t("Helper link to share host address with option to add to addressbook")%>">link</a></td>
|
||||
<td class="names"><span class="addrhlpr"><a href="details?h=${addr.name}&book=${book.book}" title="<%=intl._t("More information on this entry")%>"><%=intl._t("details")%></a></span></td>
|
||||
<td class="destinations"><div class="destaddress" name="dest_${addr.name}" width="200px">${addr.destination}</div></td>
|
||||
<td class="destinations"><div class="destaddress" name="dest_${addr.name}" width="200px" tabindex="0">${addr.destination}</div></td>
|
||||
|
||||
<c:if test="${book.validBook}">
|
||||
<td class="checkbox"><input type="checkbox" name="checked" value="${addr.name}" title="<%=intl._t("Mark for deletion")%>"></td>
|
||||
|
@@ -65,7 +65,7 @@
|
||||
<a id="config" href="config"><%=intl._t("Configuration")%></a>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="headline" id="config">
|
||||
<div class="headline" id="configure">
|
||||
<h3><%=intl._t("Configuration")%></h3>
|
||||
<h4><%=intl._t("Location:")%> ${cfg.fileName}</h4>
|
||||
</div>
|
||||
|
@@ -144,7 +144,7 @@
|
||||
</tr>
|
||||
<tr class="list${book.trClass}">
|
||||
<td><%=intl._t("Destination")%></td>
|
||||
<td class="destinations"><div class="destaddress"><%=addr.getDestination()%></div></td>
|
||||
<td class="destinations"><div class="destaddress" tabindex="0"><%=addr.getDestination()%></div></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
@@ -74,7 +74,7 @@
|
||||
<%=intl._t("Subscribing to additional sites is easy, just add them to your <a href=\"subscriptions\">subscriptions</a> file.")%>
|
||||
</p>
|
||||
<p>
|
||||
<%=intl._t("For more information on naming in I2P, see <a href=\"http://i2p-projekt.i2p/naming.html\" target=\"_top\">the overview</a>.")%>
|
||||
<%=intl._t("For more information on naming in I2P, see <a href=\"http://i2p-projekt.i2p/naming.html\" target=\"_blank\">the overview</a>.")%>
|
||||
</p>
|
||||
<h3><%=intl._t("How does the addressbook application work?")%></h3>
|
||||
<p>
|
||||
@@ -82,15 +82,19 @@
|
||||
<%=intl._t("Then it merges your \"master\" address book into the router address book as well.")%>
|
||||
<%=intl._t("If configured, the router address book is now written to the \"published\" address book, which will be publicly available if you are running an eepsite.")%>
|
||||
</p><p>
|
||||
<%=intl._t("The router also uses a private address book (not shown in the picture), which is not merged or published.")%>
|
||||
<%=intl._t("The router also uses a private address book, which is not merged or published.")%>
|
||||
<%=intl._t("Hosts in the private address book can be accessed by you but their addresses are never distributed to others.")%>
|
||||
<%=intl._t("The private address book can also be used for aliases of hosts in your other address books.")%>
|
||||
</p>
|
||||
<center><img src="/themes/susidns/images/how.svg" height="367" width="600" border="0" alt="address book working scheme" title="How the address book works" class="illustrate" /></center>
|
||||
<div class="illustrate">
|
||||
<object type="image/svg+xml" data="/themes/susidns/images/how.svg">
|
||||
<img src="/themes/susidns/images/how.png" border="0" alt="address book working scheme" title="How the address book works" class="illustrate" />
|
||||
</object>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<hr>
|
||||
<p class="footer">susidns v${version.version} © <a href="${version.url}" target="_top">susi</a> 2005</p>
|
||||
<p class="footer">susidns v${version.version} © <a href="${version.url}" target="_blank">susi</a> 2005</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user