]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/html/js
some basic html templates for use in wrappers. these will be augmented
[working/Evergreen.git] / Open-ILS / src / templates / html / js
1 [%# html/js
2   #
3   # ARGS:
4   #   - content             # javascript content
5 -%]
6
7 [%
8
9         "<script language='javascript'";
10
11                 IF src; " src='" _ src _ "'";END;
12
13         "/><!--\n";
14
15         content;
16
17         "\n//--></script>";
18 %]
19