<%= htmlparts["headtag"] %> <%= htmlparts['headjs_switchpost'] %>
<%= htmlparts["selectfile"] %> <%= htmlparts["infoarea"] %>

ログ管理

<% case params["action"] when "addconfirm" %> <% db.transaction do %>  ■ 赤枠の位置に現在の記事をログとして保存します

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

 


<% when "delconfirm" %> <% db.transaction do %> ">  ■ 赤枠の位置のログを削除します。よろしいですか?

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

 


<% when "edit" %> <% db.transaction do %>  ■ ログファイル管理
 赤枠のログを入力された名前で、チェックされたログの後に挿入します。

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


 ■ <%= db["logpath"] %>の新しい情報を入力してください

ログのパス ">
ログの表示名 ">

">"> 


<% end %> <% when "editconfirm" %> <% db.transaction do %>  ■ 確認
 以下のように変更を適用します。よろしいですか?

<% editcounter = 0 %> <% db["loglist"].path.each_with_index do |log, i| %> <% if db["logeditindex"] != i %> <% if editcounter == db["loginsertindex"] %> <% end %> <% editcounter = editcounter + 1 %> <% end %> <% end %>
ログファイルのパス ログの表示名
<%= log %> <%= db["loglist"].display[i] %>
<%= db["logpath"] %> "> <%= db["logdisplay"] %> ">


"> 


<% end %> <% else %> <% db.transaction do %>  ■ ログファイル管理
 現在の<%= db["loglist"].path[0] %>をログとして保存します。その後loglist.xmlを変更します。

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

 

 ■ 現在のdiary.xmlを保存する為の情報を入力してください

ログのパス ">
ログの表示名 ">



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