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:
25
assets/plugins/dynatree/doc/samples.html
Normal file
25
assets/plugins/dynatree/doc/samples.html
Normal file
@@ -0,0 +1,25 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
|
||||
<meta name="robots" content="noindex,follow">
|
||||
<script src="../jquery/jquery.js" type="text/javascript"></script>
|
||||
<script src="sample.js" type="text/javascript"></script>
|
||||
<title>Dynatree - Example Browser</title>
|
||||
</head>
|
||||
<frameset rows="50,1*" frameborder="no" framespacing="0">
|
||||
<frame src="samples-top.html" name="top" scrolling="NO" noresize
|
||||
marginwidth="0" marginheight="0">
|
||||
<frameset cols="200,1*" >
|
||||
<frame src="samples-nav.html" name="nav" scrolling="NO"
|
||||
marginwidth="0" marginheight="0">
|
||||
<frame src="samples-welcome.html" name="content">
|
||||
</frameset>
|
||||
</frameset>
|
||||
|
||||
<noframes>
|
||||
<body>
|
||||
<p>This page requires frames.</p>
|
||||
</body>
|
||||
</noframes>
|
||||
</html>
|
||||
Reference in New Issue
Block a user