-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.html
More file actions
15 lines (11 loc) · 718 Bytes
/
info.html
File metadata and controls
15 lines (11 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html><head>
<link href="//cdnjs.cloudflare.com/ajax/libs/x-editable/1.4.5/bootstrap-editable/css/bootstrap-editable.css" rel="stylesheet"/>
<script src="//cdnjs.cloudflare.com/ajax/libs/x-editable/1.4.5/bootstrap-editable/js/bootstrap-editable.min.js"></script>
<link href="scripts/bootstrap-editable-1.4.5/bootstrap-editable/css/bootstrap-editable.css" rel="stylesheet">
<script src="scripts/bootstrap-editable-1.4.5/bootstrap-editable/js/bootstrap-editable.js"></script>
<script src="scripts/bootstrap.js"></script>
</head><body>
<a href="#" id="usernamed"> Test 1</a>
<a href="#" id="username" data-type="text" data-pk="1" data-url="" data-url="post.php" data-title="Enter username">Test 2</a>
</body>
</html>