This repository has been archived on 2025-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
szurubooru/client/html/metric_header.tpl
2024-05-04 16:55:35 -06:00

11 lines
390 B
Smarty

<form class='horizontal'>
<ul class='metric-list'></ul>
<wbr>
<%= ctx.makeCheckbox({
text: 'Show values on posts',
name: 'show-values-on-posts',
checked: ctx.showValuesOnPost,
class: 'append'}) %>
<a class='mousetrap button append close sorting'
href="<%= ctx.getMetricSorterUrl('random', ctx.parameters) %>">Start sorting</a>
</form>