<% db.transaction do %>
<%= menu %>
<% 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"] %> ">

"> <% when "exec" %>
インポート処理が完了しました。

トップページに戻る <% 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] %>

インポートファイル
インポート後のファイルパス
ファイルのインポート表示名
<%= db["error"] %>

<% end %>

<%= APPVERSION %>
<% end %>