Rename i2psnark paging control images

This commit is contained in:
str4d
2016-05-01 04:20:46 +00:00
parent 50291233a1
commit 61e54cf52e
13 changed files with 8 additions and 8 deletions

View File

@ -823,7 +823,7 @@ public class I2PSnarkServlet extends BasicServlet {
out.write("<a href=\"" + _contextPath); out.write("<a href=\"" + _contextPath);
out.write(getQueryString(req, null, "", null)); out.write(getQueryString(req, null, "", null));
out.write("\">"); out.write("\">");
out.write(toThemeImg("control_rewind_blue", _t("First"), _t("First page"))); out.write(toThemeImg("first", _t("First"), _t("First page")));
out.write("</a>&nbsp;"); out.write("</a>&nbsp;");
int prev = Math.max(0, start - pageSize); int prev = Math.max(0, start - pageSize);
//if (prev > 0) { //if (prev > 0) {
@ -833,16 +833,16 @@ public class I2PSnarkServlet extends BasicServlet {
String sprev = (prev > 0) ? Integer.toString(prev) : ""; String sprev = (prev > 0) ? Integer.toString(prev) : "";
out.write(getQueryString(req, null, sprev, null)); out.write(getQueryString(req, null, sprev, null));
out.write("\">"); out.write("\">");
out.write(toThemeImg("control_back_blue", _t("Prev"), _t("Previous page"))); out.write(toThemeImg("previous", _t("Prev"), _t("Previous page")));
out.write("</a>&nbsp;"); out.write("</a>&nbsp;");
} }
} else { } else {
out.write( out.write(
"<img alt=\"\" border=\"0\" class=\"disable\" src=\"" + "<img alt=\"\" border=\"0\" class=\"disable\" src=\"" +
_imgPath + "control_rewind_blue.png\">" + _imgPath + "first.png\">" +
"&nbsp;" + "&nbsp;" +
"<img alt=\"\" border=\"0\" class=\"disable\" src=\"" + "<img alt=\"\" border=\"0\" class=\"disable\" src=\"" +
_imgPath + "control_back_blue.png\">" + _imgPath + "previous.png\">" +
"&nbsp;"); "&nbsp;");
} }
// Page count // Page count
@ -866,7 +866,7 @@ public class I2PSnarkServlet extends BasicServlet {
out.write("&nbsp;<a href=\"" + _contextPath); out.write("&nbsp;<a href=\"" + _contextPath);
out.write(getQueryString(req, null, Integer.toString(next), null)); out.write(getQueryString(req, null, Integer.toString(next), null));
out.write("\">"); out.write("\">");
out.write(toThemeImg("control_play_blue", _t("Next"), _t("Next page"))); out.write(toThemeImg("next", _t("Next"), _t("Next page")));
out.write("</a>&nbsp;"); out.write("</a>&nbsp;");
} }
// Last // Last
@ -874,15 +874,15 @@ public class I2PSnarkServlet extends BasicServlet {
out.write("&nbsp;<a href=\"" + _contextPath); out.write("&nbsp;<a href=\"" + _contextPath);
out.write(getQueryString(req, null, Integer.toString(last), null)); out.write(getQueryString(req, null, Integer.toString(last), null));
out.write("\">"); out.write("\">");
out.write(toThemeImg("control_fastforward_blue", _t("Last"), _t("Last page"))); out.write(toThemeImg("last", _t("Last"), _t("Last page")));
out.write("</a>&nbsp;"); out.write("</a>&nbsp;");
} else { } else {
out.write("&nbsp;" + out.write("&nbsp;" +
"<img alt=\"\" border=\"0\" class=\"disable\" src=\"" + "<img alt=\"\" border=\"0\" class=\"disable\" src=\"" +
_imgPath + "control_play_blue.png\">" + _imgPath + "next.png\">" +
"&nbsp;" + "&nbsp;" +
"<img alt=\"\" border=\"0\" class=\"disable\" src=\"" + "<img alt=\"\" border=\"0\" class=\"disable\" src=\"" +
_imgPath + "control_fastforward_blue.png\">"); _imgPath + "last.png\">");
} }
} }

View File

Before

Width:  |  Height:  |  Size: 745 B

After

Width:  |  Height:  |  Size: 745 B

View File

Before

Width:  |  Height:  |  Size: 736 B

After

Width:  |  Height:  |  Size: 736 B

View File

Before

Width:  |  Height:  |  Size: 717 B

After

Width:  |  Height:  |  Size: 717 B

View File

Before

Width:  |  Height:  |  Size: 807 B

After

Width:  |  Height:  |  Size: 807 B

View File

Before

Width:  |  Height:  |  Size: 745 B

After

Width:  |  Height:  |  Size: 745 B

View File

Before

Width:  |  Height:  |  Size: 736 B

After

Width:  |  Height:  |  Size: 736 B

View File

Before

Width:  |  Height:  |  Size: 717 B

After

Width:  |  Height:  |  Size: 717 B

View File

Before

Width:  |  Height:  |  Size: 807 B

After

Width:  |  Height:  |  Size: 807 B

View File

Before

Width:  |  Height:  |  Size: 745 B

After

Width:  |  Height:  |  Size: 745 B

View File

Before

Width:  |  Height:  |  Size: 736 B

After

Width:  |  Height:  |  Size: 736 B

View File

Before

Width:  |  Height:  |  Size: 717 B

After

Width:  |  Height:  |  Size: 717 B

View File

Before

Width:  |  Height:  |  Size: 807 B

After

Width:  |  Height:  |  Size: 807 B