Move busui to seperate repository
[bus.git] / js_report_templates.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<script type="text/x-jqote-template" id="metricInfobox">
 <![CDATA[
 
        <div class="owa_metricInfobox" style="min-width:135px;width:<*= this.width || 'auto' *>;">
        <p class="owa_metricInfoboxLabel"><*= this.label *></p>
        <p class="owa_metricInfoboxLargeNumber"><*= this.formatted_value *></p>
        <p id='<*= this.dom_id *>-sparkline'></p>
        </div>
 
]]>
</script>
 
<script type="text/x-jqote-template" id="table-column">
<![CDATA[
 
<TD class="<*= this.result_type *>cell"><*= this.value *></TD>
                
]]> 
</script>
 
<script type="text/x-jqote-template" id="table-row">
<![CDATA[
<TR>
<*= this.columns*>
</TR>           
]]> 
</script>
 
<script type="text/x-jqote-template" id="simpleTable-outer">
<![CDATA[
 
<table id="<*= this.dom_id *>" class="simpleTable">
        <tr>
                <*= this.headers *>
        </tr>
</table>
]]>
</script>
 
<script type="text/x-jqote-template" id="simpleTable-headers">
<![CDATA[
<th class="<*= this.result_type *>"><*= this.label *></th>
]]>
</script>
 
<script type="text/x-jqote-template" id="attributionCell">
<![CDATA[
<b>Atribution <*=(j+1) *>:</b><BR>
<* if (this.md) { *> <i>Medium:</i> <*= this.md *> -> <* } *>
<* if (this.sr) { *> <i>Source:</i> <*= this.sr *> -> <* } *>
<* if (this.cn) { *> <i>Campaign:</i> <*= this.cn *> -> <* } *>
<* if (this.ad) { *> <i>Ad:</i> <*= this.ad *> -> <* } *>
<* if (this.at) { *> <i>Ad Type:</i> <*= this.at *> -> <* } *>
<* if (this.st) { *> <i>Search Terms:</i> <*= this.st *><* } *>
<br>
]]>
</script>