[ Index ]
 

Code source de SugarCRM 5.0.0beta1

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

title

Body

[fermer]

/ModuleInstall/PackageManager/tpls/ -> PackageForm.tpl (source)

   1  {*
   2  /*********************************************************************************

   3   * SugarCRM is a customer relationship management program developed by

   4   * SugarCRM, Inc. Copyright (C) 2004 - 2007 SugarCRM Inc.

   5   * 

   6   * This program is free software; you can redistribute it and/or modify it under

   7   * the terms of the GNU General Public License version 3 as published by the

   8   * Free Software Foundation.

   9   * 

  10   * This program is distributed in the hope that it will be useful, but WITHOUT

  11   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

  12   * FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

  13   * details.

  14   * 

  15   * You should have received a copy of the GNU General Public License along with

  16   * this program; if not, see http://www.gnu.org/licenses or write to the Free

  17   * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA

  18   * 02110-1301 USA.

  19   * 

  20   * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,

  21   * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.

  22   * 

  23   * The interactive user interfaces in modified source and object code versions

  24   * of this program must display Appropriate Legal Notices, as required under

  25   * Section 5 of the GNU General Public License version 3.

  26   * 

  27   * In accordance with Section 7(b) of the GNU General Public License version 3,

  28   * these Appropriate Legal Notices must retain the display of the "Powered by

  29   * SugarCRM" logo. If the display of the logo is not reasonably feasible for

  30   * technical reasons, the Appropriate Legal Notices must display the words

  31   * "Powered by SugarCRM".

  32   ********************************************************************************/
  33   *}
  34  {$scripts}
  35  {$TREEHEADER}
  36  {literal}
  37      <link rel="stylesheet" type="text/css" href="include/javascript/yui/assets/container.css"/>
  38      <link rel="stylesheet" type="text/css" href="include/javascript/yui/ext/resources/css/grid.css?1027"/>
  39      <link rel="stylesheet" type="text/css" href="include/javascript/yui/ext/resources/css/toolbar.css"/>
  40      <link rel="stylesheet" type="text/css" href="include/javascript/yui/ext/resources/css/tabs.css?1030"/>
  41      <link rel="stylesheet" type="text/css" href="include/javascript/yui/assets/tabview/css/tabs.css">
  42  <link rel="stylesheet" type="text/css" href="include/javascript/yui/assets/tabview/css/round_tabs.css">
  43  <style type="text/css">
  44  #demo { width:100%; }

  45  #demo .yui-content {

  46      padding:1em; /* pad content container */
  47  }
  48  .list {list-style:square;width:500px;padding-left:16px;}
  49  .list li{padding:2px;font-size:8pt;}
  50  
  51  /* hide the tab content while loading */

  52  .tab-content{display:none;}
  53  
  54  pre {
  55     font-size:11px; 
  56  }
  57  
  58  #tabs1 {width:100%;}

  59  #tabs1 .yui-ext-tabbody {border:1px solid #999;border-top:none;}

  60  #tabs1 .yui-ext-tabitembody {display:none;padding:10px;}

  61  
  62  /* default loading indicator for ajax calls */

  63  .loading-indicator {
  64      font-size:8pt;
  65      background-image:url('../../resources/images/grid/loading.gif');
  66      background-repeat: no-repeat;
  67      background-position: left;
  68      padding-left:20px;
  69  }
  70  </style>
  71  {/literal}
  72  {if $installation != 'true'}
  73  <ul class="tablist">
  74  
  75  <li class="active" id="local_upload_li"><a id="local_upload_link" class="current" href="javascript:PackageManager.selectTabCSS('local_upload');">{$MOD.ML_LBL_INSTALL_FROM_LOCAL}</a></li> 
  76  <li id="server_upload_li" class="active"><a id="server_upload_link"  href="javascript:PackageManager.selectTabCSS('server_upload');">{$MOD.ML_LBL_INSTALL_FROM_SERVER}</a></li>  
  77  </ul>
  78  {/if}
  79  <form action='{$form_action}' method="post" name="installForm">
  80  <input type=hidden name="release_id">
  81  {$hidden_fields}
  82  <div id='server_upload_div' style='display: none;'>
  83  {$FORM_2_PLACE_HOLDER}
  84  {$MODULE_SELECTOR}
  85  <div id='search_results_div'></div>
  86  </div>
  87  </form>
  88  <div id='local_upload_div'>
  89  {$FORM_1_PLACE_HOLDER}
  90  <table width='100%' class='moduleTitle' border=1><tr><td class='leftColumn'><div id='patch_downloads' class='ygrid-mso' style='height:205px;'></div></td></tr></table>
  91  </div>
  92  {$INSTALLED_PACKAGES_HOLDER}
  93  {if $module_load == 'true'}
  94  {literal}<script>
  95  //PackageManager.toggleView('browse');

  96  </script>
  97  {/literal}
  98  {/if}
  99  
 100  
 101  


Généré le : Tue Sep 11 10:48:47 2007 par Balluche grâce à PHPXref 0.7