Changeset 121
- Timestamp:
- 01/18/2007 17:17:25 (22 months ago)
- Files:
-
- 1 modified
-
trunk/examples/tippytippytepee/tepee.rb (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/tippytippytepee/tepee.rb
r120 r121 108 108 html do 109 109 head do 110 title 't est'110 title 'tippy tippy tepee' 111 111 link :href=>R(Stylesheet), :rel=>'stylesheet', :type=>'text/css' 112 112 end … … 164 164 form :method => 'post', :action => R(Edit, @page.title) do 165 165 p do 166 textarea @page.body, :name => 'post_body', :rows => 50, :cols => 100167 end 168 input :type => 'submit', :value=>' change'166 textarea @page.body, :name => 'post_body', :rows => 30, :cols => 100 167 end 168 input :type => 'submit', :value=>'save' 169 169 end 170 170 _button 'cancel', :href => R(Show, @page.title, @page.version) 171 a 'syntax', :href => 'http:// hobix.com/textile/', :target=>'_blank'171 a 'syntax', :href => 'http://pub.cozmixng.org/~the-rwiki/?cmd=view;name=ERbMemo.en', :target=>'_blank' 172 172 end 173 173
