[ Index ] |
|
Code source de vtiger CRM 5.0.2 |
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 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 13 <html> 14 <head> 15 <style type="text/css">@import url("{$THEME}style.css");</style> 16 <style type="text/css"> 17 a.x {ldelim} 18 color:black; 19 text-align:center; 20 text-decoration:none; 21 padding:5px; 22 font-weight:bold; 23 {rdelim} 24 25 a.x:hover {ldelim} 26 color:#333333; 27 text-decoration:underline; 28 font-weight:bold; 29 {rdelim} 30 31 li {ldelim} 32 background:transparent; 33 padding:0px; 34 margin:0px 0px 0px 0px; 35 {rdelim} 36 37 ul li{ldelim} 38 margin-top:5px; 39 margin-left:5px; 40 {rdelim} 41 42 ul {ldelim}color:black;{rdelim} 43 44 </style> 45 <script type="text/javascript" src="include/js/general.js"></script> 46 </head> 47 <body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0"> 48 <table width="640" border="0" cellspacing="0" cellpadding="0" class="mailClient mailClientBg"> 49 <tr> 50 <td> 51 <table width="100%" border="0" cellpadding="0" cellspacing="0"> 52 <tr> 53 <td class="moduleName" width="80%" style="padding-left:10px;">{$CMOD.LBL_ASSIGN_ROLE}</td> 54 <td width=30% nowrap class="componentName" align=right>{$APP.VTIGER}</td> 55 </tr> 56 </table> 57 </td> 58 </tr> 59 </tr> 60 <tr> 61 <td style="padding:10px;" valign="top" class="hdrNameBg small"> 62 <table cellspacing="0" cellpadding="0" style="width:100%;" class="small"> 63 <tr> 64 <td valign="top" align="center"> 65 <div id="role_popup" > 66 {$ROLETREE} 67 </div> 68 <!-- END OF TREE MENU --> 69 </td> 70 </tr> 71 </table></td> 72 </tr> 73 <tr> 74 <td align="center" style="padding:10px;" class="reportCreateBottom" > </td> 75 </tr> 76 </table> 77 <script> 78 function showhide(argg,imgId) 79 {ldelim} 80 var harray=argg.split(","); 81 var harrlen = harray.length; 82 var i; 83 for(i=0; i<harrlen; i++) 84 {ldelim} 85 var x=document.getElementById(harray[i]).style; 86 if (x.display=="none") 87 {ldelim} 88 x.display="block"; 89 document.all[imgId].src = "{$IMAGE_PATH}minus.gif"; 90 {rdelim} 91 else 92 {ldelim} 93 x.display="none"; 94 document.all[imgId].src = "{$IMAGE_PATH}plus.gif"; 95 {rdelim} 96 {rdelim} 97 {rdelim} 98 99 function loadValue(currObj,roleid) 100 {ldelim} 101 window.opener.document.getElementById('role_name').value = document.getElementById(currObj).innerHTML; 102 window.opener.document.getElementById('user_role').value = roleid; 103 window.close(); 104 {rdelim} 105 106 </script> 107 </body> 108 </html>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 10:22:19 2007 | par Balluche grâce à PHPXref 0.7 |