]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/templates/strings/ex.ttk
template for (temporarily?) housing the exception strings
[Evergreen.git] / Open-ILS / src / templates / strings / ex.ttk
1 [%-
2         # ------------------------------------------------------------------    
3         # return macro... ignore me.
4         # ------------------------------------------------------------------
5         MACRO ret(str) PROCESS ret_block s=str;
6         BLOCK ret_block;
7                 s;
8                 STOP;
9         END;
10         # ------------------------------------------------------------------
11 -%]
12
13
14
15
16 [%-
17         # ------------------------------------------------------------------    
18         # RULES
19         # ------------------------------------------------------------------
20
21         IF type == ex_types.SEARCH_TOO_LARGE;
22                 ret("Search term is too broad, please narrow your search");     END;
23
24 -%]