Sha256: 775740a9d0c91baa5d86184374e71e2cc3881e1cd4b86e2708af70190949b9f9

Contents?: true

Size: 373 Bytes

Versions: 22

Compression:

Stored size: 373 Bytes

Contents

<form id="new_paste" action="/save" method="POST">
  <textarea name="text">#{@paste.text}</textarea>
  <select name="syntax">
    <?r Paste::SYNTAX_LIST.each do |value, name|
        selected = ' selected="selected"' if value == @paste.syntax ?>
    <option value="#{value}"#{selected}>#{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/copy.xhtml
Pistos-ramaze-2008.12 examples/app/rapaste/view/copy.xhtml
Pistos-ramaze-2009.01 examples/app/rapaste/view/copy.xhtml
Pistos-ramaze-2009.02 examples/app/rapaste/view/copy.xhtml
clivecrous-ramaze-0.3.9.5 examples/rapaste/view/copy.xhtml
manveru-ramaze-2008.07 examples/app/rapaste/view/copy.xhtml
manveru-ramaze-2008.08 examples/app/rapaste/view/copy.xhtml
manveru-ramaze-2008.09 examples/app/rapaste/view/copy.xhtml
manveru-ramaze-2008.10 examples/app/rapaste/view/copy.xhtml
manveru-ramaze-2008.12 examples/app/rapaste/view/copy.xhtml
manveru-ramaze-2009.01 examples/app/rapaste/view/copy.xhtml
ptomato-ramaze-2009.02.1 examples/app/rapaste/view/copy.xhtml
ptomato-ramaze-2009.02 examples/app/rapaste/view/copy.xhtml
ramaze-0.3.0 examples/rapaste/template/copy.xhtml
ramaze-0.3.5 examples/rapaste/view/copy.xhtml
ramaze-2008.06 examples/app/rapaste/view/copy.xhtml
ramaze-2008.11 examples/app/rapaste/view/copy.xhtml
ramaze-2009.01 examples/app/rapaste/view/copy.xhtml
ramaze-0.3.9.1 examples/rapaste/view/copy.xhtml
ramaze-0.3.9 examples/rapaste/view/copy.xhtml