forked from I2P_Developers/i2p.i2p
Added a link to the summary bar for mobile users on /home
This commit is contained in:
@@ -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" %>
|
||||
|
@@ -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:
|
||||
|
Reference in New Issue
Block a user