yacy_search_server/htroot/Settings_Seed_UploadFile.inc
orbiter 2e4aa6a170 refactoring of Advanced Config:
- removed settings that are in Basic Settings
- joined pages that belong together
- moved include pages from yacy/ to /

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2726 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-10-09 10:24:54 +00:00

16 lines
667 B
HTML

<p><fieldset>
<b>Store into filesystem:</b></p>
<p>You must configure this if you want to store the seed-list file onto the file system.</p>
<form action="SettingsAck_p.html" method="post" enctype="multipart/form-data">
<table border="0" cellspacing="5">
<tr valign="top">
<td>File&nbsp;Location:</td>
<td><input name="seedFilePath" type="text" size="40" value="#[seedFilePath]#"></td>
<td><i>Here you can specify the path within the filesystem where the seed-list file should be stored.</i></td>
</tr>
<tr>
<td colspan="3"><input type="submit" name="seedFileSettings" value="submit"></td>
</tr>
</table>
</form>
</fieldset>