]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/html/form
removing old opac images and css
[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         IF action; "action='$action'"; END;
7         ">";
8         content;
9         "</form>"
10 %]