X-Git-Url: https://git.plutz.net/?p=confetti;a=blobdiff_plain;f=cards%2Fmain.cgi;h=6f44168fa0914e239a086a05bf0b9ee26b4481a7;hp=bfc574f25d50998a8af7bd31b88c7f20ce58b64d;hb=11e258b8e6cf832c96b20648aa8c9ca0288c597f;hpb=516b1d6b0427b42924a60bd63ed48d8087a9e4e8 diff --git a/cards/main.cgi b/cards/main.cgi index bfc574f..6f44168 100755 --- a/cards/main.cgi +++ b/cards/main.cgi @@ -1,36 +1,31 @@ #!/bin/sh -if [ "$ITEM" = "cards/cards.css" ]; then +if [ "$_PATH" = "/cards/cards.css" ]; then . $_EXEC/cgilite/file.sh FILE $_EXEC/cards/cards.css return 0 -elif [ "$(GET action)" = filter_card ]; then - . $_EXEC/cards/filter_card.sh - exit 0 fi . $_EXEC/pdiread.sh . $_EXEC/cards/l10n.sh . $_EXEC/cards/widgets.sh +. $_EXEC/cards/list.sh -filter="$(GET filter)" -order="$(GET order)" +unescape() { [ $# = 0 ] && sed -E 's;\\(.);\1;g' || printf %s "$*" |sed -E 's;\\(.);\1;g'; } +upcase=' y;abcdefghijklmnopqrstuvwxyzäöüé;ABCDEFGHIJKLMNOPQRSTUVWXYZÄÖÜÉ;; ' -printf 'Content-Type: text/html; charset=utf-8\r\n\r\n' +filter="$(GET f)" +order="$(GET o)" +edit="$(GET e)" +[ "$order" ] || order=firstname -$_EXEC/cgilite/html-sh.sed <