]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/html/form
some basic html templates for use in wrappers. these will be augmented
[working/Evergreen.git] / Open-ILS / src / templates / html / form
1 [%
2         "\n<form ";
3         IF method; "method='$method'"; END;
4         IF class; "class='$class'"; END;
5         IF name; "name='$name'"; END;
6         ">";
7         content;
8         "</form>"
9 %]