From dbd9786a07e9c10cfe07db58f660fa186243b9a3 Mon Sep 17 00:00:00 2001 From: tomsmeding <tom.smeding@gmail.com> Date: Thu, 16 Nov 2017 00:33:41 +0100 Subject: Add pdfrotate module --- modules/pdfrotate/editor.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 modules/pdfrotate/editor.html (limited to 'modules/pdfrotate/editor.html') 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> -- cgit v1.2.3-70-g09d2