Current File : /home/users/barii/public_html/finansenl.com.pl/wodki/application/views/admin/slider_edit.php |
<div id="page">
<!-- start message-blue -->
<?php if (isset($message_ok)):?>
<div class="n_ok"><p><?php echo $message_ok;?></div>
<?php endif;?>
<!-- start message-red -->
<?php if (isset($message)):?>
<div class="n_error"><p><?php echo $message;?></div>
<?php endif;?>
<div id="content">
<div class="main">
<div class="full_w">
<div class="h_title">Zarządzaj</div>
<h2>Slider</h2>
<div class="entry">
<div class="sep"></div>
</div>
<form action="/admin/slider/edit/<?php echo $id; ?>" method="post" enctype="multipart/form-data">
<fieldset class="register">
<label for="account">Tytuł:</label>
<input type="text" name="register_title" value="<?php echo !empty( $data->title ) ? $data->title : ''; ?>" /><br clear="both"/>
<label for="account">Link:</label>
<input type="text" name="register_link" value="<?php echo !empty( $data->link ) ? $data->link : ''; ?>" /><br clear="both"/>
<br clear="both"/>
<label for="account">Tekst:</label>
<textarea class="article" style="width: 610px; height: 80px;" type="text" name="register_description"><?php echo !empty( $data->text ) ? $data->text : ''; ?></textarea><br clear="both"/>
<label for="account">Obraz:</label>
<input type="file" name="obraz" /><br clear="both"/>
<br clear="both"/><br clear="both"/>
<input type="submit" value="Zapisz"/>
<br clear="both"/>
</fieldset>
</form>
</div>
</div>
</div>
</div>