<%= htmlparts["headtag"] %> <%= htmlparts['headjs_switchpost'] %>
<%= htmlparts["selectfile"] %> <%= htmlparts["infoarea"] %> <% db.transaction do %>

ファイルインポート

<% case params["action"] when "confirm" %>  ■ 赤色の位置にログを挿入します

<% written = false %> <% db["loglist"].path.each_with_index do |log, i| %> <% if i == db["loginsertindex"] %> <% written = true %> <% end %> <% end %> <% if written == false %> <% end %>
ログファイルのパス ログの表示名
<%= db["logpath"] %> "> <%= db["logdisplay"] %> ">
<%= log %> <%= db["loglist"].display[i] %>
<%= db["logpath"] %> "> <%= db["logdisplay"] %> ">

"> 


<% else %>  ■ 指定されたログの後にインポートされたファイルを挿入します

<% index = 1 %> <% db["loglist"].path.each_with_index do |log, i| %> <% index = index + 1 %> <% end %>
  ログファイルのパス ログの表示名
<% if index == 1 %> <% else %> <% end %> <%= log %> <%= db["loglist"].display[i] %>

インポートファイル
インポート後のファイルパス
ファイルのインポート表示名



<% end %>
<% end %>
<%= APPVERSION %>