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

period_select.tpl « templates « Home « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f74e9b0c30f9215dd843ac27d7a2b9931364b4b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<span id="periodString">
	<span id="date"><img src='plugins/Home/templates/images/more_date.gif' style="vertical-align:middle" alt="" /> {$prettyDate}</span> -&nbsp;
	<span id="periods"> 
		<span id="currentPeriod">{$periodsNames.$period}</span> 
		<span id="otherPeriods">
			{foreach from=$otherPeriods item=thisPeriod} | <a href='{url period=$thisPeriod}'>{$periodsNames.$thisPeriod}</a>{/foreach}
		</span>
	</span>
	<br/>
	<span id="calendar"></span>
</span>
<div style="clear:both"></div>