[ Index ]
 

Code source de eGroupWare 1.2.106-2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/mydms/templates/default/ -> copyFolder.tpl (source)

   1  <!-- BEGIN main -->
   2  <script type='text/javascript'>
   3      var folderChooserURL ='{folderChooserURL}';
   4  </script>
   5  
   6  <form name="copy_form" method="post" action="{form_action}">
   7  <fieldset><legend>{lang_target_folder}</legend>
   8      <table border="0" cellspacing="0" cellpadding="5" width="100%">
   9          <tr class="row_on">
  10              <td class="description" valign="top" width="150px">{lang_folder}:</td>
  11              <td class="infos">
  12                  <input id="targetname" style="width: 100%;" type="text" name="targetname" value="{foldername}" disabled>
  13                  <input type="hidden" id="targetid" name="targetid" value="{folderid}">
  14              </td>
  15              <td align="center" width="150px"><a href="#" onclick="selectFolder(1,'copy_form'); return(false);" style="font-size:10px;">{lang_select_target_folder}...</a></td>
  16          </tr>
  17          <tr class="row_on">
  18              <td class="description" valign="top" width="150px">{lang_name}:</td>
  19              <td class="infos">
  20                  <input id="newfoldername" style="width: 100%;" type="text" name="newfoldername" value="{newfoldername}">
  21              </td>
  22              <td align="center" width="150px"><a href="#" onclick="selectFolder(1,'copy_form'); return(false);" style="font-size:10px;">&nbsp;</td>
  23          </tr>
  24      </table>
  25  </fieldset>
  26  <p>
  27  <fieldset><legend>{lang_copy_options}</legend>
  28      <table border="0" cellspacing="0" cellpadding="5" width="100%">
  29          <tr class="row_off">
  30              <td class="infos">
  31                  <input type="checkbox" name="copy_subfolder" id="copy_subfolder"> <label for="copy_subfolder">{lang_copy_subfolders}</label>
  32              </td>
  33          </tr>
  34          <tr class="row_off">
  35              <td class="infos">
  36                  <input type="checkbox" name="copy_documents" id="copy_documents" disabled> <label for="copy_documents">{lang_copy_documents}</label>
  37              </td>
  38          </tr>
  39      </table>
  40  </fieldset>
  41  <p>
  42      <table border="0" cellspacing="0" cellpadding="5" width="100%">
  43          <tr class="row_off">
  44              <td class="infos">
  45                  <button type="submit" name="cancel">{lang_cancel}</button>
  46                  <button type="submit" name="copy">{lang_copy}</button>
  47              </td>
  48          </tr>
  49      </table>
  50  </form>
  51  <!-- END main -->


Généré le : Sun Feb 25 17:20:01 2007 par Balluche grâce à PHPXref 0.7