root/tags/RELEASE_3_0_0BETA2/examples/templates

Name Size Rev Age Last Change
../
example_api_addglobalvar.tmpl 0.6 kB 225 5 years argh: Reflected changes for bugfix for empty global vars
example_api_addobject.tmpl 384 bytes 227 5 years schst: Fixed bug in addObject()
example_api_addvar.tmpl 174 bytes 153 5 years schst: added example for addVar()
example_api_cleartemplate.tmpl 409 bytes 240 4 years schst: added recursive parameter to clearTemplate() and example for the …
example_api_displayparsedtemplate2.tmpl 133 bytes 171 5 years schst: added example for displayParsedTemplate()
example_api_displayparsedtemplate.tmpl 132 bytes 171 5 years schst: added example for displayParsedTemplate()
example_api_freetemplate.tmpl 175 bytes 253 4 years schst: fixed bug #53 (freeTemplate())
example_api_loadtemplate.tmpl 275 bytes 244 4 years schst: added loadTemplate()
example_api_loadtemplate_main.tmpl 162 bytes 244 4 years schst: added loadTemplate()
example_api_parseintovar.tmpl 208 bytes 259 4 years schst: added optional $append parameter to parseIntoVar() (bug #54)
example_api_readtemplatesfrominput.tmpl 382 bytes 144 5 years schst: added exmaples for setAttribute() and readTemplatesFromInput()
example_api_setattribute.tmpl 397 bytes 144 5 years schst: added exmaples for setAttribute() and readTemplatesFromInput()
example_attributes_addsystemvars.tmpl 356 bytes 138 5 years schst: added systemvars example
example_attributes_limit.tmpl 157 bytes 230 5 years schst: introduced limit attribute
example_attributes_loop.tmpl 157 bytes 229 5 years schst: fixed bug with loop attribute (#40)
example_attributes_src.tmpl 478 bytes 124 5 years schst: fixed bugs with external templates
example_attributes_src_footer.tmpl 28 bytes 124 5 years schst: fixed bugs with external templates
example_attributes_src_header.tmpl 24 bytes 124 5 years schst: fixed bugs with external templates
example_attributes_src_main.tmpl 148 bytes 124 5 years schst: fixed bugs with external templates
example_attributes_unusedvars.tmpl 0.7 kB 140 5 years schst: fixed typo
example_attributes_useglobals.tmpl 318 bytes 170 5 years schst: added example for useglobals
example_attributes_whitespace.tmpl 431 bytes 142 5 years schst: added example for tmpl added example for whitespace attribute
example_cache_template_file.tmpl 497 bytes 131 5 years schst: added templateCache example
example_compiler_display.tmpl 1.2 kB 206 5 years schst: support for first, last, default refactoring
example_dump_dhtml.tmpl 1.1 kB 190 5 years argh: Updated the dhtml dump
example_filter_input_stripcomments.tmpl 0.6 kB 128 5 years schst: prepared complete example structure added some examples
example_filter_output_bbcode.tmpl 118 bytes 255 4 years schst: added BBCode output filter and example
example_filter_output_multiple.tmpl 0.9 kB 128 5 years schst: prepared complete example structure added some examples
example_filter_output_tidy.tmpl 378 bytes 236 4 years schst: added Tidy outputfilter
example_function_attribute.tmpl 174 bytes 252 4 years schst: added Attribute function
example_function_call.tmpl 1.0 kB 250 4 years schst: added example for Call function
example_function_call_templates.tmpl 0.5 kB 250 4 years schst: added example for Call function
example_function_phphighlight.tmpl 252 bytes 214 5 years schst: added phpHighlight function
example_function_strip.tmpl 375 bytes 205 5 years schst: added Strip function
example_function_time.tmpl 233 bytes 129 5 years schst: added example for time function
example_function_translate2.tmpl 171 bytes 258 4 years schst: fixed bug #56: Translate now is able to work with multiple files
example_function_translate.tmpl 424 bytes 270 4 years schst: fixed bugs in Translate function, fixed bug 60
example_misc_autonaming.tmpl 182 bytes 128 5 years schst: prepared complete example structure added some examples
example_misc_dotsyntax.tmpl 450 bytes 160 5 years schst: added dot-syntax example
example_misc_maintainbc.tmpl 298 bytes 128 5 years schst: prepared complete example structure added some examples
example_misc_namespace.tmpl 275 bytes 132 5 years schst: added namespace example
example_reader_it.tmpl 171 bytes 180 5 years schst: added reader for HTML_Template_IT
example_realworld_changesource.tmpl 303 bytes 186 5 years schst: added example for dynamic includes
example_realworld_changesource_home.tmpl 151 bytes 186 5 years schst: added example for dynamic includes
example_realworld_expression.tmpl 317 bytes 242 4 years schst: added Expression modifier
example_realworld_hiddenvar.tmpl 0.9 kB 175 5 years schst: added hiddenvar example
example_realworld_img.tmpl 444 bytes 161 5 years schst: added example for HTML_Img modifier
example_realworld_list.tmpl 449 bytes 162 5 years schst: added example for list
example_realworld_paginate.tmpl 0.6 kB 247 4 years schst: added new paginate example
example_realworld_table.tmpl 1.2 kB 159 5 years schst: added Id Keyword
example_realworld_table_from_list.tmpl 302 bytes 226 5 years schst: added experimental support for maxloop
example_realworld_varscopeparent.tmpl 192 bytes 213 5 years schst: added varsope="parent" feature
example_tags_comment.tmpl 331 bytes 121 5 years schst: added example to show usage of the comment tag
example_tags_link.tmpl 214 bytes 126 5 years schst: added link example
example_tags_sub.tmpl 392 bytes 143 5 years schst: added example for sub tag
example_tags_tmpl.tmpl 337 bytes 142 5 years schst: added example for tmpl added example for whitespace attribute
example_tags_var.tmpl 161 bytes 127 5 years schst: added var example
example_type_condition.tmpl 0.7 kB 268 4 years schst: fixed bug with conditions and '0' as variable value
example_type_modulo.tmpl 404 bytes 148 5 years schst: added modulo example
example_type_oddeven.tmpl 298 bytes 147 5 years schst: added oddEven example
example_type_simplecondition.tmpl 453 bytes 269 4 years schst: improved example and tested zero-values
example_type_standard.tmpl 116 bytes 152 5 years schst: added example for standard template
example_var_copyfrom.tmpl 0.8 kB 262 4 years schst: Fixed behaviour of copyFrom attribute when copying array values (bug #41)
example_var_modifier.tmpl 0.7 kB 216 5 years schst: added Dateformat modifier
Note: See TracBrowser for help on using the browser.