]> git.plutz.net Git - confetti/blob - ledgers/index.cgi
styling for iban assignment
[confetti] / ledgers / index.cgi
1 #!/bin/sh
2
3 { printf '
4   [form .upload action="%s/ledgers/csv_upload.sh" method="POST" enctype="multipart/form-data"
5     [label for=ledger_upload . %s:]
6     [input #ledger_upload type="file" name="csv" accept=".csv,text/csv"]
7     [input type=hidden name=session_id value="%s"]
8     [button type="submit" %s]
9   ]' \
10   "${_BASE}" "$(l10n "Postbank CSV")" "$SESSION_ID" "$(l10n Upload)"
11 } | yield_page ledgers