aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/default/layout/value
diff options
context:
space:
mode:
Diffstat (limited to 'share/skin/default/layout/value')
-rw-r--r--share/skin/default/layout/value/boolean.tt5
-rw-r--r--share/skin/default/layout/value/collection.tt15
-rw-r--r--share/skin/default/layout/value/date_time.tt5
-rw-r--r--share/skin/default/layout/value/image.tt11
-rw-r--r--share/skin/default/layout/value/list.tt15
-rw-r--r--share/skin/default/layout/value/number.tt5
-rw-r--r--share/skin/default/layout/value/related_object.tt5
-rw-r--r--share/skin/default/layout/value/string.tt5
-rw-r--r--share/skin/default/layout/value/text.tt5
9 files changed, 0 insertions, 71 deletions
diff --git a/share/skin/default/layout/value/boolean.tt b/share/skin/default/layout/value/boolean.tt
deleted file mode 100644
index 310783b..0000000
--- a/share/skin/default/layout/value/boolean.tt
+++ /dev/null
@@ -1,5 +0,0 @@
-=for layout widget
-
-[% value | html %]
-
-=cut \ No newline at end of file
diff --git a/share/skin/default/layout/value/collection.tt b/share/skin/default/layout/value/collection.tt
deleted file mode 100644
index c866aa8..0000000
--- a/share/skin/default/layout/value/collection.tt
+++ /dev/null
@@ -1,15 +0,0 @@
-=for layout widget
-
-[% list %]
-
-=for layout list
-
-<ul>
-[% content %]
-</ul>
-
-=for layout item
-
-<li>[% value | html %]</li>
-
-=cut
diff --git a/share/skin/default/layout/value/date_time.tt b/share/skin/default/layout/value/date_time.tt
deleted file mode 100644
index 0ee0d75..0000000
--- a/share/skin/default/layout/value/date_time.tt
+++ /dev/null
@@ -1,5 +0,0 @@
-=for layout widget
-
-[% value | html %]
-
-=cut
diff --git a/share/skin/default/layout/value/image.tt b/share/skin/default/layout/value/image.tt
deleted file mode 100644
index 5ebea74..0000000
--- a/share/skin/default/layout/value/image.tt
+++ /dev/null
@@ -1,11 +0,0 @@
-=for layout widget
-
-[% image %]
-
-=for layout has_image
-
-<img src="[% uri %]">
-
-=for layout no_image
-
-=cut \ No newline at end of file
diff --git a/share/skin/default/layout/value/list.tt b/share/skin/default/layout/value/list.tt
deleted file mode 100644
index bd8ad27..0000000
--- a/share/skin/default/layout/value/list.tt
+++ /dev/null
@@ -1,15 +0,0 @@
-=for layout widget
-
-[% list %]
-
-=for layout list
-
-<ul>
-[% content %]
-</ul>
-
-=for layout item
-
-<li>[% value | html %]</li>
-
-=cut \ No newline at end of file
diff --git a/share/skin/default/layout/value/number.tt b/share/skin/default/layout/value/number.tt
deleted file mode 100644
index 0ee0d75..0000000
--- a/share/skin/default/layout/value/number.tt
+++ /dev/null
@@ -1,5 +0,0 @@
-=for layout widget
-
-[% value | html %]
-
-=cut
diff --git a/share/skin/default/layout/value/related_object.tt b/share/skin/default/layout/value/related_object.tt
deleted file mode 100644
index 0ee0d75..0000000
--- a/share/skin/default/layout/value/related_object.tt
+++ /dev/null
@@ -1,5 +0,0 @@
-=for layout widget
-
-[% value | html %]
-
-=cut
diff --git a/share/skin/default/layout/value/string.tt b/share/skin/default/layout/value/string.tt
deleted file mode 100644
index 310783b..0000000
--- a/share/skin/default/layout/value/string.tt
+++ /dev/null
@@ -1,5 +0,0 @@
-=for layout widget
-
-[% value | html %]
-
-=cut \ No newline at end of file
diff --git a/share/skin/default/layout/value/text.tt b/share/skin/default/layout/value/text.tt
deleted file mode 100644
index 310783b..0000000
--- a/share/skin/default/layout/value/text.tt
+++ /dev/null
@@ -1,5 +0,0 @@
-=for layout widget
-
-[% value | html %]
-
-=cut \ No newline at end of file