-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgefesle.popup.html
30 lines (26 loc) · 1.06 KB
/
gefesle.popup.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<meta charset="UTF-8">
<html>
<head>
<link rel="stylesheet" type="text/css" href="gefesle.ff.plugin.css">
<link rel="stylesheet" href="/lib/easymde/easymde.min.css">
<script src="gefesle.plugin.js"></script>
<!-- EasyMDE - markdown WYSIWYG editor -->
<script src="/lib/easymde/easymde.min.js"></script>
<!-- showdown is html > markdown converter. used for quoting into the simpleMDE box-->
<script src="/lib/showdown/showdown.js"></script>
</head>
<body>
<p><b>GeFeSLE</b> - <a href="gefesle.config.html">Config</a> - <a href="_login.html">Login</a></p>
<p>LIST: <span id="listname"></span></p>
<form id="addnew-form" class="gefesle.form">
<input type="text" id="list.url" name="list.url"><br>
<input type="textarea" id="list.comment" name="list.comment"><br>
Tags: <input type="text" id="list.tags" name="list.tags"><br>
<input type="submit" value="SEND">
</form>
<button id="receiptbutton">RECEIPT IT</button>
<span id="result" class="result"></span><br>
<span id="heartbeat" class="heartbeat"></span>
</body>
</html>