Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
14098 anikendra 1
<div class="Geos form">
2
<?php echo $this->Form->create('Geo' , array( 'type' => 'post' ));?>
3
	<fieldset>
4
 		<legend><?php __('Add Geo');?></legend>
5
	<?php
6
		echo $this->Form->input('title');
7
		echo $this->Form->input('body');
8
		echo $this->Form->input('Geo.loc.lat', array('label' => 'latitude'));
9
		echo $this->Form->input('Geo.loc.long', array('label' => 'longitude'));
10
	?>
11
	</fieldset>
12
<?php echo $this->Form->end('Submit');?>
13
</div>
14
<div class="actions">
15
	<ul>
16
		<li><?php echo $this->Html->link(__('List Geos', true), array('action'=>'index'));?></li>
17
	</ul>
18
</div>
19
 
20
	</fieldset>
21
<?php echo $this->Form->end('Submit');?>
22
</div>
23
<div class="actions">
24
	<ul>
25
		<li><?php echo $this->Html->link(__('List Geos', true), array('action'=>'index'));?></li>
26
	</ul>
27
</div>