git://git.nikiroo.be
/
fanfix.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
weblib: use more templats
[fanfix.git]
/
src
/
be
/
nikiroo
/
fanfix
/
library
/
web
/
templates
/
browser.select.html
1
<select
name='${name}'
value
=
"${value}"
>
2
<option
value=''
></option>
3
${options}
</select>