Все работает (даже на хостинге)
This commit is contained in:
11
dicquo/templates/blocks/cookie_warning.html
Normal file
11
dicquo/templates/blocks/cookie_warning.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!-- ПОДВАЛ: НАЧАЛО -- соглашение о сборе технической информации -->
|
||||
<div name="cookies_accept">
|
||||
<small>Тут используют cookie и ведут сбор технических данных о посещениях, потому как без этого <nobr>интернет-сайты</nobr> вообще почти <nobr>не работают…</small>
|
||||
<button onclick="CookieAcceptDate = new Date();
|
||||
CookieAcceptDate.setTime(CookieAcceptDate.getTime() + 7948800000);
|
||||
document.cookie = 'cookie_accept=yes;expires=' + CookieAcceptDate;
|
||||
document.getElementsByName('cookies_accept')[0].remove();">
|
||||
Я согласен!
|
||||
</button></nobr>
|
||||
</div>
|
||||
<!-- ПОДВАЛ: КОНЕЦ -->
|
16
dicquo/templates/blocks/header_nav.html
Normal file
16
dicquo/templates/blocks/header_nav.html
Normal file
@@ -0,0 +1,16 @@
|
||||
{% load static %}<!-- ШАПКА: НАЧАЛО -->
|
||||
<center><table>
|
||||
<tr>
|
||||
<td align="left">
|
||||
<a href="\" id="logo">
|
||||
<img src='{% static "svgs/dq-logo.svg" %}' alt="Dictum & Quotes" title="Dictum & Quotes"
|
||||
width="50" height="46"/></a>
|
||||
</td>
|
||||
<td align="right">
|
||||
<span id="menu">
|
||||
<a href="#">Блог</a> | <a href="#">Добавить высказывание</a> |
|
||||
</span>
|
||||
<a href="#" id="mm" onclick="document.getElementById('menu').style.display='inline';">≡</a></td>
|
||||
</tr>
|
||||
</table></center>
|
||||
<!-- ШАПКА: КОНЕЦ -->
|
6
dicquo/templates/blocks/tecnical_info.html
Normal file
6
dicquo/templates/blocks/tecnical_info.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<!-- ТЕХНИЧЕСКАЯ ИНФОРМАЦИЯ: НАЧАЛО -->
|
||||
<div style="bottom:0;" class="position-sticky float-right fixed-bottom">
|
||||
<small style="background:#674376;color: white;font-size: xx-small;"
|
||||
class="x"> 🕗 {{ ticks|stringformat:".6f" }} s <nobr>({% now 'c' %})</nobr> </small>
|
||||
</div>
|
||||
<!-- ТЕХНИЧЕСКАЯ ИНФОРМАЦИЯ: КОНЕЦ -->
|
Reference in New Issue
Block a user