aboutsummaryrefslogtreecommitdiffstats
path: root/library/Sortable/st/iframe/frame.html
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-09-08 07:43:40 +0000
committerMario <mario@mariovavti.com>2021-09-08 07:43:40 +0000
commit4c5f0a05c75cc66113f589a3ffe6df351abb1273 (patch)
tree15148d08a99f8375992e554a90e6d4333286a7cc /library/Sortable/st/iframe/frame.html
parent952407363e245d41986cfb90e4ccf509bddc7322 (diff)
parent977a55eb8423745e4d88257b704d3e36f7337b9f (diff)
downloadvolse-hubzilla-6.2.tar.gz
volse-hubzilla-6.2.tar.bz2
volse-hubzilla-6.2.zip
Merge branch '6.2RC'6.2
Diffstat (limited to 'library/Sortable/st/iframe/frame.html')
-rw-r--r--library/Sortable/st/iframe/frame.html32
1 files changed, 32 insertions, 0 deletions
diff --git a/library/Sortable/st/iframe/frame.html b/library/Sortable/st/iframe/frame.html
new file mode 100644
index 000000000..677eeef64
--- /dev/null
+++ b/library/Sortable/st/iframe/frame.html
@@ -0,0 +1,32 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8">
+</head>
+<body>
+
+<!-- Latest compiled and minified CSS -->
+<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css"/>
+
+
+<!-- List with handle -->
+<div id="listWithHandle" class="list-group">
+ <div class="list-group-item">
+ <span class="badge">14</span>
+ <span class="glyphicon glyphicon-move" aria-hidden="true"></span>
+ Drag me by the handle
+ </div>
+ <div class="list-group-item">
+ <span class="badge">2</span>
+ <span class="glyphicon glyphicon-move" aria-hidden="true"></span>
+ You can also select text
+ </div>
+ <div class="list-group-item">
+ <span class="badge">1</span>
+ <span class="glyphicon glyphicon-move" aria-hidden="true"></span>
+ Best of both worlds!
+ </div>
+</div>
+
+</body>
+</html>