<?php echo $html->script(array('select'), array('inline' => false)) ?>
<div id="topheader">
</div>
<div id="border-header"></div>
<div id="right">
<div id="news" class="rbox">
<h2>اخبار</h2>
<div class="newsitems">
<ul>
<li><span>»</span><a href="#">efdfgdfgsdfg</a></li>
<li><span>»</span><a href="#">سیبسیبلسیبلس ی</a></li>
<li><span>»</span><a href="#">سیبسیبلسیبلس یبل سیبذایبایب dsf gsdf</a></li>
<li><span>»</span><a href="#">سیبسیبdf asdfs gsdfg sdfhg sdfh dfhfhب</a></li>
<li><span>»</span><a href="#">سdfg sdf g sdfh sfhsdfhیبایب</a></li>
<li><span>»</span><a href="#">سیب بل یبس</a></li>
<li><span>»</span><a href="#">سیبسیبلسیبلس یبل سیبذایبایب</a></li>
<li><span>»</span><a href="#">سیبسیبلسیبلس یبل سیبذایبایب</a></li>
<li><span>»</span><a href="#">سیبسیبلسیبلس یبل سیبذایبایب</a></li>
<li><span>»</span><a href="#">سیبسیبلسیبلس یبل سیبذایبایب</a></li>
</ul>
</div>
</div>
<div id="area" class="rbox">
<h2>مناطق</h2>
<div class="newsitems">
<ul>
<li><span>»</span><a href="#">efdfgdfgsdfg</a></li>
<li><span>»</span><a href="#">سیبسیبلسیبلس ی</a></li>
<li><span>»</span><a href="#">سیبسیبلسیبلس یبل سیبذایبایب dsf gsdf</a></li>
<li><span>»</span><a href="#">سیبسیبdf asdfs gsdfg sdfhg sdfh dfhfhب</a></li>
<li><span>»</span><a href="#">سdfg sdf g sdfh sfhsdfhیبایب</a></li>
<li><span>»</span><a href="#">سیب بل یبس</a></li>
<li><span>»</span><a href="#">سیبسیبلسیبلس یبل سیبذایبایب</a></li>
<li><span>»</span><a href="#">سیبسیبلسیبلس یبل سیبذایبایب</a></li>
<li><span>»</span><a href="#">سیبسیبلسیبلس یبل سیبذایبایب</a></li>
<li><span>»</span><a href="#">سیبسیبلسیبلس یبل سیبذایبایب</a></li>
</ul>
</div>
</div>
</div>
<div id="left">
<div id="tours">
<h2>وارد کردن اطلاعات تور</h2>
<?php echo $this->Form->create('Tour');?>
<table>
<tr>
<th>نام تور</th>
<td><?php echo $this->Form->input('Tour.title', array('label' => false)); ?></td>
</tr>
<tr>
<th>مبدا</th>
<td><?php echo $this->Form->input('Tour.origin', array('label' => false)); ?></td>
</tr>
<tr>
<th>مقصد</th>
<td><?php echo $this->Form->input('Tour.destination', array('label' => false)); ?></td>
</tr>
<tr>
<th>هزینه</th>
<td><?php echo $this->Form->input('Tour.price', array('label' => false)); ?></td>
</tr>
<tr>
<th>زمان شروع</th>
<td><?php echo $this->Form->input('Tour.start_date', array('label' => false)); ?></td>
</tr>
<tr>
<th>زمان پایان</th>
<td><?php echo $this->Form->input('Tour.finish_date', array('label' => false)); ?></td>
</tr>
<tr>
<th>مدارک لازم</th>
<td><?php echo $this->Form->input('Tour.required_docs', array('label' => false)); ?></td>
</tr>
<tr>
<th>توضیحات</th>
<td><?php echo $this->Form->input('Tour.description', array('label' => false)); ?></td>
</tr>
<tr>
<th>مدت اقامت</th>
<td><?php echo $this->Form->input('Tour.stay_long', array('label' => false)); ?></td>
</tr>
<tr>
<th>توضیحات مدت اقامت</th>
<td><?php echo $this->Form->input('Tour.stay_note', array('label' => false)); ?></td>
</tr>
</table>
</div>
<?php
$options = array(1 => 1,2,3,4,5,6,7,8,9);
echo $this->Form->select('num', $options, null, array('escape' => false));
?>
<div id="hotels" class="lbox">
</div>
<?php echo $this->Form->end(__('ثبت', true));?>
</div>
<div class="clearfix">
</div>
<div id="footer">
<p>تمامی حقوق محفوظ است.</p>
</div>