dnet-applications/apps/dnet-is-application/src/main/resources/templates/vocs.html

17 lines
387 B
HTML

<!DOCTYPE html>
<html>
<head th:replace="fragments/mainParts.html :: htmlHeader('Vocabularies')"></head>
<body ng-app="vocabulariesApp">
<nav th:replace="fragments/mainParts.html :: mainMenu('Vocabularies')"></nav>
<div ng-view></div>
</body>
<th:block th:replace="fragments/mainParts.html :: scripts"></th:block>
<script src="js/vocabularies.js"></script>
</html>