TDKHome.old/apps/more/dsoffice/open.php
MattTheTekie 98d6691f82 uwu
uwu
2023-07-14 10:46:07 -04:00

35 lines
No EOL
1.5 KiB
PHP

<html>
<head>
<title>Documents - DSOffice</title>
<meta name="viewport" content="width=240">
<style>
body { margin:0px; margin-left:0px; margin-bottom:-10px; margin-top:0px; background-color:ECE9D8; border:2px solid blue; border-top:20px solid blue; width:231; height:154; padding-left:5px; padding-top:0px; }
#block { width:236; height:176; overflow:hidden; position:absolute; left:0px; top:0px; background-color:white; opacity:0.5; padding-left:4px;}
#title { position:absolute; left:2px; top:-1px; }
#x { position:absolute; left:222px; top:2px; width:16px; height:16px; background-color:red; color:white; }
a.x { text-decoration:none; color:white; }
#iframediv { position:absolute; top:24px; left:0px; }
iframe { margin-top:-25px; overflow:hidden; width:240; height:176; }
</style>
</head>
<body>
<div style="width:265; height:243; overflow:hidden; margin:0px; padding:0px; position:absolute; left:-25px; top:-67px;">
<div id="iframediv">
<IFRAME SRC="docs/" WIDTH=265 HEIGHT=243 style="border:0px;">
</iframe>
</div>
</div>
<div id="title"><font size=3 color=white>Documents - DSOffice</font></div>
<div id=x><font size=2><center><a class="x" href=".">X</a></center></font></div>
<font size=2>
</font>
<div id=block>
<br><br><br><br><br><font size=2>
click <a href="view.html">here</a> to view a document<br>
click <a href="editonlineenter.html">here</a> to edit a document<br>
click <a href="delete.html">here</a> to delete a document<br>
note: do not include .txt
</font>
</div>
</body>
</html>