[Zope-Checkins] CVS: Zope/lib/python/Products/ZopeTutorial/dtml - glossaryView.dtml:1.2.4.1 lessonView.dtml:1.2.74.1

Shane Hathaway shane@digicool.com
Thu, 9 Aug 2001 13:34:12 -0400


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

Modified Files:
      Tag: NR-branch
	lessonView.dtml 
Added Files:
      Tag: NR-branch
	glossaryView.dtml 
Log Message:
Sync NR-branch with trunk.  Sorry about so many checkin messages...


=== Added File Zope/lib/python/Products/ZopeTutorial/dtml/glossaryView.dtml ===
<dtml-var standard_html_header>

<style type="text/css">
PRE {
  background-color : #FFFFAA;
  border : thin solid;
  white-space :  pre;
  padding-bottom :  10pt;
  padding-left :  10pt;
  padding-right :  10pt;
  padding-top :  10pt;
}

.feedback {
  font-size: 9pt;
}

.warning {
  font-size: 9pt;
  font-weight: bold;
  color: red;
}

.information {
  font-size: 9pt;
  font-weight: bold;
}
</style>

<h2><dtml-var title></h2>

<dtml-var expr="formatted_content(REQUEST)">

<p class="feedback">Comments on this lesson?
<a href="mailto:docs@digicool.com?subject=<dtml-var title>">Email feedback</a>.
</p>

<dtml-var standard_html_footer>




=== Zope/lib/python/Products/ZopeTutorial/dtml/lessonView.dtml 1.2 => 1.2.74.1 ===
 
 <dtml-var obj>
-<dtml-unless "id=='glossary'">
+
 <hr>
 <dtml-var tutorialNavigation>
-</dtml-unless>
 
 <p class="feedback">Comments on this lesson?
 <a href="mailto:docs@digicool.com?subject=<dtml-var title>">Email feedback</a>.
 </p>
 
-<dtml-var standard_html_footer>
\ No newline at end of file
+<dtml-var standard_html_footer>
+
+