OSDN Git Service

add dialog
authoryasushiito <yas@pen-chan.jp>
Sun, 22 Jun 2014 01:23:30 +0000 (10:23 +0900)
committeryasushiito <yas@pen-chan.jp>
Sun, 22 Jun 2014 01:23:30 +0000 (10:23 +0900)
commite0c8696eab6c0085930bb34bb4b0e82261a8b8b3
tree9a76caef16a5ba64c5bf93a52238fdb29de9dc9d
parent69b61b39006c1951fc8c08746e884e63e50233b3
add dialog
59 files changed:
app/assets/stylesheets/test.css.scss
app/models/ground_picture.rb
app/models/original_picture_license.rb
app/models/panel_picture.rb
app/models/resource_picture.rb
app/views/templates/r/dialog/_body.html.erb [new file with mode: 0644]
app/views/templates/r/dialog/_dialog.html.erb [new file with mode: 0644]
app/views/templates/r/dialog/_file_body.html.erb [new file with mode: 0644]
app/views/templates/r/dialog/_file_header.html.erb [new file with mode: 0644]
app/views/templates/r/dialog/_file_item.html.erb [new file with mode: 0644]
app/views/templates/r/dialog/_header.html.erb [new file with mode: 0644]
app/views/templates/r/dialog/button/_default.html.erb [new file with mode: 0644]
app/views/templates/r/dialog/caption/_default.html.erb [new file with mode: 0644]
app/views/templates/r/dialog/caption/_default_without_link.html.erb [new file with mode: 0644]
app/views/templates/r/dialog/caption/_none.html.erb [new file with mode: 0644]
app/views/templates/r/dialog/caption_face/_column.html.erb [new file with mode: 0644]
app/views/templates/r/dialog/caption_face/_empty.html.erb [new file with mode: 0644]
app/views/templates/r/dialog/caption_face/_method.html.erb [new file with mode: 0644]
app/views/templates/r/dialog/caption_face/_none.html.erb [new file with mode: 0644]
app/views/templates/r/dialog/date/_default.html.erb [new file with mode: 0644]
app/views/templates/r/dialog/date/_none.html.erb [new file with mode: 0644]
app/views/templates/r/dialog/dialog.html.erb [new file with mode: 0644]
app/views/templates/r/dialog/edit/_account.html.erb [new file with mode: 0644]
app/views/templates/r/dialog/edit/_default.html.erb [new file with mode: 0644]
app/views/templates/r/dialog/edit/_none.html.erb [new file with mode: 0644]
app/views/templates/r/dialog/edit/_template.html.erb [new file with mode: 0644]
app/views/templates/r/dialog/header_column/_none.html.erb [new file with mode: 0644]
app/views/templates/r/dialog/header_column/_show.html.erb [new file with mode: 0644]
app/views/templates/r/dialog/icon/_default.html.erb [new file with mode: 0644]
app/views/templates/r/dialog/icon/_none.html.erb [new file with mode: 0644]
app/views/templates/r/dialog/item_column/_none.html.erb [new file with mode: 0644]
app/views/templates/r/dialog/item_column/_show.html.erb [new file with mode: 0644]
app/views/templates/r/dialog/pager/_default.html.erb [new file with mode: 0644]
app/views/templates/r/dialog/pager/_more.html.erb [new file with mode: 0644]
app/views/templates/r/dialog/pager/_none.html.erb [new file with mode: 0644]
app/views/templates/r/dialog/summary/_none.html.erb [new file with mode: 0644]
app/views/templates/r/dialog/summary/_template.html.erb [new file with mode: 0644]
app/views/templates/r/dialog/symbol/_default.html.erb [new file with mode: 0644]
app/views/templates/r/dialog/symbol/_default_without_link.html.erb [new file with mode: 0644]
app/views/templates/r/dialog/symbol/_template.html.erb [new file with mode: 0644]
app/views/templates/r/dialog/symbol_face/_image.html.erb [new file with mode: 0644]
app/views/templates/r/dialog/symbol_face/_picture.html.erb [new file with mode: 0644]
config/environments/test.rb
lib/local_manifest/filer.rb
lib/local_manifest/filer/button.rb [new file with mode: 0644]
lib/local_manifest/filer/button/base.rb [new file with mode: 0644]
lib/local_manifest/filer/button/default.rb [new file with mode: 0644]
lib/locmare/dialog.rb [new file with mode: 0644]
lib/locmare/dialog/body.rb [new file with mode: 0644]
lib/locmare/dialog/body/file_body.rb [new file with mode: 0644]
lib/locmare/dialog/body/file_body/file_item.rb [new file with mode: 0644]
lib/locmare/dialog/body/file_body/file_item/button.rb [new file with mode: 0644]
lib/locmare/dialog/body/file_body/file_item/button/base.rb [new file with mode: 0644]
lib/locmare/dialog/body/file_header.rb [new file with mode: 0644]
lib/locmare/filer.rb
lib/locmare/filer/body.rb
lib/locmare/filer/body/file_body.rb
lib/locmare/locmare.rb
lib/peta/item.rb