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>