Yu-Gi-Oh! Deck Building and Card Inventory Management web interface written in Common Lisp, utilizing HTMX.
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

10 рядки
597B

  1. <th style="max-width:100%;white-space:nowrap;">
  2. <button type="button"
  3. style="cursor:pointer;background:none;border:none;color:inherit;font:inherit;outline:inherit</a>"
  4. {% if form %}form="{{ form }}"{% endif %}
  5. hx-include="[name='search-form']"
  6. hx-post="{{ url }}?direction={{ opposite-direction }}&sort-by={{ sort }}&limit={{ limit }}"
  7. hx-trigger="click"
  8. hx-target="{{ hx-target }}">{{ name }}&nbsp;{% if sort-by == sort and direction == "asc" %}&uarr;{% elif sort-by == sort and direction == "desc" %}&darr;{% endif %}</button>
  9. </th>