[ Index ]
 

Code source de vtiger CRM 5.0.2

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

title

Body

[fermer]

/Smarty/templates/ -> ShowAuditTrail.tpl (source)

   1  {*<!--
   2  /*********************************************************************************
   3    ** The contents of this file are subject to the vtiger CRM Public License Version 1.0
   4     * ("License"); You may not use this file except in compliance with the License
   5     * The Original Code is:  vtiger CRM Open Source
   6     * The Initial Developer of the Original Code is vtiger.
   7     * Portions created by vtiger are Copyright (C) vtiger.
   8     * All Rights Reserved.
   9    *
  10   ********************************************************************************/
  11  -->*}
  12  <link rel="stylesheet" type="text/css" href="{$THEME_PATH}style.css">
  13  <script language="javascript" type="text/javascript" src="include/scriptaculous/prototype.js"></script>
  14  <body class="small" marginwidth=0 marginheight=0 leftmargin=0 topmargin=0 bottommargin=0 rigthmargin=0>
  15  
  16  <form action="index.php" method="post" id="form">
  17  <input type='hidden' name='module' value='Users'>
  18  <input type='hidden' id='userid' name='userid' value='{$USERID}'>
  19  
  20  <table  width="100%" border="0" cellspacing="0" cellpadding="0" class="mailClient mailClientBg">
  21      <tr>
  22          <td>
  23              <table width="100%" border="0" cellpadding="0" cellspacing="0">
  24                  <tr>
  25                      <td class="moduleName" width="80%" style="padding-left:10px;">{$MOD.LBL_AUDIT_TRAIL}</td>
  26                      <td  width=30% nowrap class="componentName" align=right>{$APP.VTIGER}</td>
  27                  </tr>
  28              </table>
  29          </td>
  30      </tr>
  31      <tr>
  32          <td class="hdrNameBg small">
  33              <div id="AuditTrailContents">
  34                  {include file="ShowAuditTrailContents.tpl"}
  35              </div>
  36          </td>
  37      </tr>
  38      <tr>
  39      <td align="center" style="padding:10px;" class="reportCreateBottom" >&nbsp;</td>
  40    </tr>
  41  </table>
  42  </form>
  43  </body>
  44  {literal}
  45  <script>
  46  function getListViewEntries_js(module,url)
  47  {
  48      var userid = document.getElementById('userid').value;
  49          new Ajax.Request(
  50                  'index.php',
  51                  {queue: {position: 'end', scope: 'command'},
  52                          method: 'post',
  53                          postBody: 'module=Users&action=UsersAjax&file=ShowAuditTrail&ajax=true&'+url+'&userid='+userid,
  54                          onComplete: function(response) {
  55                                  $("AuditTrailContents").innerHTML= response.responseText;
  56                          }
  57                  }
  58          );
  59  }
  60  </script>
  61  {/literal}


Généré le : Sun Feb 25 10:22:19 2007 par Balluche grâce à PHPXref 0.7