File: mhaadmin.html

package info (click to toggle)
mhonarc 2.6.19-2
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 8,752 kB
  • ctags: 7,929
  • sloc: perl: 279,551; makefile: 35
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>