From f2d437264bd6f212a374c7089d7cbecebdc38ef5 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 10 Jul 2014 12:32:27 -0400 Subject: [PATCH] Remove complied directory need to keep these out of version control --- .../compiled/imagesDataGrid.html.en.php | 22 ------------ .../imagesDataGrid.html.gettext.serial | 1 - .../compiled/instructions.html.en.php | 14 -------- .../compiled/instructions.html.gettext.serial | 1 - .../compiled/rotatingImages.html.en.php | 35 ------------------- .../rotatingImages.html.gettext.serial | 19 ---------- 6 files changed, 92 deletions(-) delete mode 100755 Toolkit/RotatingImages/templates/compiled/imagesDataGrid.html.en.php delete mode 100644 Toolkit/RotatingImages/templates/compiled/imagesDataGrid.html.gettext.serial delete mode 100755 Toolkit/RotatingImages/templates/compiled/instructions.html.en.php delete mode 100644 Toolkit/RotatingImages/templates/compiled/instructions.html.gettext.serial delete mode 100755 Toolkit/RotatingImages/templates/compiled/rotatingImages.html.en.php delete mode 100644 Toolkit/RotatingImages/templates/compiled/rotatingImages.html.gettext.serial diff --git a/Toolkit/RotatingImages/templates/compiled/imagesDataGrid.html.en.php b/Toolkit/RotatingImages/templates/compiled/imagesDataGrid.html.en.php deleted file mode 100755 index 17e6d3e..0000000 --- a/Toolkit/RotatingImages/templates/compiled/imagesDataGrid.html.en.php +++ /dev/null @@ -1,22 +0,0 @@ -

gridName;?>

- diff --git a/Toolkit/RotatingImages/templates/compiled/imagesDataGrid.html.gettext.serial b/Toolkit/RotatingImages/templates/compiled/imagesDataGrid.html.gettext.serial deleted file mode 100644 index 1ae03db..0000000 --- a/Toolkit/RotatingImages/templates/compiled/imagesDataGrid.html.gettext.serial +++ /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 index 2be6acc..0000000 --- a/Toolkit/RotatingImages/templates/compiled/instructions.html.en.php +++ /dev/null @@ -1,14 +0,0 @@ - - -
-Instructions -

All images will be resized to correct size.

-

If you want to resize the images yourself before uploading, use these dimensions:

- -
-

Slideshow Settings

diff --git a/Toolkit/RotatingImages/templates/compiled/instructions.html.gettext.serial b/Toolkit/RotatingImages/templates/compiled/instructions.html.gettext.serial deleted file mode 100644 index 6511198..0000000 --- a/Toolkit/RotatingImages/templates/compiled/instructions.html.gettext.serial +++ /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 index a12be38..0000000 --- a/Toolkit/RotatingImages/templates/compiled/rotatingImages.html.en.php +++ /dev/null @@ -1,35 +0,0 @@ - -images) {?> -
-
-
- options['strict'] || (is_array($t->images) || is_object($t->images))) foreach($t->images as $image) {?> - options['strict'] || (isset($image) && method_exists($image, 'toHtml'))) echo $image->toHtml();?> - -
-
-options['strict'] || (is_array($t->images) || is_object($t->images))) foreach($t->images as $image) {?>
- options['strict'] || (isset($image) && method_exists($image, 'getTitle'))) if ($image->getTitle()) { ?>options['strict'] || (isset($image) && method_exists($image, 'getTitle'))) echo htmlspecialchars($image->getTitle());?> - options['strict'] || (isset($image) && method_exists($image, 'getDescr'))) if ($image->getDescr()) { ?>options['strict'] || (isset($image) && method_exists($image, 'getDescr'))) echo htmlspecialchars($image->getDescr());?> -
- diff --git a/Toolkit/RotatingImages/templates/compiled/rotatingImages.html.gettext.serial b/Toolkit/RotatingImages/templates/compiled/rotatingImages.html.gettext.serial deleted file mode 100644 index 64acfae..0000000 --- a/Toolkit/RotatingImages/templates/compiled/rotatingImages.html.gettext.serial +++ /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 -- 2.17.1