" />
<% if option['form'] != 'off' then %>
" enctype="multipart/form-data">
お名前(必須)
メール(必須)
ファイル(必須)
<% if FILE_SIZE_LIMIT then %>(上限 : <%= (FILE_SIZE_LIMIT + 1023) / 1024 %>KB)<% end %>
メモ

<% end %> <% if list.size > 0 then list.each{|id| if (data = get(id)) == nil then next end %>

"><%= data[FORM_FILE][:file_name_short] %> (<%= (data[FORM_FILE][:file_size] + 1023) / 1024 %>KB)

<%= data[FORM_MEMO].gsub(/$/, '
') %>

投稿者:<%= data[FORM_AUTHOR] %> | 投稿時間:<%= data[DATE].to_s %> <% if data[AUTHORIZE] == parseCookie(cgi.cookies[COOKIE_NAME])[AUTHORIZE] %>  | ">再編集 | ">削除 <% end %>
<% } end %> <% if option['error'] then %>
エラーが発生しました。確認してください。
<%= option['error'] %>
<% end %>