Added a link to the summary bar for mobile users on /home

This commit is contained in:
str4d
2013-01-21 08:38:00 +00:00
parent 3710346764
commit a7fc8bdf53
2 changed files with 8 additions and 0 deletions

View File

@@ -25,6 +25,13 @@
<div style="height: 36px;">
<a href="/console"><img src="<%=intl.getTheme(request.getHeader("User-Agent"))%>images/i2plogo.png" alt="<%=intl._("I2P Router Console")%>" title="<%=intl._("I2P Router Console")%>"></a>
</div>
<%
if (!intl.allowIFrame(request.getHeader("User-Agent"))) {
%>
<a href="/summaryframe"><%=intl._("Summary Bar")%></a>
<%
}
%>
<div id="xhr">
<!-- for non-script -->
<%@include file="xhr1.jsi" %>

View File

@@ -3,6 +3,7 @@
- Added option to /configui to force the mobile console to be used
(for cases where the UserAgent matching fails)
- Added Opera Mobile to list of mobile UserAgents
- Added a link to the summary bar for mobile users on /home
2013-01-19 str4d
* Console: