template for (temporarily?) housing the exception strings
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 9 May 2005 21:48:42 +0000 (21:48 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 9 May 2005 21:48:42 +0000 (21:48 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@685 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/templates/strings/ex.ttk [new file with mode: 0644]

diff --git a/Open-ILS/src/templates/strings/ex.ttk b/Open-ILS/src/templates/strings/ex.ttk
new file mode 100644 (file)
index 0000000..787ecdf
--- /dev/null
@@ -0,0 +1,24 @@
+[%-
+       # ------------------------------------------------------------------    
+       # return macro... ignore me.
+       # ------------------------------------------------------------------
+       MACRO ret(str) PROCESS ret_block s=str;
+       BLOCK ret_block;
+               s;
+               STOP;
+       END;
+       # ------------------------------------------------------------------
+-%]
+
+
+
+
+[%-
+       # ------------------------------------------------------------------    
+       # RULES
+       # ------------------------------------------------------------------
+
+       IF type == ex_types.SEARCH_TOO_LARGE;
+               ret("Search term is too broad, please narrow your search");     END;
+
+-%]