[limb-svn] r6826 - in 3.x/examples: macro/templates shop/template wact/templates

svn at limb-project.com svn at limb-project.com
Wed Mar 5 23:35:16 MSK 2008


Author: pachanga
Date: 2008-03-05 23:35:16 +0300 (Wed, 05 Mar 2008)
New Revision: 6826
URL: http://fisheye.limb-project.com/changelog/limb/?cs=6826

Modified:
   3.x/examples/macro/templates/macrofile.html
   3.x/examples/macro/templates/wrap.html
   3.x/examples/shop/template/admin_page.html
   3.x/examples/shop/template/admin_page.phtml
   3.x/examples/shop/template/page.html
   3.x/examples/shop/template/page.phtml
   3.x/examples/wact/templates/wrap.html
Log:
-- updating links and other minor fixes

Modified: 3.x/examples/macro/templates/macrofile.html
===================================================================
--- 3.x/examples/macro/templates/macrofile.html	2008-03-05 15:39:18 UTC (rev 6825)
+++ 3.x/examples/macro/templates/macrofile.html	2008-03-05 20:35:16 UTC (rev 6826)
@@ -42,8 +42,8 @@
 
   <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>
-      <div id="limb_links"><a href="http://limb-project.com">limb-project.com</a>&nbsp;|&nbsp;<a href="http://projects.limb-project.com">projects.limb-project.com</a></div>
+      <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>
+      <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>
   <div id="center">
@@ -57,11 +57,11 @@
     
 <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:blue;'>&nbsp;&nbsp;&nbsp;&nbsp;</span> - Html tag</li>
+  <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:blue;'>&nbsp;&nbsp;&nbsp;&nbsp;</span> - HTML tag</li>
   <li><span style='background-color:magenta;'>&nbsp;&nbsp;&nbsp;&nbsp;</span> - Template path</li>
 </ul>
 
@@ -78,4 +78,4 @@
 
 
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: 3.x/examples/macro/templates/wrap.html
===================================================================
--- 3.x/examples/macro/templates/wrap.html	2008-03-05 15:39:18 UTC (rev 6825)
+++ 3.x/examples/macro/templates/wrap.html	2008-03-05 20:35:16 UTC (rev 6826)
@@ -2,7 +2,7 @@
 <!-- Designed by BIT | http://www.bit-creative.com/ -->
 <html>
 <head>
-  <title>&#123;&#123;macro&#125;&#125; template engine examples (Limb3 MACRO package usage examples)</title>
+  <title>&#123;&#123;macro&#125;&#125; template engine examples (Limb3 {{macro}} package usage examples)</title>
   <meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
    <?php
   echo "<base href='". MACRO_HTTP_BASE_PATH ."'>";
@@ -16,7 +16,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>
-      <div id="limb_links"><a href="http://limb-project.com">limb-project.com</a>&nbsp;|&nbsp;<a href="http://projects.limb-project.com">projects.limb-project.com</a></div>
+      <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>
   <div id="center">
@@ -37,7 +37,7 @@
 
     <div id="bottom">
       <div class="center">
-        <span id='copyright'>Copyright © 2003-2007 BIT</span>
+        <span id='copyright'>Copyright © 2003-2008 BIT</span>
         <a href="http://www.bit-creative.com/" target="_blank" title="Бюро Информационных Технологий (ООО БИТ). Создание сайтов на собственной платформе Limb. Мультимедиа презентации. Дизайн." id='bit'><img src="images/bit.gif" onMouseOut="this.src='images/bit.gif';" onMouseOver="this.src='images/bit_hover.gif';"  alt="Бюро Информационных Технологий (ООО БИТ). Создание сайтов на собственной платформе Limb. Мультимедиа презентации. Дизайн." width="80" height="21"/></a>
       </div>
     </div>

Modified: 3.x/examples/shop/template/admin_page.html
===================================================================
--- 3.x/examples/shop/template/admin_page.html	2008-03-05 15:39:18 UTC (rev 6825)
+++ 3.x/examples/shop/template/admin_page.html	2008-03-05 20:35:16 UTC (rev 6826)
@@ -13,7 +13,7 @@
   <div class="center">
     <img src="images/logo.limb.gif"  width='384' height='46' alt='logo.limb' id='logo'/>
     <span>control panel</span>
-    <div id="limb_links"><a href="http://limb-project.com">limb-project.com</a>&nbsp;|&nbsp;<a href="http://projects.limb-project.com">projects.limb-project.com</a></div>
+    <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>
 

