From d3c49d7ee73a6f0bc680868147cc68cccba611a9 Mon Sep 17 00:00:00 2001 From: cash Date: Mon, 14 Feb 2011 00:10:03 +0000 Subject: Refs #2903 moving theme preview into developers plugin - navigation and titles are broken git-svn-id: http://code.elgg.org/elgg/trunk@8214 36083f99-b078-4883-b0ff-0f9b5a30f544 --- documentation/theming/preview/forms.php | 216 -------------------------------- 1 file changed, 216 deletions(-) delete mode 100644 documentation/theming/preview/forms.php (limited to 'documentation/theming/preview/forms.php') diff --git a/documentation/theming/preview/forms.php b/documentation/theming/preview/forms.php deleted file mode 100644 index 592f5f844..000000000 --- a/documentation/theming/preview/forms.php +++ /dev/null @@ -1,216 +0,0 @@ - - -
-

- Index > -

- -

Form

-
-
- Form legend -

- - 'f1', - 'internalid' => 'f1', - 'value' => 'input text', - )); - ?> -

-

- - 'f2', - 'internalid' => 'f2', - 'value' => 'password', - )); - ?> -

-

-
- 'f3', - 'internalid' => 'f3', - 'options' => array(1, 2), - )); - ?> -

-

-
- 'f4', - 'internalid' => 'f4', - 'options' => array(1, 2), - )); - ?> -

-

-
- 'f5', - 'internalid' => 'f5', - 'options' => array('option 1', 'option 2'), - )); - ?> -

-

- - 'f6', - 'internalid' => 'f6', - 'value' => ACCESS_PUBLIC, - )); - ?> -

-

- - 'f7', - 'internalid' => 'f7', - )); - ?> -

-

- - 'f8', - 'internalid' => 'f8', - 'value' => 'http://elgg.org/', - )); - ?> -

-

- - 'f9', - 'internalid' => 'f9', - 'value' => 'one, two, three', - )); - ?> -

-

- - 'f10', - 'internalid' => 'f10', - 'value' => 'noone@elgg.org', - )); - ?> -

-

- - 'f11', - 'internalid' => 'f11', - 'match_on' => 'users', - )); - ?> -

-

- - 'f12', - 'internalid' => 'f12', - )); - ?> -

-

- - 'f13', - 'internalid' => 'f13', - )); - ?> -

-

- - 'f14', - 'internalid' => 'f14', - 'value' => $ipsum, - )); - ?> -

-

- - 'f15', - 'internalid' => 'f15', - 'value' => $ipsum, - )); - ?> -

-
-
- -
-

Buttons

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
AnchorsDefaultHoverFocusActiveDisabledSelected
Defaultanchoranchoranchoranchoranchoranchor
Actionanchoranchoranchoranchoranchoranchor
Defaultanchoranchoranchoranchoranchoranchor
Defaultanchoranchoranchoranchoranchoranchor
-
-
- - \ No newline at end of file -- cgit v1.2.3