38 $this->formaction = $a_formaction;
58 $this->target = $a_target;
78 $this->multipart = $a_multipart;
118 $this->keepopen = $a_keepopen;
138 $this->opentag = $a_open;
176 $tpl =
new ilTemplate(
"tpl.form.html",
true,
true,
"Services/Form");
182 $opentpl =
new ilTemplate(
'tpl.form_open.html',
true,
true,
"Services/Form");
185 $opentpl->setCurrentBlock(
"form_target");
186 $opentpl->setVariable(
"FORM_TARGET", $this->
getTarget());
187 $opentpl->parseCurrentBlock();
191 $opentpl->touchBlock(
"multipart");
214 $opentpl->setVariable(
"FORM_ACTION", $this->
getFormAction());
215 if ($this->
getId() !=
"")
217 $opentpl->setVariable(
"FORM_ID", $this->
getId());
219 $opentpl->parseCurrentBlock();
220 $tpl->setVariable(
'FORM_OPEN_TAG', $opentpl->get());
222 $tpl->setVariable(
"FORM_CONTENT", $content);
225 $tpl->setVariable(
"FORM_CLOSE_TAG",
"</form>");