Sha256: d99b98300c2516483b7df033e70350439ba5af3b7d13a96a3299a45093a69cf7

Contents?: true

Size: 648 Bytes

Versions: 1

Compression:

Stored size: 648 Bytes

Contents

<h3>下载文件</h3>
<div class="">
  <%= form_tag web_sandbox_console.download_path, method: :get do %>
    <table>
      <tr>
        <td>文件名</td>
        <td>
          <%= text_field_tag :file_name, '', style: "width: 400px;height: 35px;font-size: 15px;" %>
        </td>
        <td><%= submit_tag '提交', data: { disable_with: "已发送,处理中..." }, class: 'view-file-button' %></td>
    </table>
  <% end %>
</div>

<h4>说明:</h4>
<div>
  <pre>
    1. 只可下载log目录下文件
    2. 下载时文件名需要带上后缀如:production.log
    3. csv文件下载后会被删除,不能重复下载
  </pre>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
web_sandbox_console-0.4.0 app/views/web_sandbox_console/home/download_page.html.erb