summaryrefslogtreecommitdiff
path: root/protected/views/standort/_view.php
diff options
context:
space:
mode:
authorccwn <tzur@ccwn.org>2012-04-21 09:52:18 +0200
committerccwn <tzur@ccwn.org>2012-04-21 09:52:18 +0200
commited8e4f88f2877c7bed09662291711b7165e7455f (patch)
tree549426a7302fbf80f92af33dbd2bb63276867735 /protected/views/standort/_view.php
parenta8874be6fb5803231ecb3af2bb7c924d7ae42587 (diff)
common views hinzugefügt
standort views hinzugefügt
Diffstat (limited to 'protected/views/standort/_view.php')
-rw-r--r--protected/views/standort/_view.php24
1 files changed, 24 insertions, 0 deletions
diff --git a/protected/views/standort/_view.php b/protected/views/standort/_view.php
new file mode 100644
index 0000000..a02c1e3
--- /dev/null
+++ b/protected/views/standort/_view.php
@@ -0,0 +1,24 @@
+<div class="view">
+
+ <b><?php echo CHtml::encode($data->getAttributeLabel('id')); ?>:</b>
+ <?php echo CHtml::link(CHtml::encode($data->id), array('view', 'id'=>$data->id)); ?>
+ <br />
+
+ <b><?php echo CHtml::encode($data->getAttributeLabel('name')); ?>:</b>
+ <?php echo CHtml::encode($data->name); ?>
+ <br />
+
+ <b><?php echo CHtml::encode($data->getAttributeLabel('pos_lat')); ?>:</b>
+ <?php echo CHtml::encode($data->pos_lat); ?>
+ <br />
+
+ <b><?php echo CHtml::encode($data->getAttributeLabel('pos_long')); ?>:</b>
+ <?php echo CHtml::encode($data->pos_long); ?>
+ <br />
+
+ <b><?php echo CHtml::encode($data->getAttributeLabel('published')); ?>:</b>
+ <?php echo CHtml::encode($data->published); ?>
+ <br />
+
+
+</div> \ No newline at end of file