I2PSnark: Add favicon to file browser page; version bump to 0.8-02.
This commit is contained in:
@ -1270,7 +1270,7 @@ public class I2PSnarkServlet extends Default {
|
|||||||
title = title.substring(0, title.length() - 1);
|
title = title.substring(0, title.length() - 1);
|
||||||
title = _("Torrent") + ": " + title;
|
title = _("Torrent") + ": " + title;
|
||||||
buf.append(title);
|
buf.append(title);
|
||||||
buf.append("</TITLE>").append(HEADER).append("</HEAD><BODY>\n<div class=\"snarknavbar\"> <a href=\"/i2psnark/\" title=\"Torrents\"");
|
buf.append("</TITLE>").append(HEADER).append("<link rel=\"shortcut icon\" href=\"/themes/console/snark/favicon.ico\"></HEAD><BODY>\n<div class=\"snarknavbar\"> <a href=\"/i2psnark/\" title=\"Torrents\"");
|
||||||
buf.append(" class=\"snarkRefresh\">I2PSnark</a>").append("</div>");
|
buf.append(" class=\"snarkRefresh\">I2PSnark</a>").append("</div>");
|
||||||
|
|
||||||
buf.append("<div class=\"page\"><div class=\"mainsection\">" +
|
buf.append("<div class=\"page\"><div class=\"mainsection\">" +
|
||||||
|
@ -412,7 +412,6 @@
|
|||||||
<copy file="installer/lib/launch4j/lib/XStream.LICENSE.txt" tofile="pkg-temp/licenses/LICENSE-XStream.txt" />
|
<copy file="installer/lib/launch4j/lib/XStream.LICENSE.txt" tofile="pkg-temp/licenses/LICENSE-XStream.txt" />
|
||||||
</target>
|
</target>
|
||||||
<target name="prepthemeupdates">
|
<target name="prepthemeupdates">
|
||||||
<!-- Add extricated I2PSnark css here, for now -->
|
|
||||||
<!-- Migrated all Snark content to its own dir. Need to ensure snark dir excluded from console theme choices!! -->
|
<!-- Migrated all Snark content to its own dir. Need to ensure snark dir excluded from console theme choices!! -->
|
||||||
<!-- Snark's visible Assets -->
|
<!-- Snark's visible Assets -->
|
||||||
<copy todir="pkg-temp/docs/themes/console/snark/" >
|
<copy todir="pkg-temp/docs/themes/console/snark/" >
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
2010-09-15 dr|z3d
|
2010-09-15 dr|z3d
|
||||||
* I2PSnark: Overhaul UI, implement gray theme.
|
* I2PSnark: Overhaul UI, implement new theme.
|
||||||
|
|
||||||
* 2010-07-12 0.8 released
|
* 2010-07-12 0.8 released
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ public class RouterVersion {
|
|||||||
/** deprecated */
|
/** deprecated */
|
||||||
public final static String ID = "Monotone";
|
public final static String ID = "Monotone";
|
||||||
public final static String VERSION = CoreVersion.VERSION;
|
public final static String VERSION = CoreVersion.VERSION;
|
||||||
public final static long BUILD = 01;
|
public final static long BUILD = 02;
|
||||||
|
|
||||||
/** for example "-test" */
|
/** for example "-test" */
|
||||||
public final static String EXTRA = "";
|
public final static String EXTRA = "";
|
||||||
|
Reference in New Issue
Block a user