DocumentServer/OfficeWeb/sdk/Common/MobileDownloader/download.html
nikolay ivanov a8be6b9e72 init repo
2014-07-05 18:22:49 +00:00

18 lines
549 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>TeamLab Document Editor</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="description" content="" />
<meta name="keywords" content="" />
<script type="text/javascript" src="../downloaderfiles.js"></script>
<script type="text/javascript">
function load(){
getFile(decodeURIComponent(location.search.substring(1).split("file=")[1]));
}
</script>
</head>
<body onload="load()">
</body>
</html>