Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/API/templates/listAllAPI.tpl')
-rw-r--r--plugins/API/templates/listAllAPI.tpl26
1 files changed, 15 insertions, 11 deletions
diff --git a/plugins/API/templates/listAllAPI.tpl b/plugins/API/templates/listAllAPI.tpl
index d59d651500..70f02ef4a9 100644
--- a/plugins/API/templates/listAllAPI.tpl
+++ b/plugins/API/templates/listAllAPI.tpl
@@ -7,24 +7,28 @@
<div class="top_controls_inner">
{include file="CoreHome/templates/period_select.tpl"}
</div>
-
+
<h2>{'API_QuickDocumentationTitle'|translate}</h2>
+
<p>{'API_PluginDescription'|translate}</p>
-
+
{if $isSuperUser}
<p>{'API_GenerateVisits'|translate:'VisitorGenerator':'VisitorGenerator'}</p>
{/if}
-
- <p><b>{'API_MoreInformation'|translate:"<a target='_blank' href='?module=Proxy&action=redirect&url=http://piwik.org/docs/analytics-api'>":"</a>":"<a target='_blank' href='?module=Proxy&action=redirect&url=http://piwik.org/docs/analytics-api/reference'>":"</a>"}</b></p>
-
+
+ <p>
+ <b>{'API_MoreInformation'|translate:"<a target='_blank' href='?module=Proxy&action=redirect&url=http://piwik.org/docs/analytics-api'>":"</a>":"<a target='_blank' href='?module=Proxy&action=redirect&url=http://piwik.org/docs/analytics-api/reference'>":"</a>"}</b>
+ </p>
+
<h2>{'API_UserAuthentication'|translate}</h2>
+
<p>
- {'API_UsingTokenAuth'|translate:'<b>':'</b>':""}<br />
- <span id='token_auth'>&amp;token_auth=<b>{$token_auth}</b></span><br />
- {'API_KeepTokenSecret'|translate:'<b>':'</b>'}
- <!-- {'API_LoadedAPIs'|translate:$countLoadedAPI} -->
- {$list_api_methods_with_links}
- <br />
+ {'API_UsingTokenAuth'|translate:'<b>':'</b>':""}<br/>
+ <span id='token_auth'>&amp;token_auth=<b>{$token_auth}</b></span><br/>
+ {'API_KeepTokenSecret'|translate:'<b>':'</b>'}
+ <!-- {'API_LoadedAPIs'|translate:$countLoadedAPI} -->
+ {$list_api_methods_with_links}
+ <br/>
</div>
{include file="CoreHome/templates/footer.tpl"}