78 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			78 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <!--Force IE6 into quirks mode with this comment tag-->
 | |
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 | |
| "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | |
| <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 | |
| <head>
 | |
| <link rel="stylesheet" type="text/css" href="css/white.css" />
 | |
| <link rel="alternate stylesheet" type="text/css" media="screen" title="black" href="css/black.css" />
 | |
| <link rel="alternate stylesheet" type="text/css" media="screen" title="white" href="css/white.css" />
 | |
| <link rel="alternate stylesheet" type="text/css" media="screen" title="blue" href="css/blue.css" />
 | |
| <script type="text/javascript">
 | |
| window.onload=function(){
 | |
| var formref=document.getElementById("switchform")
 | |
| indicateSelected(formref.switchcontrol)
 | |
| }
 | |
| </script>
 | |
| <!--This script should appear below your LINK stylesheet tags -->
 | |
| 
 | |
| <script src="styleswitch.js" type="text/javascript">
 | |
| 
 | |
| /***********************************************
 | |
| * Style Sheet Switcher v1.1- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
 | |
| * This notice MUST stay intact for legal use
 | |
| * Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
 | |
| ***********************************************/
 | |
| 
 | |
| </script>
 | |
| </head>
 | |
| <?php include 'config.php';?>
 | |
| <div id="style">
 | |
| <div class="innertube">
 | |
| 
 | |
| <?php
 | |
| if ($clockvisible > "0") {
 | |
|     require "clock.php";
 | |
| } else {
 | |
|     
 | |
| }
 | |
| ?>
 | |
| 
 | |
| <?php
 | |
| if ($kknowledgefeedvisible > "0") {
 | |
|     require "kknowledgefeed.php";
 | |
| } else {
 | |
|     
 | |
| }
 | |
| ?>
 | |
| 
 | |
| <?php
 | |
| if ($webclipfeedvisible > "0") {
 | |
|     require "webclipfeed.php";
 | |
| } else {
 | |
|     
 | |
| }
 | |
| ?>
 | |
| 
 | |
| </p>
 | |
| <table border="0" cellpadding="1" cellspacing="0">
 | |
| 	<tbody>
 | |
| 		<tr>
 | |
| 			<td bgcolor="#0066FF" style="text-align: left;"><font color="white">Theme</font></td>
 | |
| 			<td bgcolor="#0066FF"> </td>
 | |
| 			<td bgcolor="#0066FF"> </td>
 | |
| 		</tr>
 | |
| 		<tr>
 | |
| 			<td bgcolor="#ffffff"><a checked="checked" href="javascript:chooseStyle('white', 60)" onclick="parent.left.location.reload(); parent.main.location.reload()">White</a></td>
 | |
| 			<td bgcolor="#ffffff"><a href="javascript:chooseStyle('black', 60)" onclick="parent.left.location.reload(); parent.main.location.reload()">Black</a></td>
 | |
| 			<td bgcolor="#ffffff"><a href="javascript:chooseStyle('blue', 60)" onclick="parent.left.location.reload(); parent.main.location.reload()">Blue</a></td>
 | |
| 		</tr>
 | |
| 	</tbody>
 | |
| </table>
 | |
| </div>
 | |
| </div>
 | |
| </body> 
 | |
| </html>
 | |
| 
 | |
| 
 | |
| 
 |