184 lines
7.2 KiB
Plaintext
184 lines
7.2 KiB
Plaintext
<HTML>
|
|
<title>^IISLOG^</title>
|
|
|
|
<FONT COLOR=FFFFFF>
|
|
<STYLE>
|
|
A {text-decoration: none}
|
|
</STYLE>
|
|
</FONT>
|
|
|
|
^BodyTag^
|
|
|
|
<!-- Header -->
|
|
<!-- Windows NT Server with IIS -->
|
|
<%if platformtype EQ 1%>
|
|
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>
|
|
<TR VALIGN=CENTER>
|
|
<TD><A HREF="^TopMenuPage^"><IMG SRC="^GifPath^logo.gif" ALT="^MSFTIIS^" ALIGN=BOTTOM BORDER=0></A></TD>
|
|
<TD WIDTH=20> </TD>
|
|
<TD><FONT SIZE=+3 COLOR=#000000><B>^IISTITLE^</B></FONT></TD>
|
|
</TR>
|
|
</Table>
|
|
<%endif%>
|
|
|
|
<!-- Windows NT Workstation with PWS -->
|
|
<%if platformtype EQ 2%>
|
|
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>
|
|
<TR VALIGN=CENTER>
|
|
<TD><A HREF="^TopMenuPage^"><IMG SRC="^GifPath^logo.gif" ALT="^MSFTPWS^" ALIGN=BOTTOM BORDER=0></A></TD>
|
|
<TD WIDTH=20> </TD>
|
|
<TD><FONT SIZE=+3 COLOR=#000000><B>^PWSTITLE^</B></FONT></TD>
|
|
</TR>
|
|
</Table>
|
|
<%endif%>
|
|
|
|
<!-- Inclusion of the left hand navigation menu -->
|
|
|
|
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>
|
|
<TR ALIGN=LEFT VALIGN=TOP>
|
|
<TD>
|
|
<TABLE BORDER=1 BORDERCOLOR=^NavBkrdClr^ CELLPADDING=4 CELLSPACING=4>
|
|
<TR> <TD HEIGHT=10 BORDER=0> </TD> </TR>
|
|
<TR> <TD BGCOLOR=^NavBkrdClr^ BORDER=1 BORDERCOLOR=^NavBorderColor^ ALIGN=CENTER> <A href="^GifPath^">^IntroButton^</A> </TD> </TR>
|
|
<%if servid EQ 4%>
|
|
<TR> <TD BGCOLOR=^NavActiveBkrdClr^ BORDER=1 BORDERCOLOR=^NavBorderColor^ ALIGN=CENTER> <A href="^HtmlaDll^?http/serv"><B>^WWWButton^</B></A> </TD> </TR>
|
|
<%else%>
|
|
<TR> <TD BGCOLOR=^NavBkrdClr^ BORDER=1 BORDERCOLOR=^NavBorderColor^ ALIGN=CENTER> <A href="^HtmlaDll^?http/serv">^WWWButton^</A> </TD> </TR>
|
|
<%endif%>
|
|
<%if servid EQ 1%>
|
|
<TR> <TD BGCOLOR=^NavActiveBkrdClr^ BORDER=1 BORDERCOLOR=^NavBorderColor^ ALIGN=CENTER> <A href="^HtmlaDll^?ftp/serv"><B>^FTPButton^</B></A> </TD> </TR>
|
|
<%else%>
|
|
<TR> <TD BGCOLOR=^NavBkrdClr^ BORDER=1 BORDERCOLOR=^NavBorderColor^ ALIGN=CENTER> <A href="^HtmlaDll^?ftp/serv">^FTPButton^</A> </TD> </TR>
|
|
<%endif%>
|
|
<%if servid EQ 2%>
|
|
<TR> <TD BGCOLOR=^NavActiveBkrdClr^ BORDER=1 BORDERCOLOR=^NavBorderColor^ ALIGN=CENTER> <A href="^HtmlaDll^?gopher/serv"><B>^GopherButton^</B></A> </TD> </TR>
|
|
<%else%>
|
|
<TR> <TD BGCOLOR=^NavBkrdClr^ BORDER=1 BORDERCOLOR=^NavBorderColor^ ALIGN=CENTER> <A href="^HtmlaDll^?gopher/serv">^GopherButton^</A> </TD> </TR>
|
|
<%endif%>
|
|
<TR> <TD BGCOLOR=^NavBkrdClr^ BORDER=1 BORDERCOLOR=^NavBorderColor^ ALIGN=CENTER> <A href="^DocLocation^">^DocButton^</A> </TD> </TR>
|
|
</TABLE>
|
|
</TD>
|
|
<TD>
|
|
<%if servid EQ 4%>
|
|
<IMG SRC="^GifPath^web1conn.gif" ALIGN=BOTTOM BORDER=0></A></TD>
|
|
<%endif%>
|
|
<%if servid EQ 1%>
|
|
<IMG SRC="^GifPath^ftp1conn.gif" ALIGN=BOTTOM BORDER=0></A></TD>
|
|
<%endif%>
|
|
<%if servid EQ 2%>
|
|
<IMG SRC="^GifPath^gph1conn.gif" ALIGN=BOTTOM BORDER=0></A></TD>
|
|
<%endif%>
|
|
</TD>
|
|
|
|
<TD>
|
|
|
|
<TABLE BORDER=0 BORDERCOLOR=#000000 CELLPADDING=0 CELLSPACING=2>
|
|
<TR><TD>
|
|
<FONT SIZE=+1 COLOR=^SubTitleColor^><%if servid EQ 4%>WWW<%elif servid EQ 1%>FTP<%elif servid EQ 2%>Gopher<%endif%></FONT>
|
|
<FONT SIZE=+1 COLOR=^SubTitleColor^>^AdmFor^ <%servname%>://<%hostname%></FONT>
|
|
</TD></TR>
|
|
</TABLE>
|
|
<BR>
|
|
<!-- Menu Tabs -->
|
|
<TABLE BORDER=1 BORDERCOLOR=^MenuBorderColor^ CELLPADDING=3 CELLSPACING=1>
|
|
<TR>
|
|
<TD BGCOLOR=^MenuBkrdColor^ BORDER=1 BORDERCOLOR=^BkrdClr^ ALIGN=CENTER><A href="^HtmlaDll^?<%servname%>/serv">^SrvTab^</A><TD>
|
|
<%if servid EQ 1%>
|
|
<TD BGCOLOR=^MenuBkrdColor^ BORDER=1 BORDERCOLOR=^BkrdClr^ ALIGN=CENTER><a href="^HtmlaDll^?<%servname%>/msg">^MsgTab^</A><TD>
|
|
<%endif%>
|
|
<TD BGCOLOR=^MenuBkrdColor^ BORDER=1 BORDERCOLOR=^BkrdClr^ ALIGN=CENTER><a href="^HtmlaDll^?<%servname%>/dir">^DirTab^</A><TD>
|
|
<TD BGCOLOR=^BkrdClr^ BORDER=1 BORDERCOLOR=^BkrdClr^ ALIGN=CENTER><a href="^HtmlaDll^?<%servname%>/log"><B>^LogTab^</B></A><TD>
|
|
<%if cap1flag BA 16%>
|
|
<TD BGCOLOR=^MenuBkrdColor^ BORDER=1 BORDERCOLOR=^BkrdClr^ ALIGN=CENTER><a href="^HtmlaDll^?<%servname%>/adv">^AdvTab^</A><TD>
|
|
<%endif%>
|
|
</TABLE>
|
|
|
|
<form method="POST" action="^HtmlaDll^?<%servname%>/logu">
|
|
|
|
<%if platformtype EQ 1%>
|
|
<table border=0 BGCOLOR=^BkrdClr^ nowrap WIDTH=^LogBoxWidth^ cellpadding=^LogBoxCellPadding^>
|
|
<%endif%>
|
|
<%if platformtype NE 1%>
|
|
<table border=0 BGCOLOR=^BkrdClr^ nowrap WIDTH=^PWSLogBoxWidth^ cellpadding=^LogBoxCellPadding^>
|
|
<%endif%>
|
|
|
|
<input type="checkbox" name="enablelog" value=1 <%if enablelog EQ 1%>CHECKED<%endif%>>^EnabLog^<p>
|
|
|
|
<%if platformtype EQ 1%>
|
|
<table border BORDERCOLOR=^TblBorderClr^ nowrap WIDTH=^LogBoxWidth^ cellpadding=^LogBoxCellPadding^>
|
|
<%endif%>
|
|
<%if platformtype NE 1%>
|
|
<table border BORDERCOLOR=^TblBorderClr^ nowrap WIDTH=^PWSLogBoxWidth^ cellpadding=^LogBoxCellPadding^>
|
|
<%endif%>
|
|
<tr>
|
|
<td valign=top>
|
|
<%if cap1flag BA 1%>
|
|
<input type="radio" name="logtype" value="1" <%if logtype EQ 1%>CHECKED<%endif%>> ^LogToFile^<p>
|
|
<%else%>
|
|
<input type="hidden" name="logtype" value="1">
|
|
<%endif%>
|
|
|
|
^LogFormat^<br>
|
|
<select name="logformat">
|
|
<option value=0 <%if logformat EQ 0%>SELECTED<%endif%>>^LogFormatStd^
|
|
<option value=3 <%if logformat EQ 3%>SELECTED<%endif%>>^LogFormatNCSA^
|
|
</select>
|
|
<P>
|
|
<input type="checkbox" name="enablenewlog" value=1 <%if enablenewlog EQ 1%>CHECKED<%endif%>>^AutoNewLog^
|
|
<dl>
|
|
<dd><input type="radio" name="logperiod" value="1" <%if logperiod EQ 1%>CHECKED<%endif%>> ^Daily^
|
|
<dd><input type="radio" name="logperiod" value="2" <%if logperiod EQ 2%>CHECKED<%endif%>> ^Weekly^
|
|
<dd><input type="radio" name="logperiod" value="3" <%if logperiod EQ 3%>CHECKED<%endif%>> ^Monthly^
|
|
<dd><input type="radio" name="logperiod" value="5" <%if logperiod EQ 5%>CHECKED<%endif%>> ^OnSize^
|
|
<dd><DL><DD><input type="text" name="logsize" SIZE=8 value="<%if logperiod EQ 5%><%logsize%><%endif%>"> ^MB^</DL>
|
|
</dl>
|
|
^LogDir^<BR>
|
|
<input type="text" size=34 name="logdir" value="<%if reqparam RF "logdir"%><%msgbody.logdir%><%else%><%logdir%><%endif%>"><br>
|
|
<BR>
|
|
<input type="submit" name="bdir" value=" ^Browse^ ">
|
|
<P>
|
|
^LogFileName^<%if enablenewlog EQ 0%>INETSVn.LOG<%endif%><%if logperiod EQ 1%>INyymmdd.LOG<%endif%><%if logperiod EQ 2%>INyymmww.LOG<%endif%>
|
|
<%if logperiod EQ 3%>INyymm.LOG<%endif%><%if logperiod EQ 5%>INETSVn.LOG<%endif%>
|
|
</td>
|
|
<%if cap1flag BA 1%>
|
|
<td valign=top>
|
|
<input type="radio" name="logtype" value="2" <%if logtype EQ 2%>CHECKED<%endif%>> ^LogToODBC^<p>
|
|
^ODBCDSNPrompt^<br>
|
|
<input type="text" name="logsrc" value="<%logsrc%>"><br>
|
|
^ODBCTablePrompt^<br>
|
|
<input type="text" name="logname" value="<%logname%>"><br>
|
|
^ODBCUserPrompt^<br>
|
|
<input type="text" name="loguser" value="<%loguser%>"><br>
|
|
^ODBCPwdPrompt^<br>
|
|
<input type="password" name="logpw" value="<%logpw%>"><br>
|
|
</td>
|
|
<%endif%>
|
|
</tr>
|
|
</table>
|
|
|
|
<!-- OK/CANCEL/RESET Buttons -->
|
|
<%if platformtype EQ 1%>
|
|
<TABLE WIDTH=^LogButtonsWidth^ HEIGHT=^LogButtonsHeight^ BORDER=0 NOWRAP>
|
|
<%endif%>
|
|
<%if platformtype NE 1%>
|
|
<TABLE WIDTH=^PWSLogButtonsWidth^ HEIGHT=^LogButtonsHeight^ BORDER=0 NOWRAP>
|
|
<%endif%>
|
|
<TR><TD ALIGN=RIGHT>
|
|
<input type="submit" value="^OKButton^">
|
|
<input type="submit" name="cancel" value="^CancelButton^">
|
|
<input type="reset" value="^ResetButton^">
|
|
<%if ^DoHelp^ EQ 1%>
|
|
<input type="hidden" name="helptopic" value="^SrcHelpPath^<%if servid EQ 4%>^HtLog^<%elif servid EQ 1%>^FtLog^<%elif servid EQ 2%>^GoLog^<%endif%>">
|
|
<input type="submit" name="help" value="^HelpButton^">
|
|
<%endif%>
|
|
</TD></TR>
|
|
</TABLE>
|
|
|
|
</TABLE>
|
|
</TABLE>
|
|
|
|
</TABLE>
|
|
|
|
</form>
|
|
</body>
|
|
</html> |