pluf2

pluf2 Commit Details


Date:2010-03-24 17:02:06 (14 years 8 months ago)
Author:Loic d'Anterroches
Branch:master
Commit:e08f574a01252c56a964e32eae16084cc14a8830
Parents: ad3da80bf689e27ad2bfad4b4aa76759e27d39ab
Message:Improved the style of the funnel page.

Changes:

File differences

src/Pluf/templates/pluf/ab/base.html
8888
8989
9090
91
92
93
94
95
96
97
98
99
100
101
91102
92103
93104
float:left;
height:10px;
}
.arrow {
font-size: 0px; line-height: 0%; width: 0px;
border-top: 20px solid #3465a4;
border-left: 10px solid #fff;
border-right: 10px solid #fff;
float: right;
padding-right: 2em;
margin-right: 25px;
}
{/literal}
</style>
</head>
src/Pluf/templates/pluf/ab/funnel.html
11
22
33
4
5
46
57
68
79
810
11
912
1013
1114
......
1619
1720
1821
19
22
2023
2124
2225
......
2932
3033
3134
35
3236
3337
3438
{extends "pluf/ab/base.html"}
{block body}
<p class="right">&raquo; <a href="{url 'pluf_ab_funnels'}">All funnels</a></p>
<h1>Funnel {$funnel}</h1>
{assign $i=1}
{foreach $stats as $step}{if $step}
{if $i>1}
<p class="right">{$step['total']} ({$step['conv']})</p>
<div class="arrow right"></div>
{/if}
<h2>Step {$i}: {$step['name']}</h2>
<span class="percent"><span style="width:100%">&nbsp;</span></span>
{/if}<br />{assign $t = $step['total']}
{blocktrans $t}{$t} unique visitor.{plural}{$t} uniques visitors.{/blocktrans}
{blocktrans $t}{$t} unique visitor.{plural}{$t} unique visitors.{/blocktrans}
</p>
{assign $i += 1}
This is a completion rate of <strong>{$stats[$i]['conv1']}</strong>.</p>
<p class="note">
Note that if a user skip a given step, this can make the results a bit
off.

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.05640s using 13 queries.