<#if false> <#noparse> <#if title??> <#assign guideTitle = "${title}"> <#if !who??> <#assign who = "WHO"> <#if !when??> <#assign when = "WHEN"> <#if !where??> <#assign where = "WHERE"> <#if !how??> <#assign how = "HOW"> <#if !other??> <#assign other = "">
<#if leftContent?exists> <@leftContent/> <#else>
<#if titleContent?exists> <@titleContent /> <#else>

<#if guideTitle??> <@i18n guideTitle/>

<#if imgContent?exists> <@imgContent /> <#elseif guideImg??>
<#if "${showButton!'true'}"=='true'>
<@ZKUI.Input id="notShowNext" type="checkbox" onclick="nextNotShowClick(event)" name="notShowNext" hideLabel="true"/><@i18n 'common_notShowNext'/>
<#if whoContent?exists>
<@i18n who/>
<@whoContent/>
<#if whenContent?exists>
<@i18n when/>
<@whenContent/>
<#if whereContent?exists>
<@i18n where/>
<@whereContent/>
<#if howContent?exists>
<@i18n how/>
<@howContent/>
<#if otherContent?exists>
<@i18n other/>
<@otherContent/>
<#if bodyContent?exists> <@bodyContent/>
<#if !autoClose??>