retheme ramgen/asxgen
This commit is contained in:
@@ -22,12 +22,9 @@ if (minisrv_config.config.ServiceVaults) {
|
||||
let subDirPath = '';
|
||||
const currentDir = path.dirname(__filename);
|
||||
const serviceVaultIdx = currentDir.indexOf('ServiceVault');
|
||||
console.log("DEBUG: currentDir =", currentDir, "serviceVaultIdx =", serviceVaultIdx);
|
||||
if (serviceVaultIdx !== -1) {
|
||||
const afterVault = currentDir.substring(serviceVaultIdx + 12); // 12 = length of 'ServiceVault'
|
||||
console.log("DEBUG: afterVault =", afterVault);
|
||||
const parts = afterVault.split(path.sep).filter(p => p);
|
||||
console.log("DEBUG: parts =", parts);
|
||||
if (parts.length > 1) {
|
||||
// parts[0] is the service name (e.g., 'wtv-music'), parts[1+] are the subdirs
|
||||
const subdirs = parts.slice(1);
|
||||
@@ -96,8 +93,34 @@ Content-type: text/html`;
|
||||
<body bgcolor="#110e1f" text="#44a1cc" link="36d5ff" vlink="36d5ff" vspace=0>
|
||||
<display nosave nosend>
|
||||
<title>RealAudio Files on this Service</title>
|
||||
<sidebar width=20%>
|
||||
<img src="wtv-tricks:/images/Realaudio_bg.gif">
|
||||
<sidebar width=110>
|
||||
<table cellspacing=0 cellpadding=0 BGCOLOR="30364D">
|
||||
<tr>
|
||||
<td colspan=3 abswidth=104 absheight=4>
|
||||
<td rowspan=99 width=6 absheight=580 valign=top align=left>
|
||||
<img src="/ROMCache/Shadow.gif" width=6 height=580>
|
||||
<tr>
|
||||
<td abswidth=6>
|
||||
<td abswidth=92 absheight=76>
|
||||
<table href="wtv-home:/home" absheight=76 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td align=right>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</table>
|
||||
<td abswidth=6>
|
||||
<tr><td absheight=5 colspan=3>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr><td abswidth=104 absheight=2 valign=middle align=center bgcolor="1C1E28">
|
||||
<img src="/ROMCache/Spacer.gif" width=1 height=1>
|
||||
<tr><td abswidth=104 absheight=1 valign=top align=left>
|
||||
<tr><td abswidth=104 absheight=2 valign=top align=left bgcolor="4D5573">
|
||||
<img src="/ROMCache/Spacer.gif" width=1 height=1>
|
||||
</table>
|
||||
<tr><td absheight=37>
|
||||
<tr><td absheight=433 align=right colspan=3>
|
||||
<img src="/ROMCache/real.gif" width=96 height=80>
|
||||
<tr><td absheight=150>
|
||||
</table>
|
||||
</sidebar>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
Reference in New Issue
Block a user