Modified: 3.x/examples/shop/template/admin_page.phtml
===================================================================
--- 3.x/examples/shop/template/admin_page.phtml	2008-03-05 15:39:18 UTC (rev 6825)
+++ 3.x/examples/shop/template/admin_page.phtml	2008-03-05 20:35:16 UTC (rev 6826)
@@ -3,7 +3,7 @@
 <html>
 <head>
   <base href="<?= LIMB_HTTP_BASE_PATH ?>"/>
-  <title>{$#title} :: Limb shop example application on Macro</title>
+  <title>{$#title} :: Limb shop example application on {{macro}}</title>
   <meta http-equiv='Content-Type' content='text/html; charset=utf-8'/>
   <link rel=stylesheet type="text/css" href="styles/main.css"/>
 </head>
@@ -13,7 +13,7 @@
   <div class="center">
     <img src="images/logo.limb.gif"  width='384' height='46' alt='logo.limb' id='logo'/>
     <span>control panel</span>
-    <div id="limb_links"><a href="http://limb-project.com">limb-project.com</a>&nbsp;|&nbsp;<a href="http://projects.limb-project.com">projects.limb-project.com</a></div>
+    <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>
 

Modified: 3.x/examples/shop/template/page.html
===================================================================
--- 3.x/examples/shop/template/page.html	2008-03-05 15:39:18 UTC (rev 6825)
+++ 3.x/examples/shop/template/page.html	2008-03-05 20:35:16 UTC (rev 6826)
@@ -12,7 +12,7 @@
 <div id="header">
   <div class="center">
     <img src="images/logo.limb.gif"  width='384' height='46' alt='logo.limb' id='logo'/>
-    <div id="limb_links"><a href="http://limb-project.com">limb-project.com</a>&nbsp;|&nbsp;<a href="http://projects.limb-project.com">projects.limb-project.com</a></div>
+    <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>
 

Modified: 3.x/examples/shop/template/page.phtml
===================================================================
--- 3.x/examples/shop/template/page.phtml	2008-03-05 15:39:18 UTC (rev 6825)
+++ 3.x/examples/shop/template/page.phtml	2008-03-05 20:35:16 UTC (rev 6826)
@@ -3,7 +3,7 @@
 <html>
 <head>
   <base href="<?= LIMB_HTTP_BASE_PATH ?>" />
-  <title>{$#title} :: Limb3 shop example application on MACRO</title>
+  <title>{$#title} :: Limb3 shop example application on {{macro}}</title>
   <meta http-equiv='Content-Type' content='text/html; charset=utf-8'/>
   <link rel=stylesheet type="text/css" href="styles/main.css"/>
 </head>
@@ -12,7 +12,7 @@
 <div id="header">
   <div class="center">
     <img src="images/logo.limb.gif"  width='384' height='46' alt='logo.limb' id='logo'/>
-    <div id="limb_links"><a href="http://limb-project.com">limb-project.com</a>&nbsp;|&nbsp;<a href="http://projects.limb-project.com">projects.limb-project.com</a></div>
+    <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>
 

Modified: 3.x/examples/wact/templates/wrap.html
===================================================================
--- 3.x/examples/wact/templates/wrap.html	2008-03-05 15:39:18 UTC (rev 6825)
+++ 3.x/examples/wact/templates/wrap.html	2008-03-05 20:35:16 UTC (rev 6826)
@@ -16,7 +16,7 @@
   <div id="header">
     <div class="center">
       <a href='/'><img src="images/logo.limb.gif"  width='518' height='46' alt='Limb3 WACT package examples' title='Limb3 WACT package examples' id='logo'/></a>
-      <div id="limb_links"><a href="http://limb-project.com">limb-project.com</a>&nbsp;|&nbsp;<a href="http://projects.limb-project.com">projects.limb-project.com</a></div>
+      <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>
   <div id="center">
@@ -37,7 +37,7 @@
 
     <div id="bottom">
       <div class="center">
-        <span id='copyright'>Copyright © 2003-2007 BIT</span>
+        <span id='copyright'>Copyright © 2003-2008 BIT</span>
         <a href="http://www.bit-creative.com/" target="_blank" title="Бюро Информационных Технологий (ООО БИТ). Создание сайтов на собственной платформе Limb. Мультимедиа презентации. Дизайн." id='bit'><img src="images/bit.gif" onMouseOut="this.src='images/bit.gif';" onMouseOver="this.src='images/bit_hover.gif';"  alt="Бюро Информационных Технологий (ООО БИТ). Создание сайтов на собственной платформе Limb. Мультимедиа презентации. Дизайн." width="80" height="21"/></a>
       </div>
     </div>



More information about the limb-svn mailing list