From: <var...@us...> - 2014-11-18 09:58:12
|
Revision: 9329 http://sourceforge.net/p/phpwiki/code/9329 Author: vargenau Date: 2014-11-18 09:58:08 +0000 (Tue, 18 Nov 2014) Log Message: ----------- Remove themes/MacOSX/images/index.php Removed Paths: ------------- trunk/themes/MacOSX/images/index.php Deleted: trunk/themes/MacOSX/images/index.php =================================================================== --- trunk/themes/MacOSX/images/index.php 2014-11-18 09:44:16 UTC (rev 9328) +++ trunk/themes/MacOSX/images/index.php 2014-11-18 09:58:08 UTC (rev 9329) @@ -1,36 +0,0 @@ -<html> -<head><title>Alpha Channel Test</title> - <script type="text/javascript"><!-- - var backgroundcolor = new Array(); - backgroundcolor[0] = '#ffffff'; - backgroundcolor[1] = '#cccccc'; - backgroundcolor[2] = '#888888'; - backgroundcolor[3] = '#444444'; - backgroundcolor[4] = '#000000'; - backgroundcolor[5] = '#aa8888'; - backgroundcolor[6] = '#88aa88'; - backgroundcolor[7] = '#8888aa'; - function changebg(color) { - document.bgColor = backgroundcolor[color]; - } - //--></script> -</head> -<body style="background-color:"#8888aa"> -<?php -$dir = opendir("."); -while ($fileName = readdir($dir)) - if (!(strcmp(substr($fileName, -4), ".png"))) - print("<img src=\"" . urlencode($fileName) . "\" alt=\"$fileName\" />\n"); -?> -<hr> -bgcolor: -<script type="text/javascript"><!-- -for (var n = 0; n < backgroundcolor.length; n++) { - document.write( - ' <a href="#" onmouseover="javascript:changebg(' + n + ')">' + backgroundcolor[n] + '</a>' - ); -} -//--></script> -<hr> -</body> -</html> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |