X-Git-Url: https://git.plutz.net/?p=confetti;a=blobdiff_plain;f=templates%2Fattendees.html.sh;h=1b57df1c86411a85989ebeb510fc6fec230be161;hp=7613a0b3c4906c178035afc893d63d4e8e574ac2;hb=0e814c6ffab2486405f60a1dfbfa048e76bba1f2;hpb=9da0f336d8e830196893925f3e13b278d0d50189 diff --git a/templates/attendees.html.sh b/templates/attendees.html.sh index 7613a0b..1b57df1 100755 --- a/templates/attendees.html.sh +++ b/templates/attendees.html.sh @@ -27,38 +27,45 @@ edit="$_GET[\"edit\"]" [ -z "$_GET[\"order\"]" ] && _GET["order"]="firstname" cat < - $(l10n filter_label) - - +
+

$(l10n filter_label)

+ + +
+
+ $(l10n filter_type): + + + + + + + +
+
+ $(l10n filter_order): + + + +
+ + +
-
-
+
-
-
$( [ -f "vcard/$edit" -o -f "temp/$edit" ] && edit_attendee "$edit" if [ "$?" = 0 ]; then @@ -69,7 +76,6 @@ fi |while read card; do view_attendee "$card" done ) -
EOF # vi:set filetype=html: