-
Notifications
You must be signed in to change notification settings - Fork 0
/
letter.html
43 lines (43 loc) · 1.83 KB
/
letter.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
<?xml version="1.0" encoding="UTF-8"?>
<html>
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"/>
<link rel="stylesheet" href="resources/css/bootstrap.min.css"/>
<title>Correspondence - <div data-template="app:letterTitle"/>
</title>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-sm">
<h1>
<div data-template="app:letterTitle"/>
</h1>
</div>
</div>
<div class="row">
<div class="col-sm card">
<h3>Sender</h3>
<div data-template="app:letterSender"/>
</div>
<div class="col-sm card">
<h3>Receiver</h3>
<div data-template="app:letterReceiver"/>
</div>
</div>
<div class="row">
<div class="col-sm card">
<div data-template="app:letterBody"/>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js" integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh" crossorigin="anonymous"/>
<script src="resources/js/bootstrap.min.js"/>
<script src="resources/js/springy.js"/>
<script src="resources/js/springyui.js"/>
<script data-template="app:graph"/>
</body>
</html>