From 084c6123f0a0fbf05ed4c0d776f05e084d9ecc58 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Fri, 18 Feb 2011 11:21:43 +0000 Subject: added new EasyGiant library --- h-source/Library/Form/Checkbox.php | 30 +++++++++++++++++------------- h-source/Library/Form/Entry.php | 19 +++++++++++++++++-- h-source/Library/Form/Form.php | 19 +++++++++++++++++-- h-source/Library/Form/Hidden.php | 19 +++++++++++++++++-- h-source/Library/Form/Html.php | 19 +++++++++++++++++-- h-source/Library/Form/InputText.php | 19 +++++++++++++++++-- h-source/Library/Form/Password.php | 19 +++++++++++++++++-- h-source/Library/Form/Radio.php | 19 +++++++++++++++++-- h-source/Library/Form/Select.php | 19 +++++++++++++++++-- h-source/Library/Form/Textarea.php | 19 +++++++++++++++++-- 10 files changed, 170 insertions(+), 31 deletions(-) (limited to 'h-source/Library/Form') diff --git a/h-source/Library/Form/Checkbox.php b/h-source/Library/Form/Checkbox.php index 5df1917..a606e76 100755 --- a/h-source/Library/Form/Checkbox.php +++ b/h-source/Library/Form/Checkbox.php @@ -1,18 +1,22 @@ . if (!defined('EG')) die('Direct access not allowed!'); diff --git a/h-source/Library/Form/Entry.php b/h-source/Library/Form/Entry.php index 725235a..2582557 100755 --- a/h-source/Library/Form/Entry.php +++ b/h-source/Library/Form/Entry.php @@ -1,7 +1,22 @@ . if (!defined('EG')) die('Direct access not allowed!'); diff --git a/h-source/Library/Form/Form.php b/h-source/Library/Form/Form.php index 00e27d4..9705666 100755 --- a/h-source/Library/Form/Form.php +++ b/h-source/Library/Form/Form.php @@ -1,7 +1,22 @@ . if (!defined('EG')) die('Direct access not allowed!'); diff --git a/h-source/Library/Form/Hidden.php b/h-source/Library/Form/Hidden.php index fb81b30..5fd6148 100755 --- a/h-source/Library/Form/Hidden.php +++ b/h-source/Library/Form/Hidden.php @@ -1,7 +1,22 @@ . if (!defined('EG')) die('Direct access not allowed!'); diff --git a/h-source/Library/Form/Html.php b/h-source/Library/Form/Html.php index dce91c6..8b7cbfb 100644 --- a/h-source/Library/Form/Html.php +++ b/h-source/Library/Form/Html.php @@ -1,7 +1,22 @@ . if (!defined('EG')) die('Direct access not allowed!'); diff --git a/h-source/Library/Form/InputText.php b/h-source/Library/Form/InputText.php index fb98336..02315a6 100755 --- a/h-source/Library/Form/InputText.php +++ b/h-source/Library/Form/InputText.php @@ -1,7 +1,22 @@ . if (!defined('EG')) die('Direct access not allowed!'); diff --git a/h-source/Library/Form/Password.php b/h-source/Library/Form/Password.php index 76bc735..02500af 100644 --- a/h-source/Library/Form/Password.php +++ b/h-source/Library/Form/Password.php @@ -1,7 +1,22 @@ . if (!defined('EG')) die('Direct access not allowed!'); diff --git a/h-source/Library/Form/Radio.php b/h-source/Library/Form/Radio.php index fb20677..49137c0 100755 --- a/h-source/Library/Form/Radio.php +++ b/h-source/Library/Form/Radio.php @@ -1,7 +1,22 @@ . if (!defined('EG')) die('Direct access not allowed!'); diff --git a/h-source/Library/Form/Select.php b/h-source/Library/Form/Select.php index 558fd57..db88124 100755 --- a/h-source/Library/Form/Select.php +++ b/h-source/Library/Form/Select.php @@ -1,7 +1,22 @@ . if (!defined('EG')) die('Direct access not allowed!'); diff --git a/h-source/Library/Form/Textarea.php b/h-source/Library/Form/Textarea.php index d81cc84..33b8bc3 100755 --- a/h-source/Library/Form/Textarea.php +++ b/h-source/Library/Form/Textarea.php @@ -1,7 +1,22 @@ . if (!defined('EG')) die('Direct access not allowed!'); -- cgit v1.2.3