X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=production%2Fexample_apps%2Fzippy_maps%2Fsrc%2FTemplate%2FLocations%2Findex.ctp;fp=production%2Fexample_apps%2Fzippy_maps%2Fsrc%2FTemplate%2FLocations%2Findex.ctp;h=ac9673332f73546da33745640456b1eabe8dbfbe;hb=34d1cb2e8687b826357db1d3821bf9e05cf6f13d;hp=0000000000000000000000000000000000000000;hpb=21f30bb859e6c15393e23ac0e5ef417b82f628a5;p=feisty_meow.git diff --git a/production/example_apps/zippy_maps/src/Template/Locations/index.ctp b/production/example_apps/zippy_maps/src/Template/Locations/index.ctp new file mode 100644 index 00000000..ac967333 --- /dev/null +++ b/production/example_apps/zippy_maps/src/Template/Locations/index.ctp @@ -0,0 +1,55 @@ + + +
+

+ + + + + + + + + + + + + + + + + + + + + + + +
Paginator->sort('id') ?>Paginator->sort('name') ?>Paginator->sort('location') ?>Paginator->sort('lat') ?>Paginator->sort('lng') ?>
Number->format($location->id) ?>name) ?>location) ?>lat) ?>lng) ?> + Html->link(__('Jump'), ['action' => 'jump', $location->id]) ?> + Html->link(__('Radius'), ['action' => 'radius', $location->id]) ?> + Html->link(__('View'), ['action' => 'view', $location->id]) ?> + Html->link(__('Edit'), ['action' => 'edit', $location->id]) ?> + Form->postLink(__('Delete'), ['action' => 'delete', $location->id], ['confirm' => __('Are you sure you want to delete # {0}?', $location->id)]) ?> +
+
+ +

Paginator->counter(['format' => __('Page {{page}} of {{pages}}, showing {{current}} record(s) out of {{count}} total')]) ?>

+
+