From 4cac1871f1c83d1cb40134b511125987f92f2c46 Mon Sep 17 00:00:00 2001 From: Sem Date: Thu, 16 Aug 2012 14:46:11 +0200 Subject: Fixed theme preview. --- .../views/default/theme_preview/forms.php | 138 +++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 mod/developers/views/default/theme_preview/forms.php (limited to 'mod/developers/views/default/theme_preview/forms.php') diff --git a/mod/developers/views/default/theme_preview/forms.php b/mod/developers/views/default/theme_preview/forms.php new file mode 100644 index 000000000..ffb77f3a9 --- /dev/null +++ b/mod/developers/views/default/theme_preview/forms.php @@ -0,0 +1,138 @@ +
+
+ Fieldset Legend +
+ + 'f1', + 'id' => 'f1', + 'value' => 'input text', + )); + ?> +
+
+ + 'f2', + 'id' => 'f2', + 'value' => 'password', + )); + ?> +
+
+
+ 'f3', + 'id' => 'f3', + 'options' => array('a (.elgg-input-radio)' => 1, 'b (.elgg-input-radio)' => 2), + )); + ?> +
+
+
+ 'f4', + 'id' => 'f4', + 'options' => array('a (.elgg-input-checkbox)' => 1, 'b (.elgg-input-checkbox)' => 2), + )); + ?> +
+
+
+ 'f5', + 'id' => 'f5', + 'options' => array('option 1', 'option 2'), + )); + ?> +
+
+
+ 'f6', + 'id' => 'f6', + 'value' => ACCESS_PUBLIC, + )); + ?> +
+
+ + 'f7', + 'id' => 'f7', + )); + ?> +
+
+ + 'f8', + 'id' => 'f8', + 'value' => 'http://elgg.org/', + )); + ?> +
+
+ + 'f9', + 'id' => 'f9', + 'value' => 'one, two, three', + )); + ?> +
+
+ + 'f10', + 'id' => 'f10', + 'value' => 'noone@elgg.org', + )); + ?> +
+
+ + 'f11', + 'id' => 'f11', + 'match_on' => 'users', + )); + ?> +
+
+ + 'f12', + 'id' => 'f12', + 'value' => '2012-12-31', + )); + ?> +
+
+ + 'f13', + 'id' => 'f13', + )); + ?> +
+
+ + 'f15', + 'id' => 'f15', + 'value' => $ipsum, + )); + ?> +
+
+ + 'f14', + 'id' => 'f14', + 'value' => $ipsum, + )); + ?> +
+
+
\ No newline at end of file -- cgit v1.2.3