Changeset e86092b3
- Timestamp:
- May 30, 2016 4:56:20 AM (5 years ago)
- Branches:
- master
- Children:
- b38f3b56
- Parents:
- ed31209
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
apps/routerconsole/java/src/net/i2p/router/web/GraphHelper.java
red31209 re86092b3 238 238 _out.write(' ' + _t("ending {0} ago", DataHelper.formatDuration2(_end * period))); 239 239 240 _out.write("</h3><div class=\"graphspanel\"><img class=\"statimage\" border=\"0\"" 240 _out.write(" <a href=\"graphs\">[" + _t("Return to main graphs page") + "]</a></h3>\n" 241 + "<div class=\"graphspanel\"><img class=\"statimage\" border=\"0\"" 241 242 + " src=\"viewstat.jsp?stat=" 242 243 + name … … 323 324 324 325 _out.write("</p><p><i>" + _t("All times are UTC.") + "</i></p>\n"); 325 326 _out.write("<p><a href=\"graphs\">" + _t("Return to main graphs page") + "</a></p>\n");327 326 } catch (IOException ioe) { 328 327 ioe.printStackTrace();
Note: See TracChangeset
for help on using the changeset viewer.