[ Index ]
 

Code source de eGroupWare 1.2.106-2

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

title

Body

[fermer]

/phpgwapi/templates/default/ -> addressbook.tpl (source)

   1  <!-- $Id: addressbook.tpl 12729 2003-11-04 16:38:50Z ralfbecker $ -->
   2  <script type="text/javascript">
   3      function Exchange(thisform,field)
   4      {
   5          if (opener.document.doit[field].value != '')
   6          {
   7              opener.document.doit[field].value += ',';
   8          }
   9          opener.document.doit[field].value += thisform.elements.email.value;
  10      }
  11  </script>
  12  <div id="divMain">
  13  <p align="center">{message}</p>
  14  <p align="center">{lang_showing}<br>
  15  <table border="0" width="100%">
  16      <tr valign="top">
  17          {left}
  18  <form action="{form_action}" name="form" method="POST">
  19          <td align="left">
  20              <select name="cat_id" onChange="this.form.submit();"><option value="">{lang_select_cats}</option>{cats_list}</select>
  21              <noscript>&nbsp;<input type="submit" name="cat" value="{lang_submit}"></noscript>
  22          </td>
  23          <td align="center">
  24              <input type="text" size="10" name="query" value="{query}">
  25              <input type="submit" name="search" value="{lang_search}">
  26          </td>
  27          <td align="right">
  28              <select name="filter" onChange="this.form.submit();">
  29                  {filter_list}
  30              </select>
  31          </td>
  32  </form>
  33          {right}
  34      </tr>
  35  </table>
  36  <table border="0" width="100%" cellpadding="2" cellspacing="2">
  37      <tr class="th">
  38          <td width="40%" colspan="2">
  39              {sort_org_name}
  40          </td>
  41  <form action="{form_action}" name="form" method="POST">
  42          <td width="30%" align="center" rowspan="2">
  43              {lang_email}<br>
  44              <input type="submit" name="all[wto]" value="{to}" title="{title_work_to}">
  45              <input type="submit" name="all[wcc]" value="{cc}" title="{title_work_cc}">
  46              <input type="submit" name="all[wbcc]" value="{bcc}" title="{title_work_bcc}">
  47          </td>
  48          <td width="30%" align="center" rowspan="2">
  49              {lang_hemail}<br>
  50              <input type="submit" name="all[hto]" value="{to}" title="{title_home_to}">
  51              <input type="submit" name="all[hcc]" value="{cc}" title="{title_home_cc}">
  52              <input type="submit" name="all[hbcc]" value="{bcc}" title="{title_home_bcc}">
  53          </td>
  54  </form>
  55      </tr>
  56      <tr class="th">
  57          <td>{sort_n_family}</td>
  58          <td>{sort_n_given}</td>
  59      </tr>
  60  
  61    <!-- BEGIN addressbook_list -->
  62      <tr class="{tr_class}">
  63          <td colspan="2">{company}</td>
  64  <form>
  65          <td align="center" rowspan="2">
  66              <input type="text" style="width: 100%" name="email" value="{email}"><br>
  67              <input type="button" name="to" value="{to}" onClick="Exchange(this.form,'to');">
  68              <input type="button" name="cc" value="{cc}" onClick="Exchange(this.form,'cc');">
  69              <input type="button" name="bcc" value="{bcc}" onClick="Exchange(this.form,'bcc');">
  70          </td>
  71  </form>
  72  <form>
  73          <td align="center" rowspan="2">
  74              <input type="text" style="width: 100%" name="email" value="{hemail}"><br>
  75              <input type="button" name="to" value="{to}" onClick="Exchange(this.form,'to');">
  76              <input type="button" name="cc" value="{cc}" onClick="Exchange(this.form,'cc');">
  77              <input type="button" name="bcc" value="{bcc}" onClick="Exchange(this.form,'bcc');">
  78          </td>
  79  </form>
  80      </tr>
  81      <tr class="{tr_class}">
  82          <td>{lastname}</td>
  83          <td>{firstname}</td>
  84      </tr>
  85  <!-- END addressbook_list -->
  86  
  87      <tr>
  88          <td colspan="4" align="center" valign="bottom">
  89              <br><form><input type="button" name="done" value="{lang_done}" onClick="window.close()"></form>
  90          </td>
  91      </tr>
  92  </table>
  93  </div>
  94  </body>
  95  </html>


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