initial commit of file from CVS for smeserver-userpanel on Sat Sep 7 21:12:39 AEST 2024
This commit is contained in:
3
root/etc/e-smith/web/panels/user/access.incl
Normal file
3
root/etc/e-smith/web/panels/user/access.incl
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
}
|
||||
|
35
root/etc/e-smith/web/panels/user/html/index.html
Normal file
35
root/etc/e-smith/web/panels/user/html/index.html
Normal file
@@ -0,0 +1,35 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<HTML>
|
||||
|
||||
<HEAD>
|
||||
<TITLE>SME Server / user </TITLE>
|
||||
</HEAD>
|
||||
|
||||
<FRAMESET FRAMESPACING="0" COLS="170,*" FRAMEBORDER="0" BORDER="0">
|
||||
|
||||
<FRAME NAME="navigation" RESIZE="auto" MARGINHEIGHT="0" SRC="/user-manager/cgi-bin/userpanel-navigation"
|
||||
FRAMEBORDER="no" SCROLLING="auto" MARGINWIDTH="0" BORDER="0">
|
||||
|
||||
<FRAME NAME="main" RESIZE="auto" MARGINHEIGHT="0" SRC="/user-manager/cgi-bin/userpanel-initial"
|
||||
FRAMEBORDER="no" SCROLLING="auto" MARGINWIDTH="0" BORDER="0">
|
||||
|
||||
</FRAMESET>
|
||||
|
||||
<NOFRAMES>
|
||||
<BODY>
|
||||
|
||||
<H1>Welcome to the user manager panel</H1>
|
||||
|
||||
<P><A HREF="/user-manager/cgi-bin/userpanel-noframes">Click here</A> for a
|
||||
list of available functions.
|
||||
|
||||
<P>As part of our commitment to open-source software, you are welcome
|
||||
to copy and redistribute this software.
|
||||
|
||||
<P>
|
||||
<HR>
|
||||
|
||||
</BODY>
|
||||
</NOFRAMES>
|
||||
|
||||
</HTML>
|
Reference in New Issue
Block a user