PATH:
home
/
letacommog
/
letaweb
/
protected
/
modules
/
admin
/
views
/
template
<div class="page_header"> <h5> Template </h5> </div> <div class="body"> <?php include 'midnav.php';?> <div class="contain"> <div class="block well"> <div class="navbar"> <div class="navbar_inner"> <h5>Update template structrue</h5> </div> </div> <div class="body"> <form class="form_horizontal" method="post"> <ul class="template_thumnail"> <?php foreach ($list as $item) { ?> <li> <img src="<?php echo $template_thumbnail_path ?>/<?php echo $item->name ?>.jpg" /> <input type="radio" name="template_id" value="<?php echo $item->id ?>" /> </li> <?php } ?> </ul> <div class="form_actions"> <button type="submit" class="btn btn_primary">Save</button> <button class="btn btn_danger" type="button">Back</button> </div> </form> </div> </div> </div> </div>
[+]
..
[-] createstructure.php
[edit]
[-] category.php
[edit]
[-] view.php
[edit]
[-] create.php
[edit]
[-] index.php
[edit]
[-] form.php
[edit]
[-] reset.php
[edit]
[-] update.php
[edit]