[ Index ]
 

Code source de eGroupWare 1.2.106-2

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

title

Body

[fermer]

/sitemgr/templates/default/ -> archive.tpl (source)

   1  <div style="margin-bottom:1cm;font-weight:bold;text-align:center;text-decoration:underline">{archive_manager} </div>
   2  <form method="POST" action="{action_url}>
   3  <h2 style="text-align:center">{lang_categories}</h2>
   4  <table align="center" width="60%">
   5  <!-- BEGIN Category -->
   6      <tr>
   7          <td width="10%"><input type="checkbox" name="cat[{catid}]" /></td>
   8          <td width="70%"><a href="{edit}" target="editwindow" onclick="if (this != '') { window.open(this,this.target,'width=800,height=600,scrollbars=yes,resizable=yes'); return false; } else { return true; }">{category}</a></td>
   9      </tr>
  10  <!-- END Category -->
  11  </table>
  12  <h2 style="text-align:center">{lang_pages}</h2>
  13  <table align="center" width="60%">
  14  <!-- BEGIN Page -->
  15      <tr>
  16          <td width="10%"><input type="checkbox" name="page[{pageid}]" /></td>
  17          <td width="70%"><a href="{edit}" target="editwindow" onclick="if (this != '') { window.open(this,this.target,'width=800,height=600,scrollbars=yes,resizable=yes'); return false; } else { return true; }">{page}</a></td>
  18      </tr>
  19  <!-- END Page -->
  20  </table>
  21  <h2 style="text-align:center">{lang_blocks}</h2>
  22  <table align="center" width="60%">
  23  <!-- BEGIN Block -->
  24      <tr>
  25          <td width="10%"><input type="checkbox" name="block[{blockid}]" /></td>
  26          <td width="35%"><a href="{edit}" target="editwindow" onclick="if (this != '') { window.open(this,this.target,'width=800,height=600,scrollbars=yes,resizable=yes'); return false; } else { return true; }">{block}</a></td>
  27          <td width="35%">{scope}</td>
  28      </tr>
  29  <!-- END Block -->
  30  </table>
  31  <center>
  32      <input type="submit" name="btnReactivate" value="{lang_reactivate}" />
  33      <input type="submit" name="btnDelete" value="{lang_delete}" onClick="return confirm('{lang_confirm}');" />
  34  </center>
  35  </form>


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