mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 16:44:28 +00:00
VilesciFrameset
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<frameset rows="55px,*" frameborder="0" framespacing="0">
|
||||
<frame src="../vilesci/top.php" id="top" name="top" scrolling="No"/>
|
||||
<frame src="<?php echo base_url('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" />
|
||||
<frame style="border-right: 3px; border-right-style:solid; border-right-color: grey;" src="<?php echo base_url('vilesci/left.php')?>" id="nav" name="nav" />
|
||||
<frame frameborder="1" src="<?php echo base_url('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>
|
||||
<a href="<?php echo base_url('vilesci/main.php')?>">Use without frames</a>
|
||||
</body>
|
||||
</noframes>
|
||||
</frameset>
|
||||
|
||||
Reference in New Issue
Block a user