From 55b024c05919311c86ff673a2df5e81f4468f567 Mon Sep 17 00:00:00 2001 From: miker Date: Wed, 8 Feb 2006 22:03:56 +0000 Subject: [PATCH] useful template git-svn-id: svn://svn.open-ils.org/ILS/trunk@3014 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/reporter/templates/html/th | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Open-ILS/src/reporter/templates/html/th diff --git a/Open-ILS/src/reporter/templates/html/th b/Open-ILS/src/reporter/templates/html/th new file mode 100644 index 0000000000..9877d65d3d --- /dev/null +++ b/Open-ILS/src/reporter/templates/html/th @@ -0,0 +1,25 @@ +[%# html/cell: an empty and orphaned HTML table cell, . . . + # ARGS: + # col # background colour (default: none) + # align # horizontal alignment (default: none) + # valign # vertical alignment (default: none) + # colspan # span multiple columns (defualt: none) + # rowspan # span multiple rows (defualt: none) + # content # box content +-%] + + +[%- content -%] + + -- 2.43.2