source: extensions/Statistics/admin/stat_admin.tpl @ 16859

Last change on this file since 16859 was 7445, checked in by plg, 13 years ago

bug fixed: ability to use a Google Analytics/Piwik javascript code including a
comma.

simpler code, easier to maintain I hope.

change file format from MacOs to Unix line endings.

File size: 1007 bytes
Line 
1<div class="titrePage">
2  <h2>Statistics</h2>
3</div>
4
5<span>{'Howto'|translate}</span>
6
7<form action="" method="post" name="form">
8  <p style="margin-bottom:5px;">{'statistics_admin_description'|translate}</p>
9  <p style="margin:0;"><textarea name="statistics_content" id="statistics_content" rows="10" cols="80">{$statisticsCONTENT}</textarea></p>
10  <ul style="width:400px;margin:20px auto !important;list-style-type:none;">
11    <li><label><input type="checkbox" name="stat_header" {$STATITICS_HEADER} /> {'stat_header'|translate}</label></li>
12    <li><label><input type="checkbox" name="stat_tail" {$STATISTICS_TAIL} /> {'stat_tail'|translate}<label></li>
13    <li><label><input type="checkbox" name="stat_admin" {$STATISTICS_ADMIN} />&nbsp;{'stat_admin'|translate}<label></li>
14    <li><label><input type="checkbox" name="stat_guest" {$STATISTICS_GUEST} />&nbsp;{'stat_guest'|translate}<label></li>
15  </ul>
16  <p><input class="submit" type="submit" name="submit" value="{'Submit'|translate}"/></p>
17</form>
18
Note: See TracBrowser for help on using the repository browser.