Changeset 121

Show
Ignore:
Timestamp:
01/18/2007 17:17:25 (22 months ago)
Author:
lwu
Message:

Change tepee HTML title, textarea height, save button text

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/examples/tippytippytepee/tepee.rb

    r120 r121  
    108108      html do 
    109109        head do 
    110           title 'test' 
     110          title 'tippy tippy tepee' 
    111111          link :href=>R(Stylesheet), :rel=>'stylesheet', :type=>'text/css'  
    112112        end 
     
    164164    form :method => 'post', :action => R(Edit, @page.title) do 
    165165      p do 
    166         textarea @page.body, :name => 'post_body', :rows => 50, :cols => 100 
    167       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'  
    169169    end 
    170170    _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' 
    172172  end 
    173173