File: mhaadmin.html

package info (click to toggle)
mhonarc 2.6.24-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,020 kB
  • sloc: perl: 280,086; makefile: 11
file content (12 lines) | stat: -rw-r--r-- 367 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
<!-- Sample start page for MHonArc web administration -->
<html>
<head>
<title>MHonArc Archive Admin</title>
</head>
<frameset rows="45,*">
    <frame name="mhaMenuBar"  src="mhaadmin.cgi?action=menubar"
	   scrolling=no marginwidth=0 marginheight=2>
    <frame name="mhaWorkArea" src="mhaadmin.cgi?action=index"
	   marginwidth=0 marginheight=0>
</frameset>
</html>