summaryrefslogtreecommitdiff
path: root/modules/pdfrotate/editor.html
diff options
context:
space:
mode:
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>