?? single_goal.tpl
字號:
{include file="Goals/templates/title_and_evolution_graph.tpl"}{if $nb_conversions > 0} <h2>Conversions Overview</h2> <ul class="ulGoalTopElements"> <li>Your best converting countries are: {include file='Goals/templates/list_top_segment.tpl' topSegment=$topSegments.country}</li> {if count($topSegments.keyword)>0}<li>Your top converting keywords are: {include file='Goals/templates/list_top_segment.tpl' topSegment=$topSegments.keyword}</li>{/if} {if count($topSegments.website)>0}<li>Your best converting websites referers are: {include file='Goals/templates/list_top_segment.tpl' topSegment=$topSegments.website}</li>{/if} <li>Returning visitors conversion rate is <b>{$conversion_rate_returning}%</b>, New Visitors conversion rate is <b>{$conversion_rate_new}%</b></li> </ul>{/if}{literal}<style>ul.ulGoalTopElements { list-style-type:circle; margin-left:30px;}.ulGoalTopElements a { text-decoration:none; color:#0033CC; border-bottom:1px dotted #0033CC; line-height:2em;}.goalTopElement { border-bottom:1px dotted; } </style><script>$(document).ready( function() { $('.goalTopElement') .Tooltip() ; });</script>{/literal}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -