; ; SVN FILE: $Id: tags.ini.php 3083 2006-06-14 17:46:08Z phpnut $ ;/** ; * Short description for file. ; * ; * In this file, you can set up 'templates' for every tag generated by the tag ; * generator. ; * ; * PHP versions 4 and 5 ; * ; * CakePHP : Rapid Development Framework ; * Copyright (c) 2006, Cake Software Foundation, Inc. ; * 1785 E. Sahara Avenue, Suite 490-204 ; * Las Vegas, Nevada 89104 ; * ; * Licensed under The MIT License ; * Redistributions of files must retain the above copyright notice. ; * ; * @filesource ; * @copyright Copyright (c) 2006, Cake Software Foundation, Inc. ; * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project ; * @package cake ; * @subpackage cake.cake.app.config ; * @since CakePHP v 0.10.0.1076 ; * @version $Revision: 3083 $ ; * @modifiedby $LastChangedBy: phpnut $ ; * @lastmodified $Date: 2006-06-14 12:46:08 -0500 (Wed, 14 Jun 2006) $ ; * @license http://www.opensource.org/licenses/mit-license.php The MIT License ; */ ; Tag template for a link. link = "%s" ; Tag template for a mailto: link. mailto = "%s" ; Tag template for opening form tag. form = "
" ; Tag template for an input type='text' tag. input = "" ; Tag template for an input type='textarea' tag textarea = "" ; Tag template for an input type='hidden' tag. hidden = "" ; Tag template for a textarea tag. textarea = "" ; Tag template for a input type='checkbox ' tag. checkbox = "" ; Tag template for a input type='radio' tag. radio = "%s" ; Tag template for a select opening tag. selectstart = "" ; Tag template for an empty select option tag. selectempty = "" ; Tag template for a select option tag. selectoption = "" ; Tag template for a closing select tag. selectend = "" ; Tag template for a password tag. password = "" ; Tag template for a file input tag. file = "" ; Tag template for a file input tag with no associated model. file_no_model = "" ; Tag template for a submit button tag. submit = "" ; Tag template for an image tag. image ="" ; Tag template for a table header tag. tableheader = "%s" ; Tag template for table headers row tag. tableheaderrow = "%s" ; Tag template for a table cell tag. tablecell = "%s" ; Tag template for a table row tag. tablerow = "%s" ; Tag templates for a block-level element (DIV). block = "%s" blockstart = "" blockend = "" ; Tag template for a CSS link tag. css = "" ; Tag template for a CSS tag block. style = "" ; Tag template for a charset meta-tag. charset = "" ; Tag template for inline JavaScript. javascriptblock = "" ; Tag template for included JavaScript. javascriptlink = ""