コード例 #1
0
ファイル: edit.php プロジェクト: salomalo/nbs-01
<li><?php echo $this->form->getLabel('title'); ?>
<?php echo $this->form->getInput('title'); ?></li>

<li><?php echo $this->form->getLabel('alias'); ?>
<?php echo $this->form->getInput('alias'); ?></li>
*/
?>
				<li><?php 
echo $this->form->getLabel('location_id');
?>
				<?php 
echo $this->form->getInput('location_id');
?>
				
					<?php 
if ($this->item->images && JEUtil::is_serialized($this->item->images)) {
    ?>
						<div style="float:right; background: #FAFAFA; padding: 5px;">
							<?php 
    $images = unserialize($this->item->images);
    ?>
							<table cellpadding="3" cellspacing="0">
								<tr>
									<th width="50" style="padding-bottom: 10px;">Type</th>
									<th style="padding-bottom: 10px;" nowrap="nowrap">Uploaded</th>
									<th style="padding-bottom: 10px;">Del</th>
								</tr>
								<?php 
    foreach ($images as $key => $img) {
        ?>
								<tr>