+++ /dev/null
-<h2><?php echo $t->gridName;?></h2>
-<ul id="<?php echo $t->tableId;?>" class="dataGrid">
- <?php if ($t->numberedSet) {?>
- <?php if ($this->options['strict'] || (is_array($t->recordSet) || is_object($t->recordSet))) foreach($t->recordSet as $row) {?>
- <li id="image_<?php echo htmlspecialchars($row['id']);?>" class="ui-state-default">
- <span class="ui-icon ui-icon-arrowthick-2-n-s"></span>
- <?php echo $row['Image'];?>
- <div class="info">
- <div class="delete"><?php echo $row['Delete'];?></div>
- <div class="edit"><?php echo $row['Edit'];?></div>
- <?php if ($row['url']) {?>
- <br>Link: <a href="<?php echo $row['url'];?>"><?php echo $row['url'];?></a>
- <?php }?>
- </div>
- </li>
- <?php }?>
- <?php } else {?>
- <li class="ui-state-disabled ui-state-default">
- Drag image here to add
- </li>
- <?php }?>
-</ul>
+++ /dev/null
-a:2:{i:0;s:5:"Link:";i:1;s:22:"Drag image here to add";}
\ No newline at end of file
+++ /dev/null
-<?php require_once 'HTML/Javascript/Convert.php';?>
-<script type='text/javascript'>
-<?php $__tmp = HTML_Javascript_Convert::convertVar($t->appId,'appId',true);echo (is_a($__tmp,"PEAR_Error")) ? ("<pre>".print_r($__tmp,true)."</pre>") : $__tmp;?>
-</script>
-<div id="instructions">
-<b>Instructions</b>
-<p>All images will be resized to correct size.</p>
-<p>If you want to resize the images yourself before uploading, use these dimensions:</p>
-<ul>
-<li>Width: <?php echo htmlspecialchars($t->width);?> pixels</li>
-<li>Height: <?php echo htmlspecialchars($t->height);?> pixels</li>
-</ul>
-</div>
-<h2>Slideshow Settings</h2>
+++ /dev/null
-a:7:{i:0;s:12:"Instructions";i:1;s:43:"All images will be resized to correct size.";i:2;s:81:"If you want to resize the images yourself before uploading, use these dimensions:";i:3;s:6:"Width:";i:4;s:6:"pixels";i:5;s:7:"Height:";i:7;s:18:"Slideshow Settings";}
\ No newline at end of file
+++ /dev/null
-<style>
-.nivo-caption {
- background: #369 !important;
- background: rgba(51,102,153,0.8) !important;
- }
-.nivo-caption span {
- float: right;
- }
-.nivo-controlNav {
- display: block;
- position: absolute;
- z-index: 999;
- top: -10px;
- right: 10px;
- }
-#slider-wrapper {
- width: 100%;
- height: auto;
- position: relative;
- }
-</style>
-<?php if ($t->images) {?>
-<div id="slider-wrapper" class="slider-wrapper theme-default">
- <div class="ribbon"></div>
- <div id="slider" class="nivoSlider">
- <?php if ($this->options['strict'] || (is_array($t->images) || is_object($t->images))) foreach($t->images as $image) {?>
- <?php if ($this->options['strict'] || (isset($image) && method_exists($image, 'toHtml'))) echo $image->toHtml();?>
- <?php }?>
- </div>
-</div>
-<?php if ($this->options['strict'] || (is_array($t->images) || is_object($t->images))) foreach($t->images as $image) {?><div id="event-<?php if ($this->options['strict'] || (isset($image) && method_exists($image, 'getId'))) echo $image->getId();?>" class="nivo-html-caption">
- <?php if ($this->options['strict'] || (isset($image) && method_exists($image, 'getTitle'))) if ($image->getTitle()) { ?><strong><?php if ($this->options['strict'] || (isset($image) && method_exists($image, 'getTitle'))) echo htmlspecialchars($image->getTitle());?></strong><?php }?>
- <?php if ($this->options['strict'] || (isset($image) && method_exists($image, 'getDescr'))) if ($image->getDescr()) { ?><span><?php if ($this->options['strict'] || (isset($image) && method_exists($image, 'getDescr'))) echo htmlspecialchars($image->getDescr());?></span><?php }?>
-</div><?php }?>
-<?php }?>
+++ /dev/null
-a:1:{i:0;s:351:".nivo-caption {
- background: #369 !important;
- background: rgba(51,102,153,0.8) !important;
- }
-.nivo-caption span {
- float: right;
- }
-.nivo-controlNav {
- display: block;
- position: absolute;
- z-index: 999;
- top: -10px;
- right: 10px;
- }
-#slider-wrapper {
- width: 100%;
- height: auto;
- position: relative;
- }";}
\ No newline at end of file