|
@@ -137,22 +137,20 @@ if($_SESSION['oLP']->mode == 'fullscreen')
|
|
|
//set flag to ensure lp_header.php is loaded by this script (flag is unset in lp_header.php)
|
|
|
$_SESSION['loaded_lp_view'] = true;
|
|
|
?>
|
|
|
- <frameset rows="130,*">
|
|
|
- <frame id="header" src="lp_header.php" border="0" frameborder="0" scrolling="no" />
|
|
|
- <frameset cols="270,*">
|
|
|
- <frameset rows="475,95,80,*">
|
|
|
- <frame id="toc_id" name="toc_name" class="lp_toc" src="lp_toc.php" border="0" frameborder="0" scrolling="no"/>
|
|
|
- <frame id="nav_id" name="nav_name" class="lp_nav" src="lp_nav.php" border="0" frameborder="0" />
|
|
|
- <frame id="message_id" name="message_name" class="message" src="lp_message.php" border="0" frameborder="0" />
|
|
|
- <frame id="lp_log_id" name="lp_log_name" class="lp_log" src="lp_log.php" border="0" frameborder="0" />
|
|
|
- </frameset>
|
|
|
- <frame id="content_id_blank" name="content_name_blank" src="blank.php" border="0" frameborder="0">
|
|
|
- </frame>
|
|
|
+ <frameset cols="270,*">
|
|
|
+ <frameset rows="20,475,95,80,*">
|
|
|
+ <frame id="header" src="lp_header.php" border="0" frameborder="0" scrolling="no"/>
|
|
|
+ <frame id="toc_id" name="toc_name" class="lp_toc" src="lp_toc.php" border="0" frameborder="0" scrolling="no"/>
|
|
|
+ <frame id="nav_id" name="nav_name" class="lp_nav" src="lp_nav.php" border="0" frameborder="0" />
|
|
|
+ <frame id="message_id" name="message_name" class="message" src="lp_message.php" border="0" frameborder="0" />
|
|
|
+ <frame id="lp_log_id" name="lp_log_name" class="lp_log" src="lp_log.php" border="0" frameborder="0" />
|
|
|
</frameset>
|
|
|
- <noframes>
|
|
|
- This page relies heavily on frames. If your browser doesn't support frames, please try to find a better one. Some are available for free and run on multiple platforms. We recommend you try <a href="http://www.mozilla.com/firefox/">Firefox</a>. Get it from its official website by clicking the link.
|
|
|
- </noframes>
|
|
|
+ <frame id="content_id_blank" name="content_name_blank" src="blank.php" border="0" frameborder="0">
|
|
|
+ </frame>
|
|
|
</frameset>
|
|
|
+ <noframes>
|
|
|
+ This page relies heavily on frames. If your browser doesn't support frames, please try to find a better one. Some are available for free and run on multiple platforms. We recommend you try <a href="http://www.mozilla.com/firefox/">Firefox</a>. Get it from its official website by clicking the link.
|
|
|
+ </noframes>
|
|
|
</html>
|
|
|
<?php
|
|
|
}
|
|
@@ -173,10 +171,9 @@ else
|
|
|
//set flag to ensure lp_header.php is loaded by this script (flag is unset in lp_header.php)
|
|
|
$_SESSION['loaded_lp_view'] = true;
|
|
|
?>
|
|
|
- <frameset rows="130,*">
|
|
|
- <frame id="header" src="lp_header.php<?php echo (!empty($_GET['lp_id'])?'?lp_id='.intval($_GET['lp_id']):'');?>" border="0" frameborder="0" scrolling="no" />
|
|
|
<frameset cols="270,*">
|
|
|
- <frameset rows="<?php echo($displayAudioRecorder?'60,':'');?>600,70,80,*">
|
|
|
+ <frameset rows="20,<?php echo($displayAudioRecorder?'60,':'');?>600,70,80,*">
|
|
|
+ <frame id="header" src="lp_header.php" border="0" frameborder="0" scrolling="no"/>
|
|
|
<?php
|
|
|
if($displayAudioRecorder) //if audio recorder is required (set a few lines above)
|
|
|
echo '<frame id="audiorecorder_id" name="audiorecorder_name" src="display_audiorecorder.php" border="0" frameborder="0" scrolling="no"/>';
|
|
@@ -192,7 +189,6 @@ else
|
|
|
<noframes>
|
|
|
This page relies heavily on frames. If your browser doesn't support frames, please try to find a better one. Some are available for free and run on multiple platforms. We recommend you try <a href="http://www.mozilla.com/firefox/">Firefox</a>. Get it from its official website by clicking the link.
|
|
|
</noframes>
|
|
|
- </frameset>
|
|
|
</html>
|
|
|
<?php
|
|
|
/*
|