From eba13eb88fb8d16d94c93c113e7c136c7559881b Mon Sep 17 00:00:00 2001 From: Evan Winslow Date: Thu, 19 May 2011 16:19:46 -0700 Subject: Deleted some unnecessary inputs, added theme previews for all new inputs --- views/default/html5/theme_preview/forms/inputs.php | 101 +++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 views/default/html5/theme_preview/forms/inputs.php (limited to 'views/default/html5/theme_preview/forms/inputs.php') diff --git a/views/default/html5/theme_preview/forms/inputs.php b/views/default/html5/theme_preview/forms/inputs.php new file mode 100644 index 000000000..de38dc71c --- /dev/null +++ b/views/default/html5/theme_preview/forms/inputs.php @@ -0,0 +1,101 @@ +
+
+ HTML5 Inputs +
+ + 'color', + 'id' => 'color', + )); + ?> +
+
+ + 'datetime-local', + 'id' => 'datetime-local', + )); + ?> +
+
+
+ 'datetime', + 'id' => 'datetime', + )); + ?> +
+
+
+ 'email', + 'id' => 'email', + )); + ?> +
+
+
+ 'image', + 'id' => 'image', + )); + ?> +
+
+
+ 'month', + 'id' => 'month', + )); + ?> +
+
+ + 'number', + 'id' => 'number', + )); + ?> +
+
+ + 'range', + 'id' => 'range', + )); + ?> +
+
+ + 'search', + 'id' => 'search', + )); + ?> +
+
+ + 'tel', + 'id' => 'tel', + )); + ?> +
+
+ + 'time', + 'id' => 'time', + )); + ?> +
+
+ + 'week', + 'id' => 'week', + )); + ?> +
+
+
\ No newline at end of file -- cgit v1.2.3