PDF rausgenommen
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
<div class="send-stats-tile">
|
||||
<h2 class="viglink-header-h2"><span class="viglink-header"></span></h2>
|
||||
<p>{{ lang('ACP_VIGLINK_SETTINGS_EXPLAIN') }}<br /><br />{{ ACP_VIGLINK_SETTINGS_CHANGE }}</p>
|
||||
<dl class="send-stats-settings">
|
||||
<dt>
|
||||
<input name="enable-viglink" id="enable-viglink" type="checkbox" {% if S_ENABLE_VIGLINK == 1 %}checked="checked"{% endif %}/>
|
||||
<label for="enable-viglink"></label>
|
||||
</dt>
|
||||
<dd>{{ lang('ENABLE') }}</dd>
|
||||
</dl>
|
||||
</div>
|
||||
|
||||
{% INCLUDECSS '@phpbb_viglink/viglink.css' %}
|
@ -0,0 +1,3 @@
|
||||
{% if S_VIGLINK_ASK_ADMIN %}
|
||||
<p>{{ lang('ACP_VIGLINK_SUPPORT_EXPLAIN') }}</p>
|
||||
{% endif %}
|
@ -0,0 +1,14 @@
|
||||
{% if VIGLINK_ENABLED %}
|
||||
<script type="text/javascript">
|
||||
var vglnk = {
|
||||
key: '{{ VIGLINK_API_KEY|e("js") }}',
|
||||
sub_id: '{{ VIGLINK_SUB_ID|e("js") }}'
|
||||
};
|
||||
|
||||
(function(d, t) {
|
||||
var s = d.createElement(t); s.type = 'text/javascript'; s.async = true;
|
||||
s.src = '//cdn.viglink.com/api/vglnk.js';
|
||||
var r = d.getElementsByTagName(t)[0]; r.parentNode.insertBefore(s, r);
|
||||
}(document, 'script'));
|
||||
</script>
|
||||
{% endif %}
|
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
18
msd2/phpBB3/ext/phpbb/viglink/styles/all/theme/viglink.css
Normal file
18
msd2/phpBB3/ext/phpbb/viglink/styles/all/theme/viglink.css
Normal file
@ -0,0 +1,18 @@
|
||||
/* phpBB VigLink Extension Style Sheet
|
||||
------------------------------------------------------------------------
|
||||
Copyright (c) phpBB Limited <https://www.phpbb.com>
|
||||
|
||||
For full copyright and license information, please see
|
||||
the docs/CREDITS.txt file.
|
||||
------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
.viglink-header {
|
||||
background: url('images/VigLink_logo.png') no-repeat 0 0;
|
||||
padding-bottom: 18px;
|
||||
padding-left: 142px;
|
||||
}
|
||||
|
||||
.send-stats-tile > .viglink-header-h2 {
|
||||
margin-bottom: 10px;
|
||||
}
|
Reference in New Issue
Block a user