<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,15 +4,28 @@
 class Pages &lt; Shoes
   
   url &quot;/&quot;, :index
+  url &quot;/hello&quot;, :hello
   url &quot;/about&quot;, :about
   
   def navbar
     flow :width =&gt; &quot;100%&quot; do
       para link(&quot;Home&quot;, :click =&gt; &quot;/&quot;), &quot; | &quot;
+      para link(&quot;Hello&quot;, :click =&gt; &quot;/hello&quot;), &quot; | &quot;
       para link(&quot;About&quot;, :click =&gt; &quot;/about&quot;)
     end
   end
   
+  def hello
+    navbar
+    flow do
+      para &quot;Enter your name&quot;
+      @name = edit_line
+      button &quot;Go&quot; do
+        alert @name.text
+      end
+    end
+  end
+  
   def index
     navbar
     para &quot;Multiple pages&quot;</diff>
      <filename>simple/url.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>410a48bca7ddd153d3565493eb2b0ac283746503</id>
    </parent>
  </parents>
  <author>
    <name>Brian Hogan</name>
    <email>brianhogan@napcs.com</email>
  </author>
  <url>http://github.com/napcs/shoes_demo_apps/commit/3a72df76b934f58b1d628869272faae859dc5011</url>
  <id>3a72df76b934f58b1d628869272faae859dc5011</id>
  <committed-date>2009-04-04T20:53:00-07:00</committed-date>
  <authored-date>2009-04-04T20:53:00-07:00</authored-date>
  <message>Updated url example with a form</message>
  <tree>b1d1e72880a44a7e7838d1878243da07d93d2009</tree>
  <committer>
    <name>Brian Hogan</name>
    <email>brianhogan@napcs.com</email>
  </committer>
</commit>
