]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/templates/html/option
opac pile of template updates
[Evergreen.git] / Open-ILS / src / templates / html / option
1 [%
2
3         "<option";
4                 IF value;       " value='" _ value _ "'"; END; 
5                 IF id;          " id='" _ id _ "'"; END;
6                 IF ! content;   "/"; END;
7         ">";
8         IF content;
9                 content;
10                 "</option>";
11         END;
12
13 %]
14