From b39f4c2ae24c283da2e25dbd95db569baf392ff5 Mon Sep 17 00:00:00 2001 From: erickson Date: Fri, 23 Sep 2005 15:47:23 +0000 Subject: [PATCH] new templates git-svn-id: svn://svn.open-ils.org/ILS/trunk@1861 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/reporter/templates/footer.ttk | 3 +++ Open-ILS/src/reporter/templates/header.ttk | 14 +++++++++++ Open-ILS/src/reporter/templates/login.ttk | 18 +++++++------- Open-ILS/src/reporter/templates/logout.ttk | 28 ++++++++++++++++++++++ Open-ILS/src/reporter/templates/stage1.ttk | 4 ++++ 5 files changed, 58 insertions(+), 9 deletions(-) create mode 100644 Open-ILS/src/reporter/templates/footer.ttk create mode 100644 Open-ILS/src/reporter/templates/header.ttk create mode 100644 Open-ILS/src/reporter/templates/logout.ttk diff --git a/Open-ILS/src/reporter/templates/footer.ttk b/Open-ILS/src/reporter/templates/footer.ttk new file mode 100644 index 0000000000..cafa17e2ca --- /dev/null +++ b/Open-ILS/src/reporter/templates/footer.ttk @@ -0,0 +1,3 @@ + + + diff --git a/Open-ILS/src/reporter/templates/header.ttk b/Open-ILS/src/reporter/templates/header.ttk new file mode 100644 index 0000000000..a0bee0899a --- /dev/null +++ b/Open-ILS/src/reporter/templates/header.ttk @@ -0,0 +1,14 @@ + + + + + + + + + + + [% title %] + + + diff --git a/Open-ILS/src/reporter/templates/login.ttk b/Open-ILS/src/reporter/templates/login.ttk index 1f94e82b90..f196330316 100644 --- a/Open-ILS/src/reporter/templates/login.ttk +++ b/Open-ILS/src/reporter/templates/login.ttk @@ -1,19 +1,17 @@ - - - - - - - + [% INCLUDE header.ttk title="Login" %] + - -

Reports Login

@@ -70,5 +66,9 @@
+ + [% INCLUDE footer.ttk %] + + diff --git a/Open-ILS/src/reporter/templates/logout.ttk b/Open-ILS/src/reporter/templates/logout.ttk new file mode 100644 index 0000000000..f325b74a51 --- /dev/null +++ b/Open-ILS/src/reporter/templates/logout.ttk @@ -0,0 +1,28 @@ + + + + Logout + + diff --git a/Open-ILS/src/reporter/templates/stage1.ttk b/Open-ILS/src/reporter/templates/stage1.ttk index 033cd56f2c..0e8bbee763 100644 --- a/Open-ILS/src/reporter/templates/stage1.ttk +++ b/Open-ILS/src/reporter/templates/stage1.ttk @@ -32,10 +32,14 @@ MACRO logme(a) PROCESS logme_block x = a.list.join(', '); DBI.connect(dsn,d_u,d_p); %] + + [% INCLUDE header.ttk title="Basic Report Types" %] + [% INCLUDE logout.ttk %] [% PROCESS PRINT_STAGE1 %] + [% INCLUDE footer.ttk %] -- 2.43.2