2014-05-07 13:56:35 +02:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
2017-08-25 15:24:35 +02:00
|
|
|
<head>
|
2017-09-09 19:41:02 +02:00
|
|
|
<meta charset="utf-8"/>
|
2017-08-27 09:32:05 +02:00
|
|
|
<title></title>
|
2017-08-25 15:24:35 +02:00
|
|
|
|
|
|
|
<link href="libs/purecss/base-min.css" rel="stylesheet">
|
2017-08-27 12:00:37 +02:00
|
|
|
<link href="libs/purecss/grids-min.css" rel="stylesheet">
|
2017-08-25 15:24:35 +02:00
|
|
|
<link href="libs/purecss/forms-nr-min.css" rel="stylesheet">
|
|
|
|
<link href="libs/purecss/buttons-min.css" rel="stylesheet">
|
2014-05-14 09:38:59 +02:00
|
|
|
|
2014-05-07 13:56:35 +02:00
|
|
|
<link href="css/style.css" rel="stylesheet">
|
2017-08-25 15:24:35 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="customjs" id="customjs">
|
2017-09-09 19:41:02 +02:00
|
|
|
<div class="pure-form pure-form-stacked">
|
2014-05-07 15:56:06 +02:00
|
|
|
<div class="pure-g host">
|
|
|
|
<div class="pure-u-3-5 host__name">
|
2017-08-27 09:32:05 +02:00
|
|
|
<label for="host" id="host-label">Label</label>
|
2014-05-07 15:56:06 +02:00
|
|
|
<select id="host" name="host"></select>
|
2017-08-26 13:54:12 +02:00
|
|
|
<a class="is-hidden" id="goto-host" href="#"></a>
|
2014-05-07 15:56:06 +02:00
|
|
|
</div>
|
|
|
|
<div class="pure-u-2-5 host__enable">
|
2017-09-01 20:18:27 +02:00
|
|
|
<label>
|
2017-08-26 13:54:12 +02:00
|
|
|
<span id="enable-description"></span>
|
2014-05-07 15:56:06 +02:00
|
|
|
<input id="enable" name="enable" type="checkbox">
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</div><!-- .top -->
|
2017-09-09 19:41:02 +02:00
|
|
|
</div>
|
2018-04-04 11:45:12 +02:00
|
|
|
<div class="pure-form" id="matomo-form">
|
|
|
|
<input id="matomo-url" title="">
|
2017-08-27 09:32:05 +02:00
|
|
|
<input type="number" id="site-id" min="0" title="">
|
2017-09-09 19:41:02 +02:00
|
|
|
</div>
|
|
|
|
<div class="pure-form">
|
2017-08-27 12:00:37 +02:00
|
|
|
<label for="expert-mode" id="expert-mode-label"></label>
|
2017-08-27 09:32:05 +02:00
|
|
|
<input type="checkbox" id="expert-mode">
|
2017-09-09 19:41:02 +02:00
|
|
|
</div>
|
2017-08-27 12:00:37 +02:00
|
|
|
<div class="source__editor">
|
|
|
|
<pre id="ace-editor"></pre>
|
|
|
|
<input type="hidden" name="script" value="">
|
|
|
|
</div>
|
2014-05-07 20:32:34 +02:00
|
|
|
|
2017-09-01 20:18:27 +02:00
|
|
|
<div class="controls">
|
2017-08-27 17:14:19 +02:00
|
|
|
<button id="save" class="controls__save pure-button pure-button-primary"
|
|
|
|
name="save"></button>
|
|
|
|
<button id="reset" class="controls__reset pure-button" name="reset"></button>
|
|
|
|
<button id="draft-remove" class="controls__remove-draft pure-button button-warning is-hidden"></button>
|
2017-08-27 09:32:05 +02:00
|
|
|
</div><!-- .controls -->
|
2014-05-09 08:51:48 +02:00
|
|
|
|
2017-08-27 09:32:05 +02:00
|
|
|
<!--</form>-->
|
2014-05-12 16:14:15 +02:00
|
|
|
<div id="error" class="error is-hidden">
|
2017-08-26 13:54:12 +02:00
|
|
|
<p class="red-text" id="error-message"></p>
|
|
|
|
<span id="error-tip"></span>
|
2014-05-12 16:14:15 +02:00
|
|
|
</div><!-- .error -->
|
2014-06-17 10:44:29 +02:00
|
|
|
|
2019-11-22 19:57:08 +01:00
|
|
|
<div id="deprecation-block"><a class="pure-button" href="https://github.com/Findus23/matomo-injector#matomo-browser-injector" id="deprecation-warning"></a></div>
|
|
|
|
<div id="export-info"></div>
|
|
|
|
<textarea id="export-data" readonly></textarea>
|
|
|
|
|
2014-05-14 09:38:59 +02:00
|
|
|
</div>
|
2017-08-27 09:32:05 +02:00
|
|
|
<script type="text/javascript" src="libs/ace/ace.js" charset="utf-8"></script>
|
2017-08-25 20:39:10 +02:00
|
|
|
<script src="js/popup.js"></script>
|
2017-08-25 15:24:35 +02:00
|
|
|
</body>
|
2014-05-07 13:56:35 +02:00
|
|
|
</html>
|