[Fedora-directory-commits] adminserver/admserv/html htmladmin.html, NONE, 1.1 monreplication.html, NONE, 1.1 viewdata.html, NONE, 1.1 viewlog.html, NONE, 1.1 Makefile, 1.6, 1.7

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Mon Jul 24 12:53:22 UTC 2006


Author: rmeggins

Update of /cvs/dirsec/adminserver/admserv/html
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8989

Modified Files:
	Makefile 
Added Files:
	htmladmin.html monreplication.html viewdata.html viewlog.html 
Log Message:
renamed the files from .h to .html - they are html files after all


--- NEW FILE htmladmin.html ---
<!--
  BEGIN COPYRIGHT BLOCK
  Copyright (C) 2001 Sun Microsystems, Inc.  Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.

  This program is free software; you can redistribute it and/or
  modify it under the terms of the GNU General Public License
  as published by the Free Software Foundation; either version 2
  of the License, or (at your option) any later version.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

  END COPYRIGHT BLOCK
-->
<html>
<head>
<title></title>
</head>
<SCRIPT language="javascript">
<!--
function home_onMouseDown(evt)
{
	altURL = false;
	if(evt.modifiers)
	{
		if(evt.modifiers & Event.ALT_MASK)
			altURL = true;
	}
	else
	{
		if(window.event.altKey)
			altURL = true;
	}

	if(altURL)	
	{
		top.location.href="HTMLAdmin?op=dms";
		return false;
	}
	return true;
}
//-->
</SCRIPT>

<body text="#FFFFFF" bgcolor="#666699" link="#FFFFFF" vlink="#FFFFFF" alink="#333366">
<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BGCOLOR="#666699" >
<tr>
<td WIDTH="100%">
<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" >
<tr>
<td>
<table BORDER=0 CELLSPACING=10 CELLPADDING=0 >
<tr>

<td NOWRAP><font face="PrimaSans BT, Verdana, sans-serif"><font size=-1>Fedora</font><font color="#999999"><font size=-2>®</font></font></font>
<br><b><font face="PrimaSans BT, Verdana, sans-serif"><font size=-1>Administration
Express</font></font></b></td>

<td ALIGN=RIGHT NOWRAP>
<table BORDER=0 CELLSPACING=0 CELLPADDING=0 COLS=1 WIDTH="100%" >
<tr>
<td ALIGN=RIGHT WIDTH="100"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>

<td>
<!-- HELPLINK -->
<img SRC="../icons/help.gif" height=25 width=27 align=TEXTTOP border=0><br><font face="PrimaSans BT, Verdana, sans-serif"><font size=-1>Help</A></font></font>
</td>
</tr>
</table>

</body>
</html>


--- NEW FILE monreplication.html ---
<!--
  BEGIN COPYRIGHT BLOCK
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.

  This program is free software; you can redistribute it and/or
  modify it under the terms of the GNU General Public License
  as published by the Free Software Foundation; either version 2
  of the License, or (at your option) any later version.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.


  END COPYRIGHT BLOCK
-->
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-type" CONTENT="text/html;charset=utf-8">
</HEAD>
<body text="#000000" bgcolor="#FFFFFF" link="#666699" vlink="#666699" alink="#333366">

<br>
<font face="PrimaSans BT, Verdana, sans-serif">
<!-- ID_TITLE -->
</font>

<form method=GET action=repl-monitor-cgi.pl>
<font face="PrimaSans BT, Verdana, sans-serif" size=-1>
<table border="0" cellpadding="3" cellspacing="2" cols="2">
<tr><td width=15% nowrap>
<!-- ELEM txt="Configuration file: " -->
<td nowrap>
<!-- CONFIGFILE -->
<tr><td width=15% nowrap>
<!-- ELEM txt="Refresh interval (seconds): " -->
<td>
<!-- REFRESHINTERVAL -->
</table>
<p>
<!-- SERVHOST -->
<!-- SERVPORT -->
<!-- ADMURL -->
<!-- SITEROOT -->
<!-- SUBMIT -->
</font>
</form>

</body>
</HTML>


