[Zope-Checkins] CVS: Zope2 - glossaryView.dtml:1.1.2.1 lessonView.dtml:1.2.70.1
Amos Latteier
amos@digicool.com
Tue, 3 Jul 2001 19:25:23 -0400 (EDT)
Update of /cvs-repository/Zope2/lib/python/Products/ZopeTutorial/dtml
In directory korak.digicool.com:/tmp/cvs-serv13498/dtml
Modified Files:
Tag: Zope-2_4-branch
lessonView.dtml
Added Files:
Tag: Zope-2_4-branch
glossaryView.dtml
Log Message:
Merged tutorial fixes to 2.4 branch. Makes tutorial more robust in the face of incorrectly installed example, and fixes problems that STXNG exposed.
--- Added File glossaryView.dtml in package Zope2 ---
<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>
--- Updated File lessonView.dtml in package Zope2 --
--- lessonView.dtml 2001/01/08 22:47:05 1.2
+++ lessonView.dtml 2001/07/03 23:25:22 1.2.70.1
@@ -30,13 +30,14 @@
<h2><dtml-var title></h2>
<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>
+
-<dtml-var standard_html_footer>
\ No newline at end of file