[ZWeb] Zope Formatting Question

Leonard Becraft lbecraft@protolex.net
Wed, 5 Sep 2001 23:25:45 -0400


Hello,
I am a Zope newbie helping to edit a ZOPE site. There are some news articles
on page with specific formatting I want to change. The article are being
called with:


<dtml-var include_articles>

and when I look at include_articles, I see the following:

<dtml-let teaser_on="1">
      <dtml-in expr="objectValues('YnobeArticle')">
                   <dtml-var index_html><br>
      </dtml-in>
      <dtml-let mustmatchthis="_.string.replace(id,'.asp','')" >
                <dtml-in expr="objectValues('YnobeArticlesFolder')">
                     <dtml-if expr="id==mustmatchthis"><dtml-var
index_html></dtml-if>
                </dtml-in>
      </dtml-let>
</dtml-let>


The articles appear with alternating colors and cannot find anyplace to edit
the look of these articles or the teaser intros.

If anyone has any ideas or need more info please help..

Thank You