[limb-svn] r6827 - in 3.x/examples: crud/template macro/templates
svn at limb-project.com
svn at limb-project.com
Wed Mar 5 23:47:43 MSK 2008
Author: pachanga
Date: 2008-03-05 23:47:43 +0300 (Wed, 05 Mar 2008)
New Revision: 6827
URL: http://fisheye.limb-project.com/changelog/limb/?cs=6827
Modified:
3.x/examples/crud/template/page.phtml
3.x/examples/macro/templates/macrofile.html
Log:
-- fixing macro tag conflicts
Modified: 3.x/examples/crud/template/page.phtml
===================================================================
--- 3.x/examples/crud/template/page.phtml 2008-03-05 20:35:16 UTC (rev 6826)
+++ 3.x/examples/crud/template/page.phtml 2008-03-05 20:47:43 UTC (rev 6827)
@@ -1,6 +1,6 @@
<html>
<head>
- <title>Limb3 tutorial on MACRO</title>
+ <title>Limb3 tutorial on {{macro}}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<base href="<?=LIMB_HTTP_BASE_PATH?>" />
<link href="design.css" type="text/css" rel="stylesheet" />
Modified: 3.x/examples/macro/templates/macrofile.html
===================================================================
--- 3.x/examples/macro/templates/macrofile.html 2008-03-05 20:35:16 UTC (rev 6826)
+++ 3.x/examples/macro/templates/macrofile.html 2008-03-05 20:47:43 UTC (rev 6827)
@@ -42,7 +42,7 @@
<div id="header">
<div class="center">
- <a href='/'><img src="images/logo.limb.gif" width='476' height='45' alt='{{macro}} template engine examples' title='Limb3 {{macro}} package examples' id='logo'/></a>
+ <a href='/'><img src="images/logo.limb.gif" width='476' height='45' alt='{{macro}} template engine examples' title='Limb3 {{macro}} package examples' id='logo'/></a>
<div id="limb_links"><a href="http://limb-project.com">limb-project.com</a> | <a href="http://bits.limb-project.com">bits.limb-project.com</a></div>
</div>
</div>
@@ -57,10 +57,10 @@
<b>Legend</b>
<ul>
- <li><span style='background-color:lightgreen;'> </span> - {{macro}} output expression</li>
- <li><span style='background-color:orange;'> </span> - {{macro}} tag</li>
- <li><span style='background-color:brown;'> </span> - {{macro}} tag attribute</li>
- <li><span style='background-color:red;'> </span> - {{macro}} tag attribute value</li>
+ <li><span style='background-color:lightgreen;'> </span> - {{macro}} output expression</li>
+ <li><span style='background-color:orange;'> </span> - {{macro}} tag</li>
+ <li><span style='background-color:brown;'> </span> - {{macro}} tag attribute</li>
+ <li><span style='background-color:red;'> </span> - {{macro}} tag attribute value</li>
<li><span style='background-color:blue;'> </span> - HTML tag</li>
<li><span style='background-color:magenta;'> </span> - Template path</li>
</ul>
More information about the limb-svn
mailing list