[Zope-Checkins] CVS: Zope/lib/python/Products/ZopeTutorial/dtml - glossaryView.dtml:1.3.8.1 lessonView.dtml:1.4.8.1 tutorialNav.dtml:1.2.210.1

Chris McDonough chrism@zope.com
Fri, 3 Jan 2003 01:33:39 -0500


Update of /cvs-repository/Zope/lib/python/Products/ZopeTutorial/dtml
In directory cvs.zope.org:/tmp/cvs-serv27194/ZopeTutorial/dtml

Modified Files:
      Tag: chrism-install-branch
	glossaryView.dtml lessonView.dtml tutorialNav.dtml 
Log Message:
Merging chrism-install-branch with HEAD (hopefully for one of the last
times).



=== Zope/lib/python/Products/ZopeTutorial/dtml/glossaryView.dtml 1.3 => 1.3.8.1 ===
--- Zope/lib/python/Products/ZopeTutorial/dtml/glossaryView.dtml:1.3	Sat Jun 29 21:43:48 2002
+++ Zope/lib/python/Products/ZopeTutorial/dtml/glossaryView.dtml	Fri Jan  3 01:33:36 2003
@@ -27,12 +27,12 @@
 }
 </style>
 
-<h2><dtml-var title></h2>
+<h2>&dtml-title;</h2>
 
 <dtml-var expr="formatted_content(REQUEST)">
 
 <p class="feedback">Comments on this lesson?
-<a href="mailto:zdp@zope.org?subject=<dtml-var title>">Email feedback</a>.
+<a href="mailto:zdp@zope.org?subject=&dtml.url_quote_plus-title;">Email feedback</a>.
 </p>
 
 <dtml-var standard_html_footer>


=== Zope/lib/python/Products/ZopeTutorial/dtml/lessonView.dtml 1.4 => 1.4.8.1 ===
--- Zope/lib/python/Products/ZopeTutorial/dtml/lessonView.dtml:1.4	Sat Jun 29 21:43:48 2002
+++ Zope/lib/python/Products/ZopeTutorial/dtml/lessonView.dtml	Fri Jan  3 01:33:36 2003
@@ -27,7 +27,7 @@
 }
 </style>
 
-<h2><dtml-var title></h2>
+<h2>&dtml-title;</h2>
 
 <dtml-var obj>
 
@@ -35,7 +35,7 @@
 <dtml-var tutorialNavigation>
 
 <p class="feedback">Comments on this lesson?
-<a href="mailto:zdp@zope.org?subject=<dtml-var title>">Email feedback</a>.
+<a href="mailto:zdp@zope.org?subject=&dtml.url_quote_plus-title;">Email feedback</a>.
 </p>
 
 <dtml-var standard_html_footer>


=== Zope/lib/python/Products/ZopeTutorial/dtml/tutorialNav.dtml 1.2 => 1.2.210.1 ===
--- Zope/lib/python/Products/ZopeTutorial/dtml/tutorialNav.dtml:1.2	Mon Jan  8 17:47:05 2001
+++ Zope/lib/python/Products/ZopeTutorial/dtml/tutorialNav.dtml	Fri Jan  3 01:33:36 2003
@@ -7,7 +7,7 @@
 <tr valign="top"><td width="50%" align="right">
 
 <dtml-if "i > 0">
-  <form action="../<dtml-var "ids[i-1]">">
+  <form action="../<dtml-var "ids[i-1]" url_quote>">
   <div class="form-element">
   <input class="form-element" type="submit" value=" &lt; Back ">
   </div>
@@ -19,7 +19,7 @@
 
 <dtml-unless hide_next>
 <dtml-if "i < _.len(ids) -1 ">
-  <form action="../<dtml-var "ids[i+1]">">
+  <form action="../<dtml-var "ids[i+1]" url_quote>">
   <div class="form-element">
   <input class="form-element" type="submit" value=" Next &gt; ">
   </div>