Deprecated-Unsupported/Shell Projects/Lazy-Share/lazyShare-v2.01/resources/settings-notes/lazyShare.theme

146 lines
3.7 KiB
Plaintext
Raw Normal View History

2021-02-18 23:45:52 +00:00
Nanoweb server theme (c)2003 by sIX / aEGiS <six@aegis-corp.org>
Internal theme data
[theme_id]
lazyShare
[/theme_id]
[theme_name]
lazyShare
[/theme_name]
[theme_language]
en-us
[/theme_language]
Core generated content
[server_signature]
Page generated by <b>@$server_string@</b> at http://@$server_name@
[/server_signature]
[error_admin]
Please contact the server <a href="mailto:@$admin@">administrator</a> if the problem is abnormal and persists.<br><br>
[/error_admin]
[error_resource]
An error occured trying to access document or resource <b>@$resource_name@</b>.<br><br>
[/error_resource]
[error_page]
<html>
<head>
<title>@$error_label@</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#005500" text="#000000" link="#204A4E" vlink="#204A4E" alink="#204A4E">
<table bgcolor="#FFFFFF" width="980" align="center" cellspacing="0" cellpadding="0">
<tr height="14">
<td width="14"><img src="/icons/c2_hg.png"></td>
<td background="/icons/c2_h.png"><img src="/icons/c2_h.png"></td>
<td width="14"><img src="/icons/c2_hd.png"></td>
</tr>
<tr>
<td width="14" background="/icons/c2_g.png"><img src="/icons/c2_g.png"></td>
<td>
<table width="950" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td align="left" valign="top"><a href="/"><img src="/icons/lazyShare.png" width="200" height="60" alt="lazyShare" border="0"></a></td>
<td align="right" valign="bottom"><font face="Verdana" size="1"><a href="/" style="text-decoration:none">home</a></td>
</tr>
</table>
<div align="center"><img src="/icons/pixel_cyan.gif" width="950" height="1"><br>
</div>
<br>
<table width="950" border="0" cellspacing="0" cellpadding="0" align="center">
<tr><td valign="top"><table align="center" cellspacing="0" cellpadding="0" width="100%">
<tr><td width="100%" align="left" valign="top">
<font face="Verdana, Arial" size="5"><b>@$error_label@</b></font><br><br>
<font face="Verdana, Arial" size="2">
@$error_resource@
@$error_add_message@
@$error_admin@
<br>
</font>
<img src="/icons/pixel_cyan.gif" width="950" height="1"><br>
<font size="2">Report from lazyShare.</font>
</td></tr></table>
</td></tr></table>
</td>
<td width="14" background="/icons/c2_d.png"><img src="/icons/c2_d.png"></td>
</tr>
<tr height="14">
<td width="14"><img src="/icons/c2_bg.png"></td>
<td background="/icons/c2_b.png"><img src="/icons/c2_b.png"></td>
<td width="14"><img src="/icons/c2_bd.png"></td>
</tr>
</table>
</body>
</html>
[/error_page]
######## File browser module ##########
[fb_parent_name]
../
[/fb_parent_name]
[fb_header]
<!doctype html>
<html lang="en">
<head>
<title>LazyShare</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="/resources/settings-notes/css.css" type="text/css">
</head>
<body>
<div id="bg"><img src="/resources/backgrounds/rainy2.gif"/></div>
<a href="../">
<img src="/resources/icons/left.png" class="backbutton" alt="Can Not Display Picture" />
</a><br>
<div class="header">
<form action="/resources/settings-notes/upload.php" method="post" enctype="multipart/form-data">
Select a file to upload:
<input type="file" name="fileToUpload" id="fileToUpload"><br>
<input type="submit" value="Upload File" name="submit">
</form>
</div>
[/fb_header]
[fb_directory_row]
<div class="lnksNdirs"><a href="@$name@" style="color:#00E8FF;">
<img src="/resources/icons/folder.png" /><br>@$name@</a>
</div>
[/fb_directory_row]
[fb_file_row]
<div class="lnksNdirs">
<a href="@$name@" target="frame" style="color:#00E8FF;">@$name@</a></div>
<br>
[/fb_file_row]
[fb_footer]
<i><iframe id="frame" name="frame" frameborder="0" class="iframer"></iframe></i>
</body>
</html>
[/fb_footer]