  <tmpl_include name="header">

  <h2><tmpl_var name="restore"></h2>
  
  <tmpl_if name="error">
    <p><font color="red"><b><tmpl_var name="error_str"></b>:
      <tmpl_var name="error_msg"></font></p>
  </tmpl_if>

  <p><tmpl_var name="restore_choose"></p>

  <table border="0" cellspacing="2" cellpadding="2">
  <tmpl_loop name="clients">
    <tr><td>&nbsp;</td>
      <td><b><tmpl_var name="client"></b>
      (<a href="?rm=restore_choose&client=<tmpl_var name="client">"><tmpl_var name="choose_filesdir"></a>,
      <a href="?rm=restore_choose_snapshot&client=<tmpl_var name="client">&type=full">
    <tmpl_var name="restore_full"></a>)</td></tr>
  </tmpl_loop>
  </table>

  <tmpl_include name="footer">
