/[cvs]/nfo/php/libs/com.newsblob.phphtmllib/form/form_elements/includes.inc
ViewVC logotype

Diff of /nfo/php/libs/com.newsblob.phphtmllib/form/form_elements/includes.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by jonen, Sat Feb 22 21:07:48 2003 UTC revision 1.3 by jonen, Thu May 6 16:27:27 2004 UTC
# Line 1  Line 1 
1  <?php  <?php
2  include_once($phphtmllib."/form/form_elements/misc.inc");  include_once($phphtmllib."/form/form_elements/misc.inc");
3  include_once($phphtmllib."/form/form_elements/FEText.inc");  include_once($phphtmllib."/form/form_elements/FEText.inc");
4    include_once($phphtmllib."/form/form_elements/FENumbers.inc");
5    
6  include_once($phphtmllib."/form/form_elements/FEBoxElement.inc");  include_once($phphtmllib."/form/form_elements/FEBoxElement.inc");
7  include_once($phphtmllib."/form/form_elements/FETextArea.inc");  include_once($phphtmllib."/form/form_elements/FETextArea.inc");
8  include_once($phphtmllib."/form/form_elements/FEDataList.inc");  include_once($phphtmllib."/form/form_elements/FEDataList.inc");
9  include_once($phphtmllib."/form/form_elements/FEListBox.inc");  include_once($phphtmllib."/form/form_elements/FEListBox.inc");
10  include_once($phphtmllib."/form/form_elements/FECheckBox.inc");  include_once($phphtmllib."/form/form_elements/FECheckBox.inc");
11    include_once($phphtmllib."/form/form_elements/FEFile.inc");
12    
13  include_once($phphtmllib."/form/form_elements/FEButton.inc");  include_once($phphtmllib."/form/form_elements/FEButton.inc");
14    
15  include_once($phphtmllib."/form/form_elements/FEPassword.inc");  include_once($phphtmllib."/form/form_elements/FEPassword.inc");
16  include_once($phphtmllib."/form/form_elements/FERadioGroup.inc");  include_once($phphtmllib."/form/form_elements/FERadioGroup.inc");
17    include_once($phphtmllib."/form/form_elements/FEListBoxMaster.inc");
18    
19  ?>  ?>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.3

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed