This repository has been archived by the owner on Feb 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
toolstrip.html
executable file
·70 lines (58 loc) · 2.61 KB
/
toolstrip.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<html>
<head>
<script type="text/javascript" src="mootools.js"></script>
<script type="text/javascript" src="mimic.js"></script>
<script type="text/javascript" src="toolstrip.js"></script>
<link rel="stylesheet" type="text/css" href="toolstrip.css">
<link rel="stylesheet" type="text/css" href="content/css/sms.css">
</head>
<body>
<div id="notLoggedIn">
<div id="sipgatelogo">
<a href="http://www.sipgate.de" target="_blank" tabindex="4">
<img src="skin/sipgategcx-logo.png" title="sipgate logo" id="sipgatelogo" />
</a>
</div>
<div class="loginbox">
<form action="" method="post" id="standardlogin">
<label translation="username" for="username">E-Mail:</label>
<input class="formelement" type="text" name="username" id="username" tabindex="1"><br>
<label translation="password" for="password">Passwort:</label>
<input class="formelement" type="password" name="password" id="password" tabindex="2">
<input type="button" id="login" value="Jetzt einloggen!" tabindex="3">
</form>
</div>
</div>
<div id="menu" class="view_template">
<table id="balance_block">
<tr>
<td>
<div id="balance_container"><span translation="balance">Actual balance:</span> <span translation="wait" id="balance">... wait ...</span></div>
</td><td>
<div translation="refreshbalance" id="refresh_balance">Refresh balance</div>
</td><td>
<div translation="logout" id="logout">Log out</div>
</td>
</tr>
</table>
<ul class="toolstripMenu">
<li translation="dialnumber view_template" class="linkAlike">Dial a phone numer...</li>
<li translation="sendSMS" class="linkAlike" id="sendSMS">Send a text message...</li>
<li translation="preferences" class="linkAlike" id="preferences">Preferences</li>
</ul>
<h1 translation="links">Links</h1>
<ul class="toolstripMenu">
<li translation="showinbox" class="linkAlike showSitePage" id="history">Show inbox</li>
<li translation="checkvoicemail" class="linkAlike showSitePage" id="voicemail">Check voicemail</li>
<li translation="sendfax" class="linkAlike showSitePage" id="fax">Send fax</li>
<li translation="showcontacts" class="linkAlike showSitePage" id="phonebook">Show contacts</li>
<li translation="creditaccount" class="linkAlike showSitePage" id="credit">Credit account</li>
<li translation="itemizedbills" class="linkAlike showSitePage" id="itemized">Itemized call list</li>
</ul>
</div>
<div id="page_sendSMS" class="view_template">
<h1 translation="smsheader">SMS senden</h1>
<div id="smsArea"></div>
</div>
</body>
</html>