[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
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 <form class="form-horizontal" name="step6" method="post" action="index.php"> 13 <input type=hidden name="module" value="Install" /> 14 <input type=hidden name="view" value="Index" /> 15 <input type=hidden name="mode" value="Step7" /> 16 <input type=hidden name="auth_key" value="{$AUTH_KEY}" /> 17 18 <div class="row-fluid main-container"> 19 <div class="inner-container"> 20 <div class="row-fluid"> 21 <div class="span10"> 22 <h4>{vtranslate('LBL_ONE_LAST_THING','Install')}</h4> 23 </div> 24 <div class="span2"> 25 <a href="https://wiki.vtiger.com/vtiger6/" target="_blank" class="pull-right"> 26 <img src="{'help.png'|vimage_path}" alt="Help-Icon"/> 27 </a> 28 </div> 29 </div> 30 <hr> 31 <div class="offset2 row-fluid"> 32 <div class="span8"> 33 <table class="config-table input-table"> 34 <tbody> 35 <tr> 36 <td> 37 <strong>Please let us know your Industry</strong> <span class="no">*</span> 38 </td> 39 <td> 40 <select name="industry" class="select2" required="true" style="width:250px;" placeholder="Choose one..."> 41 <option value=""></option> 42 <option>Accounting</option> 43 <option>Advertising</option> 44 <option>Agriculture</option> 45 <option>Apparel & Accessories</option> 46 <option>Automotive</option> 47 <option>Banking & Financial Services</option> 48 <option>Biotechnology</option> 49 <option>Call Centers</option> 50 <option>Careers/Employment</option> 51 <option>Chemical</option> 52 <option>Computer Hardware</option> 53 <option>Computer Software</option> 54 <option>Consulting</option> 55 <option>Construction</option> 56 <option>Education</option> 57 <option>Energy Services</option> 58 <option>Engineering</option> 59 <option>Entertainment</option> 60 <option>Financial</option> 61 <option>Food & Food Service</option> 62 <option>Government</option> 63 <option>Health care</option> 64 <option>Insurance</option> 65 <option>Legal</option> 66 <option>Logistics</option> 67 <option>Manufacturing</option> 68 <option>Media & Production</option> 69 <option>Non-profit</option> 70 <option>Pharmaceutical</option> 71 <option>Real Estate</option> 72 <option>Rental</option> 73 <option>Retail & Wholesale</option> 74 <option>Security</option> 75 <option>Service</option> 76 <option>Sports</option> 77 <option>Telecommunications</option> 78 <option>Transportation</option> 79 <option>Travel & Tourism</option> 80 <option>Utilities</option> 81 <option>Other</option> 82 </select> 83 </td> 84 </tr> 85 <tr> 86 <td colspan="2"> 87 We collect anonymous information (Country, OS) 88 to help us improve future versions of Vtiger. 89 Data about how CRM is used and where it is being used helps 90 us identify the areas in the product that need to be enhanced. 91 We use this data to improve your experience with Vtiger. 92 None of the data collected here can be linked back to an individual. 93 </td> 94 </tr> 95 </tbody> 96 </table> 97 </div> 98 </div> 99 <div class="row-fluid offset2"> 100 <div class="span8"> 101 <div class="button-container"> 102 <input type="button" class="btn btn-large btn-primary" value="{vtranslate('LBL_NEXT','Install')}" name="step7"/> 103 </div> 104 </div> 105 </div> 106 </div> 107 </div> 108 </form> 109 110 <div id="progressIndicator" class="row-fluid main-container hide"> 111 <div class="inner-container"> 112 <div class="span12 inner-container"> 113 <div class="row-fluid"> 114 <div class="span12 welcome-div alignCenter"> 115 <h3>{vtranslate('LBL_INSTALLATION_IN_PROGRESS','Install')}...</h3><br> 116 <img src="{'install_loading.gif'|vimage_path}"/> 117 <h6>{vtranslate('LBL_PLEASE_WAIT','Install')}.... </h6> 118 </div> 119 </div> 120 </div> 121 </div> 122 </div> 123 </div>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |