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

minor updates

git-svn-id: http://dev.piwik.org/svn/trunk@2394 59fd770c-687e-43c8-a1e3-f5a4ff64c105
parent c2bc9bed
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -85,6 +85,7 @@ class Piwik_API_DocumentationGenerator ...@@ -85,6 +85,7 @@ class Piwik_API_DocumentationGenerator
<a target=_blank href='$exampleUrl&format=PHP&prettyDisplay=true$token_auth'>PHP</a>, <a target=_blank href='$exampleUrl&format=PHP&prettyDisplay=true$token_auth'>PHP</a>,
<a target=_blank href='$exampleUrl&format=JSON$token_auth'>Json</a>, <a target=_blank href='$exampleUrl&format=JSON$token_auth'>Json</a>,
<a target=_blank href='$exampleUrl&format=Csv$token_auth'>Csv</a>, <a target=_blank href='$exampleUrl&format=Csv$token_auth'>Csv</a>,
<a target=_blank href='$exampleUrl&format=Tsv$token_auth'>Tsv (Excel)</a>,
<a target=_blank href='$exampleUrl&format=Html$token_auth'>Basic html</a> <a target=_blank href='$exampleUrl&format=Html$token_auth'>Basic html</a>
$lastNUrls $lastNUrls
]"; ]";
......
<?php
$date = date('Y-m-d');
$period = 'month';
$idSite = 1;
?>
<html> <html>
<body> <body>
<h3 style="color:#143974">Embedding the Piwik Country widget in an Iframe</h3> <h3 style="color:#143974">Embedding the Piwik Country widget in an Iframe</h3>
<div id="widgetIframe"><iframe width="500" height="350" <div id="widgetIframe"><iframe width="500" height="350"
src="http://localhost/trunk/index.php?module=Widgetize&action=iframe&moduleToWidgetize=UserCountry&actionToWidgetize=getCountry&idSite=1&period=day&date=2008-11-17&disableLink=1" scrolling="no" frameborder="0" marginheight="0" marginwidth="0"></iframe></div> src="http://localhost/trunk/index.php?module=Widgetize&action=iframe&moduleToWidgetize=UserCountry&actionToWidgetize=getCountry&idSite=<?=$idSite;?>&period=<?=$period;?>&date=<?=$date;?>&disableLink=1" scrolling="no" frameborder="0" marginheight="0" marginwidth="0"></iframe></div>
</body></html> </body></html>
...@@ -9,6 +9,8 @@ http://dev.piwik.org/svn/trunk/tests/core/DataTable.test.php ...@@ -9,6 +9,8 @@ http://dev.piwik.org/svn/trunk/tests/core/DataTable.test.php
Piwik tests use the Simpletest Unit Testing framework. Piwik tests use the Simpletest Unit Testing framework.
piwik.js is unit tested and you can run tests in piwik/tests/javascript/
If you want to help, we are always looking to improve the Piwik code coverage! If you want to help, we are always looking to improve the Piwik code coverage!
Please contact us at hello@piwik.org Please contact us at hello@piwik.org
\ No newline at end of file
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter