Sha256: 0d221c57dd569ee101daf43ee9082573e279aae0641cc7f6944ee371372dff0c

Contents?: true

Size: 745 Bytes

Versions: 28

Compression:

Stored size: 745 Bytes

Contents

html do
  head do
    title "Template::Remarkably #@place"
  end
  body do
    h1 "The #@place Template for Remarkably"
    a("Home", :href => R(@place))
    P do
      text "Here you can pass some stuff if you like, parameters are just passed like this:"
      br
      a("#@place/one", :href => Rs( @place, :one))
      br
      a("#@place/one/two/three", :href => Rs( @place, :one, :two, :three))
      br
      a("#@place/one?foo=bar", :href => Rs( @place, :one, :foo => :bar))
      br
    end
    div do
      text "The arguments you have passed to this action are:" 
      if @args.empty?
        text "none"
      else
        args.each do |arg|
          span arg
        end
      end
    end
    div @request.params.inspect
  end
end

Version data entries

28 entries across 28 versions & 5 rubygems

Version Path
Pistos-ramaze-2008.09 examples/templates/template/external.rem
Pistos-ramaze-2008.12 examples/templates/template/external.rem
Pistos-ramaze-2009.01 examples/templates/template/external.rem
Pistos-ramaze-2009.02 examples/templates/template/external.rem
clivecrous-ramaze-0.3.9.5 examples/templates/template/external.rem
manveru-ramaze-2008.07 examples/templates/template/external.rem
manveru-ramaze-2008.08 examples/templates/template/external.rem
manveru-ramaze-2008.09 examples/templates/template/external.rem
manveru-ramaze-2008.10 examples/templates/template/external.rem
manveru-ramaze-2008.12 examples/templates/template/external.rem
manveru-ramaze-2009.01 examples/templates/template/external.rem
ptomato-ramaze-2009.02.1 examples/templates/template/external.rem
ptomato-ramaze-2009.02 examples/templates/template/external.rem
ramaze-0.1.4 examples/templates/template/external.rem
ramaze-0.1.3 examples/templates/template/external.rem
ramaze-0.1.1 examples/templates/template/external.rem
ramaze-0.1.2 examples/templates/template/external.rem
ramaze-0.2.0 examples/templates/template/external.rem
ramaze-0.3.0 examples/templates/template/external.rem
ramaze-0.3.5 examples/templates/template/external.rem