[ 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="step3" method="get" 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="Step4" /> 16 17 <div class="row-fluid main-container"> 18 <div class="inner-container"> 19 <div class="row-fluid"> 20 <div class="span10"> 21 <h4>{vtranslate('LBL_INSTALL_PREREQUISITES', 'Install')}</h4> 22 </div> 23 <div class="span2"> 24 <a href="https://wiki.vtiger.com/vtiger6/" target="_blank" class="pull-right"> 25 <img src="{'help.png'|vimage_path}" alt="Help-Icon"/> 26 </a> 27 </div> 28 </div> 29 <hr> 30 <div class="row-fluid"> 31 <div class="row-fluid offset2"> 32 <div class="span8 pull-right"> 33 <div class="button-container"> 34 <a href ="#"> 35 <input type="button" class="btn" value="{vtranslate('LBL_RECHECK', 'Install')}" id='recheck'/> 36 </a> 37 </div> 38 </div> 39 </div> 40 <div class="row-fluid offset2"> 41 <div class="span8"> 42 <table class="config-table"> 43 <tr><th>{vtranslate('LBL_PHP_CONFIGURATION', 'Install')}</th><th>{vtranslate('LBL_REQUIRED_VALUE', 'Install')}</th><th>{vtranslate('LBL_PRESENT_VALUE', 'Install')}</th></tr> 44 {foreach key=CONFIG_NAME item=INFO from=$SYSTEM_PREINSTALL_PARAMS} 45 <tr><td>{vtranslate($CONFIG_NAME, 'Install')}</td><td>{if $INFO.1 eq 1} {vtranslate('LBL_TRUE', 'Install')} {else} {$INFO.1} {/if}</td> 46 <td {if $INFO.2 eq false} class="no" > {vtranslate('LBL_NO', 'Install')} {else if ($INFO.2 eq true and $INFO.1 === true)} > {vtranslate('LBL_YES', 'Install')} {else} > {$INFO.0} {/if}</td></tr> 47 {/foreach} 48 </table> 49 <br> 50 {if $PHP_INI_CURRENT_SETTINGS} 51 <table class="config-table"> 52 <tr> 53 <th colspan="3">{vtranslate('LBL_PHP_RECOMMENDED_SETTINGS', 'Install')}</th> 54 </tr> 55 {foreach key=DIRECTIVE item=VALUE from=$PHP_INI_CURRENT_SETTINGS name=directives} 56 <tr> 57 <td>{$DIRECTIVE}</td><td>{$PHP_INI_RECOMMENDED_SETTINGS[$DIRECTIVE]}</td><td class="no">{$VALUE}</td> 58 </tr> 59 {/foreach} 60 </table> 61 {/if} 62 {if $FAILED_FILE_PERMISSIONS} 63 <table class="config-table"> 64 <tr><th colspan="2">{vtranslate('LBL_READ_WRITE_ACCESS', 'Install')}</th></tr> 65 {foreach item=FILE_PATH key=FILE_NAME from=$FAILED_FILE_PERMISSIONS} 66 <tr> 67 <td nowrap>{$FILE_NAME} ({str_replace("./","",$FILE_PATH)})</td><td class="no">{vtranslate('LBL_NO', 'Install')}</td> 68 </tr> 69 {/foreach} 70 </table> 71 {/if} 72 </div> 73 </div> 74 </div> 75 <div class="row-fluid offset2"> 76 <div class="span8"> 77 <div class="button-container"> 78 <input type="button" class="btn btn-large" value="{vtranslate('LBL_BACK', 'Install')}" name="back"/> 79 <input type="button" class="btn btn-large btn-primary" value="{vtranslate('LBL_NEXT', 'Install')}" name="step4"/> 80 </div> 81 </div> 82 </div> 83 </div> 84 </div> 85 </form>
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 |