--- NEW FILE viewdata.html ---
<!--
  BEGIN COPYRIGHT BLOCK
  Copyright (C) 2001 Sun Microsystems, Inc.  Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.

  This program is free software; you can redistribute it and/or
  modify it under the terms of the GNU General Public License
  as published by the Free Software Foundation; either version 2
  of the License, or (at your option) any later version.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

  END COPYRIGHT BLOCK
-->
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-type" CONTENT="text/html;charset=utf-8">
</HEAD>
<body text="#000000" bgcolor="#FFFFFF" link="#666699" vlink="#666699" alink="#333366">

<br>
<table BORDER=0 CELLSPACING=2 CELLPADDING=2 WIDTH="100%">
<!-- ID_TITLE -->
<p>
<!-- SHOW_DATA -->
<p>
<font face="PrimaSans BT, Verdana, sans-serif"><font size=-1>Additional Information:</font></font>
<p>
<!-- CHECK_UPGRADE -->
<p>
<!-- SHOW_URL -->
</table>

<!-- HELPBUTTON -->

</body>
</HTML>


--- NEW FILE viewlog.html ---
<!--
  BEGIN COPYRIGHT BLOCK
  Copyright (C) 2001 Sun Microsystems, Inc.  Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.

  This program is free software; you can redistribute it and/or
  modify it under the terms of the GNU General Public License
  as published by the Free Software Foundation; either version 2
  of the License, or (at your option) any later version.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

  END COPYRIGHT BLOCK
-->
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-type" CONTENT="text/html;charset=utf-8">
</HEAD>
<body text="#000000" bgcolor="#FFFFFF" link="#666699" vlink="#666699" alink="#333366">

<br>
<font face="PrimaSans BT, Verdana, sans-serif">
<!-- ID_TITLE -->
</font>

<table BORDER=0 CELLSPACING=2 CELLPADDING=2 WIDTH="100%">
<tr>
<td>
<form method=GET action=ViewLog>
<font face="PrimaSans BT, Verdana, sans-serif"><font size=-1>
<!-- BEGINELEM -->
<!-- ELEM txt="Log to view:            " -->
<!-- LOG_TO_VIEW -->
<!-- ELEM txt="Number of entries:      " -->
<!-- NUM_TO_VIEW -->
<!-- ELEMADD txt="Only show entries with: " -->
<!-- STRING_TO_VIEW -->
<!-- ENDELEM -->
<!-- HIDDEN_DIR -->
<!-- SUBMIT -->
</font></font>
</form>

<font face="PrimaSans BT, Verdana, sans-serif"><font size=-1>
<pre>
<!-- ACCESS_LOG -->
</pre>
</font></font>

</td>
</tr>
</table>

</body>
</HTML>


Index: Makefile
===================================================================
RCS file: /cvs/dirsec/adminserver/admserv/html/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Makefile	29 Sep 2005 22:11:59 -0000	1.6
+++ Makefile	24 Jul 2006 12:53:20 -0000	1.7
@@ -37,34 +37,22 @@
 
 BINS=$(addprefix $(HTMLDEST)/,$(HTML))
 
-include $(BUILD_ROOT)/webint.mk
-
 all: $(HTMLDEST) $(BINS) 
-#	+$(LANG_LOOP)
 
 $(HTMLDEST):
 	mkdir -p $(HTMLDEST)
 
-$(HTMLDEST)/infonav.html:       infonav.h
-	cp $< $@   
-
-$(HTMLDEST)/distacledit.html:       distacledit.h
-	cp $< $@ 
-
-$(HTMLDEST)/viewlog.html:       viewlog.h
+$(HTMLDEST)/viewlog.html:       viewlog.html
 	cp $< $@ 
 
-$(HTMLDEST)/viewdata.html:       viewdata.h
+$(HTMLDEST)/viewdata.html:       viewdata.html
 	cp $< $@ 
 
-$(HTMLDEST)/monreplication.html:  monreplication.h
+$(HTMLDEST)/monreplication.html:  monreplication.html
 	cp $< $@ 
 
-$(HTMLDEST)/htmladmin.html:       htmladmin.h
+$(HTMLDEST)/htmladmin.html:       htmladmin.html
 	cp $< $@ 
 
 strip:
 depend:
-
-HTMLDEFS=-DPRODUCT_NAME=$(PRODUCT) -D$(ARCH) -DARCH=$(PRETTY_ARCH)
-




More information about the Fedora-directory-commits mailing list