update Piwik to version 2.16 (fixes #91)
This commit is contained in:
parent
296343bf3b
commit
d885a4baa9
5833 changed files with 418860 additions and 226988 deletions
36
www/analytics/plugins/Morpheus/templates/maintenance.tpl
Normal file
36
www/analytics/plugins/Morpheus/templates/maintenance.tpl
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<title>Piwik is undergoing maintenance</title>
|
||||
<link rel="shortcut icon" href="%faviconUrl%" />
|
||||
<link rel="stylesheet" type="text/css" href="plugins/Morpheus/stylesheets/simple_structure.css" />
|
||||
</head>
|
||||
<body id="simple">
|
||||
|
||||
<div class="logo">
|
||||
<img title="Piwik" alt="Piwik" src="%logoUrl%" />
|
||||
<br/>
|
||||
<a href='http://piwik.org/'>%piwikTitle%</a>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
|
||||
<div class="header">
|
||||
<h1>Piwik is undergoing maintenance</h1>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<p>
|
||||
We will be back up and running again soon, so please try again later. Your analytics data will continue to be tracked as normal. Thank you for your patience.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue