-- vim:set ft=lua: dofile(mg.script_name:gsub('[^\\/]*$','')..'util.lua') ct=template({ title='ホーム', --video=true, Scrollable=true, js='\n', subheader=[=[
ホーム
]=], menu=[=[
  • view_moduleグリッド表示
  • view_listリスト表示
  • search検索
  • sort_by_alpha名前順
  • access_time日付順
  • sort昇順降順
  • refreshライブラリ更新
  • photoサムネ作成
  • ]=], main=[=[
    ]=]..player('')..[=[
    ]=]..(JKRDLOG_PATH~='' and '
    ' or '')..[=[
    ]=] }) mg.write(ct:Pop(Response(200,'text/html','utf-8',ct.len)..(ct.gzip and 'Content-Encoding: gzip\r\n' or '')..'\r\n'))