[Zope] {ZOPE] obj id
Mark Zimmermann
Mark-Zimmermann@t-online.de
Sun, 24 Mar 2002 16:09:25 +0100
This is a multi-part message in MIME format.
------=_NextPart_000_0001_01C1D34E.44C81E40
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit
i have a object (GIF Image) with the ID 1016186277 within the following
directory
+Home
+media
+images <-----
Now i want to get access to this Object. The following DTML Document
can't load the Object (File placed in HOME)
<dtml-var standard_html_header>
<h2><dtml-var title_or_id></h2>
<p>
<dtml-var "_.getitem('1016186277')">
This is the <dtml-var id> Document.
</p>
<dtml-var standard_html_footer>
My problem is, that i need to get access to files, over there ID but i
don't know where there are ...
------=_NextPart_000_0001_01C1D34E.44C81E40
Content-Type: text/html;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii">
<TITLE>Nachricht</TITLE>
<META content=3D"MSHTML 6.00.2713.1100" name=3DGENERATOR></HEAD>
<BODY>
<DIV><SPAN class=3D952100715-24032002><FONT face=3DArial size=3D2>i have =
a object (GIF=20
Image) with the ID 1016186277 within the following =
directory</FONT></SPAN></DIV>
<DIV><SPAN class=3D952100715-24032002><FONT face=3DArial=20
size=3D2></FONT></SPAN> </DIV>
<DIV><SPAN class=3D952100715-24032002><FONT face=3DArial=20
size=3D2>+Home</FONT></SPAN></DIV>
<DIV><SPAN class=3D952100715-24032002><FONT face=3DArial size=3D2> =
+media</FONT></SPAN></DIV>
<DIV><SPAN class=3D952100715-24032002><FONT face=3DArial size=3D2> =
=20
+images =
=20
<----- </FONT></SPAN></DIV>
<DIV><SPAN class=3D952100715-24032002><FONT face=3DArial=20
size=3D2></FONT></SPAN> </DIV>
<DIV><SPAN class=3D952100715-24032002><FONT face=3DArial=20
size=3D2></FONT></SPAN> </DIV>
<DIV><SPAN class=3D952100715-24032002><FONT face=3DArial=20
size=3D2></FONT></SPAN> </DIV>
<DIV><SPAN class=3D952100715-24032002><FONT face=3DArial size=3D2>Now i =
want to get=20
access to this Object. The following DTML Document can't load the Object =
(File=20
placed in HOME)</FONT></SPAN></DIV>
<DIV><SPAN class=3D952100715-24032002><FONT face=3DArial=20
size=3D2></FONT></SPAN> </DIV>
<DIV><SPAN class=3D952100715-24032002></SPAN><SPAN=20
class=3D952100715-24032002></SPAN><SPAN =
class=3D952100715-24032002></SPAN><SPAN=20
class=3D952100715-24032002><FONT face=3DArial =
size=3D2></FONT></SPAN> </DIV>
<DIV><SPAN class=3D952100715-24032002><FONT face=3DArial =
size=3D2><dtml-var=20
standard_html_header><BR><h2><dtml-var=20
title_or_id></h2><BR><p><BR><dtml-var=20
"_.getitem('1016186277')"><BR>This is the <dtml-var id>=20
Document.<BR></p><BR><dtml-var=20
standard_html_footer></FONT></SPAN></DIV>
<DIV><SPAN class=3D952100715-24032002><FONT face=3DArial=20
size=3D2></FONT></SPAN> </DIV>
<DIV><SPAN class=3D952100715-24032002><FONT face=3DArial=20
size=3D2></FONT></SPAN> </DIV>
<DIV><SPAN class=3D952100715-24032002><FONT face=3DArial size=3D2>My =
problem is, that=20
i need to get access to files, over there ID but i don't know where =
there are=20
...</FONT></SPAN></DIV></BODY></HTML>
------=_NextPart_000_0001_01C1D34E.44C81E40--