summaryrefslogtreecommitdiffstats
path: root/abs/core/supplemental-web/contents/exports.shtml
blob: 7aaba33cd7b3db16f107f7370ea48084aab641d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head>
<style type="text/css">@import "/frame.css";</style>
</head>

<body>
<div id="mainContainer">
	<div id="header">
		<h1>File Shares</h1>
		<br>
	</div>
	<div id="content">
		<!--#exec cmd="/data/srv/httpd/htdocs/list_exports.py" -->
	</div>
</div>
</body>
</html>