2001-08-30
2001-08-30 12:17:30 by Johan Sundström <oyasumi@gmail.com>
-
cba1fa394b65456a2fa85c307dde330f9a270c13
(17 lines)
(+7/-10)
[
Show
| Annotate
]
Branch: 5.2
<ex type='box'> -> <ex-box>
Rev: server/modules/graphics/cimg.pike:1.45
7:
roxen.ImageCache the_cache;
- constant cvs_version = "$Id: cimg.pike,v 1.44 2001/08/15 17:43:55 per Exp $";
+ constant cvs_version = "$Id: cimg.pike,v 1.45 2001/08/30 12:16:56 jhs Exp $";
constant module_type = MODULE_TAG;
constant module_name = "Graphics: Image converter";
constant module_doc = "Provides the tag <tt><cimg></tt> that can be used "
42: Inside #if defined(manual)
<attr name='data' value='imagedata'><p>
Insert images from other sources, e.g. databases through entities or
variables.</p>
- <ex type='box'>
- <emit source='sql' query='select imagedata from images where id=37'>
+ <ex-box><emit source='sql' query='select imagedata from images where id=37'>
<cimg data='&sql.imagedata;'/>
- </emit>
- </ex>
+ </emit></ex-box>
</attr>",
"cimg-url":#"<desc tag='tag'><p><short>
66: Inside #if defined(manual)
<attr name='data' value='imagedata'><p>
Insert images from other sources, e.g. databases through entities or
variables.</p>
- <ex type='box'>
- <emit source='sql' query='select imagedata from images where id=37'>
+ <ex-box><emit source='sql' query='select imagedata from images where id=37'>
<cimg-url data='&sql.imagedata;'/>
- </emit>
- </ex>
+ </emit></ex-box>
</attr>",
"emit#cimg":({ #"<desc plugin='plugin'><p><short>