-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharchives.html
138 lines (127 loc) · 4.32 KB
/
archives.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE HTML>
<!--
Dopetrope 2.0 by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>IP Multimedia Subsystem</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta charset="utf-8" />
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic" rel="stylesheet" />
<link rel="stylesheet" href="/theme/css/pygment.css" />
<noscript>
<link rel="stylesheet" href="/theme/css/skel-noscript.css" />
<link rel="stylesheet" href="/theme/css/style.css" />
<link rel="stylesheet" href="/theme/css/style-desktop.css" />
</noscript>
</head>
<body class="no-sidebar">
<!-- Header Wrapper -->
<div id="header-wrapper">
<div class="container">
<div class="row">
<div class="12u">
<!-- Header -->
<section id="header">
<!-- Logo -->
<h1><a href="./">IP Multimedia Subsystem</a></h1>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="./pages/o-proekte.html">О проекте</a></li>
<li><a href="./pages/vvedenie.html">Введение</a></li>
<li><a href="./pages/interfeisy.html">Интерфейсы</a></li>
<li><a href="./pages/hss.html">HSS</a></li>
</ul>
</nav>
</section>
</div>
</div>
</div>
</div>
<!-- Main Wrapper -->
<div id="main-wrapper">
<div class="container">
<h1>Archives for IP Multimedia Subsystem</h1>
<dl>
<dt>Пт 06 Январь 2017</dt>
<dd><a href="./vvedenie-v-ims.html">Введение в IMS</a></dd>
</dl>
</div>
</div>
<!-- Footer Wrapper -->
<div id="footer-wrapper">
<!-- Footer -->
<section id="footer" class="container">
<div class="row">
<div class="8u">
<section>
<header>
<h2>Latest articles</h2>
</header>
<ul class="dates">
<li>
<span class="date">янв <strong>06</strong></span>
<h3><a href="vvedenie-v-ims.html">Введение в IMS</a></h3>
<p><h2>Введение в IMS</h2>
<p>Термин «IMS» буквально расшифровывается как «Internet Protocol (IP) Multimedia Subsystem». Более развернутое определение термина IMS дано в стандартах 3GPP как: «New mobile network infrastructure composed of a number of discreet elements».</p>
<p>IMS — это абсолютно новая архитектура для предоставления мультимедийных услуг: голос, видео, обмен данными и т. п ...</p></p>
</li>
</ul>
</section>
</div>
</div>
<div class="row">
<div class="4u">
<section>
<header>
<h2>Blogroll</h2>
</header>
<ul class="divided">
</ul>
</section>
</div>
<div class="4u">
<section>
<header>
<h2>Categories</h2>
</header>
<ul class="divided">
<li><a href="./category/intro.html">Intro</a></li>
</ul>
</section>
</div>
<div class="4u">
<section>
<header>
<h2>Contact</h2>
</header>
<ul class="social">
</ul>
</section>
</div>
</div>
<div class="row">
<div class="12u">
<!-- Copyright -->
<div id="copyright">
<ul class="links">
<li>© DG </li>
<li>Images: <a href="http://facebook.com/DreametryDoodle">Dreametry Doodle</a> + <a href="http://iconify.it">Iconify.it</a></li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</div>
</div>
</section>
</div>
<script src="/theme/js/jquery.min.js"></script>
<script src="/theme/js/jquery.dropotron.js"></script>
<script src="/theme/js/config.js"></script>
<script src="/theme/js/skel.min.js"></script>
<script src="/theme/js/skel-panels.min.js"></script>
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><link rel="stylesheet" href="/theme/css/ie8.css" /><![endif]-->
</body>
</html>