source: release-kits/lirk3/bin/ant-installer/examples/buildtypes/script-auto/installer/cp/resources/text.html@ 14982

Last change on this file since 14982 was 14982, checked in by oranfry, 16 years ago

initial import of LiRK3

File size: 1.3 KB
Line 
1<html>
2<!-- N.B. Java's version of HTML is not what you might expect! -->
3 <head>
4 <title>is this shown</title>
5 <link rel="stylesheet" href="/resources/style.css">
6 </head>
7 <body padding="0px" margin="4px" style="background:#880000;padding:0px;margin:0px"><div style="padding:3px;">
8<table border="0" width="100%" cellpadding="5px" style="background:#880000;color:#ffffff;padding-bottom:0px">
9 <tr>
10 <td><img src="/resources/rayo.png">&nbsp;&nbsp;&nbsp;<font size="+1"><b>User properties</b></font></td>
11 </tr>
12</table>
13<table border="0px" width="100%" style="background:#bb3333;color:#ffffff" cellpadding="1px">
14 <tr>
15 <td>Current username</td>
16 <td>${java.user.name}</td>
17 </tr>
18 <tr>
19 <td>Detected OS</td>
20 <td>${java.os.name}</td>
21 </tr>
22 <tr>
23 <td>selected colour</td>
24 <td style="background:#ffffff;color:${colour}">[${colour}]</td>
25 </tr>
26 <tr>
27 <td>Install dir</td>
28 <td>${installDir}</td>
29 </tr>
30</table>
31<div style="background:#880000;color:#ffffff">&nbsp;</div>
32<div style="background:#991111;color:#ffffff">&nbsp;</div>
33<div style="background:#aa2222;color:#ffffff">&nbsp;</div>
34<div style="background:#bb3333;color:#ffffff">&nbsp;</div>
35<div style="background:#bb3333;color:#ffffff">
36<br>
37<br>
38<br><img src="/resources/AntInstaller-text-logo.png">
39 http://antinstaller.sf.net
40
41</div>
42</div></body>
43</html>
Note: See TracBrowser for help on using the repository browser.