single_goal.tpl

来自「希望此段源编码能给所有需要它的朋友带去快乐」· TPL 代码 · 共 37 行

TPL
37
字号
{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 + =
减小字号Ctrl + -
显示快捷键?