From afaef24d4c358ebbbae551bcbd307da37a9d3fa7 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Wed, 23 Oct 2013 15:18:40 +0200 Subject: Gitignore some tronscompiled templates --- example/templates/transc/master.html.php | 503 ------------------------------- 1 file changed, 503 deletions(-) delete mode 100644 example/templates/transc/master.html.php (limited to 'example/templates/transc/master.html.php') diff --git a/example/templates/transc/master.html.php b/example/templates/transc/master.html.php deleted file mode 100644 index 1bee843..0000000 --- a/example/templates/transc/master.html.php +++ /dev/null @@ -1,503 +0,0 @@ - ste\TextNode Object - ( - [text] => - - - - [tpl] => master.html - [offset] => 0 - ) - - [1] => ste\TagNode Object - ( - [name] => if - [params] => Array - ( - ) - - [sub] => Array - ( - [0] => ste\VariableNode Object - ( - [name] => title - [arrayfields] => Array - ( - ) - - [tpl] => master.html - [offset] => 206 - ) - - [1] => ste\TagNode Object - ( - [name] => then - [params] => Array - ( - ) - - [sub] => Array - ( - [0] => ste\VariableNode Object - ( - [name] => title - [arrayfields] => Array - ( - ) - - [tpl] => master.html - [offset] => 222 - ) - - [1] => ste\TextNode Object - ( - [text] => - example - [tpl] => master.html - [offset] => 227 - ) - - ) - - [tpl] => master.html - [offset] => 211 - ) - - [2] => ste\TagNode Object - ( - [name] => else - [params] => Array - ( - ) - - [sub] => Array - ( - [0] => ste\TextNode Object - ( - [text] => example - [tpl] => master.html - [offset] => 258 - ) - - ) - - [tpl] => master.html - [offset] => 248 - ) - - ) - - [tpl] => master.html - [offset] => 197 - ) - - [2] => ste\TextNode Object - ( - [text] => - [tpl] => master.html - [offset] => 285 - ) - - [3] => ste\TextNode Object - ( - [text] => - - - -

example

- -
- - [tpl] => master.html - [offset] => 384 - ) - - [4] => ste\TagNode Object - ( - [name] => block - [params] => Array - ( - [name] => Array - ( - [0] => ste\TextNode Object - ( - [text] => content - [tpl] => master.html - [offset] => 626 - ) - - ) - - ) - - [sub] => Array - ( - [0] => ste\TextNode Object - ( - [text] => Default content. - - [tpl] => master.html - [offset] => 635 - ) - - ) - - [tpl] => master.html - [offset] => 609 - ) - - [5] => ste\TextNode Object - ( - [text] =>
-
- - [tpl] => master.html - [offset] => 670 - ) - - [6] => ste\TagNode Object - ( - [name] => block - [params] => Array - ( - [name] => Array - ( - [0] => ste\TextNode Object - ( - [text] => otherstuff - [tpl] => master.html - [offset] => 721 - ) - - ) - - ) - - [sub] => Array - ( - [0] => ste\TextNode Object - ( - [text] =>

List of users

- - [tpl] => master.html - [offset] => 733 - ) - - [1] => ste\TextNode Object - ( - [text] => - - [tpl] => master.html - [offset] => 1030 - ) - - ) - - [tpl] => master.html - [offset] => 704 - ) - - [7] => ste\TextNode Object - ( - [text] =>
- - - - [tpl] => master.html - [offset] => 1054 - ) - -) -*/ - $outputstack = array(''); - $outputstack_i = 0; - $outputstack[$outputstack_i] .= "\n\n\n\t"; - $outputstack[] = ""; - $outputstack_i++; - $outputstack[$outputstack_i] .= @$ste->vars["title"]; - $outputstack_i--; - if($ste->evalbool(array_pop($outputstack))) - { - $outputstack[$outputstack_i] .= @$ste->vars["title"] . " - example"; - - } - else - { - $outputstack[$outputstack_i] .= "example"; - - } - $outputstack[$outputstack_i] .= "" . "\n\t\n\n\n\t

example

\n\t\n\t
\n\t\t"; - $blockname_4f4e94ddd41342_39491438 = "content"; - $ste->blocks['4f4e94ddd41470.10353359'] = array_pop($outputstack); - $ste->blockorder[] = '4f4e94ddd41470.10353359'; - $outputstack = array(''); - $outputstack_i = 0; - $outputstack[$outputstack_i] .= "Default content.\n\t\t"; - $ste->blocks[$blockname_4f4e94ddd41342_39491438] = array_pop($outputstack); - if(array_search($blockname_4f4e94ddd41342_39491438, $ste->blockorder) === FALSE) - $ste->blockorder[] = $blockname_4f4e94ddd41342_39491438; - $outputstack = array(''); - $outputstack_i = 0; - $outputstack[$outputstack_i] .= "
\n\t
\n\t\t"; - $blockname_4f4e94ddd415e6_09352068 = "otherstuff"; - $ste->blocks['4f4e94ddd416b2.98760934'] = array_pop($outputstack); - $ste->blockorder[] = '4f4e94ddd416b2.98760934'; - $outputstack = array(''); - $outputstack_i = 0; - $outputstack[$outputstack_i] .= "

List of users

\n\t\t\t" . "\n\t\t"; - $ste->blocks[$blockname_4f4e94ddd415e6_09352068] = array_pop($outputstack); - if(array_search($blockname_4f4e94ddd415e6_09352068, $ste->blockorder) === FALSE) - $ste->blockorder[] = $blockname_4f4e94ddd415e6_09352068; - $outputstack = array(''); - $outputstack_i = 0; - $outputstack[$outputstack_i] .= "
\n\n\n"; - return array_pop($outputstack); -}; ?> \ No newline at end of file -- cgit v1.2.3-54-g00ecf