You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
|
|
|
|
<link rel="stylesheet" href="/bower_components/components-font-awesome/css/font-awesome.min.css">
|
|
|
|
<link rel="stylesheet" href="/bower_components/bootstrap/dist/css/bootstrap.min.css">
|
|
|
|
<link rel="stylesheet" href="file.css" />
|
|
|
|
<script src="/bower_components/jquery/dist/jquery.min.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="tree">
|
|
|
|
</div>
|
|
|
|
<div id="content">
|
|
|
|
</div>
|
|
|
|
<div id="contextMenu" class="dropdown clearfix">
|
|
|
|
<ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu" style="display:block;position:static;margin-bottom:5px;">
|
|
|
|
<li><a tabindex="-1" href="#" class="open">Open</a></li>
|
|
|
|
<li><a tabindex="-1" href="#" class="rename">Rename</a></li>
|
|
|
|
<li><a tabindex="-1" href="#" class="delete">Delete</a></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|