From: Jan Schneider Date: Wed, 7 Jul 2010 08:38:24 +0000 (+0200) Subject: Replace short open tags. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=4bbf727346e035b9b76c0c605230a7aa951d390f;p=horde.git Replace short open tags. --- diff --git a/framework/View/lib/Horde/View/Helper/Benchmark.php b/framework/View/lib/Horde/View/Helper/Benchmark.php index 6f7243566..70b9cc9d8 100644 --- a/framework/View/lib/Horde/View/Helper/Benchmark.php +++ b/framework/View/lib/Horde/View/Helper/Benchmark.php @@ -19,9 +19,9 @@ * Measures the execution time of a block in a template * and reports the result to the log. Example: * - * benchmark("Notes section") ?> + * benchmark("Notes section") ?> * expensiveNotesOperation() ?> - * end() ?> + * end() ?> * * Will add something like "Notes section (0.34523)" to the log. * diff --git a/framework/View/lib/Horde/View/Helper/Capture.php b/framework/View/lib/Horde/View/Helper/Capture.php index aa67f8e93..0eb72ec37 100644 --- a/framework/View/lib/Horde/View/Helper/Capture.php +++ b/framework/View/lib/Horde/View/Helper/Capture.php @@ -31,9 +31,9 @@ class Horde_View_Helper_Capture extends Horde_View_Helper_Base * instance variable. You can use this instance variable anywhere * in your templates and even in your layout. Example: * - * capture() ?> + * capture() ?> * Welcome To my shiny new web page! - * greeting = $capture->end() ?> + * greeting = $capture->end() ?> * * @return Horde_View_Helper_Capture_Base */ @@ -48,9 +48,9 @@ class Horde_View_Helper_Capture extends Horde_View_Helper_Base * that will be named "contentForName" in another template * or in the layout. Example: * - * contentFor("header") %> + * contentFor("header") %> * - * end() %> + * end() %> * * You can then use $this->contentForHeader anywhere in your templates: * diff --git a/framework/View/lib/Horde/View/Helper/Text.php b/framework/View/lib/Horde/View/Helper/Text.php index 4da554e3a..bf2805da7 100644 --- a/framework/View/lib/Horde/View/Helper/Text.php +++ b/framework/View/lib/Horde/View/Helper/Text.php @@ -77,29 +77,29 @@ class Horde_View_Helper_Text extends Horde_View_Helper_Base * array every time it is called. This can be used for example, to alternate * classes for table rows: * - * + * * "> * item * - * <% endforeach %> + * * * You can use named cycles to allow nesting in loops. Passing an array as * the last parameter with a name key will create a named cycle. * You can manually reset a cycle by calling resetCycle() and passing the * name of the cycle. * - * + * * "row_class")) ?>"> * - * values as $value) ?> + * values as $value) ?> * "colors")) ?>"> * value * - * <% end %> - * resetCycle("colors") ?> + * + * resetCycle("colors") ?> * * - * <% endforeach %> + * * */ public function cycle($firstValue) diff --git a/kronolith/templates/itip/notification.html.php b/kronolith/templates/itip/notification.html.php index 8a4529918..6391a8dc1 100644 --- a/kronolith/templates/itip/notification.html.php +++ b/kronolith/templates/itip/notification.html.php @@ -13,35 +13,35 @@ h($this->event->end->strftime('%x %X')) ?> - event->location)): ?> + event->location)): ?> h($this->event->location) ?> - - event->description)): ?> + + event->description)): ?> event->description, 'text2html', array('parselevel' => Horde_Text_Filter_Text2html::MICRO, 'callback' => null, 'class' => null, 'charset' => Horde_Nls::getCharset())) ?> - - attendees): ?> + + attendees): ?> - attendees as $attendee): ?> - + attendees as $attendee): ?> +
- +
- - + + - +

-

', '', '', '', '', '') ?>

+

', '', '', '', '', '') ?>

diff --git a/kronolith/templates/itip/notification.plain.php b/kronolith/templates/itip/notification.plain.php index 6383610e0..402f864c1 100644 --- a/kronolith/templates/itip/notification.plain.php +++ b/kronolith/templates/itip/notification.plain.php @@ -1,23 +1,23 @@ -subject ?> (event->start->strftime('%x'), $this->event->start->strftime('%X')) ?>) +subject ?> (event->start->strftime('%x'), $this->event->start->strftime('%X')) ?>) -event->location)): ?> +event->location)): ?> event->location ?> - -attendees): ?> + +attendees): ?> attendees) ?> - -event->description)): ?> + +event->description)): ?> event->description ?> - + diff --git a/luxor/templates/directory.html.php b/luxor/templates/directory.html.php index 46023f979..56204550b 100644 --- a/luxor/templates/directory.html.php +++ b/luxor/templates/directory.html.php @@ -8,13 +8,13 @@ - files as $file): ?> + files as $file): ?> escape($file['name']) ?> escape($file['filesize']) ?> escape($file['bytes']) ?> escape($file['modtime']) ?> - + diff --git a/luxor/templates/symbol.html.php b/luxor/templates/symbol.html.php index fa57123ee..c37166b65 100644 --- a/luxor/templates/symbol.html.php +++ b/luxor/templates/symbol.html.php @@ -6,24 +6,24 @@

-declarations as $declaration): ?> +declarations as $declaration): ?>
escape($declaration['title']) ?>
- +
- +
- +

-references as $reference): ?> +references as $reference): ?>
- +
- +
- +