]> git.plutz.net Git - confetti/blobdiff - cards/index.cgi
single label for seed input
[confetti] / cards / index.cgi
index 1f58ab0e8432a5192625a8a3581c6444b2289d69..934c19ac3bf2499b3aee9adf0440188739a6e3f2 100755 (executable)
@@ -1,11 +1,5 @@
 #!/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
@@ -24,8 +18,8 @@ edit="${edit##*/}"
   printf '
   [form class="newcard" action="/cards/new_card.sh" method="POST"
     [button type="submit" %s]
-  ]' "$(l10n newcard)"
-
+    [input name="seed" placeholder="%s"]
+  ]' "$(l10n newcard)" "$(l10n vcf_seed_label)"
   [ "$edit" ] && edit_card "$edit"
   list_cards
 } | yield_page cards #/cards/cards.css