- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
{? if (!isset($edit_style)) ?}
<form action="disp.php?action=style_add" method="post">
{? else ?}
<form action="disp.php?action=style_edit" method="post">
<input type="hidden" name="id" value="{? $edit_style.id ?}">
{? /if ?}
...
...
<td><input type="submit" value="{? if (isset($edit_style)) ?}Save{? else ?}Add{? /if ?}"></td>
Ю