[ 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 13 <div class="row-fluid main-container"> 14 <div class="inner-container"> 15 <div class="row-fluid"> 16 <div class="span10"> 17 <h4>{vtranslate('LBL_WELCOME', 'Install')}</h4> 18 </div> 19 <div class="span2"> 20 <a href="https://wiki.vtiger.com/vtiger6/" target="_blank" class="pull-right"> 21 <img src="{'help.png'|vimage_path}" alt="Help-Icon"/> 22 </a> 23 </div> 24 </div> 25 <hr> 26 27 <form class="form-horizontal" name="step1" method="post" action="index.php"> 28 <input type=hidden name="module" value="Install" /> 29 <input type=hidden name="view" value="Index" /> 30 <input type=hidden name="mode" value="Step2" /> 31 <div class="row-fluid"> 32 <div class="span4 welcome-image"> 33 <img src="{'wizard_screen.png'|vimage_path}" alt="Vtiger Logo"/> 34 </div> 35 <div class="span8"> 36 <div class="welcome-div"> 37 <h3>{vtranslate('LBL_WELCOME_TO_VTIGER6_SETUP_WIZARD', 'Install')}</h3> 38 {vtranslate('LBL_VTIGER6_SETUP_WIZARD_DESCRIPTION','Install')} 39 </div> 40 </div> 41 </div> 42 <div class="row-fluid"> 43 <div class="button-container"> 44 <input type="submit" class="btn btn-large btn-primary" value="{vtranslate('LBL_INSTALL_BUTTON','Install')}"/> 45 </div> 46 </div> 47 </form> 48 </div> 49 </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 |