1+ <!DOCTYPE html>
2+ < html >
3+ < head >
4+ < title > Olog</ title >
5+ < meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 ">
6+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7+ < link rel ="stylesheet " type ="text/css " href ="static/css/bootstrap.css ">
8+ < link rel ="stylesheet " type ="text/css " href ="static/css/bootstrap-responsive.css ">
9+ < link rel ="stylesheet " type ="text/css " href ="static/css/print_style.css ">
10+ < link rel ="stylesheet " type ="text/css " href ="static/css/bootstrap-tagmanager.css ">
11+ < link rel ="stylesheet " type ="text/css " href ="static/css/jquery-ui-1.10.3.custom.min.css ">
12+
13+ <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
14+ <!--[if lt IE 9]>
15+ <script src="../assets/js/html5shiv.js"></script>
16+ <![endif]-->
17+
18+ < link rel ="shortcut icon " href ="static/img/favicon.png ">
19+ </ head >
20+ < body >
21+
22+ < div class ="container ">
23+ < div >
24+ < h4 > Log id: < span id ="log_id "> </ span > , Log version: < span id ="log_version "> </ span > </ h4 >
25+ </ div >
26+ < div >
27+ < p > < span class ="bold "> Owner:</ span > < span id ="log_owner "> </ span > </ p >
28+ </ div >
29+ < div >
30+ < p > < span class ="bold "> Log created:</ span > < span id ="log_date "> </ span > </ p >
31+ </ div >
32+ < div >
33+ < p > < span class ="bold "> Level:</ span > < span id ="log_level "> </ span > </ p >
34+ </ div >
35+ < div >
36+ < p > < span class ="bold "> Logbooks:</ span > < span id ="load_log_logbooks "> </ span > </ p >
37+ </ div >
38+ < div >
39+ < p > < span class ="bold "> Tags:</ span > < span id ="load_log_tags "> </ span > </ p >
40+ </ div >
41+ < div >
42+ < p >
43+ < span class ="bold "> Description:</ span >
44+ < br />
45+ < span id ="log_description "> </ span >
46+ </ p >
47+ </ div >
48+ < div >
49+ < span class ="bold "> Attachments:</ span >
50+ < br />
51+ < span id ="load_log_attachments "> </ span >
52+ </ div >
53+ < div >
54+ < br />
55+ < p > < span class ="bold "> Date printed:</ span > < span id ="date_printed "> </ span > </ p >
56+ </ div >
57+ </ div >
58+
59+ <!-- Templates
60+ ==================================================== -->
61+ < div id ="template_container "> </ div >
62+
63+ <!-- Import javascript files
64+ ================================================== -->
65+ <!-- Placed at the end of the document so the pages load faster -->
66+ < script src ="static/js/jquery-2.0.2.js "> </ script >
67+ < script src ="static/js/jquery-ui-1.10.3.custom.min.js "> </ script >
68+ < script src ="static/js/jquery-ui-timepicker-addon.js "> </ script >
69+ < script src ="static/js/jquery.cookie.js "> </ script >
70+ < script src ="static/js/purl.js "> </ script >
71+ < script src ="static/js/bootstrap.js "> </ script >
72+ < script src ="static/js/moment.min.js "> </ script >
73+ < script src ="static/js/mustache.js "> </ script >
74+ < script src ="static/js/configuration.js "> </ script >
75+ < script src ="static/js/helper.js "> </ script >
76+ < script src ="static/js/multilist.js "> </ script >
77+ < script src ="static/js/rest.js "> </ script >
78+ < script src ="static/js/print_log.js "> </ script >
79+
80+ </ body >
81+ </ html >
0 commit comments