Mercurial > hg > extraction-interface
comparison _xampp/splash.php @ 0:b12c99b7c3f0
commit for previous development
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Mon, 19 Jan 2015 17:13:49 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:b12c99b7c3f0 |
---|---|
1 <html> | |
2 <head><title>XAMPP</title> | |
3 <link href="xampp.css" rel="stylesheet" type="text/css"> | |
4 </head> | |
5 | |
6 <body class=white bgcolor=#ffffff> | |
7 <center> | |
8 <img src=img/blank.gif height=180 width=1><br> | |
9 <!-- | |
10 <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" | |
11 codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0" | |
12 ID=anim WIDTH=400 HEIGHT=100><PARAM NAME=movie VALUE="splash-swf.php"> <PARAM NAME=loop VALUE=false> <PARAM NAME=quality VALUE=high> <EMBED src="splash-swf.php" loop=false quality=high WIDTH=400 HEIGHT=100 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED></OBJECT> | |
13 --> | |
14 <img src="img/xampp-logo.jpg"> | |
15 <p> | |
16 <?php | |
17 include("lang/languages.php"); | |
18 $i=0; | |
19 while (list($key, $value) = each($languages)) | |
20 { | |
21 if($i++)echo ' / '; | |
22 echo '<a href="/xampp/lang.php?'.$key.'">'.$value.'</a>'; | |
23 } | |
24 ?> | |
25 <p> | |
26 </center> | |
27 </body> | |
28 </html> |