Welcome to mirror list, hosted at ThFree Co, Russian Federation.

browser.twig « templates « assets - github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b7b7dbe6520431b38c0b45502b60e078b845c335 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html xml:lang="{{lang.applocale}}" lang="{{lang.applocale}}" dir="{{lang.applangdir}}">

	<head data-headertemplate="{{headertemplate}}">
		{% include 'components/common_head.twig' %}

		<script src="{{subfolder}}/assets/vendor/jstree/jstree.min.js"></script>
		<style type="text/css">
			.refreshTree {
				position: absolute;
				right: 0;
				z-index: 1000;
			}
		</style>
	</head>

	<body class="browser">
		{% include 'components/browser_body.twig' %}
		<script src="{{subfolder}}/assets/js/jstree_events.js"></script>

	</body>

</html>