diff --git a/htdocs/index.php b/htdocs/index.php index 14482e2..3f62cf9 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -58,55 +58,64 @@ - + + - + - + - + - + - + - + - + - + - - + - + - + + + + + - + - + - + - + + + + + diff --git a/htdocs/parts/core/inputs.php b/htdocs/parts/core/inputs.php new file mode 100644 index 0000000..4248ea8 --- /dev/null +++ b/htdocs/parts/core/inputs.php @@ -0,0 +1,77 @@ + + + +
+ label+input[type=text]
+
+
+ label+input[type=password]
+
+
+ label+input[type=number]
+
+
+ (input[type=radio]+label+br)*3
+
+
+ (input[type=checkbox]+label+br)*3
+
+
+ label+textarea
+
+
+ label+input[type=text].p-xxs.border.r-m
+
+
+ label+textarea.p-xxs.border.r-m.w-full.ta-resize-v
+
+
+ TODO: Add other types
+