[geeklog-hg] geeklog: Added Related Topic feature to archived articles

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Tue Jun 18 12:56:58 EDT 2013


changeset 9098:6f59a79bb4b4
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/6f59a79bb4b4
user: Tom <websitemaster at cogeco.net>
date: Tue Jun 18 11:04:59 2013 -0400
description:
Added Related Topic feature to archived articles

diffstat:

 public_html/layout/denim/archivestorytext.thtml            |  7 ++++---
 public_html/layout/modern_curve/archivestorytext.thtml     |  7 ++++---
 public_html/layout/professional/archivestorytext.thtml     |  7 +++++++
 public_html/layout/professional_css/archivestorytext.thtml |  7 ++++---
 4 files changed, 19 insertions(+), 9 deletions(-)

diffs (100 lines):

diff -r 7b258be0cdd4 -r 6f59a79bb4b4 public_html/layout/denim/archivestorytext.thtml
--- a/public_html/layout/denim/archivestorytext.thtml	Tue Jun 18 10:56:25 2013 -0400
+++ b/public_html/layout/denim/archivestorytext.thtml	Tue Jun 18 11:04:59 2013 -0400
@@ -1,5 +1,4 @@
-
-<!-- archivestorytext.thtml { -->
+{# begin {templatelocation} #}
 
 <div class="storytext archivestorytext">
   {breadcrumb_trail}
@@ -19,6 +18,8 @@
     <span class="story_image">{story_anchortag_and_image_no_align}</span>
     {story_text_no_br}
   </div>
+  
+  {related_topics}  
 
   <ul class="story_navi">
     <li>{page_selector}</li>
@@ -33,4 +34,4 @@
   </ul>
 </div>
 
-<!-- } archivestorytext.thtml -->
+{# end {templatelocation} #}
diff -r 7b258be0cdd4 -r 6f59a79bb4b4 public_html/layout/modern_curve/archivestorytext.thtml
--- a/public_html/layout/modern_curve/archivestorytext.thtml	Tue Jun 18 10:56:25 2013 -0400
+++ b/public_html/layout/modern_curve/archivestorytext.thtml	Tue Jun 18 11:04:59 2013 -0400
@@ -1,5 +1,4 @@
-
-<!-- archivestorytext.thtml { -->
+{# begin {templatelocation} #}
 
 <div class="archivestorytext">
   {breadcrumb_trail}
@@ -36,6 +35,8 @@
   <div class="story_introtext">
     {story_text_no_br}
   </div>
+  
+  {related_topics}  
 
   <ul class="navi">
     <li>{page_selector}</li>
@@ -50,4 +51,4 @@
   </ul>
 </div>
 
-<!-- } archivestorytext.thtml -->
+{# end {templatelocation} #}
diff -r 7b258be0cdd4 -r 6f59a79bb4b4 public_html/layout/professional/archivestorytext.thtml
--- a/public_html/layout/professional/archivestorytext.thtml	Tue Jun 18 10:56:25 2013 -0400
+++ b/public_html/layout/professional/archivestorytext.thtml	Tue Jun 18 11:04:59 2013 -0400
@@ -1,3 +1,5 @@
+{# begin {templatelocation} #}
+
 <div class="story">
     <span class="story-icons">
         {email_icon}
@@ -14,6 +16,9 @@
     <div class="story-body">
         {story_anchortag_and_image}{story_text_no_br}
     </div>
+    
+    {related_topics}
+    
     <div class="story-footer">
         <p>{page_selector}</p>
         <p>{readmore_link} {post_comment_link}</p>
@@ -21,3 +26,5 @@
     </div>
 </div>
 <div class="block-divider"> </div>
+
+{# end {templatelocation} #}
diff -r 7b258be0cdd4 -r 6f59a79bb4b4 public_html/layout/professional_css/archivestorytext.thtml
--- a/public_html/layout/professional_css/archivestorytext.thtml	Tue Jun 18 10:56:25 2013 -0400
+++ b/public_html/layout/professional_css/archivestorytext.thtml	Tue Jun 18 11:04:59 2013 -0400
@@ -1,5 +1,4 @@
-
-<!-- archivestorytext.thtml { -->
+{# begin {templatelocation} #}
 
 <div class="archivestorytext">
   {breadcrumb_trail}
@@ -31,6 +30,8 @@
     <span class="story_image">{story_anchortag_and_image}</span>
     {story_text_no_br}
   </div>
+  
+  {related_topics} 
 
   <ul class="navi">
     <li>{page_selector}</li>
@@ -45,4 +46,4 @@
   </ul>
 </div>
 
-<!-- } archivestorytext.thtml -->
+{# end {templatelocation} #}



More information about the geeklog-cvs mailing list