aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin
diff options
context:
space:
mode:
authorgroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2007-10-02 20:05:44 +0000
committergroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2007-10-02 20:05:44 +0000
commite22de1011c40b639cc4b6e5586a9e0defe855285 (patch)
tree67e007d3eee18254d0f9e3111acaedafd80e80dd /share/skin
parent6ab43711ccd779eedce107001b300043e2056a0c (diff)
downloadreaction-e22de1011c40b639cc4b6e5586a9e0defe855285.tar.gz
reaction-e22de1011c40b639cc4b6e5586a9e0defe855285.zip
unstable switchover before template renaming. added searchpath for widgets trying to make list view work. added gridview
Diffstat (limited to 'share/skin')
-rw-r--r--share/skin/default/layout/grid_view49
-rw-r--r--share/skin/default/layout/list_view49
-rw-r--r--share/skin/default/layout/value/boolean9
-rw-r--r--share/skin/default/layout/value/collection15
-rw-r--r--share/skin/default/layout/value/date_time9
-rw-r--r--share/skin/default/layout/value/list15
-rw-r--r--share/skin/default/layout/value/number9
-rw-r--r--share/skin/default/layout/value/related_object9
-rw-r--r--share/skin/default/layout/value/string9
-rw-r--r--share/skin/default/layout/value/text9
10 files changed, 182 insertions, 0 deletions
diff --git a/share/skin/default/layout/grid_view b/share/skin/default/layout/grid_view
new file mode 100644
index 0000000..d4826b0
--- /dev/null
+++ b/share/skin/default/layout/grid_view
@@ -0,0 +1,49 @@
+=for layout widget
+
+<table>
+ [% header %]
+<tbody>
+ [% rows %]
+</tbody>
+<tfoot>
+ [% footer %]
+</tfoot>
+</table>
+
+=for layout header
+
+<thead>
+ [% content %]
+</thead>
+
+=for layout header_row
+
+<tr>
+ [% content %]
+</tr>
+
+=for layout header_cell
+
+<th> [% content %] </th>
+
+=for layout footer
+
+<tfoot>
+ [% content %]
+</tfoot>
+
+=for layout footer_row
+
+<tr> [% content %] </tr>
+
+=for layout footer_cell
+
+<td> [% content %] </td>
+
+=for layout rows
+
+<tbody>
+ [% content %]
+</tbody>
+
+=cut
diff --git a/share/skin/default/layout/list_view b/share/skin/default/layout/list_view
index e69de29..d4826b0 100644
--- a/share/skin/default/layout/list_view
+++ b/share/skin/default/layout/list_view
@@ -0,0 +1,49 @@
+=for layout widget
+
+<table>
+ [% header %]
+<tbody>
+ [% rows %]
+</tbody>
+<tfoot>
+ [% footer %]
+</tfoot>
+</table>
+
+=for layout header
+
+<thead>
+ [% content %]
+</thead>
+
+=for layout header_row
+
+<tr>
+ [% content %]
+</tr>
+
+=for layout header_cell
+
+<th> [% content %] </th>
+
+=for layout footer
+
+<tfoot>
+ [% content %]
+</tfoot>
+
+=for layout footer_row
+
+<tr> [% content %] </tr>
+
+=for layout footer_cell
+
+<td> [% content %] </td>
+
+=for layout rows
+
+<tbody>
+ [% content %]
+</tbody>
+
+=cut
diff --git a/share/skin/default/layout/value/boolean b/share/skin/default/layout/value/boolean
new file mode 100644
index 0000000..1ce3367
--- /dev/null
+++ b/share/skin/default/layout/value/boolean
@@ -0,0 +1,9 @@
+=for layout widget
+
+[% content %]
+
+=for layout value
+
+[% content | html %]
+
+=cut \ No newline at end of file
diff --git a/share/skin/default/layout/value/collection b/share/skin/default/layout/value/collection
new file mode 100644
index 0000000..d376ecc
--- /dev/null
+++ b/share/skin/default/layout/value/collection
@@ -0,0 +1,15 @@
+=for layout widget
+
+[% list %]
+
+=for layout list
+
+<ul>
+[% content %]
+</ul>
+
+=for layout item
+
+<li>[% content | html %]</li>
+
+=cut
diff --git a/share/skin/default/layout/value/date_time b/share/skin/default/layout/value/date_time
new file mode 100644
index 0000000..e35741c
--- /dev/null
+++ b/share/skin/default/layout/value/date_time
@@ -0,0 +1,9 @@
+=for layout widget
+
+[% content %]
+
+=for layout value
+
+[% content | html %]
+
+=cut
diff --git a/share/skin/default/layout/value/list b/share/skin/default/layout/value/list
new file mode 100644
index 0000000..eea4e02
--- /dev/null
+++ b/share/skin/default/layout/value/list
@@ -0,0 +1,15 @@
+=for layout widget
+
+[% list %]
+
+=for layout list
+
+<ul>
+[% content %]
+</ul>
+
+=for layout item
+
+<li>[% content | html %]</li>
+
+=cut \ No newline at end of file
diff --git a/share/skin/default/layout/value/number b/share/skin/default/layout/value/number
new file mode 100644
index 0000000..e35741c
--- /dev/null
+++ b/share/skin/default/layout/value/number
@@ -0,0 +1,9 @@
+=for layout widget
+
+[% content %]
+
+=for layout value
+
+[% content | html %]
+
+=cut
diff --git a/share/skin/default/layout/value/related_object b/share/skin/default/layout/value/related_object
new file mode 100644
index 0000000..e35741c
--- /dev/null
+++ b/share/skin/default/layout/value/related_object
@@ -0,0 +1,9 @@
+=for layout widget
+
+[% content %]
+
+=for layout value
+
+[% content | html %]
+
+=cut
diff --git a/share/skin/default/layout/value/string b/share/skin/default/layout/value/string
new file mode 100644
index 0000000..1ce3367
--- /dev/null
+++ b/share/skin/default/layout/value/string
@@ -0,0 +1,9 @@
+=for layout widget
+
+[% content %]
+
+=for layout value
+
+[% content | html %]
+
+=cut \ No newline at end of file
diff --git a/share/skin/default/layout/value/text b/share/skin/default/layout/value/text
new file mode 100644
index 0000000..1ce3367
--- /dev/null
+++ b/share/skin/default/layout/value/text
@@ -0,0 +1,9 @@
+=for layout widget
+
+[% content %]
+
+=for layout value
+
+[% content | html %]
+
+=cut \ No newline at end of file