43 $tableimage = array();
46 while (list($i, $attr) = each($listattr)) {
48 $value = chop($this->GetValue($i));
51 if ((
$value !=
"") && ($attr->visibility !=
"H")) {
53 switch ($attr->type) {
57 $tableimage[$nbimg][
"imgsrc"] = $this->GetHtmlValue($attr,
$value,
$target, $ulink);
60 $tableimage[$nbimg][
"type"] = $reg[1];
61 if (
$vf->Show($reg[2], $info) ==
"") $fname = $info->name;
62 else $fname = _(
"no filename");
63 $tableimage[$nbimg][
"name"] = $fname;
70 $this->lay->SetBlockData(
"TABLEIMG", $tableimage);