39 lines
No EOL
2.1 KiB
HTML
39 lines
No EOL
2.1 KiB
HTML
<!-- IMPORTANT MESSAGE: READ BELOW -->
|
|
<!--Hi, you are probably here to see the source code of this -->
|
|
<!--so you can put it on your site. This is my script. I did not -->
|
|
<!--get it from The Javascript Source or anything else like that.-->
|
|
<!--I dont mind you copying my source code as long as you put a -->
|
|
<!--back to my site and make sure people know I made this script.-->
|
|
<!--It took me a lot of time to make this and I don't someone to -->
|
|
<!--just take it and call it theirs. Taking my code or any part -->
|
|
<!--of it and not crediting me is ILLEGAL. You may now continue. -->
|
|
|
|
<!-- ABOVE MESSAGE APPLIES TO ALL DSOFFICE PAGES -->
|
|
<html>
|
|
<head>
|
|
<title>DSOffice</title>
|
|
<meta name="viewport" content="width=240">
|
|
<style>
|
|
body { margin:0px; margin-left:0px; margin-bottom:-10px; background-color:ECE9D8; border:2px solid blue; border-top:20px solid blue; width:231; height:154; padding-left:5px; }
|
|
#title { position:absolute; left:2px; top:-1px; }
|
|
#x { position:absolute; left:222px; top:2px; width:16px; height:16px; background-color:red; color:white; }
|
|
#help { position:absolute; left:204px; top:2px; width:16px; height:16px; background-color:black; color:white; }
|
|
a.x { text-decoration:none; color:white; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="title"><font size=3 color=white>DSOffice</font></div>
|
|
<div id=x><font size=2><center><a class="x" href="../index2.html">X</a></center></font></div>
|
|
<div id=help><font size=2><center><a class="x" href="javascript:alert('View the file called welcome (click view online document and enter welcome)');">?</a></center></font></div>
|
|
<font size=2>
|
|
<li><a href="create.html">Create bookmarkable document</a></li>
|
|
<li><a href="createonline.php">Create online document</a></li>
|
|
<li><a href="view.html">View online document</a></li>
|
|
<li><a href="editonlineenter.html">Edit online document</a></li>
|
|
<li><a href="delete.html">Delete online document</a></li>
|
|
<li><a href="open.php">List of files</a></li>
|
|
<br>
|
|
</font>
|
|
<font size=1><center>You must agree to <a href="rules.html">these rules</a> to use this feature.</center></font>
|
|
</body>
|
|
</html> |