[geeklog-hg] geeklog: New template files for Page Navigation feature request

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Wed Sep 12 14:52:57 EDT 2012


changeset 8813:47dc322f2771
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/47dc322f2771
user: Tom <websitemaster at cogeco.net>
date: Wed Sep 12 14:52:17 2012 -0400
description:
New template files for Page Navigation feature request

diffstat:

 public_html/layout/denim/page_navigation/page.thtml                                  |  4 ++++
 public_html/layout/denim/page_navigation/page_current.thtml                          |  4 ++++
 public_html/layout/denim/page_navigation/page_navigation.thtml                       |  3 +++
 public_html/layout/denim/page_navigation/page_navigation_end.thtml                   |  3 +++
 public_html/layout/denim/page_navigation/page_navigation_open_ended.thtml            |  3 +++
 public_html/layout/denim/page_navigation/page_navigation_start.thtml                 |  3 +++
 public_html/layout/modern_curve/page_navigation/page.thtml                           |  4 ++++
 public_html/layout/modern_curve/page_navigation/page_current.thtml                   |  4 ++++
 public_html/layout/modern_curve/page_navigation/page_navigation.thtml                |  3 +++
 public_html/layout/modern_curve/page_navigation/page_navigation_end.thtml            |  3 +++
 public_html/layout/modern_curve/page_navigation/page_navigation_open_ended.thtml     |  3 +++
 public_html/layout/modern_curve/page_navigation/page_navigation_start.thtml          |  3 +++
 public_html/layout/professional/page_navigation/page.thtml                           |  4 ++++
 public_html/layout/professional/page_navigation/page_current.thtml                   |  4 ++++
 public_html/layout/professional/page_navigation/page_navigation.thtml                |  3 +++
 public_html/layout/professional/page_navigation/page_navigation_end.thtml            |  3 +++
 public_html/layout/professional/page_navigation/page_navigation_open_ended.thtml     |  3 +++
 public_html/layout/professional/page_navigation/page_navigation_start.thtml          |  3 +++
 public_html/layout/professional_css/page_navigation/page.thtml                       |  4 ++++
 public_html/layout/professional_css/page_navigation/page_current.thtml               |  4 ++++
 public_html/layout/professional_css/page_navigation/page_navigation.thtml            |  3 +++
 public_html/layout/professional_css/page_navigation/page_navigation_end.thtml        |  3 +++
 public_html/layout/professional_css/page_navigation/page_navigation_open_ended.thtml |  3 +++
 public_html/layout/professional_css/page_navigation/page_navigation_start.thtml      |  3 +++
 24 files changed, 80 insertions(+), 0 deletions(-)

diffs (176 lines):

diff -r 2fbcb6df70e1 -r 47dc322f2771 public_html/layout/denim/page_navigation/page.thtml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/public_html/layout/denim/page_navigation/page.thtml	Wed Sep 12 14:52:17 2012 -0400
@@ -0,0 +1,4 @@
+<!-- Start of Page -->
+{page_number}
+<!-- End of Page -->
+
diff -r 2fbcb6df70e1 -r 47dc322f2771 public_html/layout/denim/page_navigation/page_current.thtml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/public_html/layout/denim/page_navigation/page_current.thtml	Wed Sep 12 14:52:17 2012 -0400
@@ -0,0 +1,4 @@
+<!-- Start of Page Current -->
+<b>{page_number}</b>
+<!-- End of Page Current -->
+
diff -r 2fbcb6df70e1 -r 47dc322f2771 public_html/layout/denim/page_navigation/page_navigation.thtml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/public_html/layout/denim/page_navigation/page_navigation.thtml	Wed Sep 12 14:52:17 2012 -0400
@@ -0,0 +1,3 @@
+<!-- Start of Page Navigation -->
+<div class="gl-pagenav">{message}{page_navigation_start}{pages}{page_navigation_end}</div> 
+<!-- End of Page Navigation -->
diff -r 2fbcb6df70e1 -r 47dc322f2771 public_html/layout/denim/page_navigation/page_navigation_end.thtml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/public_html/layout/denim/page_navigation/page_navigation_end.thtml	Wed Sep 12 14:52:17 2012 -0400
@@ -0,0 +1,3 @@
+<!-- Start of Page Navigation End -->
+ |<span>{start_next_anchortag}{lang_next}{end_next_anchortag}</span> | <span>{start_last_anchortag}{lang_last}{end_last_anchortag}</span>
+<!-- End of Page Navigation End -->
diff -r 2fbcb6df70e1 -r 47dc322f2771 public_html/layout/denim/page_navigation/page_navigation_open_ended.thtml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/public_html/layout/denim/page_navigation/page_navigation_open_ended.thtml	Wed Sep 12 14:52:17 2012 -0400
@@ -0,0 +1,3 @@
+<!-- Start of Page Navigation Open Ended -->
+ | {open_ended}
+<!-- End of Page Navigation Open Ended -->
diff -r 2fbcb6df70e1 -r 47dc322f2771 public_html/layout/denim/page_navigation/page_navigation_start.thtml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/public_html/layout/denim/page_navigation/page_navigation_start.thtml	Wed Sep 12 14:52:17 2012 -0400
@@ -0,0 +1,3 @@
+<!-- Start of Page Navigation Start -->
+<span>{start_first_anchortag}{lang_first}{end_first_anchortag}</span> | <span>{start_previous_anchortag}{lang_previous}{end_previous_anchortag}</span> | 
+<!-- End of Page Navigation Start -->
diff -r 2fbcb6df70e1 -r 47dc322f2771 public_html/layout/modern_curve/page_navigation/page.thtml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/public_html/layout/modern_curve/page_navigation/page.thtml	Wed Sep 12 14:52:17 2012 -0400
@@ -0,0 +1,4 @@
+<!-- Start of Page -->
+{page_number}
+<!-- End of Page -->
+
diff -r 2fbcb6df70e1 -r 47dc322f2771 public_html/layout/modern_curve/page_navigation/page_current.thtml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/public_html/layout/modern_curve/page_navigation/page_current.thtml	Wed Sep 12 14:52:17 2012 -0400
@@ -0,0 +1,4 @@
+<!-- Start of Page Current -->
+<b>{page_number}</b>
+<!-- End of Page Current -->
+
diff -r 2fbcb6df70e1 -r 47dc322f2771 public_html/layout/modern_curve/page_navigation/page_navigation.thtml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/public_html/layout/modern_curve/page_navigation/page_navigation.thtml	Wed Sep 12 14:52:17 2012 -0400
@@ -0,0 +1,3 @@
+<!-- Start of Page Navigation -->
+<div class="gl-pagenav">{message}{page_navigation_start}{pages}{page_navigation_end}</div> 
+<!-- End of Page Navigation -->
diff -r 2fbcb6df70e1 -r 47dc322f2771 public_html/layout/modern_curve/page_navigation/page_navigation_end.thtml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/public_html/layout/modern_curve/page_navigation/page_navigation_end.thtml	Wed Sep 12 14:52:17 2012 -0400
@@ -0,0 +1,3 @@
+<!-- Start of Page Navigation End -->
+ |<span>{start_next_anchortag}{lang_next}{end_next_anchortag}</span> | <span>{start_last_anchortag}{lang_last}{end_last_anchortag}</span>
+<!-- End of Page Navigation End -->
diff -r 2fbcb6df70e1 -r 47dc322f2771 public_html/layout/modern_curve/page_navigation/page_navigation_open_ended.thtml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/public_html/layout/modern_curve/page_navigation/page_navigation_open_ended.thtml	Wed Sep 12 14:52:17 2012 -0400
@@ -0,0 +1,3 @@
+<!-- Start of Page Navigation Open Ended -->
+ | {open_ended}
+<!-- End of Page Navigation Open Ended -->
diff -r 2fbcb6df70e1 -r 47dc322f2771 public_html/layout/modern_curve/page_navigation/page_navigation_start.thtml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/public_html/layout/modern_curve/page_navigation/page_navigation_start.thtml	Wed Sep 12 14:52:17 2012 -0400
@@ -0,0 +1,3 @@
+<!-- Start of Page Navigation Start -->
+<span>{start_first_anchortag}{lang_first}{end_first_anchortag}</span> | <span>{start_previous_anchortag}{lang_previous}{end_previous_anchortag}</span> | 
+<!-- End of Page Navigation Start -->
diff -r 2fbcb6df70e1 -r 47dc322f2771 public_html/layout/professional/page_navigation/page.thtml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/public_html/layout/professional/page_navigation/page.thtml	Wed Sep 12 14:52:17 2012 -0400
@@ -0,0 +1,4 @@
+<!-- Start of Page -->
+{page_number}
+<!-- End of Page -->
+
diff -r 2fbcb6df70e1 -r 47dc322f2771 public_html/layout/professional/page_navigation/page_current.thtml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/public_html/layout/professional/page_navigation/page_current.thtml	Wed Sep 12 14:52:17 2012 -0400
@@ -0,0 +1,4 @@
+<!-- Start of Page Current -->
+<b>{page_number}</b>
+<!-- End of Page Current -->
+
diff -r 2fbcb6df70e1 -r 47dc322f2771 public_html/layout/professional/page_navigation/page_navigation.thtml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/public_html/layout/professional/page_navigation/page_navigation.thtml	Wed Sep 12 14:52:17 2012 -0400
@@ -0,0 +1,3 @@
+<!-- Start of Page Navigation -->
+<div class="gl-pagenav">{message}{page_navigation_start}{pages}{page_navigation_end}</div> 
+<!-- End of Page Navigation -->
diff -r 2fbcb6df70e1 -r 47dc322f2771 public_html/layout/professional/page_navigation/page_navigation_end.thtml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/public_html/layout/professional/page_navigation/page_navigation_end.thtml	Wed Sep 12 14:52:17 2012 -0400
@@ -0,0 +1,3 @@
+<!-- Start of Page Navigation End -->
+ |<span>{start_next_anchortag}{lang_next}{end_next_anchortag}</span> | <span>{start_last_anchortag}{lang_last}{end_last_anchortag}</span>
+<!-- End of Page Navigation End -->
diff -r 2fbcb6df70e1 -r 47dc322f2771 public_html/layout/professional/page_navigation/page_navigation_open_ended.thtml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/public_html/layout/professional/page_navigation/page_navigation_open_ended.thtml	Wed Sep 12 14:52:17 2012 -0400
@@ -0,0 +1,3 @@
+<!-- Start of Page Navigation Open Ended -->
+ | {open_ended}
+<!-- End of Page Navigation Open Ended -->
diff -r 2fbcb6df70e1 -r 47dc322f2771 public_html/layout/professional/page_navigation/page_navigation_start.thtml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/public_html/layout/professional/page_navigation/page_navigation_start.thtml	Wed Sep 12 14:52:17 2012 -0400
@@ -0,0 +1,3 @@
+<!-- Start of Page Navigation Start -->
+<span>{start_first_anchortag}{lang_first}{end_first_anchortag}</span> | <span>{start_previous_anchortag}{lang_previous}{end_previous_anchortag}</span> | 
+<!-- End of Page Navigation Start -->
diff -r 2fbcb6df70e1 -r 47dc322f2771 public_html/layout/professional_css/page_navigation/page.thtml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/public_html/layout/professional_css/page_navigation/page.thtml	Wed Sep 12 14:52:17 2012 -0400
@@ -0,0 +1,4 @@
+<!-- Start of Page -->
+{page_number}
+<!-- End of Page -->
+
diff -r 2fbcb6df70e1 -r 47dc322f2771 public_html/layout/professional_css/page_navigation/page_current.thtml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/public_html/layout/professional_css/page_navigation/page_current.thtml	Wed Sep 12 14:52:17 2012 -0400
@@ -0,0 +1,4 @@
+<!-- Start of Page Current -->
+<b>{page_number}</b>
+<!-- End of Page Current -->
+
diff -r 2fbcb6df70e1 -r 47dc322f2771 public_html/layout/professional_css/page_navigation/page_navigation.thtml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/public_html/layout/professional_css/page_navigation/page_navigation.thtml	Wed Sep 12 14:52:17 2012 -0400
@@ -0,0 +1,3 @@
+<!-- Start of Page Navigation -->
+<div class="gl-pagenav">{message}{page_navigation_start}{pages}{page_navigation_end}</div> 
+<!-- End of Page Navigation -->
diff -r 2fbcb6df70e1 -r 47dc322f2771 public_html/layout/professional_css/page_navigation/page_navigation_end.thtml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/public_html/layout/professional_css/page_navigation/page_navigation_end.thtml	Wed Sep 12 14:52:17 2012 -0400
@@ -0,0 +1,3 @@
+<!-- Start of Page Navigation End -->
+ |<span>{start_next_anchortag}{lang_next}{end_next_anchortag}</span> | <span>{start_last_anchortag}{lang_last}{end_last_anchortag}</span>
+<!-- End of Page Navigation End -->
diff -r 2fbcb6df70e1 -r 47dc322f2771 public_html/layout/professional_css/page_navigation/page_navigation_open_ended.thtml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/public_html/layout/professional_css/page_navigation/page_navigation_open_ended.thtml	Wed Sep 12 14:52:17 2012 -0400
@@ -0,0 +1,3 @@
+<!-- Start of Page Navigation Open Ended -->
+ | {open_ended}
+<!-- End of Page Navigation Open Ended -->
diff -r 2fbcb6df70e1 -r 47dc322f2771 public_html/layout/professional_css/page_navigation/page_navigation_start.thtml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/public_html/layout/professional_css/page_navigation/page_navigation_start.thtml	Wed Sep 12 14:52:17 2012 -0400
@@ -0,0 +1,3 @@
+<!-- Start of Page Navigation Start -->
+<span>{start_first_anchortag}{lang_first}{end_first_anchortag}</span> | <span>{start_previous_anchortag}{lang_previous}{end_previous_anchortag}</span> | 
+<!-- End of Page Navigation Start -->



More information about the geeklog-cvs mailing list