discourse-legacysite-perl/site/glist/templates/gossamer/admin_setup_path.html
2024-06-17 22:24:05 +10:00

65 lines
3.7 KiB
HTML

<%set set_focus = 'myform.priv_path'%>
<%set book_mark = 'path_options'%>
<%include include_header.html%>
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" height="82%">
<tr>
<td rowspan="2" bgcolor="#008000" height="100%" width="1"><img src="<%image_url%>/pics/1pixel.gif" width="1" height="1"></td>
<td colspan="3" height="3%" bgcolor="#E8EAD0" valign="top"><%include admin_setup_include_menu.html%></td>
<td rowspan="2" bgcolor="#008000" height="100%" width="1"><img src="<%image_url%>/pics/1pixel.gif" width="1" height="1"></td>
</tr>
<tr>
<td height="97%" colspan="3" valign="top">
<form name="myform" action="glist.cgi" method="post">
<table width="99%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#FFFFFF">
<tr>
<td><img src="<%image_url%>/pics/1pixel.gif" width="1" height="3"></td>
</tr>
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#336600" style="border: 1px solid #C5E1A3">
<tr class="bold_white">
<td height="20"><img src="<%image_url%>/icons/paths_urls.gif" hspace="2" vspace="0" align="texttop">Paths & URLs</td>
<td align="right"><img src="<%image_url%>/icons/close.gif" width="17" height="16" border=0></td>
</tr>
</table><br/>
<table cellspacing="1" cellpadding="2" border=0 width=95% align=center>
<tr>
<td class="body" align="center">
<%if msg%><%msg%><%else%>These are the only paths you should need to set in the program. Most should be set properly and should not require changing.<%endif%><br /> <br />
</td>
</tr>
</table>
<table cellspacing="1" cellpadding="4" align=center>
<tr><td colspan=2 class=body>This should be the PATH to the directory where your library is. No trailing slash please.</td></tr>
<tr>
<td class="body" width=20%><b>priv_path</b></td>
<td class="body"><input class=object name="priv_path" type=text value="<%if cfg_priv_path%><%cfg_priv_path%><%endif%>" size=35 /><font color="green">*</font></td>
</tr>
<tr><td colspan=2 class=body>This should be the URL to where your public cgi scripts are.</td></tr>
<tr>
<td class="body"><b>cgi_url</b></td>
<td class="body"><input class=object name="cgi_url" type=text value="<%if cfg_cgi_url%><%cfg_cgi_url%><%endif%>" size=35 /><font color="green">*</font></td>
</tr>
<tr><td colspan=2 class=body>This should be the URL to where your public images are.</td></tr>
<tr>
<td class="body"><b>image_url</b></td>
<td class="body"><input class=object name="image_url" type=text value="<%if cfg_image_url%><%cfg_image_url%><%endif%>" size=35 /><font color="green">*</font></td>
</tr>
<tr><td colspan=2 class=body>This should be the path to perl. NT Users should use drive letter as well.</td></tr>
<tr><td colspan=2 class=body align=right><font color="green">*: required</font></td></tr>
</table>
<p align="center">
<input type="submit" name="bsubmit" value=" Submit Changes " class=button />
<input type="submit" name="brestore" value="Restore System Defaults" class=button />
<br /><BR/></p>
</td>
</tr>
</table>
<input name=do type=hidden value="admin_setup" />
<%hidden_objects%>
</form>
</td>
</tr>
</table>
<%include include_footer.html%>