  <TMPL_INCLUDE NAME="header">

  <h3><tmpl_var name="backup_details"> - <tmpl_var name="add_client"> -
    <tmpl_var name="client"></h3>

  <form action="?rm=backup_configure_client" method="post">
    <input type="hidden" id="rm" name="rm" value="backup_configure_client">
    <input type="hidden" id="client" name="client"
      value="<tmpl_var name="client">">
    <input type="hidden" id="addclient" name="addclient" value="added">

  <table border="0" cellspacing="3" cellpadding="3">
  <tr>
    <td><tmpl_var name="client_type"></td>
    <td><select name="type">
      <option value="extern">
        <tmpl_var name="client_type_external"></option>
      <option value="local">
        <tmpl_var name="client_type_local"></option>
      </select></td>
    <td><b><tmpl_var name="client_type_external"></b>:
      <tmpl_var name="client_type_desc_e">.<br>
      <b><tmpl_var name="client_type_local"></b>:
      <tmpl_var name="client_type_desc_l"><br>
        (<tmpl_var name="hostname_ip_ignored">).</td>
  </tr>
  <tr>
    <td><tmpl_var name="hostname_or_ipaddress"></td>
    <td><input type="text" size="20" id="hostname" name="hostname"
      value="<tmpl_var name="client">"></td>
    <td><tmpl_var name="hostname_ip_desc">.</td>
  </tr>
  <tr>
    <td><tmpl_var name="username"></td>
    <td><input type="text" size="20" id="username" name="username"
      value=""></td>
    <td><tmpl_var name="username_desc">.</td>
  </tr>
  <tr>
    <td><tmpl_var name="days_to_keep"></td>
    <td><input type="text" size="20" id="keep" name="keep"
      value="185"></td>
    <td><tmpl_var name="days_to_keep_desc">.</td>
  </tr>
  </table>

  <p><tmpl_var name="dirs_to_backup">:</p>
    <input type="text" size="40" id="newfile0" name="newfile0" value="">
    <label for="newdirectory0">(<tmpl_var name="new_directory">)</label><br>

    <input type="text" size="40" id="newfile1" name="newfile1" value="">
    <label for="newdirectory1">(<tmpl_var name="new_directory">)</label><br>

    <input type="text" size="40" id="newfile2" name="newfile2" value="">
    <label for="newdirectory2">(<tmpl_var name="new_directory">)</label><br>

    <input type="text" size="40" id="newfile3" name="newfile3" value="">
    <label for="newdirectory3">(<tmpl_var name="new_directory">)</label><br>

    <input type="text" size="40" id="newfile4" name="newfile4" value="">
    <label for="newdirectory4">(<tmpl_var name="new_directory">)</label><br>

    <input type="submit" name="directory-change" id="directory-change"
      value="<tmpl_var name="submit_changes">">
  </form>

  <tmpl_include name="footer">
