-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprint-price.html
45 lines (33 loc) · 1.44 KB
/
print-price.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE HTML>
<html moznomarginboxes mozdisallowselectionprint>
<head>
<meta charset="utf-8" http-equiv="cache-control" content="no-cache">
<title class="no-print">Прайс-лист ООО «Стоматология на Шустова»</title>
<link rel="stylesheet" type="text/css" href="styles/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="styles/datepicker.css">
<link rel="stylesheet" type="text/css" href="styles/print-price.css">
</head>
<body>
<a class="print-btn" href="javascript:window.print()"></a>
<div class="box form-group header-title">
<p>Утверждаю</p>
<p>Директор ООО «Стоматология на Шустова»</p>
<p>Сидорова И.А.</p>
<p>«__»_____________20 _г</p>
</div>
<div class="box">
<!-- Nav tabs -->
<ul class="nav nav-tabs" role="tablist" id="tabs"> </ul>
<!-- Tab panes -->
<div class="tab-content" id="tab-content"></div>
</div>
<p class="box">
Прейскурант разработан согласно приказу Минздрава России от 13.10.2017 N 804н "Об утверждении номенклатуры медицинских услуг"
</p>
<script src="js/jquery-2.1.3.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.autosize.min.js"></script>
<script src="js/stomatolog.js"></script>
<script src="js/print-price.js"></script>
</body>
</html>