Server IP : 180.180.241.3 / Your IP : 216.73.216.252 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /AppServ/www/news/tmp/install_5320fcc93572d/media/widgets/slideshow/layouts/ |
Upload File : |
<li id="slideshow" data-name="Slideshow"> <?php if (count($slideshows)) : ?> <table class="list"> <thead> <th>Name</th> <th class="shortcode">Shortcode</th> <th class="modified">Modified</th> <th class="actions"></th> </thead> <tbody> <?php foreach ($slideshows as $slideshow) : ?> <?php $edit = $this['system']->link(array('task' => 'edit_slideshow', 'id' => $slideshow->id)); ?> <?php $copy = $this['system']->link(array('task' => 'copy_slideshow', 'id' => $slideshow->id)); ?> <tr> <td><a href="<?php echo $edit; ?>"><?php echo $slideshow->name; ?></a></td> <td><code>[widgetkit id=<?php echo $slideshow->id; ?>]</code></td> <td><?php echo $slideshow->modified; ?></td> <td class="actions"> <a class="action edit" href="<?php echo $edit; ?>">Edit</a> <a class="action copy" href="<?php echo $copy; ?>">Copy</a> <a class="action delete" href="#" data-id="<?php echo $slideshow->id;?>">Delete</a> </td> </tr> <?php endforeach; ?> </tbody> </table> <?php endif; ?> <a class="button-secondary" href="<?php echo $this['system']->link(array('task' => 'edit_slideshow')); ?>"><?php echo count($slideshows) ? 'Add New' : 'Create your first slideshow'; ?></a> </li>