summaryrefslogtreecommitdiffstats
path: root/kpilot/conduits/sysinfoconduit/Template.html
blob: e5a33e0fd77c5ad83aabea3ec45d88e38388f378 (plain)
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<head>
  <title>KPilot System Information Page</title>
  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15">
  <meta name="GENERATOR" content="KPilot SysInfo conduit">
  <style type="text/css">
  h1 {
    font-family: sans-serif;
    font-size: xx-large;
    font-style: italic;
    font-variant: small-caps;
    font-weight: bolder;
    color: darkBlue;
    border-bottom: thick solid darkBlue;
    margin: 30;
  }
  h2 {
    font-family: sans-serif;
    font-size: large;
    color: darkRed;
    margin-top: 40;
    border-top: thin solid darkRed;
    display: list-item;
    list-style-type: circle;
    margin: 40;
  }
  th {
    font-style: italic;
    font-weight: bold;
    background-color: #DFC370;
    text-align: center;
  }
  </style>
</head>
<body bgcolor="#FFE080">
  <h1>KPilot System Information</h1>
  <center>
<p><!--#ifhardware#<a href="#Hardware">Hardware info</a> - #endifhardware#-->
<!--#ifuser#<a href="#User">User info</a> - #endifuser#-->
<!--#ifmemory#<a href="#Memory">Memory info</a> - #endifmemory#-->
<!--#ifstorage#<a href="#Storage">Storage info</a> - #endifstorage#-->
<!--#ifdblist#<a href="#DBList">Database list</a> - #endifdblist#-->
<!--#ifrecords#<a href="#Records">Addresses, to-dos, events, and memos</a> - #endifrecords#-->
<!--#ifsync#<a href="#Sync">Sync info</a> - #endifsync#-->
<!--#ifpcversion#<a href="#Version">PC Version info</a> - #endifpcversion#-->
<!--#ifpalmversion#<a href="#PalmVersion">Palm Version info</a> - #endifpalmversion#-->
<!--#ifdebug#<a href="#Debug">Debug info</a>#endifdebug#--></p>
  </center>


<!--#ifhardware#<h2><a name="Hardware">Hardware Information</a></h2>
  <center>
  <table border=1>
    <tbody>
      <tr><td><b>DeviceID:</b></td><td>#deviceid#</td></tr>
      <tr><td><b>Device name:</b></td><td>#devicename#</td></tr>
      <tr><td><b>Device model:</b></td><td>#devicemodel#</td></tr>
      <tr><td><b>Manufacturer:</b></td><td>#manufacturer#</td></tr>
      <tr><td><b>Connected via:</b></td><td>#devicetype#</td></tr>
    </tbody>
  </table>
  </center>#endifhardware#-->


<!--#ifuser#<h2><a name="User">User Information</a></h2>
  <center>
  <table border=1>
    <tbody>
      <tr><td><b>Handheld User Name:</b></td><td>#username#</td></tr>
      <tr><td><b>Handheld Password:</b></td><td>#pw#</td></tr>
      <tr><td><b>Handheld User ID:</b></td><td>#uid#</td></tr>
      <tr><td><b>Viewer ID:</b></td><td>#viewerid#</td></tr>
    </tbody>
  </table>
  </center>#endifuser#-->


<!--#ifmemory#<h2><a name="Memory">Memory Information</a></h2>
  <center>
  <table border=1>
    <tbody>
      <tr><td><b>ROM:</b></td><td>#rom# kB total</td></tr>
      <tr><td><b>Total RAM:</b></td><td>#totalmem# kB total</td></tr>
      <tr><td><b>Free RAM:</b></td><td>#freemem# kB free</td></tr>
    </tbody>
  </table>
  </center>#endifmemory#-->


<!--#ifstorage#<h2><a name="Storage">Storage Information</a></h2>
  <center>
  <table border=1>
    <tbody>
      <tr><td><b>Cards:</b></td><td>#cards#</td></tr>
    </tbody>
  </table>
  </center>#endifstorage#-->


<!--#ifdblist#<h2><a name="DBList">List of Databases on Handheld</a></h2>
  <center>
  <table border=1>
    <tr><th>DB name</th><th>type, creator</th><th>index</th><th>flags</th>
      <th>created</th><th>modified</th><th>version</th></tr>
    #dblist[<tr><td>%0</td><td>%1,%2</td><td>%3</td><td>%4/%5</td>
      <td>%7</td><td>%8</td><td>%6</td></tr>
    ]#
  </table>
  </center>#endifdblist#-->



<!--#ifrecords#<h2><a name="Records">Number of addresses, to-dos, events, and memos</a></h2>
  <center>
  <table border=1>
    <thead>
      <tr><th scope=col>Record type</th><th scope=col># of recs</th></tr>
    </thead>
    <tbody>
      <tr><td><b>Addresses:</b></td><td>#addresses# entries in Addressbook</td></tr>
      <tr><td><b>Events:</b></td><td>#events# entries in Calendar</td></tr>
      <tr><td><b>To-dos:</b></td><td>#todos# entries in To-do list</td></tr>
      <tr><td><b>Memos:</b></td><td>#memos# memos</td></tr>
    </tbody>
  </table>
  </center>#endifrecords#-->


<!--#ifsync#<h2><a name="Sync">Synchronization Information</a></h2>
  <center>
  <table border=1>
    <tbody>
      <tr><td><b>Last sync attempt:</b></td><td>#lastsync#</td></tr>
      <tr><td><b>Last successful sync:</b></td><td>#lastsuccsync#</td></tr>
      <tr><td><b>Last sync with PC (ID):</b></td><td>#lastsyncpc#</td></tr>
    </tbody>
  </table>
  </center>#endifsync#-->


<!--#ifpcversion#<h2><a name="Version">Version Information (Desktop)</a></h2>
  <center>
  <table border=1>
    <thead>
      <tr><th scope=col>Application</th><th scope=col>Version</th></tr>
    </thead>
    <tbody>
      <tr><td><b>Operating System:</b></td><td>#os#</td></tr>
      <tr><td><b>Hostname:</b></td><td>#hostname#</td></tr>
      <tr><td><b>Qt Version:</b></td><td>#qt#</td></tr>
      <tr><td><b>KDE Libraries Version:</b></td><td>#kde#</td></tr>
      <tr><td><b>KPilot Version:</b></td><td>#kpilot#</td></tr>
      <tr><td><b>Pilot-Link Version:</b></td><td>#pilotlink#</td></tr>
    </tbody>
  </table>
  </center>#endifpcversion#-->


<!--#ifpalmversion#<h2><a name="PalmVersion">Version Information (Handheld)</a></h2>
  <center>
  <table border=1>
    <thead>
      <tr><th scope=col>Application</th><th scope=col>Version</th></tr>
    </thead>
    <tbody>
      <tr><td><b>PalmOS:</b></td><td>#palmos#</td></tr>
    </tbody>
  </table>
  </center>#endifpalmversion#-->


<!--#ifdebug#<h2><a name="Debug">Debug Information</a></h2>
  <center>
  <table border=1>
    <tr><td><pre>#debug#</pre></td></tr>
  </table>
  </center>#endifdebug#-->


    <p>&nbsp;</p>
  <hr>
  <font size="-1">Page created #date# by the SysInfo conduit of <a href="http://www.kpilot.org/">KPilot</a>.</font>
</body>
</html>