OSDN Git Service

test form
authoryasushiito <yas@pen-chan.jp>
Thu, 13 Feb 2014 09:54:41 +0000 (18:54 +0900)
committeryasushiito <yas@pen-chan.jp>
Thu, 13 Feb 2014 09:54:41 +0000 (18:54 +0900)
commit63cdcd7a3c4382b00531e0b5772ae966859d8ee9
tree9cb18b3498ddd7231b2cf9844ec4f3dad09551ae
parent623fb328302e8daec437b33f9511cdb491cbc203
test form
24 files changed:
app/views/templates/r/form/field/_element.html.erb
app/views/templates/r/form/label_row_break/_br.html.erb [moved from app/views/templates/r/form/label_row_break/_break.html.erb with 100% similarity]
app/views/templates/r/form/row_break/_br.html.erb [new file with mode: 0644]
app/views/templates/r/form/row_break/_break.html.erb [deleted file]
app/views/templates/r/form/tag/_hidden.html.erb [new file with mode: 0644]
app/views/templates/r/form/tag/_number.html.erb [new file with mode: 0644]
app/views/templates/r/form/tag/_select.html.erb [new file with mode: 0644]
app/views/templates/r/form/tag/_text.html.erb
app/views/templates/r/form/tag/_text_area.html.erb [new file with mode: 0644]
lib/manifest/form/field.rb
lib/manifest/form/field/field.rb
lib/manifest/form/field/label.rb
lib/manifest/form/field/label/label.rb
lib/manifest/local/view/form/field.rb
lib/manifest/local/view/form/field/label.rb
lib/manifest/local/view/form/field/label/label.rb
lib/manifest/local/view/form/field/tag.rb
lib/manifest/local/view/form/field/tag/base.rb
lib/manifest/local/view/form/field/tag/hidden.rb
lib/manifest/local/view/form/field/tag/number.rb
lib/manifest/local/view/form/field/tag/select.rb
lib/manifest/local/view/form/field/tag/text.rb
lib/manifest/local/view/form/field/tag/text_area.rb
lib/peta/item.rb