Sha256: 815c43fd47b475f5a266c37cc3932d209ecc68a7c06a1d7638116b06a631c4a9

Contents?: true

Size: 282 Bytes

Versions: 22

Compression:

Stored size: 282 Bytes

Contents

<form id="new_paste" action="/save" method="POST">
  <textarea name="text"></textarea>
  <select name="syntax">
    <?r Paste::SYNTAX_LIST.each do |value, name| ?>
      <option value="#{value}">#{name || value}</option>
    <?r end ?>
  </select>
  <input type="submit" />
</form>

Version data entries

22 entries across 22 versions & 5 rubygems

Version Path
Pistos-ramaze-2008.09 examples/app/rapaste/view/index.xhtml
Pistos-ramaze-2008.12 examples/app/rapaste/view/index.xhtml
Pistos-ramaze-2009.01 examples/app/rapaste/view/index.xhtml
Pistos-ramaze-2009.02 examples/app/rapaste/view/index.xhtml
clivecrous-ramaze-0.3.9.5 examples/rapaste/view/index.xhtml
manveru-ramaze-2008.07 examples/app/rapaste/view/index.xhtml
manveru-ramaze-2008.08 examples/app/rapaste/view/index.xhtml
manveru-ramaze-2008.09 examples/app/rapaste/view/index.xhtml
manveru-ramaze-2008.10 examples/app/rapaste/view/index.xhtml
manveru-ramaze-2008.12 examples/app/rapaste/view/index.xhtml
manveru-ramaze-2009.01 examples/app/rapaste/view/index.xhtml
ptomato-ramaze-2009.02.1 examples/app/rapaste/view/index.xhtml
ptomato-ramaze-2009.02 examples/app/rapaste/view/index.xhtml
ramaze-0.3.0 examples/rapaste/template/index.xhtml
ramaze-0.3.5 examples/rapaste/view/index.xhtml
ramaze-2008.06 examples/app/rapaste/view/index.xhtml
ramaze-2008.11 examples/app/rapaste/view/index.xhtml
ramaze-2009.01 examples/app/rapaste/view/index.xhtml
ramaze-0.3.9 examples/rapaste/view/index.xhtml
ramaze-0.3.9.1 examples/rapaste/view/index.xhtml