芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/portal.pulsehost.co.uk/templates/six/configuressl-stepone.tpl
{if !$status} {include file="$template/includes/alert.tpl" type="warning" msg=$LANG.sslinvalidlink textcenter=true}
{else} {if $errormessage} {include file="$template/includes/alert.tpl" type="error" errorshtml=$errormessage} {/if} {if $status eq "Awaiting Configuration"}
{include file="$template/includes/subheader.tpl" title=$LANG.sslserverinfo} {include file="$template/includes/alert.tpl" type="info" msg={lang key='sslserverinfodetails'}}
{$LANG.sslservertype}
{lang key='ssl.selectWebserver' serverType={lang key='sslservertype'}}
{foreach from=$webservertypes key=webservertypeid item=webservertype}
{$webservertype}
{/foreach}
{$LANG.sslcsr}
{if $csr}{$csr}{else}-----BEGIN CERTIFICATE REQUEST----- -----END CERTIFICATE REQUEST-----{/if}</textarea>
{foreach from=$additionalfields key=heading item=fields}
{$heading}
{foreach from=$fields item=vals}
{$vals.name}
{$vals.input} {$vals.description}
{/foreach}
{/foreach} {include file="$template/includes/subheader.tpl" title=$LANG.ssladmininfo} {include file="$template/includes/alert.tpl" type="info" msg={lang key='ssladmininfodetails'}}
{$LANG.clientareafirstname}
{$LANG.clientarealastname}
{$LANG.organizationname}
{$LANG.jobtitle}
{$LANG.jobtitlereqforcompany}
{$LANG.clientareaemail}
{$LANG.clientareaaddress1}
{$LANG.clientareaaddress2}
{$LANG.clientareacity}
{$LANG.clientareastate}
{$LANG.clientareapostcode}
{$LANG.clientareacountry}
{foreach from=$clientcountries item=thisCountryName key=thisCountryCode}
{$thisCountryName}
{/foreach}
{$LANG.clientareaphonenumber}
{else} {include file="$template/includes/alert.tpl" type="info" msg=$LANG.sslnoconfigurationpossible textcenter=true}
{/if} {/if}