PageRenderTime 41ms CodeModel.GetById 14ms RepoModel.GetById 1ms app.codeStats 0ms

/custom/modules/Home/About.php

https://gitlab.com/tjaafar/SuiteCRM
PHP | 100 lines | 57 code | 4 blank | 39 comment | 3 complexity | de356a271828a44d4e8bbc59f66473c9 MD5 | raw file
  1. <?php
  2. if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
  3. /*********************************************************************************
  4. * SugarCRM Community Edition is a customer relationship management program developed by
  5. * SugarCRM, Inc. Copyright (C) 2004-2013 SugarCRM Inc.
  6. * SuiteCRM is an extension to SugarCRM Community Edition developed by Salesagility Ltd.
  7. * Copyright (C) 2011 - 2014 Salesagility Ltd.
  8. *
  9. * This program is free software; you can redistribute it and/or modify it under
  10. * the terms of the GNU Affero General Public License version 3 as published by the
  11. * Free Software Foundation with the addition of the following permission added
  12. * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
  13. * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
  14. * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
  15. *
  16. * This program is distributed in the hope that it will be useful, but WITHOUT
  17. * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
  18. * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
  19. * details.
  20. *
  21. * You should have received a copy of the GNU Affero General Public License along with
  22. * this program; if not, see http://www.gnu.org/licenses or write to the Free
  23. * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
  24. * 02110-1301 USA.
  25. *
  26. * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
  27. * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
  28. *
  29. * The interactive user interfaces in modified source and object code versions
  30. * of this program must display Appropriate Legal Notices, as required under
  31. * Section 5 of the GNU Affero General Public License version 3.
  32. *
  33. * In accordance with Section 7(b) of the GNU Affero General Public License version 3,
  34. * these Appropriate Legal Notices must retain the display of the "Powered by
  35. * SugarCRM" logo and "Supercharged by SuiteCRM" logo. If the display of the logos is not
  36. * reasonably feasible for technical reasons, the Appropriate Legal Notices must
  37. * display the words "Powered by SugarCRM" and "Supercharged by SuiteCRM".
  38. ********************************************************************************/
  39. //NOTE: Under the License referenced above, you are required to leave in all copyright statements in both
  40. //the code and end-user application.
  41. include_once('suitecrm_version.php');
  42. global $sugar_config, $mod_strings;
  43. ?>
  44. <?php echo getVersionedScript("modules/Home/about.js"); ?>
  45. <div class="about" id="about_header">
  46. <h1><img src="include/images/suite_logo.png" alt="SuiteCRM" ondblclick='abouter.display();'></h1>
  47. <br>
  48. <b>
  49. <?php echo $mod_strings['LBL_VERSION']." ".$suitecrm_version;
  50. if( is_file( "custom_version.php" ) ){
  51. include( "custom_version.php" );
  52. print( "&nbsp;&nbsp;&nbsp;" . $custom_version );
  53. }?>
  54. </b>
  55. <p>Sugar <?php echo $mod_strings['LBL_VERSION']." ".$sugar_version." (".$mod_strings['LBL_BUILD']." ".$sugar_build.")";?></p>
  56. <br>
  57. <h1><?php echo $mod_strings['LBL_CONTRIBUTOR_SUITECRM']; ?></h1>
  58. <table id="about_table" class="contentBox">
  59. <tr>
  60. <td valign="top" style="padding: 15px 10px 15px 10px;">
  61. <div class="about_suite">
  62. <br>
  63. <h3><?php echo $mod_strings['LBL_ABOUT_SUITE']; ?></h3>
  64. <ul id="about_menu">
  65. <li><?php echo $mod_strings['LBL_ABOUT_SUITE_1']; ?></li>
  66. <li><?php echo $mod_strings['LBL_ABOUT_SUITE_2']; ?></li>
  67. <li><?php echo $mod_strings['LBL_ABOUT_SUITE_3']; ?></li>
  68. <li><?php echo $mod_strings['LBL_ABOUT_SUITE_4']; ?></li>
  69. <li><?php echo $mod_strings['LBL_ABOUT_SUITE_5']; ?></li>
  70. </ul>
  71. </div>
  72. <div class="about_suite">
  73. <br>
  74. <h3><?php echo $mod_strings['LBL_CONTRIBUTORS']; ?></h3>
  75. <ul id="about_menu">
  76. <li><?php echo $mod_strings['LBL_FEATURING']; ?>(<a href="http://www.salesagility.com" target="_blank">http://www.salesagility.com</a>)</li>
  77. <li><?php echo $mod_strings['LBL_CONTRIBUTOR_SECURITY_SUITE']; ?> (<a href="http://www.sugaroutfitters.com" target="_blank">http://www.sugaroutfitters.com</a>)</li>
  78. <li><?php echo $mod_strings['LBL_CONTRIBUTOR_JJW_GMAPS']; ?> (<a href="http://www.jjwdesign.com" target="_blank">http://www.jjwdesign.com</a>)</li>
  79. <li><?php echo $mod_strings['LBL_CONTRIBUTOR_QUICKCRM']; ?> (<a href="http://www.quickcrm.fr/mobile" target="_blank">http://www.quickcrm.fr/mobile</a>)</li>
  80. <li><?php echo $mod_strings['LBL_CONTRIBUTOR_CONSCIOUS']; ?> (<a href="http://www.conscious.co.uk" target="_blank">http://www.conscious.co.uk</a>)</li>
  81. <li><?php echo $mod_strings['LBL_LANGUAGE_SPANISH']; ?> (<a href="http://www.disytel.com" target="_blank">http://www.disytel.com</a>)</li>
  82. <li><?php echo $mod_strings['LBL_LANGUAGE_RUSSIAN']; ?> (<a href="mailto:likhobory@mail.ru" target="_blank">likhobory@mail.ru</a>)</li>
  83. <li><?php echo $mod_strings['LBL_SOURCE_SUGAR']; ?> (<a href="index.php?module=Home&action=AboutSugar"><?php echo $mod_strings['LBL_ABOUT']; ?></a>)</li>
  84. </ul>
  85. </div>
  86. <div class="about_suite">
  87. <br>
  88. <h3><?php echo $mod_strings['LBL_PARTNERS']; ?></h3>
  89. <ul id="about_menu">
  90. <li><?php echo $mod_strings['LBL_SUITE_PARTNERS']; ?> (<a href="http://suitecrm.com/index.php/suitecrm-partners">http://suitecrm.com</a>)</li>
  91. </ul>
  92. </div>
  93. </tr>
  94. </table>
  95. </div>