Skip to content
Extraits de code Groupes Projets
Valider f35f2ed7 rédigé par sgiehl's avatar sgiehl
Parcourir les fichiers

update tests with new order

parent 669cd70e
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -101,10 +101,14 @@ ...@@ -101,10 +101,14 @@
and previousAction.url|default(false) == action.url %} and previousAction.url|default(false) == action.url %}
{# For events, do not show (url) if the Event URL is the same as the URL last displayed #} {# For events, do not show (url) if the Event URL is the same as the URL last displayed #}
{% else %} {% else %}
{% if action.url|trim|lower starts with 'javascript://' %}
{{ action.url }}
{% else %}
<a href="{{ action.url }}" rel="noreferrer" target="_blank" class="{% if action.eventCategory|default(false) is empty %}action-list-url{# don't put URL on new line for events #}{% endif %} truncated-text-line" <a href="{{ action.url }}" rel="noreferrer" target="_blank" class="{% if action.eventCategory|default(false) is empty %}action-list-url{# don't put URL on new line for events #}{% endif %} truncated-text-line"
{% if overrideLinkStyle is not defined or overrideLinkStyle %}style="text-decoration:underline;"{% endif %}> {% if overrideLinkStyle is not defined or overrideLinkStyle %}style="text-decoration:underline;"{% endif %}>
{{ action.url }} {{ action.url }}
</a> </a>
{% endif %}
{% endif %} {% endif %}
{% if action.type == 'action' and action.pageTitle|default(false) is not empty %}</p>{% endif %} {% if action.type == 'action' and action.pageTitle|default(false) is not empty %}</p>{% endif %}
{% elseif action.type != 'search' and action.type != 'event' %} {% elseif action.type != 'search' and action.type != 'event' %}
......
...@@ -316,22 +316,10 @@ Device brand ...@@ -316,22 +316,10 @@ Device brand
label,nb_visits,nb_actions,conversion_rate,nb_actions_per_visit,avg_time_on_site,bounce_rate label,nb_visits,nb_actions,conversion_rate,nb_actions_per_visit,avg_time_on_site,bounce_rate
Unknown,11,43,0%,3.9,00:10:55,27% Unknown,11,43,0%,3.9,00:10:55,27%
Visitor Browser
label,nb_visits,nb_actions,conversion_rate,nb_actions_per_visit,avg_time_on_site,bounce_rate
Unknown,8,40,0%,5,00:15:01,0%
Firefox,2,2,0%,1,00:00:00,100%
Opera,1,1,0%,1,00:00:00,100%
Device model Device model
label,nb_visits,nb_actions,conversion_rate,nb_actions_per_visit,avg_time_on_site,bounce_rate label,nb_visits,nb_actions,conversion_rate,nb_actions_per_visit,avg_time_on_site,bounce_rate
Unknown,11,43,0%,3.9,00:10:55,27% Unknown,11,43,0%,3.9,00:10:55,27%
Browser version
label,nb_visits,nb_actions,conversion_rate,nb_actions_per_visit,avg_time_on_site,bounce_rate
Unknown,8,40,0%,5,00:15:01,0%
Firefox 3.6,2,2,0%,1,00:00:00,100%
Opera 9.63,1,1,0%,1,00:00:00,100%
Operating System families Operating System families
label,nb_visits,nb_actions,conversion_rate,nb_actions_per_visit,avg_time_on_site,bounce_rate label,nb_visits,nb_actions,conversion_rate,nb_actions_per_visit,avg_time_on_site,bounce_rate
Unknown,8,40,0%,5,00:15:01,0% Unknown,8,40,0%,5,00:15:01,0%
...@@ -342,6 +330,18 @@ label,nb_visits,nb_actions,conversion_rate,nb_actions_per_visit,avg_time_on_site ...@@ -342,6 +330,18 @@ label,nb_visits,nb_actions,conversion_rate,nb_actions_per_visit,avg_time_on_site
Unknown,8,40,0%,5,00:15:01,0% Unknown,8,40,0%,5,00:15:01,0%
Windows XP,3,3,0%,1,00:00:00,100% Windows XP,3,3,0%,1,00:00:00,100%
Visitor Browser
label,nb_visits,nb_actions,conversion_rate,nb_actions_per_visit,avg_time_on_site,bounce_rate
Unknown,8,40,0%,5,00:15:01,0%
Firefox,2,2,0%,1,00:00:00,100%
Opera,1,1,0%,1,00:00:00,100%
Browser version
label,nb_visits,nb_actions,conversion_rate,nb_actions_per_visit,avg_time_on_site,bounce_rate
Unknown,8,40,0%,5,00:15:01,0%
Firefox 3.6,2,2,0%,1,00:00:00,100%
Opera 9.63,1,1,0%,1,00:00:00,100%
Browser engines Browser engines
label,nb_visits,nb_actions,conversion_rate,nb_actions_per_visit,avg_time_on_site,bounce_rate label,nb_visits,nb_actions,conversion_rate,nb_actions_per_visit,avg_time_on_site,bounce_rate
Unknown,8,40,0%,5,00:15:01,0% Unknown,8,40,0%,5,00:15:01,0%
......
...@@ -1899,11 +1899,10 @@ ...@@ -1899,11 +1899,10 @@
</row> </row>
<row> <row>
<category>Visitor Devices</category> <category>Visitor Devices</category>
<name>Visitor Browser</name> <name>Device brand</name>
<module>DevicesDetection</module> <module>DevicesDetection</module>
<action>getBrowsers</action> <action>getBrand</action>
<dimension>Browser</dimension> <dimension>Device brand</dimension>
<documentation>This report contains information about what kind of browser your visitors were using. Each browser version is listed separately.</documentation>
<metrics> <metrics>
<nb_visits>Visits</nb_visits> <nb_visits>Visits</nb_visits>
<nb_uniq_visitors>Unique visitors</nb_uniq_visitors> <nb_uniq_visitors>Unique visitors</nb_uniq_visitors>
...@@ -1926,16 +1925,16 @@ ...@@ -1926,16 +1925,16 @@
<bounce_rate>Bounce Rate</bounce_rate> <bounce_rate>Bounce Rate</bounce_rate>
<conversion_rate>Conversion Rate</conversion_rate> <conversion_rate>Conversion Rate</conversion_rate>
</processedMetrics> </processedMetrics>
<imageGraphUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=DevicesDetection&amp;apiAction=getBrowsers&amp;period=day&amp;date=2009-01-04</imageGraphUrl> <imageGraphUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=DevicesDetection&amp;apiAction=getBrand&amp;period=day&amp;date=2009-01-04</imageGraphUrl>
<imageGraphEvolutionUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=DevicesDetection&amp;apiAction=getBrowsers&amp;period=day&amp;date=2008-12-06,2009-01-04</imageGraphEvolutionUrl> <imageGraphEvolutionUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=DevicesDetection&amp;apiAction=getBrand&amp;period=day&amp;date=2008-12-06,2009-01-04</imageGraphEvolutionUrl>
<uniqueId>DevicesDetection_getBrowsers</uniqueId> <uniqueId>DevicesDetection_getBrand</uniqueId>
</row> </row>
<row> <row>
<category>Visitor Devices</category> <category>Visitor Devices</category>
<name>Device brand</name> <name>Device model</name>
<module>DevicesDetection</module> <module>DevicesDetection</module>
<action>getBrand</action> <action>getModel</action>
<dimension>Device brand</dimension> <dimension>Device model</dimension>
<metrics> <metrics>
<nb_visits>Visits</nb_visits> <nb_visits>Visits</nb_visits>
<nb_uniq_visitors>Unique visitors</nb_uniq_visitors> <nb_uniq_visitors>Unique visitors</nb_uniq_visitors>
...@@ -1958,16 +1957,16 @@ ...@@ -1958,16 +1957,16 @@
<bounce_rate>Bounce Rate</bounce_rate> <bounce_rate>Bounce Rate</bounce_rate>
<conversion_rate>Conversion Rate</conversion_rate> <conversion_rate>Conversion Rate</conversion_rate>
</processedMetrics> </processedMetrics>
<imageGraphUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=DevicesDetection&amp;apiAction=getBrand&amp;period=day&amp;date=2009-01-04</imageGraphUrl> <imageGraphUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=DevicesDetection&amp;apiAction=getModel&amp;period=day&amp;date=2009-01-04</imageGraphUrl>
<imageGraphEvolutionUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=DevicesDetection&amp;apiAction=getBrand&amp;period=day&amp;date=2008-12-06,2009-01-04</imageGraphEvolutionUrl> <imageGraphEvolutionUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=DevicesDetection&amp;apiAction=getModel&amp;period=day&amp;date=2008-12-06,2009-01-04</imageGraphEvolutionUrl>
<uniqueId>DevicesDetection_getBrand</uniqueId> <uniqueId>DevicesDetection_getModel</uniqueId>
</row> </row>
<row> <row>
<category>Visitor Devices</category> <category>Visitor Devices</category>
<name>Browser version</name> <name>Operating System families</name>
<module>DevicesDetection</module> <module>DevicesDetection</module>
<action>getBrowserVersions</action> <action>getOsFamilies</action>
<dimension>Browser version</dimension> <dimension>Operating system family</dimension>
<metrics> <metrics>
<nb_visits>Visits</nb_visits> <nb_visits>Visits</nb_visits>
<nb_uniq_visitors>Unique visitors</nb_uniq_visitors> <nb_uniq_visitors>Unique visitors</nb_uniq_visitors>
...@@ -1990,16 +1989,16 @@ ...@@ -1990,16 +1989,16 @@
<bounce_rate>Bounce Rate</bounce_rate> <bounce_rate>Bounce Rate</bounce_rate>
<conversion_rate>Conversion Rate</conversion_rate> <conversion_rate>Conversion Rate</conversion_rate>
</processedMetrics> </processedMetrics>
<imageGraphUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=DevicesDetection&amp;apiAction=getBrowserVersions&amp;period=day&amp;date=2009-01-04</imageGraphUrl> <imageGraphUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=DevicesDetection&amp;apiAction=getOsFamilies&amp;period=day&amp;date=2009-01-04</imageGraphUrl>
<imageGraphEvolutionUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=DevicesDetection&amp;apiAction=getBrowserVersions&amp;period=day&amp;date=2008-12-06,2009-01-04</imageGraphEvolutionUrl> <imageGraphEvolutionUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=DevicesDetection&amp;apiAction=getOsFamilies&amp;period=day&amp;date=2008-12-06,2009-01-04</imageGraphEvolutionUrl>
<uniqueId>DevicesDetection_getBrowserVersions</uniqueId> <uniqueId>DevicesDetection_getOsFamilies</uniqueId>
</row> </row>
<row> <row>
<category>Visitor Devices</category> <category>Visitor Devices</category>
<name>Device model</name> <name>Operating System versions</name>
<module>DevicesDetection</module> <module>DevicesDetection</module>
<action>getModel</action> <action>getOsVersions</action>
<dimension>Device model</dimension> <dimension>Operating System versions</dimension>
<metrics> <metrics>
<nb_visits>Visits</nb_visits> <nb_visits>Visits</nb_visits>
<nb_uniq_visitors>Unique visitors</nb_uniq_visitors> <nb_uniq_visitors>Unique visitors</nb_uniq_visitors>
...@@ -2022,16 +2021,17 @@ ...@@ -2022,16 +2021,17 @@
<bounce_rate>Bounce Rate</bounce_rate> <bounce_rate>Bounce Rate</bounce_rate>
<conversion_rate>Conversion Rate</conversion_rate> <conversion_rate>Conversion Rate</conversion_rate>
</processedMetrics> </processedMetrics>
<imageGraphUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=DevicesDetection&amp;apiAction=getModel&amp;period=day&amp;date=2009-01-04</imageGraphUrl> <imageGraphUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=DevicesDetection&amp;apiAction=getOsVersions&amp;period=day&amp;date=2009-01-04</imageGraphUrl>
<imageGraphEvolutionUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=DevicesDetection&amp;apiAction=getModel&amp;period=day&amp;date=2008-12-06,2009-01-04</imageGraphEvolutionUrl> <imageGraphEvolutionUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=DevicesDetection&amp;apiAction=getOsVersions&amp;period=day&amp;date=2008-12-06,2009-01-04</imageGraphEvolutionUrl>
<uniqueId>DevicesDetection_getModel</uniqueId> <uniqueId>DevicesDetection_getOsVersions</uniqueId>
</row> </row>
<row> <row>
<category>Visitor Devices</category> <category>Visitor Devices</category>
<name>Operating System families</name> <name>Visitor Browser</name>
<module>DevicesDetection</module> <module>DevicesDetection</module>
<action>getOsFamilies</action> <action>getBrowsers</action>
<dimension>Operating system family</dimension> <dimension>Browser</dimension>
<documentation>This report contains information about what kind of browser your visitors were using. Each browser version is listed separately.</documentation>
<metrics> <metrics>
<nb_visits>Visits</nb_visits> <nb_visits>Visits</nb_visits>
<nb_uniq_visitors>Unique visitors</nb_uniq_visitors> <nb_uniq_visitors>Unique visitors</nb_uniq_visitors>
...@@ -2054,16 +2054,16 @@ ...@@ -2054,16 +2054,16 @@
<bounce_rate>Bounce Rate</bounce_rate> <bounce_rate>Bounce Rate</bounce_rate>
<conversion_rate>Conversion Rate</conversion_rate> <conversion_rate>Conversion Rate</conversion_rate>
</processedMetrics> </processedMetrics>
<imageGraphUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=DevicesDetection&amp;apiAction=getOsFamilies&amp;period=day&amp;date=2009-01-04</imageGraphUrl> <imageGraphUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=DevicesDetection&amp;apiAction=getBrowsers&amp;period=day&amp;date=2009-01-04</imageGraphUrl>
<imageGraphEvolutionUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=DevicesDetection&amp;apiAction=getOsFamilies&amp;period=day&amp;date=2008-12-06,2009-01-04</imageGraphEvolutionUrl> <imageGraphEvolutionUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=DevicesDetection&amp;apiAction=getBrowsers&amp;period=day&amp;date=2008-12-06,2009-01-04</imageGraphEvolutionUrl>
<uniqueId>DevicesDetection_getOsFamilies</uniqueId> <uniqueId>DevicesDetection_getBrowsers</uniqueId>
</row> </row>
<row> <row>
<category>Visitor Devices</category> <category>Visitor Devices</category>
<name>Operating System versions</name> <name>Browser version</name>
<module>DevicesDetection</module> <module>DevicesDetection</module>
<action>getOsVersions</action> <action>getBrowserVersions</action>
<dimension>Operating System versions</dimension> <dimension>Browser version</dimension>
<metrics> <metrics>
<nb_visits>Visits</nb_visits> <nb_visits>Visits</nb_visits>
<nb_uniq_visitors>Unique visitors</nb_uniq_visitors> <nb_uniq_visitors>Unique visitors</nb_uniq_visitors>
...@@ -2086,9 +2086,9 @@ ...@@ -2086,9 +2086,9 @@
<bounce_rate>Bounce Rate</bounce_rate> <bounce_rate>Bounce Rate</bounce_rate>
<conversion_rate>Conversion Rate</conversion_rate> <conversion_rate>Conversion Rate</conversion_rate>
</processedMetrics> </processedMetrics>
<imageGraphUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=DevicesDetection&amp;apiAction=getOsVersions&amp;period=day&amp;date=2009-01-04</imageGraphUrl> <imageGraphUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=DevicesDetection&amp;apiAction=getBrowserVersions&amp;period=day&amp;date=2009-01-04</imageGraphUrl>
<imageGraphEvolutionUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=DevicesDetection&amp;apiAction=getOsVersions&amp;period=day&amp;date=2008-12-06,2009-01-04</imageGraphEvolutionUrl> <imageGraphEvolutionUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=DevicesDetection&amp;apiAction=getBrowserVersions&amp;period=day&amp;date=2008-12-06,2009-01-04</imageGraphEvolutionUrl>
<uniqueId>DevicesDetection_getOsVersions</uniqueId> <uniqueId>DevicesDetection_getBrowserVersions</uniqueId>
</row> </row>
<row> <row>
<category>Visitor Devices</category> <category>Visitor Devices</category>
......
...@@ -473,14 +473,6 @@ Device brand ...@@ -473,14 +473,6 @@ Device brand
label,nb_visits,nb_actions,conversion_rate,nb_actions_per_visit,avg_time_on_site,bounce_rate label,nb_visits,nb_actions,conversion_rate,nb_actions_per_visit,avg_time_on_site,bounce_rate
Unknown,5,16,80%,3.2,00:22:49,20% Unknown,5,16,80%,3.2,00:22:49,20%
Visitor Browser
label,nb_visits,nb_actions,conversion_rate,nb_actions_per_visit,avg_time_on_site,bounce_rate
Firefox,5,16,80%,3.2,00:22:49,20%
Browser version
label,nb_visits,nb_actions,conversion_rate,nb_actions_per_visit,avg_time_on_site,bounce_rate
Firefox 3.6,5,16,80%,3.2,00:22:49,20%
Device model Device model
label,nb_visits,nb_actions,conversion_rate,nb_actions_per_visit,avg_time_on_site,bounce_rate label,nb_visits,nb_actions,conversion_rate,nb_actions_per_visit,avg_time_on_site,bounce_rate
Unknown,5,16,80%,3.2,00:22:49,20% Unknown,5,16,80%,3.2,00:22:49,20%
...@@ -493,6 +485,14 @@ Operating System versions ...@@ -493,6 +485,14 @@ Operating System versions
label,nb_visits,nb_actions,conversion_rate,nb_actions_per_visit,avg_time_on_site,bounce_rate label,nb_visits,nb_actions,conversion_rate,nb_actions_per_visit,avg_time_on_site,bounce_rate
Windows XP,5,16,80%,3.2,00:22:49,20% Windows XP,5,16,80%,3.2,00:22:49,20%
Visitor Browser
label,nb_visits,nb_actions,conversion_rate,nb_actions_per_visit,avg_time_on_site,bounce_rate
Firefox,5,16,80%,3.2,00:22:49,20%
Browser version
label,nb_visits,nb_actions,conversion_rate,nb_actions_per_visit,avg_time_on_site,bounce_rate
Firefox 3.6,5,16,80%,3.2,00:22:49,20%
Browser engines Browser engines
label,nb_visits,nb_actions,conversion_rate,nb_actions_per_visit,avg_time_on_site,bounce_rate label,nb_visits,nb_actions,conversion_rate,nb_actions_per_visit,avg_time_on_site,bounce_rate
Gecko (Firefox),5,16,80%,3.2,00:22:49,20% Gecko (Firefox),5,16,80%,3.2,00:22:49,20%
......
...@@ -339,16 +339,6 @@ ...@@ -339,16 +339,6 @@
<a href="#DevicesDetection_getBrand" style="text-decoration:none; color: rgb(13,13,13);"> <a href="#DevicesDetection_getBrand" style="text-decoration:none; color: rgb(13,13,13);">
Device brand Device brand
</a> </a>
</li>
<li>
<a href="#DevicesDetection_getBrowsers" style="text-decoration:none; color: rgb(13,13,13);">
Visitor Browser
</a>
</li>
<li>
<a href="#DevicesDetection_getBrowserVersions" style="text-decoration:none; color: rgb(13,13,13);">
Browser version
</a>
</li> </li>
<li> <li>
<a href="#DevicesDetection_getModel" style="text-decoration:none; color: rgb(13,13,13);"> <a href="#DevicesDetection_getModel" style="text-decoration:none; color: rgb(13,13,13);">
...@@ -364,6 +354,16 @@ ...@@ -364,6 +354,16 @@
<a href="#DevicesDetection_getOsVersions" style="text-decoration:none; color: rgb(13,13,13);"> <a href="#DevicesDetection_getOsVersions" style="text-decoration:none; color: rgb(13,13,13);">
Operating System versions Operating System versions
</a> </a>
</li>
<li>
<a href="#DevicesDetection_getBrowsers" style="text-decoration:none; color: rgb(13,13,13);">
Visitor Browser
</a>
</li>
<li>
<a href="#DevicesDetection_getBrowserVersions" style="text-decoration:none; color: rgb(13,13,13);">
Browser version
</a>
</li> </li>
<li> <li>
<a href="#DevicesDetection_getBrowserEngines" style="text-decoration:none; color: rgb(13,13,13);"> <a href="#DevicesDetection_getBrowserEngines" style="text-decoration:none; color: rgb(13,13,13);">
...@@ -6188,8 +6188,8 @@ ...@@ -6188,8 +6188,8 @@
<a style="text-decoration:none; color: rgb(13,13,13); font-size: 9pt;" href="#reportTop"> <a style="text-decoration:none; color: rgb(13,13,13); font-size: 9pt;" href="#reportTop">
Back to top Back to top
</a> </a>
<h2 id="DevicesDetection_getBrowsers" style="color: rgb(13,13,13); font-size: 24pt; font-weight:normal;"> <h2 id="DevicesDetection_getModel" style="color: rgb(13,13,13); font-size: 24pt; font-weight:normal;">
Visitor Browser Device model
</h2> </h2>
   
...@@ -6197,7 +6197,7 @@ ...@@ -6197,7 +6197,7 @@
<table style="border-collapse:collapse; margin-left: 5px;"> <table style="border-collapse:collapse; margin-left: 5px;">
<thead style="background-color: rgb(255,255,255); color: rgb(13,13,13); font-size: 11pt; text-transform: uppercase; line-height:2.5em;"> <thead style="background-color: rgb(255,255,255); color: rgb(13,13,13); font-size: 11pt; text-transform: uppercase; line-height:2.5em;">
<th style="font-weight: normal; font-size:10px; text-align:left; padding: 6px 0;"> <th style="font-weight: normal; font-size:10px; text-align:left; padding: 6px 0;">
&nbsp;Browser&nbsp;&nbsp; &nbsp;Device model&nbsp;&nbsp;
</th> </th>
<th style="font-weight: normal; font-size:10px; text-align:left; padding: 6px 0;"> <th style="font-weight: normal; font-size:10px; text-align:left; padding: 6px 0;">
&nbsp;Visits&nbsp;&nbsp; &nbsp;Visits&nbsp;&nbsp;
...@@ -6222,9 +6222,7 @@ ...@@ -6222,9 +6222,7 @@
<tr style="background-color: rgb(242,242,242);line-height: 22px;"> <tr style="background-color: rgb(242,242,242);line-height: 22px;">
<td style="font-size: 13px; border-right: 1px solid rgb(217,217,217); padding: 5px 0 5px 5px;"> <td style="font-size: 13px; border-right: 1px solid rgb(217,217,217); padding: 5px 0 5px 5px;">
<img src='http://example.com/piwik/tests/PHPUnit/proxy/plugins/DevicesDetection/images/browsers/FF.gif'> Unknown </td>
&nbsp;
Firefox </td>
<td style="font-size: 13px; border-left: 1px solid rgb(217,217,217); padding: 5px 0 5px 5px;"> <td style="font-size: 13px; border-left: 1px solid rgb(217,217,217); padding: 5px 0 5px 5px;">
5 5
</td> </td>
...@@ -6250,8 +6248,8 @@ ...@@ -6250,8 +6248,8 @@
<a style="text-decoration:none; color: rgb(13,13,13); font-size: 9pt;" href="#reportTop"> <a style="text-decoration:none; color: rgb(13,13,13); font-size: 9pt;" href="#reportTop">
Back to top Back to top
</a> </a>
<h2 id="DevicesDetection_getBrowserVersions" style="color: rgb(13,13,13); font-size: 24pt; font-weight:normal;"> <h2 id="DevicesDetection_getOsFamilies" style="color: rgb(13,13,13); font-size: 24pt; font-weight:normal;">
Browser version Operating System families
</h2> </h2>
   
...@@ -6259,7 +6257,7 @@ ...@@ -6259,7 +6257,7 @@
<table style="border-collapse:collapse; margin-left: 5px;"> <table style="border-collapse:collapse; margin-left: 5px;">
<thead style="background-color: rgb(255,255,255); color: rgb(13,13,13); font-size: 11pt; text-transform: uppercase; line-height:2.5em;"> <thead style="background-color: rgb(255,255,255); color: rgb(13,13,13); font-size: 11pt; text-transform: uppercase; line-height:2.5em;">
<th style="font-weight: normal; font-size:10px; text-align:left; padding: 6px 0;"> <th style="font-weight: normal; font-size:10px; text-align:left; padding: 6px 0;">
&nbsp;Browser version&nbsp;&nbsp; &nbsp;Operating system family&nbsp;&nbsp;
</th> </th>
<th style="font-weight: normal; font-size:10px; text-align:left; padding: 6px 0;"> <th style="font-weight: normal; font-size:10px; text-align:left; padding: 6px 0;">
&nbsp;Visits&nbsp;&nbsp; &nbsp;Visits&nbsp;&nbsp;
...@@ -6284,9 +6282,9 @@ ...@@ -6284,9 +6282,9 @@
<tr style="background-color: rgb(242,242,242);line-height: 22px;"> <tr style="background-color: rgb(242,242,242);line-height: 22px;">
<td style="font-size: 13px; border-right: 1px solid rgb(217,217,217); padding: 5px 0 5px 5px;"> <td style="font-size: 13px; border-right: 1px solid rgb(217,217,217); padding: 5px 0 5px 5px;">
<img src='http://example.com/piwik/tests/PHPUnit/proxy/plugins/DevicesDetection/images/browsers/FF.gif'> <img src='http://example.com/piwik/tests/PHPUnit/proxy/plugins/DevicesDetection/images/os/WIN.gif'>
&nbsp; &nbsp;
Firefox 3.6 </td> Windows </td>
<td style="font-size: 13px; border-left: 1px solid rgb(217,217,217); padding: 5px 0 5px 5px;"> <td style="font-size: 13px; border-left: 1px solid rgb(217,217,217); padding: 5px 0 5px 5px;">
5 5
</td> </td>
...@@ -6312,8 +6310,8 @@ ...@@ -6312,8 +6310,8 @@
<a style="text-decoration:none; color: rgb(13,13,13); font-size: 9pt;" href="#reportTop"> <a style="text-decoration:none; color: rgb(13,13,13); font-size: 9pt;" href="#reportTop">
Back to top Back to top
</a> </a>
<h2 id="DevicesDetection_getModel" style="color: rgb(13,13,13); font-size: 24pt; font-weight:normal;"> <h2 id="DevicesDetection_getOsVersions" style="color: rgb(13,13,13); font-size: 24pt; font-weight:normal;">
Device model Operating System versions
</h2> </h2>
   
...@@ -6321,7 +6319,7 @@ ...@@ -6321,7 +6319,7 @@
<table style="border-collapse:collapse; margin-left: 5px;"> <table style="border-collapse:collapse; margin-left: 5px;">
<thead style="background-color: rgb(255,255,255); color: rgb(13,13,13); font-size: 11pt; text-transform: uppercase; line-height:2.5em;"> <thead style="background-color: rgb(255,255,255); color: rgb(13,13,13); font-size: 11pt; text-transform: uppercase; line-height:2.5em;">
<th style="font-weight: normal; font-size:10px; text-align:left; padding: 6px 0;"> <th style="font-weight: normal; font-size:10px; text-align:left; padding: 6px 0;">
&nbsp;Device model&nbsp;&nbsp; &nbsp;Operating System versions&nbsp;&nbsp;
</th> </th>
<th style="font-weight: normal; font-size:10px; text-align:left; padding: 6px 0;"> <th style="font-weight: normal; font-size:10px; text-align:left; padding: 6px 0;">
&nbsp;Visits&nbsp;&nbsp; &nbsp;Visits&nbsp;&nbsp;
...@@ -6346,7 +6344,9 @@ ...@@ -6346,7 +6344,9 @@
<tr style="background-color: rgb(242,242,242);line-height: 22px;"> <tr style="background-color: rgb(242,242,242);line-height: 22px;">
<td style="font-size: 13px; border-right: 1px solid rgb(217,217,217); padding: 5px 0 5px 5px;"> <td style="font-size: 13px; border-right: 1px solid rgb(217,217,217); padding: 5px 0 5px 5px;">
Unknown </td> <img src='http://example.com/piwik/tests/PHPUnit/proxy/plugins/DevicesDetection/images/os/WIN.gif'>
&nbsp;
Windows XP </td>
<td style="font-size: 13px; border-left: 1px solid rgb(217,217,217); padding: 5px 0 5px 5px;"> <td style="font-size: 13px; border-left: 1px solid rgb(217,217,217); padding: 5px 0 5px 5px;">
5 5
</td> </td>
...@@ -6372,8 +6372,8 @@ ...@@ -6372,8 +6372,8 @@
<a style="text-decoration:none; color: rgb(13,13,13); font-size: 9pt;" href="#reportTop"> <a style="text-decoration:none; color: rgb(13,13,13); font-size: 9pt;" href="#reportTop">
Back to top Back to top
</a> </a>
<h2 id="DevicesDetection_getOsFamilies" style="color: rgb(13,13,13); font-size: 24pt; font-weight:normal;"> <h2 id="DevicesDetection_getBrowsers" style="color: rgb(13,13,13); font-size: 24pt; font-weight:normal;">
Operating System families Visitor Browser
</h2> </h2>
   
...@@ -6381,7 +6381,7 @@ ...@@ -6381,7 +6381,7 @@
<table style="border-collapse:collapse; margin-left: 5px;"> <table style="border-collapse:collapse; margin-left: 5px;">
<thead style="background-color: rgb(255,255,255); color: rgb(13,13,13); font-size: 11pt; text-transform: uppercase; line-height:2.5em;"> <thead style="background-color: rgb(255,255,255); color: rgb(13,13,13); font-size: 11pt; text-transform: uppercase; line-height:2.5em;">
<th style="font-weight: normal; font-size:10px; text-align:left; padding: 6px 0;"> <th style="font-weight: normal; font-size:10px; text-align:left; padding: 6px 0;">
&nbsp;Operating system family&nbsp;&nbsp; &nbsp;Browser&nbsp;&nbsp;
</th> </th>
<th style="font-weight: normal; font-size:10px; text-align:left; padding: 6px 0;"> <th style="font-weight: normal; font-size:10px; text-align:left; padding: 6px 0;">
&nbsp;Visits&nbsp;&nbsp; &nbsp;Visits&nbsp;&nbsp;
...@@ -6406,9 +6406,9 @@ ...@@ -6406,9 +6406,9 @@
<tr style="background-color: rgb(242,242,242);line-height: 22px;"> <tr style="background-color: rgb(242,242,242);line-height: 22px;">
<td style="font-size: 13px; border-right: 1px solid rgb(217,217,217); padding: 5px 0 5px 5px;"> <td style="font-size: 13px; border-right: 1px solid rgb(217,217,217); padding: 5px 0 5px 5px;">
<img src='http://example.com/piwik/tests/PHPUnit/proxy/plugins/DevicesDetection/images/os/WIN.gif'> <img src='http://example.com/piwik/tests/PHPUnit/proxy/plugins/DevicesDetection/images/browsers/FF.gif'>
&nbsp; &nbsp;
Windows </td> Firefox </td>
<td style="font-size: 13px; border-left: 1px solid rgb(217,217,217); padding: 5px 0 5px 5px;"> <td style="font-size: 13px; border-left: 1px solid rgb(217,217,217); padding: 5px 0 5px 5px;">
5 5
</td> </td>
...@@ -6434,8 +6434,8 @@ ...@@ -6434,8 +6434,8 @@
<a style="text-decoration:none; color: rgb(13,13,13); font-size: 9pt;" href="#reportTop"> <a style="text-decoration:none; color: rgb(13,13,13); font-size: 9pt;" href="#reportTop">
Back to top Back to top
</a> </a>
<h2 id="DevicesDetection_getOsVersions" style="color: rgb(13,13,13); font-size: 24pt; font-weight:normal;"> <h2 id="DevicesDetection_getBrowserVersions" style="color: rgb(13,13,13); font-size: 24pt; font-weight:normal;">
Operating System versions Browser version
</h2> </h2>
   
...@@ -6443,7 +6443,7 @@ ...@@ -6443,7 +6443,7 @@
<table style="border-collapse:collapse; margin-left: 5px;"> <table style="border-collapse:collapse; margin-left: 5px;">
<thead style="background-color: rgb(255,255,255); color: rgb(13,13,13); font-size: 11pt; text-transform: uppercase; line-height:2.5em;"> <thead style="background-color: rgb(255,255,255); color: rgb(13,13,13); font-size: 11pt; text-transform: uppercase; line-height:2.5em;">
<th style="font-weight: normal; font-size:10px; text-align:left; padding: 6px 0;"> <th style="font-weight: normal; font-size:10px; text-align:left; padding: 6px 0;">
&nbsp;Operating System versions&nbsp;&nbsp; &nbsp;Browser version&nbsp;&nbsp;
</th> </th>
<th style="font-weight: normal; font-size:10px; text-align:left; padding: 6px 0;"> <th style="font-weight: normal; font-size:10px; text-align:left; padding: 6px 0;">
&nbsp;Visits&nbsp;&nbsp; &nbsp;Visits&nbsp;&nbsp;
...@@ -6468,9 +6468,9 @@ ...@@ -6468,9 +6468,9 @@
<tr style="background-color: rgb(242,242,242);line-height: 22px;"> <tr style="background-color: rgb(242,242,242);line-height: 22px;">
<td style="font-size: 13px; border-right: 1px solid rgb(217,217,217); padding: 5px 0 5px 5px;"> <td style="font-size: 13px; border-right: 1px solid rgb(217,217,217); padding: 5px 0 5px 5px;">
<img src='http://example.com/piwik/tests/PHPUnit/proxy/plugins/DevicesDetection/images/os/WIN.gif'> <img src='http://example.com/piwik/tests/PHPUnit/proxy/plugins/DevicesDetection/images/browsers/FF.gif'>
&nbsp; &nbsp;
Windows XP </td> Firefox 3.6 </td>
<td style="font-size: 13px; border-left: 1px solid rgb(217,217,217); padding: 5px 0 5px 5px;"> <td style="font-size: 13px; border-left: 1px solid rgb(217,217,217); padding: 5px 0 5px 5px;">
5 5
</td> </td>
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter