Rev 23013 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<style>td.cell div {width: 100%;height: 100%;overflow: scroll;}td.cell {height: 100px;}</style><script type="text/javascript">$(function(){});</script><div class="container"><div class="row"><div class="col-lg-3"><?php echo $this->Element('adminactions');?></div><div class="col-lg-9"><h2>Banners</h2><a href="banners/add">Add new</a><table class="table table-striped"><tr><th>Rank</th><th>Link</th><th>Img Url</th><th>Action</th></tr><?php foreach ($result as $row): ?><tr><td><?php echo $row['rank'] ?></td><td><?php echo $row['link'] ?></td><td><a target="_blank" href="<?php echo $row['imgUrl'] ?>"><?php echo $row['imgUrl'] ?></td><td><a href="<?php echo 'banners/remove/'.$row['_id']['$oid']?>"onclick="confirm('Are your sure?')">Remove</a></td><tr><?php endforeach;?></div></div></div>