2009/10/09 02:28:15 +0100 claunia: Changed header to remove Wine logos and add appropiate tabs
This commit is contained in:
@@ -5,14 +5,14 @@
|
|||||||
?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>WineHQ <?php echo $title; ?></title>
|
<title>QEMU Official OS Support List <?php echo $title; ?></title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<meta HTTP-EQUIV="Expires" CONTENT="Mon, 06 Jan 1990 00:00:01 GMT">
|
<meta HTTP-EQUIV="Expires" CONTENT="Mon, 06 Jan 1990 00:00:01 GMT">
|
||||||
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
|
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
|
||||||
<meta name="description" content="Open Source Software for running Windows applications on other operating systems.">
|
<meta name="description" content="Open Source Software for system and runtime emulation.">
|
||||||
<meta name="keywords" content="windows, linux, macintosh, solaris, freebsd">
|
<meta name="keywords" content="windows, linux, macintosh, solaris, freebsd, qemu">
|
||||||
<meta name="robots" content="index, follow">
|
<meta name="robots" content="index, follow">
|
||||||
<meta name="copyright" content="Copyright WineHQ.org All Rights Reserved.">
|
<meta name="copyright" content="Copyright QEMU & Claunia.com All Rights Reserved.">
|
||||||
<meta name="language" content="English">
|
<meta name="language" content="English">
|
||||||
<meta name="revisit-after" content="1">
|
<meta name="revisit-after" content="1">
|
||||||
<link rel="stylesheet" href="<?php echo BASE; ?>styles.css" type="text/css" media="screen">
|
<link rel="stylesheet" href="<?php echo BASE; ?>styles.css" type="text/css" media="screen">
|
||||||
@@ -23,33 +23,17 @@
|
|||||||
<script type="text/javascript"
|
<script type="text/javascript"
|
||||||
src="http://ajax.googleapis.com/ajax/libs/prototype/1.6.0.2/prototype.js"></script>
|
src="http://ajax.googleapis.com/ajax/libs/prototype/1.6.0.2/prototype.js"></script>
|
||||||
<script src="<?php echo BASE; ?>scripts.js" type="text/javascript"></script>
|
<script src="<?php echo BASE; ?>scripts.js" type="text/javascript"></script>
|
||||||
<link rel="icon" type="image/png" href="<?php echo BASE; ?>images/winehq_logo_16.png">
|
</head>
|
||||||
<link rel="shortcut icon" type="image/png" href="<?php echo BASE; ?>images/winehq_logo_16.png">
|
|
||||||
</head>
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div id="logo_glass"><a href="<?php echo BASE; ?>"><img src="<?php echo BASE; ?>images/winehq_logo_glass_sm.png" alt=""></a></div>
|
|
||||||
<div id="logo_text"><a href="<?php echo BASE; ?>"><img src="<?php echo BASE; ?>images/winehq_logo_text.png" alt="WineHQ" title="WineHQ"></a></div>
|
|
||||||
|
|
||||||
<div id="logo_blurb"><?php echo preg_replace("/^ - /", "", $title); ?></div>
|
<div id="logo_blurb"><?php echo preg_replace("/^ - /", "", $title); ?></div>
|
||||||
|
|
||||||
<div id="search_box">
|
|
||||||
<form action="http://www.winehq.org/search" id="cse-search-box" style="margin: 0; padding: 0;">
|
|
||||||
<input type="hidden" name="cx" value="partner-pub-0971840239976722:w9sqbcsxtyf">
|
|
||||||
<input type="hidden" name="cof" value="FORID:10">
|
|
||||||
<input type="hidden" name="ie" value="UTF-8">
|
|
||||||
<span style="color: #ffffff;">Search:</span> <input type="text" name="q" size="20">
|
|
||||||
</form>
|
|
||||||
<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en"></script>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="tabs">
|
<div id="tabs">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://www.winehq.org/">WineHQ</a></li>
|
<li><a href="http://www.qemu.org/">QEMU</a></li>
|
||||||
<li><a href="http://wiki.winehq.org/">Wiki</a></li>
|
<li><a href="http://www.claunia.com/">Claunia.com</a></li>
|
||||||
<li class="s"><a href="http://appdb.winehq.org/">AppDB</a></li>
|
<li class="s"><a href="http://www.claunia.com/qemu/">OS DB</a></li>
|
||||||
<li><a href="http://bugs.winehq.org/">Bugzilla</a></li>
|
|
||||||
<li><a href="http://forums.winehq.org/">Forums</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user