Blame | Last modification | View Log | RSS feed
<div class="container"><div class="row"><div class="col-lg-12 table-responsive"><div class="searchbar"><form class="navbar-form" role="search" method="GET" name="search"><div class="input-group col-xs-12 text-right" id="remote"><input autocomplete="off" type="text" class="form-control" placeholder="Search for subtag" name="q" id="srch-term" value="<?php if(isset($q)){echo $q;}?>"><div class="input-group-btn w25px"><button class="btn btn-default" type="submit"><i class="glyphicon glyphicon-search"></i></button></div></div></form></div><h2><?php echo __('Clicks'); ?></h2><table class="table table-striped"><tr><!-- <th><?php //echo $this->Paginator->sort('id'); ?></th> --><th><?php echo $this->Paginator->sort('user_id'); ?></th><th><?php echo $this->Paginator->sort('store_product_id'); ?></th><th><?php echo $this->Paginator->sort('tag'); ?></th><th><?php echo $this->Paginator->sort('url'); ?></th><th><?php echo $this->Paginator->sort('price'); ?></th><th><?php echo $this->Paginator->sort('extras'); ?></th><!-- <th><?php //echo $this->Paginator->sort('type'); ?></th> --><th><?php echo $this->Paginator->sort('created'); ?></th><!-- <th class="actions"><?php echo __('Actions'); ?></th> --></tr><?php foreach ($clicks as $click): ?><tr><!-- <td><?php //echo h($click['Click']['id']); ?> </td> --><td><?php echo h($click['Click']['user_id']); ?> </td><td><?php echo h($click['Click']['store_product_id']); ?> </td><td><?php echo h($click['Click']['tag']); ?> </td><td><?php echo h($click['Click']['url']); ?> </td><td><?php echo h($click['Click']['price']); ?> </td><td><?php echo h($click['Click']['extras']); ?> </td><!-- <td><?php //echo h($click['Click']['type']); ?> </td> --><td><?php echo h($click['Click']['created']); ?> </td><!-- <td class="actions"><?php //echo $this->Html->link(__('View'), array('action' => 'view', $click['Click']['id'])); ?><?php //echo $this->Html->link(__('Edit'), array('action' => 'edit', $click['Click']['id'])); ?><?php //echo $this->Form->postLink(__('Delete'), array('action' => 'delete', $click['Click']['id']), null, __('Are you sure you want to delete # %s?', $click['Click']['id'])); ?></td> --></tr><?php endforeach; ?></table><p><?phpecho $this->Paginator->counter(array('format' => __('Page {:page} of {:pages}, showing {:current} records out of {:count} total, starting on record {:start}, ending on {:end}')));?> </p><div class="paging"><?phpecho $this->Paginator->prev('< ' . __('previous'), array(), null, array('class' => 'prev disabled'));echo $this->Paginator->numbers(array('separator' => ''));echo $this->Paginator->next(__('next') . ' >', array(), null, array('class' => 'next disabled'));?></div></div></div></div>