[Zope] Photo Folder 'view'

Meilicke, Scott scott.meilicke@intp.com
Tue, 9 Jul 2002 09:18:18 -0700


This code presents properties that are defined for each photo.  For example,
I keep original copies of my photos, and add a 'Disc' property, to tell me
what CD the original file is located on.

Scott

-----Original Message-----
From: Roel Van den Bergh [mailto:roel@planetinterior.com]
Sent: Tuesday, July 09, 2002 8:50 AM
To: Zope Org
Subject: [Zope] Photo Folder 'view'


I've been playing around with the index_html and view files that came with
the Photo Folder Product
but I do not see the use for the next piece of code found at the bottom of
the 'view' file.
I deleted the code and nothing changed when viewing the photos.
What does this code do?

TIA, Roel.

  <tr>
    <td colspan="3">
      <table border="1" cellspacing="2" cellpadding="4" width="80%"
align="center">
        <dtml-in propertyItems>
        <dtml-let prop="_['sequence-key']">
        <dtml-unless expr="prop == 'title' or prop == 'engine'">
        <tr>
          <th align="right" width="25%" valign="top">
            <dtml-var prop capitalize spacify>
          </th>
          <td align="left" width="75%" valign="top">
            <dtml-var sequence-item null="&nbsp;">
          </td>
        </tr>
        </dtml-unless>
		</dtml-let>
        </dtml-in>
      </table>
    </td>
  </tr>

- - -

Roel Van den Bergh

This email and any attached files are confidential and may be legally
privileged.
If you are not the intended recipient, any disclosure, reproduction,
copying, distribution, or other dissemination or use of this communication
is strictly prohibited.
If you have received this transmission in error please notify the sender
immediately and then delete this email.
Email transmission cannot be guaranteed to be secure or error free as
information could be intercepted, corrupted, lost, destroyed, arrive late or
incomplete, or contain viruses.
The sender therefore is in no way liable for any errors or omissions in the
content of this message, which may arise as a result of email transmission.
If verification is required, please request a hard copy.




_______________________________________________
Zope maillist  -  Zope@zope.org
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )
The information contained in this email message may be privileged and is
confidential information intended only for the use of the recipient or any
employee or agent responsible for delivering it to the intended recipient.
Any unauthorized use, distribution or copying of this information is
strictly prohibited and may be unlawful.  If you have received this
communication in error, please notify the sender immediately and destroy the
original message and all attachments from your electronic files.