-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpattern.html
More file actions
67 lines (51 loc) · 1.43 KB
/
pattern.html
File metadata and controls
67 lines (51 loc) · 1.43 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="x4m.github.io : " />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<script src="javascripts/jquery-2.1.1.min.js"></script>
<script src="javascripts/jquery.expander.js"></script>
<title>x4m.github.io</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/x4m">View on GitHub</a>
<h1 id="project_title">x4m.github.io</h1>
<h2 id="project_tagline"></h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h2>
<a name="hello-world" class="anchor" href="#hello-world"><span class="octicon octicon-link"></span></a>План</h2>
<p>
<a href="Учебный план 2015.xlsx">Общий план в XLSX</a>
</p>
<hr>
<p><h3>Лабораторные</h3></p>
{0}
<hr>
<p><h3>Лекции</h3>
{1}
<hr>
</section>
</div>
</body>
<script>
//<![CDATA[
$(function(){
$('div.expandable p').expander({
slicePoint: 32767,
sliceOn: '<br',
expandPrefix: ' ',
expandText: '[...]',
userCollapseText: '[^]'
});
});//]]>
</script>
</html>