Sha256: 1895118773e029b081416c9021c8d059097ff758915a8e1b4669a964ad73d79b

Contents?: true

Size: 688 Bytes

Versions: 28

Compression:

Stored size: 688 Bytes

Contents

<html>
  <head>
    <title>Template::Ezamar internal</title>
  </head>
  <body>
  <h1>The internal Template for Ezamar</h1>
    #{A 'Home', :href => :/}
    <p>
      Here you can pass some stuff if you like, parameters are just passed like this:<br />
      #{A("internal/one")}<br />
      #{A("internal/one/two/three")}<br />
      #{A("internal/one?foo=bar")}<br />
    </p>
    <div>
      The arguments you have passed to this action are:
      <?r if @args.empty? ?>
        none
      <?r else ?>
        <?r @args.each do |arg| ?>
          <span>#{arg}</span>
        <?r end ?>
      <?r end ?>
    </div>
    <div>
      #{request.params.inspect}
    </div>
  </body>
</html>

Version data entries

28 entries across 28 versions & 5 rubygems

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