Fix some XML wellformedness issues

[?]
Aug 12, 2013, 10:41 PM
UM73XPLKNQ6PAN75UGSHAOCL7RGVEHURP56YEANPJD3T2FORHS6QC

Dependencies

  • [2] 5GRW5XU4 Job page: Put latest builds on top
  • [3] XGNERX6C Use bootstrap's pager (instead of pagination) class
  • [4] HFUSVMYV Set the character set
  • [5] PZL3SZM3 Give every page a consistent title
  • [6] HRAFVVOE make logo configurable via HYDRA_LOGO env var
  • [7] 4WZQW2N6 Fix 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
    [2.18][2.18:112]()
    <td class="centered" colspan="5"><a href="[% linkToAll %]"><em>More...</em></a></td></tr>
    [2.18]
    [2.112]
    <tr><td class="centered" colspan="5"><a href="[% linkToAll %]"><em>More...</em></a></td></tr>
  • replacement in src/root/common.tt at line 375
    [3.48][3.48:586]()
    <li [% IF page == 1 %]class="disabled"[% END %]><a href="[% "$baseUri?page=1" %]">&laquo; First</a></li>
    <li [% IF page == 1 %]class="disabled"[% END %]><a href="[% "$baseUri?page="; (page - 1) %]">&lsaquo; Previous</a></li>
    <li [% IF page * resultsPerPage >= total %]class="disabled"[% END %]><a href="[% "$baseUri?page="; (page + 1) %]">Next &rsaquo;</a></li>
    <li [% IF page * resultsPerPage >= total %]class="disabled"[% END %]><a href="[% "$baseUri?page="; (total - 1) div resultsPerPage + 1 %]">Last &raquo;</a></li>
    [3.48]
    [3.586]
    <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
    [4.1][4.1:73]()
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    [4.1]
    [5.618]
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />