44 $this->validationRegexp =
"";
49 $this->values = array();
50 if (is_array($a_value)) {
51 if (is_array($a_value[
'count'])) {
53 array_push($this->values, $a_value[
'imagename'][
$index]);
66 $this->suffixes = $a_suffixes;
86 $this->values = $a_values;
106 $this->qstObject = &$a_value;
126 $this->allowMove = $a_allow_move;
151 if (is_array($_FILES[$this->
getPostVar()][
'error'][
'image'])) {
152 foreach ($_FILES[$this->
getPostVar()][
'error'][
'image'] as
$index => $error) {
156 case UPLOAD_ERR_FORM_SIZE:
157 case UPLOAD_ERR_INI_SIZE:
162 case UPLOAD_ERR_PARTIAL:
167 case UPLOAD_ERR_NO_FILE:
176 case UPLOAD_ERR_NO_TMP_DIR:
181 case UPLOAD_ERR_CANT_WRITE:
186 case UPLOAD_ERR_EXTENSION:
200 if (is_array($_FILES[$this->
getPostVar()][
'tmp_name'][
'image'])) {
201 foreach ($_FILES[$this->
getPostVar()][
'tmp_name'][
'image'] as
$index => $tmpname) {
204 $suffix = $filename_arr[
"extension"];
208 if (strlen($tmpname) && is_array($this->
getSuffixes())) {
217 if (is_array($_FILES[$this->
getPostVar()][
'tmp_name'][
'image'])) {
218 foreach ($_FILES[$this->
getPostVar()][
'tmp_name'][
'image'] as
$index => $tmpname) {
221 $suffix = $filename_arr[
"extension"];
225 if (strlen($tmpname)) {
227 if ($vir[0] ==
false) {
228 $this->
setAlert(
$lng->
txt(
"form_msg_file_virus_found") .
"<br />" . $vir[1]);
247 $tpl =
new ilTemplate(
"tpl.prop_imagewizardinput.html",
true,
true,
"Modules/TestQuestionPool");
249 foreach ($this->values as
$value) {
250 if (strlen($value)) {
251 $imagename = $this->qstObject->getImagePathWeb() .
$value;
252 if ($this->qstObject->getThumbSize()) {
253 if (@file_exists($this->qstObject->getImagePath() . $this->qstObject->getThumbPrefix() .
$value)) {
254 $imagename = $this->qstObject->getImagePathWeb() . $this->qstObject->getThumbPrefix() .
$value;
257 $tpl->setCurrentBlock(
'image');
258 $tpl->setVariable(
'SRC_IMAGE', $imagename);
259 $tpl->setVariable(
'IMAGE_NAME', $value);
261 $tpl->setVariable(
"TXT_DELETE_EXISTING",
$lng->
txt(
"delete_existing_file"));
262 $tpl->setVariable(
"IMAGE_ROW_NUMBER",
$i);
264 $tpl->parseCurrentBlock();
266 $tpl->setCurrentBlock(
'addimage');
267 $tpl->setVariable(
"IMAGE_BROWSE",
$lng->
txt(
'select_file'));
268 $tpl->setVariable(
"IMAGE_ID", $this->
getPostVar() .
"[image][$i]");
269 $tpl->setVariable(
"IMAGE_SUBMIT",
$lng->
txt(
"upload"));
270 $tpl->setVariable(
"IMAGE_ROW_NUMBER",
$i);
272 $tpl->parseCurrentBlock();
275 $tpl->setCurrentBlock(
"move");
276 $tpl->setVariable(
"CMD_UP",
"cmd[up" . $this->
getFieldId() .
"][$i]");
277 $tpl->setVariable(
"CMD_DOWN",
"cmd[down" . $this->
getFieldId() .
"][$i]");
281 $tpl->parseCurrentBlock();
283 $tpl->setCurrentBlock(
"row");
285 $tpl->setVariable(
"ROW_NUMBER",
$i);
287 $tpl->setVariable(
"CMD_ADD",
"cmd[add" . $this->
getFieldId() .
"][$i]");
288 $tpl->setVariable(
"CMD_REMOVE",
"cmd[remove" . $this->
getFieldId() .
"][$i]");
291 $tpl->parseCurrentBlock();
296 $suff_str = $delim =
"";
298 $suff_str .= $delim .
"." .
$suffix;
301 $tpl->setCurrentBlock(
'allowed_image_suffixes');
302 $tpl->setVariable(
"TXT_ALLOWED_SUFFIXES",
$lng->
txt(
"file_allowed_suffixes") .
" " . $suff_str);
303 $tpl->parseCurrentBlock();
315 $tpl->setVariable(
"DELETE_IMAGE_HEADER",
$lng->
txt(
'delete_image_header'));
316 $tpl->setVariable(
"DELETE_IMAGE_QUESTION",
$lng->
txt(
'delete_image_question'));
317 $tpl->setVariable(
"ANSWER_TEXT",
$lng->
txt(
'answer_text'));
318 $tpl->setVariable(
"COMMANDS_TEXT",
$lng->
txt(
'actions'));
326 $tpl->addJavascript(
"./Services/Form/js/ServiceFormWizardInput.js");
327 $tpl->addJavascript(
"./Modules/TestQuestionPool/templates/default/imagewizard.js");
parseCurrentBlock(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
static getAllowedImageMaterialFileExtensions()
static stripSlashesRecursive($a_data, bool $a_strip_html=true, string $a_allow="")
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
static get(string $a_glyph, string $a_text="")
static virusHandling(string $a_file, string $a_orig_name='', bool $a_clean=true)
setVariable($variable, $value='')
Sets a variable value.
setCurrentBlock(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
__construct(Container $dic, ilPlugin $plugin)
if($DIC->http() ->request() ->getMethod()=="GET" &&isset($DIC->http() ->request() ->getQueryParams()['tex'])) $tpl