mirror of
https://github.com/gryf/window-maker.github.io.git
synced 2025-12-17 19:20:17 +01:00
Initial Themes Gallery
The first one contributed by Martin Dietze.
This commit is contained in:
BIN
Themes/NeXT-Retro.tar.gz
Normal file
BIN
Themes/NeXT-Retro.tar.gz
Normal file
Binary file not shown.
8
dock.php
8
dock.php
@@ -27,9 +27,15 @@
|
|||||||
"81"></a></td>
|
"81"></a></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td><a href="themes.php" onmouseout="MM_swapImgRestore()" onmouseover=
|
||||||
|
"MM_swapImage('Image6','','themes.png',0)"><img src="themes.png" alt="Themes" width="60" height=
|
||||||
|
"81"></a></td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="links.php" onmouseout="MM_swapImgRestore()" onmouseover=
|
<td><a href="links.php" onmouseout="MM_swapImgRestore()" onmouseover=
|
||||||
"MM_swapImage('Image6','','links.png',0)"><img src="links.png" alt="Development" width="60" height=
|
"MM_swapImage('Image7','','links.png',0)"><img src="links.png" alt="Links" width="60" height=
|
||||||
"81"></a></td>
|
"81"></a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
BIN
screenshots/NeXT-Retro.png
Normal file
BIN
screenshots/NeXT-Retro.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 731 KiB |
34
themes.php
Normal file
34
themes.php
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
|
<head>
|
||||||
|
<meta name="generator" content="HTML Tidy for Linux (vers 25 March 2009), see www.w3.org" />
|
||||||
|
|
||||||
|
<title>Window Maker: Themes</title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
|
||||||
|
<link href="title.css" rel="stylesheet" type="text/css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<?php
|
||||||
|
include("header.php");
|
||||||
|
include("dock.php");
|
||||||
|
?>
|
||||||
|
|
||||||
|
<div id="inhalt">
|
||||||
|
<table width="880" border="0" cellpadding="1" cellspacing="1">
|
||||||
|
<tr>
|
||||||
|
<td content="content" colspan="2" valign="top">
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
|
||||||
|
<h3>Themes Gallery</h3>
|
||||||
|
|
||||||
|
<div class="screenshot">
|
||||||
|
<a href="Themes/NeXT-Retro.tar.gz"><img src="screenshots/NeXT-Retro.png" height="250" alt="NeXT-Retro" /></a><br />
|
||||||
|
<b>NeXT-Retro</b><br />
|
||||||
|
</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
BIN
themes.png
Normal file
BIN
themes.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.0 KiB |
Reference in New Issue
Block a user