Skip to content

Commit c3e9976

Browse files
authored
Add files via upload
1 parent 5a33ff4 commit c3e9976

5 files changed

Lines changed: 108 additions & 0 deletions

File tree

Tea-Timer.gif

1.16 KB
Loading

aTeaTimer4U.htm

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
<HTML>
2+
<head>
3+
4+
<title>tea timer 4 u - &copy; Juergen Smolka</title>
5+
<link rel="SHORTCUT ICON" href="TeaTime.ico">
6+
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
7+
<meta name=viewport content="width=device-width, initial-scale=1">
8+
9+
</head>
10+
11+
<body style="background-image:url(tea-timer-ng-background.gif)" bgcolor="#FEFEFE" onLoad="finale()">
12+
13+
<div align="center" style="font-size:1.8em; color:#FFFFFF;">
14+
<table border="1" cellpadding="1" cellspacing="1">
15+
<tr>
16+
<td>
17+
18+
<APPLET CODE="aTeaTimer4U.class" ARCHIVE="aTeaTimer4U__V1.30.jar" NAME="a-Tea-Timer-4-U" WIDTH="262" HEIGHT="181">
19+
<p>&nbsp;</p>
20+
<p style="color:#FAFBFC;">
21+
&nbsp; <strong>a Tea&nbspTimer 4 U</strong><br />
22+
&nbsp; beta Online-Tea-Timer V4.1.xx<br />
23+
&nbsp; No applets allowed on this device... &nbsp;
24+
</p>
25+
<p>&nbsp;</p>
26+
</APPLET>
27+
28+
</td>
29+
</tr>
30+
</table>
31+
32+
<!-- http://teatimer.coolpage.biz/j.smolka/ibs/programme/teeuhr/aTeaTimer4U.jnlp -->
33+
<a href="./aTeaTimer4U.jnlp"><img src="./Tea-Timer.gif" height="36" width="36" alt="download TeaTimer" title="TeaTimer Download"/></a>
34+
<a href="./aTeaTimer4U.jnlp">Download</a>
35+
36+
<p>&nbsp;</p>
37+
<p>&nbsp;</p>
38+
<p>&nbsp;</p>
39+
<p>
40+
<a href="http://teatimer.coolpage.biz/index.php" title="tea timer" target="TeaTimer">Tea&nbsp;Timer</a><br />
41+
<a href="http://teatimer.coolpage.biz/index.php/faq" title="faq tea timer" target="TeaTimer">FAQ Tea&nbsp;Timer</a><br />
42+
<a href="http://teatimer.coolpage.biz/index.php/contact" title="contact tea timer" target="TeaTimer">Kontakt TeaTimer</a><br />
43+
<a href="http://teatimer.coolpage.biz/index.php/user-profile?view=login" title="login tea timer" target="TeaTimer">Login Tea-Timer</a><br />
44+
<!-- <a href="http://home.arcor.de/j.smolka/ibs/teatimer.html" title="tea timer" target="TeaTimer">Tea&nbsp;Timer</a> -->
45+
</p>
46+
<p>&nbsp;</p>
47+
<p>&nbsp;</p>
48+
<p>&nbsp;</p>
49+
<p>&nbsp;</p>
50+
<p>
51+
<a href="http://abap.esy.es/j.smolka/ibs/teatimer.html" title="tea-timer info" target="TeaTimer">Tea-Timer Info</a>
52+
<!-- <a href="http://home.arcor.de/j.smolka/ibs/teatimer.html" title="tea-timer info" target="TeaTimer">Tea-Timer Info</a> -->
53+
</p>
54+
<p>&nbsp;</p>
55+
<p>&nbsp;</p>
56+
<p>&nbsp;</p>
57+
<p>&nbsp;</p>
58+
<p>
59+
<a href="http://abap.esy.es/j.smolka/its/" target="ABAP-Developer" title="SAP ABAP Developer"><strong>ABAP&nbsp;Developer</strong></a> &nbsp;&nbsp;
60+
<!-- <a href="http://home.arcor.de/j.smolka/its/" target="ABAP-Developer" title="SAP ABAP Developer"><strong>ABAP&nbsp;Developer</strong></a> &nbsp;&nbsp; -->
61+
</p>
62+
<p>&nbsp;</p>
63+
<p>&nbsp;</p>
64+
<p>&nbsp;</p>
65+
<p>&nbsp;</p>
66+
<p>
67+
<a href="http://abap.esy.es/j.smolka/ibs/" target="ABAP-Entwickler" title="SAP ABAP Entwickler"><strong>ABAP&nbsp;Entwickler</strong></a>
68+
<!-- <a href="http://home.arcor.de/j.smolka/ibs/" target="ABAP-Entwickler" title="SAP ABAP Entwickler"><strong>ABAP&nbsp;Entwickler</strong></a> -->
69+
</p>
70+
<p>&nbsp;</p>
71+
<p>&nbsp;</p>
72+
<p>&nbsp;</p>
73+
<p>&nbsp;</p>
74+
<p>
75+
<a href="http://smolka.lima-city.de/index.php" target="ABAP-Entwickler" title="New HomePage"><strong>ABAP&nbsp;Developer / ABAP&nbsp;Entwickler</strong></a>
76+
</p>
77+
</div>
78+
79+
</body>
80+
</HTML>

aTeaTimer4U.jar

206 KB
Binary file not shown.

aTeaTimer4U.jnlp

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<jnlp
3+
spec="1.0+"
4+
codebase="https://github.com/ttimer/tea-timer/blob/master"
5+
href="aTeaTimer4U.jnlp">
6+
<information>
7+
<title>a Tea Timer 4 U</title>
8+
<vendor>www.ABAP-Developer.de.vu</vendor>
9+
<homepage href="http://smolka.lima-city.de/" />
10+
<description>tea-timer 4 u</description>
11+
<icon kind="default" href="Tea-Timer.gif"/>
12+
<offline-allowed/>
13+
<shortcut online="false" install="true">
14+
<desktop/>
15+
<menu submenu="a-Tea-Timer-4-U"/>
16+
</shortcut>
17+
</information>
18+
<security>
19+
<all-permissions/>
20+
</security>
21+
<resources>
22+
<j2se version="1.6+"/>
23+
<jar href="aTeaTimer4U.jar" main="true" version="1.30"/>
24+
<property name="jnlp.versionEnabled" value="true"/>
25+
</resources>
26+
<update check="background"/>
27+
<application-desc main-class="aTeaTimer4U"/>
28+
</jnlp>

aTeaTimer4U__V1.30.jar

206 KB
Binary file not shown.

0 commit comments

Comments
 (0)