[limb-svn] r6234 - in 3.x/examples: limb_app/template/main_page shop/template wact/examples/tags/form/basic wact/templates

svn at limb-project.com svn at limb-project.com
Mon Aug 27 12:24:57 MSD 2007


Author: pachanga
Date: 2007-08-27 12:24:57 +0400 (Mon, 27 Aug 2007)
New Revision: 6234
URL: http://fisheye.limb-project.com/changelog/limb/?cs=6234

Modified:
   3.x/examples/limb_app/template/main_page/display.html
   3.x/examples/shop/template/admin_page.html
   3.x/examples/shop/template/page.html
   3.x/examples/wact/examples/tags/form/basic/form_errors.php
   3.x/examples/wact/templates/wrap.html
Log:
-- renaming examples.limb-project.com to projects.limb-project.com

Modified: 3.x/examples/limb_app/template/main_page/display.html
===================================================================
--- 3.x/examples/limb_app/template/main_page/display.html	2007-08-10 13:35:24 UTC (rev 6233)
+++ 3.x/examples/limb_app/template/main_page/display.html	2007-08-27 08:24:57 UTC (rev 6234)
@@ -9,7 +9,7 @@
 Not really much at the moment, it's just an empty application :)
 </p>
 
-<p>You can learn more about building Limb based applications from <a href="http://wiki.limb-project.com">online documentation</a>(it's pretty scarce at the moment) or, what's probably a better idea, you can have a look at <a href="http://examples.limb-project.com">other web application examples</a>.
+<p>You can learn more about building Limb based applications from <a href="http://wiki.limb-project.com">online documentation</a>(it's pretty scarce at the moment) or, what's probably a better idea, you can have a look at <a href="http://projects.limb-project.com">other web application projects</a>.
 </p>
     
 <p>Oh, maybe you have a creative mood today? Want to change this page? Go for it! Edit <b>template/main_page/display.html</b> template in the root directory of the application and view changes in the browser. You can also <a href='template_source/?t[]=main_page/display.html' target='_blank' class='view_template'>view template for this page</a> online.

Modified: 3.x/examples/shop/template/admin_page.html
===================================================================
--- 3.x/examples/shop/template/admin_page.html	2007-08-10 13:35:24 UTC (rev 6233)
+++ 3.x/examples/shop/template/admin_page.html	2007-08-27 08:24:57 UTC (rev 6234)
@@ -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://examples.limb-project.com">examples.limb-project.com</a></div>
+    <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>
 </div>
 

Modified: 3.x/examples/shop/template/page.html
===================================================================
--- 3.x/examples/shop/template/page.html	2007-08-10 13:35:24 UTC (rev 6233)
+++ 3.x/examples/shop/template/page.html	2007-08-27 08:24:57 UTC (rev 6234)
@@ -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://examples.limb-project.com">examples.limb-project.com</a></div>
+    <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>
 </div>
 

Modified: 3.x/examples/wact/examples/tags/form/basic/form_errors.php
===================================================================
--- 3.x/examples/wact/examples/tags/form/basic/form_errors.php	2007-08-10 13:35:24 UTC (rev 6233)
+++ 3.x/examples/wact/examples/tags/form/basic/form_errors.php	2007-08-27 08:24:57 UTC (rev 6234)
@@ -34,7 +34,7 @@
     $error_list = new WactFormErrorList();
     $error_list->addError('"{field1}" must have a value', $fields = array('field1' => 'my_input'));
     $error_list->addError('Any other form error.');
-    $form->setErrors($error_list);
+    $error_list->bindToForm($form);
   }
 }
 ?>

Modified: 3.x/examples/wact/templates/wrap.html
===================================================================
--- 3.x/examples/wact/templates/wrap.html	2007-08-10 13:35:24 UTC (rev 6233)
+++ 3.x/examples/wact/templates/wrap.html	2007-08-27 08:24:57 UTC (rev 6234)
@@ -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://examples.limb-project.com">examples.limb-project.com</a></div>
+      <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>
   </div>
   <div id="center">
@@ -45,4 +45,4 @@
   </div>
 
 </body>
-</html>
\ No newline at end of file
+</html>



More information about the limb-svn mailing list