[ Index ]
 

Code source de eGroupWare 1.2.106-2

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

title

Body

[fermer]

/phpbrain/templates/default/ -> popup_search.tpl (source)

   1  <script>
   2  function TransferID(articleID)
   3  {
   4      old_value=opener.document.add_article_form.related_articles.value;
   5      opener.document.add_article_form.related_articles.value=old_value + articleID + ', ';
   6  }
   7  </script>
   8  <div style='width:95%; text-align:center'>{num_regs}</div>
   9  <table width=95% bgcolor="#D3DCE3">
  10      <tr>
  11          {left}
  12          <td>
  13              <form method=POST action="{form_filters_action}">
  14                  <table>
  15                      <tr>
  16                          <td>
  17                              {lang_category}&nbsp;&nbsp;
  18                              <select onchange="this.form.submit();">
  19                                  <option value="0">{lang_all}</option>
  20                                  {select_categories}
  21                              </select>
  22                          </td>
  23                          <td>
  24                              <input type="text" name="query" value="{value_query}">&nbsp;&nbsp;&nbsp;<input type="submit" name="search" value="{lang_search}">
  25                          </td>
  26                      </tr>
  27                  </table>
  28              </form>
  29          </td>
  30          {right}
  31      </tr>
  32  </table>
  33  <table width=95%>
  34      <form name="select_articles" method="POST" action="{form_select_articles_action}">
  35          <tr bgcolor="{th_color}">
  36              <th>{head_number}</th><th>{head_title}</th><th></th>
  37              <!-- BEGIN table_row_block -->
  38              <tr bgcolor="{tr_color}"><td style="width: 6em">{number}</td><td>{title}</td><td align=center><input type="button" name="button" value="{lang_select}" onClick="TransferID({number});">
  39              <!-- END table_row_block -->
  40          </tr>
  41      </form>
  42  </table>


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