HEX
Server: Apache/2.4.59 (Debian)
System: Linux skycube.cz 4.19.0-25-amd64 #1 SMP Debian 4.19.289-2 (2023-08-08) x86_64
User: ilya (534)
PHP: 7.3.31-1~deb10u7
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: /var/www/ilya/data/www/afisha38.ru/admin/skin/actions_edit.htm
<form enctype="multipart/form-data" action="" method="POST">
<p align="center"><table width="500" border="0" cellspacing="7">
  <tr>
    <td>Название</td>
    <td><input type="text" maxlength="150" style="width: 100%" name="title" value="{%title%}"></td>
  </tr>
  <tr>
    <td>Тип события</td>
    <td>{%actions_types%}</td>
  </tr>
  <tr>
    <td>Жанр</td>
    <td><input type="text" maxlength="200" style="width: 100%" name="genre" value="{%genre%}"></td>
  </tr>
  <tr>
    <td>Страна</td>
    <td><input type="text" maxlength="200" style="width: 100%" name="country" value="{%country%}"></td>
  </tr>
  <tr>
    <td>Продолжительность</td>
    <td><input type="text" maxlength="100" style="width: 100%" name="length" value="{%length%}"></td>
  </tr>
  <tr>
    <td>Автор</td>
    <td><input type="text" maxlength="200" style="width: 100%" name="author" value="{%author%}"></td>
  </tr>
  <tr>
    <td>Актеры</td>
    <td><input type="text" style="width: 100%" name="actors" value="{%actors%}"></td>
  </tr>
  <tr>
    <td>Режиссер</td>
    <td><input type="text" maxlength="200" style="width: 100%" name="producer" value="{%producer%}"></td>
  </tr>
  <tr>
    <td>Премьера</td>
    <td><input type="text" maxlength="200" style="width: 100%" name="prime" value="{%prime%}"></td>
  </tr>
  <tr>
    <td>WWW (без "http://")</td>
    <td><input type="text" maxlength="250" style="width: 100%" name="www" value="{%www%}"></td>
  </tr>
  <tr>
    <td colspan="2">Описание<br><textarea style="width: 100%" name="description" rows="12">{%description%}</textarea></td>
  </tr>
  <tr>
    <td colspan="2">&nbsp;</td>
  </tr>
 </table>
 <table width="500" border="0" cellspacing="7"><tr>
    <td><p align="center"><a style="color:red" onclick="return confirm('Вы действительно хотите удалить данное событие?')" href="./?m=actions&task=delete&id={%id%}">[Удалить]</p></td>
	<td><p align="center"><a href="./?m=actions&task=comments&id={%id%}">[Отзывы]</p></td>
	<td><p align="center"><a href="./?m=actions&task=images&id={%id%}">[Изображения]</p></td>
    <td><p align="center"><input type="submit" value="Записать"></p></td>
  </tr>
</table>
</form>