Skip to content

Commit

Permalink
Change tepee HTML title, textarea height, save button text
Browse files Browse the repository at this point in the history
  • Loading branch information
lwu committed Jan 18, 2007
1 parent a0ac4f8 commit 8e7e4e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/tippytippytepee/tepee.rb
Expand Up @@ -107,7 +107,7 @@ def layout
unless @no_layout
html do
head do
title 'test'
title 'tippy tippy tepee'
link :href=>R(Stylesheet), :rel=>'stylesheet', :type=>'text/css'
end
style <<-END, :type => 'text/css'
Expand Down Expand Up @@ -163,12 +163,12 @@ def edit
h1 @page.title
form :method => 'post', :action => R(Edit, @page.title) do
p do
textarea @page.body, :name => 'post_body', :rows => 50, :cols => 100
textarea @page.body, :name => 'post_body', :rows => 30, :cols => 100
end
input :type => 'submit', :value=>'change'
input :type => 'submit', :value=>'save'
end
_button 'cancel', :href => R(Show, @page.title, @page.version)
a 'syntax', :href => 'http://hobix.com/textile/', :target=>'_blank'
a 'syntax', :href => 'http://pub.cozmixng.org/~the-rwiki/?cmd=view;name=ERbMemo.en', :target=>'_blank'
end

def list
Expand Down

0 comments on commit 8e7e4e1

Please sign in to comment.