X-Git-Url: https://git.plutz.net/?p=confetti;a=blobdiff_plain;f=cards%2Findex.cgi;h=2c9f267e1f6e0345164df1c674fac6b36338c724;hp=f1306f6aeb0ed05f395a2580fed9fe2f85b62a7e;hb=HEAD;hpb=de8d4cf5570142a647bfe81f13fa87a73802e4e8 diff --git a/cards/index.cgi b/cards/index.cgi index f1306f6..5babc9f 100755 --- a/cards/index.cgi +++ b/cards/index.cgi @@ -1,19 +1,10 @@ #!/bin/sh -if [ "$_PATH" = "/cards/cards.css" ]; then - . $_EXEC/cgilite/file.sh - FILE $_EXEC/cards/cards.css - return 0 -fi - . $_EXEC/pdiread.sh . $_EXEC/cards/l10n.sh . $_EXEC/cards/widgets.sh . $_EXEC/cards/list.sh -unescape() { [ $# = 0 ] && sed -E 's;\\(.);\1;g' || printf %s "$*" |sed -E 's;\\(.);\1;g'; } -upcase=' y;abcdefghijklmnopqrstuvwxyzäöüé;ABCDEFGHIJKLMNOPQRSTUVWXYZÄÖÜÉ;; ' - filter="$(GET f)" order="$(GET o)" edit="$(GET e |PATH)" @@ -23,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 +} | yield_page cards #/cards/cards.css