Files
i2p.i2p/apps/routerconsole/jsp/summarynoframe.jsi

18 lines
607 B
Plaintext
Raw Normal View History

2009-07-19 23:59:21 +00:00
<%
/*
* TODO - the bar would render more cleanly if we specified the img height and width here,
* but unfortunately the images in the different themes are different sizes.
* They range in height from 37 to 43 px. But there's a -2 bottom margin...
* So put it in a div.
2009-07-19 23:59:21 +00:00
*/
%>
<div style="height: 36px;">
<a href="/" target="_top">
<img src="<%=intl.getTheme(request.getHeader("User-Agent"))%>images/i2plogo.png" alt="<%=intl._t("I2P Router Console")%>" title="<%=intl._t("I2P Router Console")%>">
</a>
</div>
<div id="xhr">
<!-- for non-script -->
<%@include file="xhr1.jsi" %>
</div>