Pluf Framework

Pluf Framework Commit Details


Date:2010-04-10 10:37:50 (14 years 8 months ago)
Author:Loic d'Anterroches
Branch:develop, master
Commit:6babdf56bea2463f6e2e347ab8cd26654fdb25c4
Parents: c44b777f8544db78d65888d3fa4a76d69b089a05
Message:Cleaned the funnel analysis template.

Changes:

File differences

src/Pluf/templates/pluf/ab/funnel.html
8080
8181
8282
83
83
84
8485
8586
8687
8788
8889
8990
90
91
92
93
94
95
96
97
98
99
100
101
102
103
</div>
<p class="note">
Note that if a user skip a given step, this can make the results a bit
off.
off. For the overall property funnel statistics, the first step where a given
appears is used as the base value.
</p>
{else}
<p>We do not have statistics for this period.</p>
{/if}
{/block}
{block details} {*
{if count($props)}
<h2 style="margin-top: 4.5em;">Filter by visitor property</h2>
<form method="get" action="{url 'pluf_ab_funnel', array($funnel)}">
<select name="prop">{foreach $props as $k=>$v}
<option value="">All</option>
<option value="{$k}"{if $prop==$k} selected="selected"{/if}>{$k}</option>{/foreach}
</select>
<input type="hidden" name="p" value="{$period}" />
<input type="submit" name="s" value="Filter" />
</form>
{/if}
*}
{/block}

Archive Download the corresponding diff file

Branches

Tags

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