[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 &#123;&#123;macro&#125;&#125;</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='&#123;&#123;macro&#125;&#125; template engine examples' title='Limb3 {{macro}} package examples' id='logo'/></a>
+      <a href='/'><img src="images/logo.limb.gif"  width='476' height='45' alt='&#123;&#123;macro&#125;&#125; template engine examples' title='Limb3 &#123;&#123;macro&#125;&#125; package examples' id='logo'/></a>
       <div id="limb_links"><a href="http://limb-project.com">limb-project.com</a>&nbsp;|&nbsp;<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;'>&nbsp;&nbsp;&nbsp;&nbsp;</span> - {{macro}} output expression</li>
-  <li><span style='background-color:orange;'>&nbsp;&nbsp;&nbsp;&nbsp;</span> - {{macro}} tag</li>
-  <li><span style='background-color:brown;'>&nbsp;&nbsp;&nbsp;&nbsp;</span> - {{macro}} tag attribute</li>
-  <li><span style='background-color:red;'>&nbsp;&nbsp;&nbsp;&nbsp;</span> - {{macro}} tag attribute value</li>
+  <li><span style='background-color:lightgreen;'>&nbsp;&nbsp;&nbsp;&nbsp;</span> - &#123;&#123;macro&#125;&#125; output expression</li>
+  <li><span style='background-color:orange;'>&nbsp;&nbsp;&nbsp;&nbsp;</span> - &#123;&#123;macro&#125;&#125; tag</li>
+  <li><span style='background-color:brown;'>&nbsp;&nbsp;&nbsp;&nbsp;</span> - &#123;&#123;macro&#125;&#125; tag attribute</li>
+  <li><span style='background-color:red;'>&nbsp;&nbsp;&nbsp;&nbsp;</span> - &#123;&#123;macro&#125;&#125; tag attribute value</li>
   <li><span style='background-color:blue;'>&nbsp;&nbsp;&nbsp;&nbsp;</span> - HTML tag</li>
   <li><span style='background-color:magenta;'>&nbsp;&nbsp;&nbsp;&nbsp;</span> - Template path</li>
 </ul>



More information about the limb-svn mailing list