git-svn-id: http://xe-core.googlecode.com/svn/trunk@618 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-23 05:12:29 +00:00
parent 052f5bd2b3
commit b25924ebc4
4 changed files with 151 additions and 216 deletions

View file

@ -43,7 +43,11 @@
function transHTML($xml_obj) {
$width = $xml_obj->attrs->width;
$height = $xml_obj->attrs->height;
$make_thumbnail = $xml_obj->attrs->make_thumbnail;
if(!$make_thumbnail) $make_thumbnail = "N";
else $make_thumbnail = "Y";
$body = $xml_obj->body;
$image_list = explode("\n",$body);
@ -63,3 +67,23 @@
}
?>