From: senator Date: Fri, 28 Jan 2011 19:30:17 +0000 (-0500) Subject: beginning of boiling down the home page of the kcls skin X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=99a453ab7b7cf28ca6060868c0ca3cf3aed188f7;p=evergreen%2Fequinox.git beginning of boiling down the home page of the kcls skin --- diff --git a/Open-ILS/web/templates/default/kcls-new/base.tt2 b/Open-ILS/web/templates/default/kcls-new/base.tt2 new file mode 100644 index 0000000000..4d8da96be7 --- /dev/null +++ b/Open-ILS/web/templates/default/kcls-new/base.tt2 @@ -0,0 +1,17 @@ + + + + + + Catalog - King County Library - [% ctx.page_title %] + + + [% BLOCK html_head; END; # provide a default that can be overridden %] + [% PROCESS html_head %] + + + [% content %] + [% footer %] + + diff --git a/Open-ILS/web/templates/default/kcls-new/footer.tt2 b/Open-ILS/web/templates/default/kcls-new/footer.tt2 new file mode 100644 index 0000000000..aebbd48864 --- /dev/null +++ b/Open-ILS/web/templates/default/kcls-new/footer.tt2 @@ -0,0 +1,25 @@ + + + + + diff --git a/Open-ILS/web/templates/default/kcls-new/home.tt2 b/Open-ILS/web/templates/default/kcls-new/home.tt2 new file mode 100644 index 0000000000..c6d1118247 --- /dev/null +++ b/Open-ILS/web/templates/default/kcls-new/home.tt2 @@ -0,0 +1,119 @@ +[% INCLUDE "topnav.tt2" %] + +
+
+
+ +
+ [% INCLUDE utils.tt2 %] +
+ + [% INCLUDE searchbar.tt2 %] +
+ +
+
+
+ + + + + + +
+
+ +
+
+ + + +
+
+ +
+
+
+ Another Search +
+
+ Advanced Search +
+
+ View My List +
+ +
+
Sort by
+ filter/sorter thign here +
+
View
+ +
+ + +
+
+
+ +
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + +
+ +
+
+
diff --git a/Open-ILS/web/templates/default/kcls-new/searchbar.tt2 b/Open-ILS/web/templates/default/kcls-new/searchbar.tt2 new file mode 100644 index 0000000000..ea6277541a --- /dev/null +++ b/Open-ILS/web/templates/default/kcls-new/searchbar.tt2 @@ -0,0 +1 @@ +searchbar todo diff --git a/Open-ILS/web/templates/default/kcls-new/topnav.tt2 b/Open-ILS/web/templates/default/kcls-new/topnav.tt2 new file mode 100644 index 0000000000..8cd6067d51 --- /dev/null +++ b/Open-ILS/web/templates/default/kcls-new/topnav.tt2 @@ -0,0 +1 @@ +topnav todo diff --git a/Open-ILS/web/templates/default/kcls-new/utils.tt2 b/Open-ILS/web/templates/default/kcls-new/utils.tt2 new file mode 100644 index 0000000000..d103dca3e4 --- /dev/null +++ b/Open-ILS/web/templates/default/kcls-new/utils.tt2 @@ -0,0 +1 @@ +utils todo