123 lines
4.5 KiB
Smarty
123 lines
4.5 KiB
Smarty
{*<!--
|
|
/*********************************************************************************
|
|
** The contents of this file are subject to the vtiger CRM Public License Version 1.0
|
|
* ("License"); You may not use this file except in compliance with the License
|
|
* The Original Code is: vtiger CRM Open Source
|
|
* The Initial Developer of the Original Code is vtiger.
|
|
* Portions created by vtiger are Copyright (C) vtiger.
|
|
* All Rights Reserved.
|
|
*
|
|
********************************************************************************/
|
|
-->*}
|
|
<form class="form-horizontal" name="step6" method="post" action="index.php">
|
|
<input type=hidden name="module" value="Install" />
|
|
<input type=hidden name="view" value="Index" />
|
|
<input type=hidden name="mode" value="Step7" />
|
|
<input type=hidden name="auth_key" value="{$AUTH_KEY}" />
|
|
|
|
<div class="row-fluid main-container">
|
|
<div class="inner-container">
|
|
<div class="row-fluid">
|
|
<div class="span10">
|
|
<h4>{vtranslate('LBL_ONE_LAST_THING','Install')}</h4>
|
|
</div>
|
|
<div class="span2">
|
|
<a href="https://wiki.vtiger.com/vtiger6/" target="_blank" class="pull-right">
|
|
<img src="{'help.png'|vimage_path}" alt="Help-Icon"/>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<hr>
|
|
<div class="offset2 row-fluid">
|
|
<div class="span8">
|
|
<table class="config-table input-table">
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<strong>Please let us know your Industry</strong> <span class="no">*</span>
|
|
</td>
|
|
<td>
|
|
<select name="industry" class="select2" required="true" style="width:250px;" placeholder="Choose one...">
|
|
<option value=""></option>
|
|
<option>Accounting</option>
|
|
<option>Advertising</option>
|
|
<option>Agriculture</option>
|
|
<option>Apparel & Accessories</option>
|
|
<option>Automotive</option>
|
|
<option>Banking & Financial Services</option>
|
|
<option>Biotechnology</option>
|
|
<option>Call Centers</option>
|
|
<option>Careers/Employment</option>
|
|
<option>Chemical</option>
|
|
<option>Computer Hardware</option>
|
|
<option>Computer Software</option>
|
|
<option>Consulting</option>
|
|
<option>Construction</option>
|
|
<option>Education</option>
|
|
<option>Energy Services</option>
|
|
<option>Engineering</option>
|
|
<option>Entertainment</option>
|
|
<option>Financial</option>
|
|
<option>Food & Food Service</option>
|
|
<option>Government</option>
|
|
<option>Health care</option>
|
|
<option>Insurance</option>
|
|
<option>Legal</option>
|
|
<option>Logistics</option>
|
|
<option>Manufacturing</option>
|
|
<option>Media & Production</option>
|
|
<option>Non-profit</option>
|
|
<option>Pharmaceutical</option>
|
|
<option>Real Estate</option>
|
|
<option>Rental</option>
|
|
<option>Retail & Wholesale</option>
|
|
<option>Security</option>
|
|
<option>Service</option>
|
|
<option>Sports</option>
|
|
<option>Telecommunications</option>
|
|
<option>Transportation</option>
|
|
<option>Travel & Tourism</option>
|
|
<option>Utilities</option>
|
|
<option>Other</option>
|
|
</select>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2">
|
|
We collect anonymous information (Country, OS)
|
|
to help us improve future versions of Vtiger.
|
|
Data about how CRM is used and where it is being used helps
|
|
us identify the areas in the product that need to be enhanced.
|
|
We use this data to improve your experience with Vtiger.
|
|
None of the data collected here can be linked back to an individual.
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="row-fluid offset2">
|
|
<div class="span8">
|
|
<div class="button-container">
|
|
<input type="button" class="btn btn-large btn-primary" value="{vtranslate('LBL_NEXT','Install')}" name="step7"/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
|
|
<div id="progressIndicator" class="row-fluid main-container hide">
|
|
<div class="inner-container">
|
|
<div class="inner-container">
|
|
<div class="row-fluid">
|
|
<div class="span12 welcome-div alignCenter">
|
|
<h3>{vtranslate('LBL_INSTALLATION_IN_PROGRESS','Install')}...</h3><br>
|
|
<img src="{'install_loading.gif'|vimage_path}"/>
|
|
<h6>{vtranslate('LBL_PLEASE_WAIT','Install')}.... </h6>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> |