Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/app/views/text_viewer/show.html.erb

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17 - (show annotations) (download)
Sun Apr 27 12:01:59 2014 UTC (10 years ago) by opa
File size: 944 byte(s)


1 <div id="header">
2 <%= render(file:"ios7statusbar") %>
3 <table><tbody><tr>
4 <td style="width:4em;" onclick="moveto('<%= j parent_path %>');">
5 <div id="parent">
6 <%= image_tag("arrow_left_blue.png", class:"icon", alt:"◂") %> <%= @parent %>
7 </div>
8 </td>
9 <td>
10 <div id="vpath">
11 <%= @vpath.v %>
12 </div>
13 </td>
14 <td style="width:4em;" onclick="moveto('<%= j setting_path %>');">
15 <div id="setting">
16 設定 <%= image_tag("setting_blue.png", class:"icon", alt:"❁") %>
17 </div>
18 </td>
19 </tr></tbody></table>
20 </div>
21
22 <div id="text_viewer">
23 <div id="header_padding"></div>
24 <% if @html.present? %>
25 <div id="html_area">
26 <%= raw @html %>
27 </div>
28 <% else %>
29 <pre id="text_area">
30 <%- @text.each do |line| -%>
31 <%= line %>
32 <%- end -%>
33 </pre>
34 <% end %>
35 </div>
36
37 <%= render(file:"wait_circle") %>
38
39 <%= content_tag("div", id:"Y", data: {
40 uatype:session[:ua_type],
41 vpath:@vpath.v,
42 location:@location,
43 parent:@parent,
44 }) {} %>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26