]> git.plutz.net Git - serve0/blob - list.sh
css loading, externalize page code to file
[serve0] / list.sh
1 #!/bin/sh
2
3 printf 'Content-Type: text/html;charset=utf-8\r\n\r\n'
4
5 "$_EXEC/cgilite/html-sh.sed" <<-EOF
6 [!DOCTYPE HTML]
7 [html [head [title Listing]
8   [link rel=stylesheet href="/style.css" ]
9 ] [body
10   $(w_search)
11   [input type=checkbox #t_prefs .toggle ][label for=t_prefs &#x2699;]
12   $(w_prefs)
13 ] ]
14 EOF
15