~edb/quam-plures/item_show_attachments

« back to all changes in this revision

Viewing changes to blogs/inc/_misc/_form.funcs.php

  • Committer: fplanque
  • Date: 2006-03-12 22:08:51 UTC
  • Revision ID: cvs-1:fplanque-20060312220851-zqs1uoq44tacpqqx
doc cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 * Parts of this file are copyright (c)2004-2005 by Daniel HAHLER - {@link http://thequod.de/contact}.
10
10
 *
11
11
 * @license http://b2evolution.net/about/license.html GNU General Public License (GPL)
12
 
 * {@internal
13
 
 * b2evolution is free software; you can redistribute it and/or modify
14
 
 * it under the terms of the GNU General Public License as published by
15
 
 * the Free Software Foundation; either version 2 of the License, or
16
 
 * (at your option) any later version.
17
 
 *
18
 
 * b2evolution is distributed in the hope that it will be useful,
19
 
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20
 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21
 
 * GNU General Public License for more details.
22
 
 *
23
 
 * You should have received a copy of the GNU General Public License
24
 
 * along with b2evolution; if not, write to the Free Software
25
 
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
26
 
 * }}
27
 
 *
28
 
 * {@internal
 
12
 *
 
13
 * {@internal Open Source relicensing agreement:
29
14
 * Daniel HAHLER grants Francois PLANQUE the right to license
30
15
 * Daniel HAHLER's contributions to this file and the b2evolution project
31
16
 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
39
24
 * @author blueyed: Daniel HAHLER.
40
25
 * @author fplanque: Francois PLANQUE.
41
26
 *
42
 
 * @version $Id: _form.funcs.php,v 1.1 2006/02/23 21:12:18 fplanque Exp $
 
27
 * @version $Id: _form.funcs.php,v 1.2 2006/03/12 23:09:01 fplanque Exp $
43
28
 */
44
29
if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
45
30
 
129
114
 *
130
115
 * @deprecated Deprecated by (@link Form::text_input())
131
116
 *
132
 
 * {@internal form_text(-)}}
133
117
 * @param string the name of the input field
134
118
 * @param string initial value
135
119
 * @param integer size of the input field
211
195
 *
212
196
 * @deprecated Deprecated by (@link Form::button_input())
213
197
 *
214
 
 * {@internal form_hidden(-)}}
215
198
 * @param string name
216
199
 * @param string value
217
200
 * @return string
341
324
 *
342
325
 * @deprecated Deprecated by (@link Form::radio_input())
343
326
 *
344
 
 * {@internal form_radio(-)}}
345
327
 * @param string the name of the radio options
346
328
 * @param string the checked option
347
329
 * @param array of arrays the radio options (0: value, 1: label, 2: notes, 3: additional HTML [input field, ..], 4: attribs for <input tag> )
498
480
 * Builds a form header and puts GET params of $action into hidden form inputs
499
481
 *
500
482
 * @deprecated Deprecated by (@link Form::begin_form())
501
 
 *
502
 
 * {@internal form_formstart(-)}}
503
483
 */
504
484
function form_formstart( $action, $class = '', $name = '', $method = 'get', $id = '' )
505
485
{
557
537
 
558
538
/*
559
539
 * $Log: _form.funcs.php,v $
 
540
 * Revision 1.2  2006/03/12 23:09:01  fplanque
 
541
 * doc cleanup
 
542
 *
560
543
 * Revision 1.1  2006/02/23 21:12:18  fplanque
561
544
 * File reorganization to MVC (Model View Controller) architecture.
562
545
 * See index.hml files in folders.