Fix some XML wellformedness issues
[?]
Aug 12, 2013, 10:41 PM
UM73XPLKNQ6PAN75UGSHAOCL7RGVEHURP56YEANPJD3T2FORHS6QCDependencies
- [2]
5GRW5XU4Job page: Put latest builds on top - [3]
XGNERX6CUse bootstrap's pager (instead of pagination) class - [4]
HFUSVMYVSet the character set - [5]
PZL3SZM3Give every page a consistent title - [6]
HRAFVVOEmake logo configurable via HYDRA_LOGO env var - [7]
4WZQW2N6Fix indentation and get rid of some unnecessary whitespace in the output - [*]
IK53RV4V - [*]
J5UVLXOK* Start of a basic Catalyst web interface.
Change contents
- replacement in src/root/common.tt at line 120
<td class="centered" colspan="5"><a href="[% linkToAll %]"><em>More...</em></a></td></tr><tr><td class="centered" colspan="5"><a href="[% linkToAll %]"><em>More...</em></a></td></tr> - replacement in src/root/common.tt at line 375
<li [% IF page == 1 %]class="disabled"[% END %]><a href="[% "$baseUri?page=1" %]">« First</a></li><li [% IF page == 1 %]class="disabled"[% END %]><a href="[% "$baseUri?page="; (page - 1) %]">‹ Previous</a></li><li [% IF page * resultsPerPage >= total %]class="disabled"[% END %]><a href="[% "$baseUri?page="; (page + 1) %]">Next ›</a></li><li [% IF page * resultsPerPage >= total %]class="disabled"[% END %]><a href="[% "$baseUri?page="; (total - 1) div resultsPerPage + 1 %]">Last »</a></li><li [% IF page == 1 %]class="disabled"[% END %]><a href="[% "$baseUri?page=1" %]">« First</a></li><li [% IF page == 1 %]class="disabled"[% END %]><a href="[% "$baseUri?page="; (page - 1) %]">‹ Previous</a></li><li [% IF page * resultsPerPage >= total %]class="disabled"[% END %]><a href="[% "$baseUri?page="; (page + 1) %]">Next ›</a></li><li [% IF page * resultsPerPage >= total %]class="disabled"[% END %]><a href="[% "$baseUri?page="; (total - 1) div resultsPerPage + 1 %]">Last »</a></li> - replacement in src/root/layout.tt at line 14
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta http-equiv="Content-Type" content="text/html; charset=utf-8" />