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

listAllAPI.tpl « templates « API « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d59d6515003e53bd4b2b2c06d12bdf3aa81dd0fe (plain)
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
{assign var=showSitesSelection value=true}
{assign var=showPeriodSelection value=false}
{assign var=showMenu value=false}
{include file="CoreHome/templates/header.tpl"}

<div class="page_api">
    <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>
    
    <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 />
</div>

{include file="CoreHome/templates/footer.tpl"}