[Zope] Flash on the base page
Tino Wildenhain
tino@wildenhain.de
Fri, 15 Jun 2001 14:34:11 +0200
Hi Tamas,
beside the fact these often used intro flash movies are
bad style you can solve the problem different ways:
<dtml-if "'flashmovie' in objectIDs('File')">
</dtml-if>
would be one.
<dtml-if "_.len(PARENTS)=1">
you are in the root folder
</dtml-if>
are some of them.
Building your own ZClass with separate index_html
would be another.
Regards
Tino
--On Freitag, 15. Juni 2001 12:47 +0200 Tamas Amon <sajt@amon.hu> wrote:
> Hello,
>
> The problem:
> I make a big site, where every link is a new directory. Every directory
> inherit the index_html look like:
> ---
> <dtml-var standard_html_header>
> <dtml-var view>
> <dtml-var standard_html_footer>
> ---
> And I must only change the view on every subdirectory. But when the site
> start I like to show a flash movie, what must be in index_html.
> HOw can I solve it.
>
> Thanks
> --
> Amon Tamas
> sajt@amon.hu
>
> _______________________________________________
> 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 )