mercoledì 29 agosto 2018

LibreOffice ONLINE

LibreOffice ONLINE 
(finalmente)
di Augusto Scatolini
..........................................................................













A chi può interessare, queto è il codice HTML:


<div style="background: rgb(221, 221, 221); position: fixed; z-index: 80001; top: 0px; padding-left: 0px; height: 70px;">
<div style="background: rgb(221, 221, 221); position: fixed; z-index: 80000; padding-right: 0px; top: 0px; padding-left: 0px; width: 22%; height: 50px;">
<div style="position: relative; padding: 0 1px; box-sizing: border-box;">
<nav id="pnProductNav" style="overflow-x: auto; overflow-y: hidden;  -webkit-overflow-scrolling: touch; white-space: nowrap; position: relative; font-size: 0;">
<div id="pnProductNavContents" style="padding-top: 0px; padding-top: 0px; float: left; -webkit-transition: -webkit-transform .2s ease-in-out; transition: -webkit-transform .2s ease-in-out; transition: transform .2s ease-in-out; transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out; position: relative;">
<a href="javascript:void(0)" style="padding: 3px;" title="OpenOffice Writer" onclick="loginform1()">
<img src="https://www.offidocs.com/community/wordsmall.png?service=community01&amp;v=2"></a>
<a href="javascript:void(0)" style="padding: 3px;" title="OpenOffice Calc" onclick="loginform2()">
<img src="https://www.offidocs.com/community/excelsmall.png?service=community01&amp;v=2">
</a><a href="javascript:void(0)" style="padding: 3px;" title="OpenOffice Impress" onclick="loginform3()">
<img src="https://www.offidocs.com/community/pptsmall.png?service=community01&amp;v=2"></a>
<a href="javascript:void(0)" style="padding: 3px;" title="PDF editor online" onclick="loginform4()">
<img src="https://www.offidocs.com/community/pdfsmall.png?service=community01&amp;v=2"></a>
<a href="javascript:void(0)" style="padding: 3px;" title="OpenOffice Draw" onclick="loginformOpenOfficeDraw()">
<img src="https://www.offidocs.com/community/openofficedrawsmall.png?service=community01&amp;v=2"></a>
</div></nav></div></div>
<script>
var userxxx;
if ( !localStorage.getItem("namexxx") )
{
        userxxx = Math.floor(Math.random() * 2000000);
        localStorage.setItem("namexxx", userxxx);
}
function loginform1() {
        var username = localStorage.getItem('namexxx');
        window.open('https://www.offidocs.com/create-openofficewriter.html?username=' + username, '_blank');
        return false;
}
function loginform2() {
        var username = localStorage.getItem('namexxx');
        window.open('https://www.offidocs.com/create-openofficecalc.html?username=' + username, '_blank');
        return false;
}
function loginform3() {
        var username = localStorage.getItem('namexxx');
        window.open('https://www.offidocs.com/create-openofficeimpress.html?username=' + username, '_blank');
        return false;
}
function loginform4() {
        var username = localStorage.getItem('namexxx');
        window.open('https://www.offidocs.com/create-pdfedit.html?username=' + username, '_blank');
        return false;
}

function loginformOpenOfficeDraw() {
        var username = localStorage.getItem('namexxx');
        window.open('https://www.offidocs.com/create-openofficedraw.html?username=' + username, '_blank');
        return false;
}
</script>






Nessun commento:

Posta un commento