forked from I2P_Developers/i2p.i2p
I2PSnark: Status spacing tweaks.
This commit is contained in:
@ -342,24 +342,25 @@ public class I2PSnarkServlet extends Default {
|
|||||||
out.write("</i></td></tr>\n");
|
out.write("</i></td></tr>\n");
|
||||||
} else if (snarks.size() > 1) {
|
} else if (snarks.size() > 1) {
|
||||||
out.write("<tfoot><tr>\n" +
|
out.write("<tfoot><tr>\n" +
|
||||||
" <th align=\"left\" colspan=\"2\">");
|
// " <th align=\"left\" colspan=\"2\">");
|
||||||
|
" <th align=\"left\">");
|
||||||
// out.write(_("Totals"));
|
// out.write(_("Totals"));
|
||||||
// out.write(" » ");
|
// out.write(" » ");
|
||||||
out.write("<img border=\"0\" src=\"/themes/snark/" + _manager.getTheme() + "/images/status.png\"");
|
out.write("<img border=\"0\" src=\"/themes/snark/" + _manager.getTheme() + "/images/status.png\"");
|
||||||
out.write(" title=\"");
|
out.write(" title=\"");
|
||||||
out.write(_("Totals"));
|
out.write(_("Totals"));
|
||||||
out.write("\">");
|
out.write("\">");
|
||||||
out.write(" ");
|
out.write(" ");
|
||||||
// out.write(ngettext("1 connected peer", "{0} connected peers", (int) stats[4]));
|
// out.write(ngettext("1 connected peer", "{0} connected peers", (int) stats[4]));
|
||||||
|
|
||||||
out.write("<img border=\"0\" src=\"/themes/snark/" + _manager.getTheme() + "/images/head_peers.png\"");
|
out.write("<img border=\"0\" src=\"/themes/snark/" + _manager.getTheme() + "/images/head_peers.png\"");
|
||||||
out.write(" title=\"");
|
out.write(" title=\"");
|
||||||
out.write(ngettext("1 connected peer", "{0} connected peers", (int) stats[4]));
|
out.write(ngettext("1 connected peer", "{0} connected peers", (int) stats[4]));
|
||||||
out.write("\">");
|
out.write("\">");
|
||||||
out.write(ngettext("1", "{0}", (int) stats[4]));
|
out.write(ngettext("1", "{0}", (int) stats[4]));
|
||||||
out.write(" ");
|
out.write("</th>");
|
||||||
|
// out.write(" ");
|
||||||
// out.write(ngettext("1 torrent", "{0} torrents", snarks.size()));
|
// out.write(ngettext("1 torrent", "{0} torrents", snarks.size()));
|
||||||
out.write("<img border=\"0\" src=\"/themes/snark/" + _manager.getTheme() + "/images/head_snarks.png\"");
|
out.write("<th><img border=\"0\" src=\"/themes/snark/" + _manager.getTheme() + "/images/head_snarks.png\"");
|
||||||
out.write(" title=\"");
|
out.write(" title=\"");
|
||||||
out.write(ngettext("1 torrent loaded", "{0} torrents loaded", snarks.size()));
|
out.write(ngettext("1 torrent loaded", "{0} torrents loaded", snarks.size()));
|
||||||
out.write("\">");
|
out.write("\">");
|
||||||
|
Reference in New Issue
Block a user