home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP_2_98.iso
/
software
/
pelne
/
optionp
/
ins.cab
/
admin.asp
< prev
next >
Wrap
Text File
|
1997-10-12
|
4KB
|
110 lines
<%
REM Localization
L_PAGETITLE_HTMLTitle = "News Offline Search Admin"
L_MAILPICKUP_EditBox = "Mail Pickup Directory:"
L_EDITURL_EditBox = "Edit URL:"
L_QUERYSERVER_EditBox = "Query Server:"
L_MESSAGESTRING_EditBox = "Message Template String:"
L_MESSAGEFILE_EditBox = "Message Template File:"
L_URLTEMPLATESTRING_EditBox = "URL Template String:"
L_URLTEMPLATEFILE_EditBox = "URL Template File:"
L_LASTSEARCHDATE_EditBox = "Last Search Date:"
L_FROMLINE_EditBox = "From Line:"
L_SUBJECTLINE_EditBox = "Subject Line:"
L_QUERYCATALOG_EditBox = "Query CataLog:"
L_DEFAULTSEARCHFREQ_EditBox = "Default Search Frequency:"
L_NEWSPICKUP_EditBox = "News Pickup Directory:"
L_NEWSSERVER_EditBox = "News Server:"
REM END Localization
%>
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Developer Studio">
<META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
<TITLE><%= L_PAGETITLE_HTMLTitle %></TITLE>
</HEAD>
<BODY background="images\gnback.gif" text="white" >
<% set ad = Server.CreateObject("req.req.1") %>
<p align="center"><font size="3"><strong><%= L_MAILPICKUP_EditBox %></strong></font>
</p>
<form method="POST" action="adminres.asp">
<p align="center"><input type="text" size="50" name="mail_dir"
value = "<% = ad.property("mail_pickup_dir")%>"></p>
<p align="center"><strong><%= L_NEWSPICKUP_EditBox %></strong></p>
<p align="center"><input type="text" size="50" name="news_dir"
value = "<% = ad.property("news_pickup_dir")%>"></p>
<p align="center"><strong><%= L_EDITURL_EditBox %></strong></p>
<p align="center"><input type="text" size="50" name="edit_url"
value="<%= ad.property("edit_url")%>"></p>
<p align="center"><strong><%= L_QUERYSERVER_EditBox %></strong></p>
<p align="center"><input type="text" size="50" name="query_server"
value="<%= ad.property("query_server")%>"></p>
<p align="center"><strong><%= L_NEWSSERVER_EditBox %></strong></p>
<p align="center"><input type="text" size="50" name="news_server"
value="<%= ad.property("news_server")%>"></p>
<p align="center"><strong><%= L_MESSAGESTRING_EditBox %></strong></p>
<p align="center"><TEXTAREA name="message_template_string" COLS="50" ROWS="5"
maxlength="1000"><%=ad.property("message_template_text")%></textarea></p>
<p align="center"><strong><%= L_MESSAGEFILE_EditBox %></strong></p>
<p align="center"><input type="TEXT" size="50" name="message_template_file"
value="<%= ad.property("message_template_file")%>"></p>
<p align="center"><strong><%= L_URLTEMPLATESTRING_EditBox %></strong></p>
<p align="center"><TEXTAREA name="url_template_string" COLS="50" ROWS="5"
maxLength="1000"><%=ad.property("url_template_text")%></textarea></p>
<p align="center"><strong><%= L_URLTEMPLATEFILE_EditBox %></strong></p>
<p align="center"><input type="text" size="50" name="url_template_file"
value="<%= ad.property("url_template_file")%>"></p>
<p align="center"><strong><%= L_LASTSEARCHDATE_EditBox %></strong></p>
<p align="center"><input type="text" size="50" name="last_search"
value="<%= ad.property("last_search")%>"></p>
<p align="center"><strong><%= L_FROMLINE_EditBox %></strong></p>
<p align="center"><input type="text" size="50" name="from_line"
value="<%= ad.property("from_line")%>"></p>
<p align="center"><strong><%= L_SUBJECTLINE_EditBox %></strong></p>
<p align="center"><input type="text" size="50" name="subject_line"
value="<%= ad.property("subject_line")%>"></p>
<p align="center"><strong><%= L_QUERYCATALOG_EditBox %></strong></p>
<p align="center"><input type="text" size="50" name="query_catalog"
value="<%= ad.property("query_catalog")%>"></p>
<p align="center"><strong><%= L_DEFAULTSEARCHFREQ_EditBox %></strong></p>
<p align="center"><input type="text" size="50" name="search_frequency"
value="<%= ad.property("search_frequency")%>"></p>
<p align="center"><input type="submit" name="B1"
value="Submit"><input type="reset" name="B2" value="Reset"></p>
</form>
</body>
</html>