X-Git-Url: https://git.plutz.net/?p=confetti;a=blobdiff_plain;f=cards%2Findex.cgi;h=2c9f267e1f6e0345164df1c674fac6b36338c724;hp=933b1d188c1a5aea53876e77c40139ea00681ef1;hb=HEAD;hpb=56ca6f3f99709aca8e77aa35071ba7097e8083c7 diff --git a/cards/index.cgi b/cards/index.cgi index 933b1d1..5babc9f 100755 --- a/cards/index.cgi +++ b/cards/index.cgi @@ -5,8 +5,6 @@ . $_EXEC/cards/widgets.sh . $_EXEC/cards/list.sh -upcase=' y;abcdefghijklmnopqrstuvwxyzäöüé;ABCDEFGHIJKLMNOPQRSTUVWXYZÄÖÜÉ;; ' - filter="$(GET f)" order="$(GET o)" edit="$(GET e |PATH)" @@ -16,10 +14,10 @@ edit="${edit##*/}" { w_filter_diag printf ' - [form class="newcard" action="/cards/new_card.sh" method="POST" + [form class="newcard" action="%s/cards/new_card.sh" method="POST" [button type="submit" %s] - ]' "$(l10n newcard)" - + [input name="seed" placeholder="%s"] + ]' "${_BASE}" "$(l10n newcard)" "$(l10n vcf_seed_label)" [ "$edit" ] && edit_card "$edit" list_cards } | yield_page cards #/cards/cards.css