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

top_bar.tpl « templates « Home « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8abdac824c8c835e3df2208b61fd0997dad712bf (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
31
<div id="bar">
<span class="bar-elem"><b>Your Dashboard</b></span>
<span class="bar-elem"><a href='?module=AdminHome&amp;action=showInContext&amp;moduleToLoad=API&amp;actionToLoad=listAllAPI&amp;module=AdminHome&amp;action=showInContext'>API</a></span> 
<span class="bar-elem"><a href='?module=Widgetize'>Widgets</a></span>
<span class="bar-elem"><a href='?module=Feedback&amp;action=index&amp;keepThis=true&amp;TB_iframe=true&amp;height=400&amp;width=400' title="Send us feedback" class="thickbox">Send us feedback</a></span>
</div>


<div align="right">
<div id="user" align="right" width="100%" style="padding: 0pt 0pt 4px; font-size: 84%;">
<nobr>
<form action="{url idSite=null}" method="get" id="siteSelection">
<small>
	<strong>{$userLogin}</strong>
	| 
<a href='?module=AdminHome'>Admin</a> |
<span id="sitesSelection">Site <select name="idSite" onchange='javascript:this.form.submit()'>
	<optgroup label="Sites">
	   {foreach from=$sites item=info}
	   		<option label="{$info.name}" value="{$info.idsite}" {if $idSite==$info.idsite} selected="selected"{/if}>{$info.name}</option>
	   {/foreach}
	</optgroup>
</select>
{hiddenurl idSite=null}
</span> | {if $userLogin=='anonymous'}<a href='?module=Login'>{'Login_LogIn'|translate}</a>{else}<a href='?module=Login&amp;action=logout'>{'Login_Logout'|translate}</a>{/if}
</small>
</form>
</nobr>
</div>
</div>