-
212clientsideapp/locale/ru/LC_MESSAGES/django.po
-
1clientsideapp/templates/clientsideapp/custom_pages/footer.htm
-
1clientsideapp/templates/clientsideapp/custom_pages/main_page.htm
-
2clientsideapp/templates/clientsideapp/custom_pages/service.htm
-
1clientsideapp/templates/clientsideapp/custom_pages/service_bottom.htm
-
8clientsideapp/templates/clientsideapp/debt_buy.html
-
25clientsideapp/templates/clientsideapp/debts.html
-
47clientsideapp/templates/clientsideapp/ext.html
-
71clientsideapp/templates/clientsideapp/index.html
-
4clientsideapp/templates/clientsideapp/modal_service_buy.html
-
44clientsideapp/templates/clientsideapp/services.html
-
2djing/local_settings.py.template
-
6djing/settings.py
-
0djing/templatetags/__init__.py
-
9djing/templatetags/globaltags.py
-
BINstatic/clientside/bc.png
-
BINstatic/img/bcgr.png
-
6templates/all_base.html
@ -0,0 +1 @@ |
|||
Your custom content <i>here</i>. |
|||
@ -0,0 +1 @@ |
|||
<h1>You can change this page</h1> |
|||
@ -0,0 +1,2 @@ |
|||
<h1>Your custom content</h1> |
|||
<p>You have service variable {{ active_service }}</p> |
|||
@ -0,0 +1 @@ |
|||
<h1>Your custom content on bottom</h1> |
|||
@ -1,73 +1,4 @@ |
|||
{% extends 'clientsideapp/ext.html' %} |
|||
{% block client_main %} |
|||
|
|||
<div class="panel panel-primary"> |
|||
<div class="panel-heading">Наши реквизиты</div> |
|||
<div class="panel-body"> |
|||
<ul> |
|||
<li><b>Режим работы:</b> с 9:00 до 22:00</li> |
|||
<li><b>Телефоны:</b> +79788328885, +79788318999</li> |
|||
<li><b>Адрес:</b> пос. Нижнегорский, ул. Победы 38. 2й этаж старого дома быта, возле рынка</li> |
|||
</ul> |
|||
<script type="text/javascript" charset="utf-8" async src="https://api-maps.yandex.ru/services/constructor/1.0/js/?um=constructor%3A62221c38a606ad870f2cabc9fd476c8ae1a532993915b73553693f7fb5c7de68&width=100%25&height=654&lang=ru_RU&scroll=true"></script> |
|||
</div> |
|||
</div> |
|||
|
|||
<div class="page-header"> |
|||
<h3 class="page-header">Тарифы на дополнительные услуги</h3> |
|||
|
|||
<!--Скачать <a href="/static/clientside/ISPlaylist.m3u">IPTV список каналов</a>, кодировка UTF-8</p>--> |
|||
|
|||
<table class="table table-striped table-bordered"> |
|||
<thead> |
|||
<tr> |
|||
<th>Услуга</th> |
|||
<th>Стоимость (руб)</th> |
|||
</tr> |
|||
</thead> |
|||
<tbody> |
|||
<tr> |
|||
<td>Выезд мастера. Цена зависит от удалённости от Нижнегорска</td> |
|||
<td>100-200</td> |
|||
</tr> |
|||
<tr> |
|||
<td>Настройка роутера</td> |
|||
<td>300</td> |
|||
</tr> |
|||
<tr> |
|||
<td>Установка и восстановление сетевых настроек</td> |
|||
<td>100</td> |
|||
</tr> |
|||
<tr> |
|||
<td>Замена кабеля (витая пара)</td> |
|||
<td>30 руб/метр</td> |
|||
</tr> |
|||
<tr> |
|||
<td>Замена конектора <a href="/static/clientside/rj45.png" target="_blank">RJ-45</a></td> |
|||
<td>50</td> |
|||
</tr> |
|||
<tr> |
|||
<td>Роутер <a href="/static/clientside/TL-WR840N-v2.jpg" target="_blank">TL-WR840N</a> + настройка</td> |
|||
<td>1800</td> |
|||
</tr> |
|||
<tr> |
|||
<td>Установка драйвера (с настройкой сетевых установок)</td> |
|||
<td>100</td> |
|||
</tr> |
|||
<tr> |
|||
<td>"Что-то не работает" – по договорённости</td> |
|||
<td>~</td> |
|||
</tr> |
|||
<tr> |
|||
<td>Замена блока питания</td> |
|||
<td>200</td> |
|||
</tr> |
|||
<tr> |
|||
<td>Замена оптоволоконных линий связи</td> |
|||
<td>от 500</td> |
|||
</tr> |
|||
</tbody> |
|||
</table> |
|||
</div> |
|||
|
|||
{% include 'clientsideapp/custom_pages/main_page.htm' %} |
|||
{% endblock %} |
|||
@ -0,0 +1,9 @@ |
|||
from django import template |
|||
from django.conf import settings |
|||
|
|||
register = template.Library() |
|||
|
|||
|
|||
@register.simple_tag |
|||
def global_var(var_name): |
|||
return getattr(settings, var_name, '') |
|||
|
Before Width: 80 | Height: 71 | Size: 8.7 KiB After Width: 80 | Height: 80 | Size: 4.2 KiB |
|
Before Width: 57 | Height: 50 | Size: 6.0 KiB After Width: 50 | Height: 49 | Size: 2.0 KiB |