mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update scheduled tasks page
This commit is contained in:
parent
f73a917448
commit
1ac9bfe5aa
65 changed files with 8424 additions and 48 deletions
64
dashboard-ui/bower_components/masonry/sandbox/jquery.html
vendored
Normal file
64
dashboard-ui/bower_components/masonry/sandbox/jquery.html
vendored
Normal file
|
@ -0,0 +1,64 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<title>jQuery</title>
|
||||
|
||||
<link rel="stylesheet" href="sandbox.css" />
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>jQuery</h1>
|
||||
|
||||
<div id="basic" class="container">
|
||||
<div class="item"></div>
|
||||
<div class="item h4"></div>
|
||||
<div class="item w2 h2"></div>
|
||||
<div class="item w2"></div>
|
||||
<div class="item h3"></div>
|
||||
<div class="item w3"></div>
|
||||
<div class="item"></div>
|
||||
<div class="item h4"></div>
|
||||
<div class="item"></div>
|
||||
<div class="item w2 h4"></div>
|
||||
<div class="item w2"></div>
|
||||
<div class="item h5"></div>
|
||||
<div class="item w3"></div>
|
||||
<div class="item"></div>
|
||||
<div class="item h4"></div>
|
||||
<div class="item"></div>
|
||||
<div class="item w2 h5"></div>
|
||||
<div class="item w2"></div>
|
||||
<div class="item h3"></div>
|
||||
<div class="item w3"></div>
|
||||
<div class="item"></div>
|
||||
</div>
|
||||
|
||||
<script src="../bower_components/jquery/dist/jquery.min.js"></script>
|
||||
<script src="../bower_components/eventEmitter/EventEmitter.js"></script>
|
||||
<script src="../bower_components/eventie/eventie.js"></script>
|
||||
<script src="../bower_components/doc-ready/doc-ready.js"></script>
|
||||
<script src="../bower_components/get-style-property/get-style-property.js"></script>
|
||||
<script src="../bower_components/get-size/get-size.js"></script>
|
||||
<script src="../bower_components/jquery-bridget/jquery.bridget.js"></script>
|
||||
<script src="../bower_components/matches-selector/matches-selector.js"></script>
|
||||
<script src="../bower_components/fizzy-ui-utils/utils.js"></script>
|
||||
<script src="../bower_components/outlayer/item.js"></script>
|
||||
<script src="../bower_components/outlayer/outlayer.js"></script>
|
||||
|
||||
<script src="../masonry.js"></script>
|
||||
|
||||
<script>
|
||||
$( function() {
|
||||
|
||||
$('#basic').masonry({
|
||||
columnWidth: 60
|
||||
});
|
||||
|
||||
});
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue