2026-07-21 19:19:52 +02:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
2026-07-23 18:17:55 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2026-07-22 18:36:02 +02:00
|
|
|
<base href="${opts.baseurl}" />
|
2026-07-30 20:53:12 +02:00
|
|
|
<title>${title}</title>
|
2026-07-31 19:32:19 +02:00
|
|
|
<link rel="stylesheet" href="/css/xrforge.css"></link>
|
2026-07-23 10:01:34 +02:00
|
|
|
${header_include}
|
|
|
|
|
<noscript>
|
2026-07-31 19:32:19 +02:00
|
|
|
{if urlpath == '/' or urlpath == '/index.html' then
|
|
|
|
|
print('<meta http-equiv="refresh" content="0;url=${opts.plugin_diskscan_dirname}">')
|
|
|
|
|
end}
|
2026-07-23 10:01:34 +02:00
|
|
|
</noscript>
|
2026-07-21 19:19:52 +02:00
|
|
|
</head>
|
2026-07-23 10:01:34 +02:00
|
|
|
<body background="#000000" class="${page}">
|
2026-07-21 19:19:52 +02:00
|
|
|
<table width="100%" class="header">
|
|
|
|
|
<tr>
|
2026-07-31 19:32:19 +02:00
|
|
|
<td>
|
2026-07-21 19:19:52 +02:00
|
|
|
<div class="margin1L">
|
2026-07-22 18:36:02 +02:00
|
|
|
<a href="${opts.baseurl}">
|
2026-07-31 16:16:12 +02:00
|
|
|
<div class="logo max">
|
2026-07-31 19:32:19 +02:00
|
|
|
<span class="col1">[</span><span class="col2"><></span><span class="col1">]</span>
|
|
|
|
|
<span class="col3">${opts.title}
|
|
|
|
|
{if url:match("admin") then
|
|
|
|
|
print('<span class="col1">//<span>')
|
|
|
|
|
print('<span class="col0">${opts.admin_title}</span>')
|
|
|
|
|
end}
|
|
|
|
|
</span>
|
2026-07-31 16:16:12 +02:00
|
|
|
</div>
|
2026-07-22 18:36:02 +02:00
|
|
|
</a>
|
2026-07-21 19:19:52 +02:00
|
|
|
</div>
|
|
|
|
|
</td>
|
|
|
|
|
<td class="menu">
|
|
|
|
|
<div class="margin1L">
|
2026-07-23 18:17:55 +02:00
|
|
|
<!-- important: no spaces between anchor tags for older browsers without flexbox -->
|
2026-07-31 19:32:19 +02:00
|
|
|
<a href="/${opts.plugin_diskscan_dirname}"><img class="icon" src="/img/list-tree.svg">${opts.plugin_diskscan_dirname}</a> <a href="/about">about</a>
|
2026-07-28 08:50:24 +02:00
|
|
|
<!--<a class="xl" href="/howto">Howto</a></div>-->
|
2026-07-21 19:19:52 +02:00
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
<table width="100%">
|
|
|
|
|
<tr>
|
|
|
|
|
<td>
|
|
|
|
|
<center>
|
|
|
|
|
<table width="80%" class="page">
|
|
|
|
|
<tr>
|
|
|
|
|
<td>
|