This commit is contained in:
Paminger
2016-02-29 16:51:21 +01:00
parent 2236ba7d26
commit eb84022abf
85 changed files with 12852 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<frameset rows="55px,*" frameborder="0" framespacing="0">
<frame src="../vilesci/top.php" id="top" name="top" scrolling="No"/>
<frameset border="4" frameborder="1" framespacing="0" cols="200px,*" >
<frame style="border-right: 3px; border-right-style:solid; border-right-color: grey;" src="../vilesci/left.php" id="nav" name="nav" />
<frame frameborder="1" src="../vilesci/main.php" id="main" name="main" />
</frameset>
<noframes>
<body bgcolor="#FFFFFF">
This application works only with a frames-enabled browser.<br />
<a href="../vilesci/main.php">Use without frames</a>
</body>
</noframes>
</frameset>