Resolve "Интерфейс" #128
@ -22,6 +22,12 @@
|
|||||||
|
|
||||||
<!-- Custom styles for this template -->
|
<!-- Custom styles for this template -->
|
||||||
<link rel="stylesheet" href="/css/agency.css"/>
|
<link rel="stylesheet" href="/css/agency.css"/>
|
||||||
|
<!-- Bootstrap core JavaScript -->
|
||||||
|
<script src="/webjars/jquery/3.3.1-1/jquery.js"></script>
|
||||||
|
<script src="/webjars/bootstrap/4.1.0/js/bootstrap.bundle.js"></script>
|
||||||
|
|
||||||
|
<!-- Plugin JavaScript -->
|
||||||
|
<script src="/webjars/jquery.easing/1.4.1/jquery.easing.js"></script>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
@ -77,13 +83,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Bootstrap core JavaScript -->
|
|
||||||
<script src="/webjars/jquery/3.3.1-1/jquery.js"></script>
|
|
||||||
<script src="/webjars/bootstrap/4.1.0/js/bootstrap.bundle.js"></script>
|
|
||||||
|
|
||||||
<!-- Plugin JavaScript -->
|
|
||||||
<script src="/webjars/jquery.easing/1.4.1/jquery.easing.js"></script>
|
|
||||||
|
|
||||||
<!-- Custom scripts for this template -->
|
<!-- Custom scripts for this template -->
|
||||||
<script src="js/agency.js"></script>
|
<script src="js/agency.js"></script>
|
||||||
|
|
||||||
|
@ -22,9 +22,11 @@
|
|||||||
<script src="js/core.js"></script>
|
<script src="js/core.js"></script>
|
||||||
<script src="js/papers.js"></script>
|
<script src="js/papers.js"></script>
|
||||||
<script>
|
<script>
|
||||||
|
$( document ).ready(function() {
|
||||||
showPapers($("#paper-list"));
|
showPapers($("#paper-list"));
|
||||||
// only for demo
|
// only for demo
|
||||||
//addPaper("название", "DRAFT", "comment", false);
|
//addPaper("название", "DRAFT", "comment", false);
|
||||||
|
});
|
||||||
</script>
|
</script>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user