You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
86 lines
3.0 KiB
86 lines
3.0 KiB
17 years ago
|
<!--#set global $topmenu="config"#-->
|
||
|
<!--#set global $statpath="../.."#-->
|
||
16 years ago
|
<!--#set global $helpsubject="Configure+Directories+V2"#-->
|
||
17 years ago
|
<!--#include $webdir + "/inc_top.tmpl"#-->
|
||
17 years ago
|
|
||
|
<!--#set global $submenu="directories"#-->
|
||
17 years ago
|
<!--#include $webdir + "/inc_cmenu.tmpl"#-->
|
||
17 years ago
|
|
||
16 years ago
|
<h2>$T('folderConfig')</h2>
|
||
18 years ago
|
<p><strong>
|
||
16 years ago
|
$T('explain-folderConfig')<br />
|
||
18 years ago
|
</strong></p>
|
||
18 years ago
|
<form action="saveDirectories" method="post">
|
||
|
<div class="EntryBlock">
|
||
|
<fieldset class="EntryFieldSet">
|
||
16 years ago
|
<legend>$T('userFolders')</legend>
|
||
|
<emp>$T('in') "$my_home"</emp><br><br>
|
||
|
<strong>$T('opt-download_dir'):</strong><br>
|
||
|
$T('explain-download_dir')<br/>
|
||
18 years ago
|
<input type="text" size="40" name="download_dir" value="$download_dir">
|
||
|
<br>
|
||
|
<br>
|
||
16 years ago
|
<strong>$T('opt-download_free'):</strong><br>
|
||
|
$T('explain-download_free')<br>
|
||
18 years ago
|
<input type="text" size="10" name="download_free" value="$download_free">
|
||
|
<br>
|
||
|
<br>
|
||
16 years ago
|
<strong>$T('opt-complete_dir'):</strong><br>
|
||
|
$T('explain-complete_dir')<br>
|
||
17 years ago
|
<input type="text" size="40" id="complete_dir" name="complete_dir" value="$complete_dir">
|
||
17 years ago
|
<!--#if not $nt#-->
|
||
|
<br>
|
||
|
<br>
|
||
16 years ago
|
<strong>$T('opt-permissions'):</strong><br>
|
||
|
$T('explain-permissions')<br>
|
||
17 years ago
|
<input type="text" size="10" name="permissions" value="$permissions">
|
||
|
<!--#end if#-->
|
||
18 years ago
|
<br>
|
||
|
<br>
|
||
16 years ago
|
<strong>$T('opt-dirscan_dir'):</strong><br>
|
||
|
$T('explain-dirscan_dir')<br>
|
||
18 years ago
|
<input type="text" size="40" name="dirscan_dir" value="$dirscan_dir">
|
||
18 years ago
|
<br>
|
||
|
<br>
|
||
16 years ago
|
<strong>$T('opt-dirscan_speed'):</strong><br>
|
||
|
$T('explain-dirscan_speed')<br>
|
||
18 years ago
|
<input type="text" size="10" name="dirscan_speed" value="$dirscan_speed">
|
||
18 years ago
|
<br>
|
||
|
<br>
|
||
16 years ago
|
<strong>$T('opt-script_dir'):</strong><br>
|
||
|
$T('explain-script_dir')<br>
|
||
17 years ago
|
<input type="text" size="40" name="script_dir" value="$script_dir">
|
||
17 years ago
|
<br>
|
||
|
<br>
|
||
16 years ago
|
<strong>$T('opt-email_dir'):</strong><br>
|
||
|
$T('explain-email_dir')<br>
|
||
17 years ago
|
<input type="text" size="40" name="email_dir" value="$email_dir">
|
||
18 years ago
|
</fieldset>
|
||
|
<fieldset class="EntryFieldSet">
|
||
16 years ago
|
<legend>$T('systemFolders')</legend>
|
||
|
<emp>$T('in') "$my_lcldata"</emp><br><br>
|
||
|
<strong>$T('opt-cache_dir'):</strong><br>
|
||
|
$T('explain-cache_dir')<br/>
|
||
18 years ago
|
<input type="text" size="40" name="cache_dir" value="$cache_dir">
|
||
18 years ago
|
<br>
|
||
|
<br>
|
||
16 years ago
|
<strong>$T('opt-log_dir'):</strong><br>
|
||
|
$T('explain-log_dir')<br/>
|
||
18 years ago
|
<input type="text" size="40" name="log_dir" value="$log_dir">
|
||
18 years ago
|
<br>
|
||
|
<br>
|
||
16 years ago
|
<strong>$T('opt-nzb_backup_dir'):</strong><br>
|
||
|
$T('explain-nzb_backup_dir')<br>
|
||
18 years ago
|
<input type="text" size="40" name="nzb_backup_dir" value="$nzb_backup_dir">
|
||
16 years ago
|
<input type="hidden" name="session" value="$session">
|
||
18 years ago
|
</fieldset>
|
||
17 years ago
|
|
||
18 years ago
|
</div><br>
|
||
16 years ago
|
<input type="submit" size="40" value="$T('button-saveChanges')">
|
||
17 years ago
|
<!--#if $restart_req#-->
|
||
16 years ago
|
<input type="submit" onclick="this.form.action='../restart'; this.form.submit(); return false;" value="$T('button-restart')"/>
|
||
17 years ago
|
<!--#end if#-->
|
||
18 years ago
|
</form>
|
||
17 years ago
|
|
||
17 years ago
|
<!--#include $webdir + "/inc_bottom.tmpl"#-->
|