Remove complied directory
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 10 Jul 2014 16:32:27 +0000 (12:32 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 10 Jul 2014 16:32:27 +0000 (12:32 -0400)
need to keep these out of version control

Toolkit/RotatingImages/templates/compiled/imagesDataGrid.html.en.php [deleted file]
Toolkit/RotatingImages/templates/compiled/imagesDataGrid.html.gettext.serial [deleted file]
Toolkit/RotatingImages/templates/compiled/instructions.html.en.php [deleted file]
Toolkit/RotatingImages/templates/compiled/instructions.html.gettext.serial [deleted file]
Toolkit/RotatingImages/templates/compiled/rotatingImages.html.en.php [deleted file]
Toolkit/RotatingImages/templates/compiled/rotatingImages.html.gettext.serial [deleted file]

diff --git a/Toolkit/RotatingImages/templates/compiled/imagesDataGrid.html.en.php b/Toolkit/RotatingImages/templates/compiled/imagesDataGrid.html.en.php
deleted file mode 100755 (executable)
index 17e6d3e..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-<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>
diff --git a/Toolkit/RotatingImages/templates/compiled/imagesDataGrid.html.gettext.serial b/Toolkit/RotatingImages/templates/compiled/imagesDataGrid.html.gettext.serial
deleted file mode 100644 (file)
index 1ae03db..0000000
+++ /dev/null
@@ -1 +0,0 @@
-a:2:{i:0;s:5:"Link:";i:1;s:22:"Drag image here to add";}
\ No newline at end of file
diff --git a/Toolkit/RotatingImages/templates/compiled/instructions.html.en.php b/Toolkit/RotatingImages/templates/compiled/instructions.html.en.php
deleted file mode 100755 (executable)
index 2be6acc..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<?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>
diff --git a/Toolkit/RotatingImages/templates/compiled/instructions.html.gettext.serial b/Toolkit/RotatingImages/templates/compiled/instructions.html.gettext.serial
deleted file mode 100644 (file)
index 6511198..0000000
+++ /dev/null
@@ -1 +0,0 @@
-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
diff --git a/Toolkit/RotatingImages/templates/compiled/rotatingImages.html.en.php b/Toolkit/RotatingImages/templates/compiled/rotatingImages.html.en.php
deleted file mode 100755 (executable)
index a12be38..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-<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 }?>
diff --git a/Toolkit/RotatingImages/templates/compiled/rotatingImages.html.gettext.serial b/Toolkit/RotatingImages/templates/compiled/rotatingImages.html.gettext.serial
deleted file mode 100644 (file)
index 64acfae..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-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