27 include_once (
"FDL/editutil.php");
29 $this->lay->Set(
"famid", 554);
31 $this->lay->Set(
"docid", $this->
id);
32 $this->lay->Set(
"TITLE", $this->title);
34 $title = $this->Getattribute(
"BA_TITLE");
35 $this->lay->Set(
"name1",
$title->getLabel());
39 $descrip = $this->Getattribute(
"AI_ACTION");
40 $this->lay->Set(
"name2", $descrip->getLabel());
41 $value = $this->GetValue($descrip->id);
44 $etat = $this->Getattribute(
"AI_ARGS");
45 $this->lay->Set(
"name3", $etat->getLabel());
46 $value = $this->GetValue($etat->id);
49 $etat = $this->Getattribute(
"AI_IDACTION");
50 $value = $this->GetValue($etat->id);