[Cs-content-commits] SF.net SVN: cs-content:[457] trunk/1.0/tests/files/templates
PHP Templating & Includes System
Brought to you by:
crazedsanity
From: <cra...@us...> - 2009-09-14 15:20:23
|
Revision: 457 http://cs-content.svn.sourceforge.net/cs-content/?rev=457&view=rev Author: crazedsanity Date: 2009-09-14 15:20:16 +0000 (Mon, 14 Sep 2009) Log Message: ----------- Added some more template vars that should always be removed from the final output. Modified Paths: -------------- trunk/1.0/tests/files/templates/content.shared.tmpl trunk/1.0/tests/files/templates/footer.shared.tmpl trunk/1.0/tests/files/templates/infobar.shared.tmpl trunk/1.0/tests/files/templates/main.shared.tmpl trunk/1.0/tests/files/templates/menubar.shared.tmpl trunk/1.0/tests/files/templates/title.shared.tmpl Modified: trunk/1.0/tests/files/templates/content.shared.tmpl =================================================================== --- trunk/1.0/tests/files/templates/content.shared.tmpl 2009-09-10 17:49:40 UTC (rev 456) +++ trunk/1.0/tests/files/templates/content.shared.tmpl 2009-09-14 15:20:16 UTC (rev 457) @@ -5,4 +5,4 @@ <!-- BEGIN blockRow{blockRowTestVal} --> Some data In here... <!-- END blockRow3 --> - <!-- BEGIN blockRow4 --><!-- END blockRow4 -->{invisibleTemplateVar} + <!-- BEGIN blockRow4 -->{anotherInvisibleVar}<!-- END blockRow4 -->{invisibleTemplateVar} Modified: trunk/1.0/tests/files/templates/footer.shared.tmpl =================================================================== --- trunk/1.0/tests/files/templates/footer.shared.tmpl 2009-09-10 17:49:40 UTC (rev 456) +++ trunk/1.0/tests/files/templates/footer.shared.tmpl 2009-09-14 15:20:16 UTC (rev 457) @@ -1 +1 @@ ---- the footer. \ No newline at end of file +--- the footer.{garbageTemplateVar_footer} \ No newline at end of file Modified: trunk/1.0/tests/files/templates/infobar.shared.tmpl =================================================================== --- trunk/1.0/tests/files/templates/infobar.shared.tmpl 2009-09-10 17:49:40 UTC (rev 456) +++ trunk/1.0/tests/files/templates/infobar.shared.tmpl 2009-09-14 15:20:16 UTC (rev 457) @@ -1 +1 @@ -<table>This is the infobar.</table> \ No newline at end of file +<table>This is the infobar.</table>{garbageTemplateVar_infobar} \ No newline at end of file Modified: trunk/1.0/tests/files/templates/main.shared.tmpl =================================================================== --- trunk/1.0/tests/files/templates/main.shared.tmpl 2009-09-10 17:49:40 UTC (rev 456) +++ trunk/1.0/tests/files/templates/main.shared.tmpl 2009-09-14 15:20:16 UTC (rev 457) @@ -1,4 +1,4 @@ -<html> +<html>{garbageTemplateVar_main} <head> <title>{title}</title> </head> Modified: trunk/1.0/tests/files/templates/menubar.shared.tmpl =================================================================== --- trunk/1.0/tests/files/templates/menubar.shared.tmpl 2009-09-10 17:49:40 UTC (rev 456) +++ trunk/1.0/tests/files/templates/menubar.shared.tmpl 2009-09-14 15:20:16 UTC (rev 457) @@ -1 +1 @@ ---- the menubar (DATE: {date}) \ No newline at end of file +--- the menubar (DATE: {date}){garbageTemplateVar_menubar} \ No newline at end of file Modified: trunk/1.0/tests/files/templates/title.shared.tmpl =================================================================== --- trunk/1.0/tests/files/templates/title.shared.tmpl 2009-09-10 17:49:40 UTC (rev 456) +++ trunk/1.0/tests/files/templates/title.shared.tmpl 2009-09-14 15:20:16 UTC (rev 457) @@ -1 +1 @@ -This is the title. \ No newline at end of file +This is the title.{garbageTemplateVar_title} \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |