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=" "> </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.
participants (1)
-
Roel Van den Bergh