summaryrefslogtreecommitdiff
path: root/modules/pdfrotate/editor.html
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2017-11-16 00:33:41 +0100
committertomsmeding <tom.smeding@gmail.com>2017-11-16 00:33:47 +0100
commitdbd9786a07e9c10cfe07db58f660fa186243b9a3 (patch)
treeb5e231bd999cbdde1432027561bfa59efe506f63 /modules/pdfrotate/editor.html
parent4ef74766662a8b57124cdc4b7a9fdafd686f0de2 (diff)
Add pdfrotate module
Diffstat (limited to 'modules/pdfrotate/editor.html')
-rw-r--r--modules/pdfrotate/editor.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/modules/pdfrotate/editor.html b/modules/pdfrotate/editor.html
new file mode 100644
index 0000000..6be03a8
--- /dev/null
+++ b/modules/pdfrotate/editor.html
@@ -0,0 +1,17 @@
+<!doctype html>
+<html>
+<head>
+<meta charset="utf-8">
+<title>PDF rotate</title>
+<script>
+var sessionid=(function(){
+ var spl=location.href.split("/");
+ return spl[spl.length-1];
+})();
+</script>
+</head>
+<body>
+Editor...
+</body>
+<script>alert(sessionid);</script>
+</html>