Add frontend assets and plugin bundles

Add the legacy frontend themes, scripts, and plugin assets required by the main SPOTA interfaces.
This commit is contained in:
Power BI Dev
2026-05-02 10:09:32 +07:00
parent efdb11db3f
commit a52c2a8462
2061 changed files with 513282 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<title>Dynatree - Example</title>
<script src="../jquery/jquery.js" type="text/javascript"></script>
<link href="sample.css" rel="stylesheet" type="text/css">
<script src="sample.js" type="text/javascript"></script>
</head>
<body class="example">
<h1>dynatree - Examples</h1>
<p class="description">
This site presents some live examples for Dynatree.<br>
<br>
Select a topic on the navigator to the left and click 'View source code'
at the bottom of the samples for details.<br>
<br>
More documentation and infos can be found at the
<a target="_blank" href="http://dynatree.googlecode.com">project home</a>.<br>
<br>
Have fun :-)
</p>
</body>
</html>