Upload files to "waflash/alt"

This commit is contained in:
LEGALISE_PIRACY 2024-01-26 22:26:01 +00:00
parent f5a0a0b81c
commit 0ef123878c
3 changed files with 2438 additions and 0 deletions

40
waflash/alt/api Normal file
View File

@ -0,0 +1,40 @@
<!doctype html>
<html>
<head>
</head>
<body>
<script>
var openWindow, source, origin;
function handleMessage(event) {
var entryId = event.data;
if (entryId === parseInt(entryId, 10)) {
editEntry(entryId);
source = event.source;
origin = event.origin;
}
}
function editEntry(entryId) {
if (openWindow) {
openWindow.close();
}
openWindow = window.open("/manage/post/" + entryId + "?popupEditor&returnURL=CLOSEME", "tatter", "width="+1169+",height="+600+",location=0,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0");
openWindow.focus();
}
function reloadPost() {
if (source && origin) {
source.postMessage('reload', origin)
}
}
if (document.addEventListener){
window.addEventListener("message", handleMessage, false);
} else {
window.attachEvent('onmessage', handleMessage);
}
</script>
</body>
</html>

2397
waflash/alt/index.html Normal file

File diff suppressed because it is too large Load Diff

1
waflash/alt/readme.md Normal file
View File

@ -0,0 +1 @@
alt