Mercurial > hg > extraction-interface
comparison _xampp/components.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 <? include("langsettings.php"); ?> | |
2 <html> | |
3 <head> | |
4 <meta name="author" content="Kai Oswald Seidler"> | |
5 <link href="xampp.css" rel="stylesheet" type="text/css"> | |
6 </head> | |
7 | |
8 <body> | |
9 <br> | |
10 <h1><?=$TEXT['components-head']?></h1> | |
11 | |
12 <?=$TEXT['components-text1']?><p> | |
13 <?=$TEXT['components-text2']?><p> | |
14 | |
15 <?include("softwarelist.inc");?> | |
16 | |
17 <p> | |
18 <?=$TEXT['components-text3']?> | |
19 | |
20 <p> <p> <p> | |
21 <p> <p> <p> | |
22 | |
23 </body> | |
24 </html> |