OSDN Git Service

t#30102#30122:update i18n pictures
[pettanr/pettanr.git] / app / views / pictures / _head.html.erb
1 <table>
2   <tr>
3     <td>
4       <%= tag :img, picture.opt_img_tag -%>
5       <h2><%= t('pictures.credit.title') %></h2>
6       <%= render picture.full_credit_template, :picture => picture %>
7     </td>
8     <td>
9       <h2>properties</h2>
10       <h2>
11         <%= t_m 'Picture.revision' -%>:<%= picture.revision %>
12       </h2>
13       <div>
14         <%= t_m 'Picture.ext' -%>:<%= picture.ext %>
15       </div>
16       <div>
17         <%= t_m 'Picture.width' -%>:<%= picture.width %> px
18       </div>
19       <div>
20         <%= t_m 'Picture.height' -%>:<%= picture.height %> px
21       </div>
22       <div>
23         <%= t_m 'Picture.filesize' -%>:<%= picture.filesize %>bytes
24       </div>
25     </td>
26   </tr>
27 </table>