blob: 8796e44a150fdd6017daa7dd9c4b50718ac7a271 (
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
|
KPilot System Information Page
==============================
<!--#ifhardware#
-) Hardware Information
DeviceID: #deviceid#
Device name: #devicename#
Device model: #devicemodel#
Manufacturer: #manufacturer#
Connected via: #devicetype#
#endifhardware#-->
<!--#ifuser#
-) User Information
Handheld User Name: #username#
Handheld Password: #pw#
Handheld User ID: #uid#
Viewer ID: #viewerid#
#endifuser#-->
<!--#ifmemory#
-) Memory Information
ROM: #rom# kB total
Total RAM: #totalmem# kB total
Free RAM: #freemem# kB fre
#endifmemory#-->
<!--#ifstorage#
-) Storage Information
Cards: #cards#
#endifstorage#-->
<!--#ifdblist#
-) List of Databases on Handheld
Available Databases: #dblist[
%0 (%1, %2)]#
#endifdblist#-->
<!--#ifrecords#
-) Number of addresses, todos, events, and memos
Addresses: #addresses# entries in Addressbook
Events: #events# entries in Calendar
Todos: #todos# entries in ToDo list
Memos: #memos# memos
#endifrecords#-->
<!--#ifsync#
-) Synchronization Information
Last sync attempt: #lastsync#
Last successful sync: #lastsuccsync#
Last sync with PC (ID): #lastsyncpc#
#endifsync#-->
<!--#ifpcversion#
-) Version Information (Desktop)
Operating System: #os#
Hostname: #hostname#
Qt Version: #qt#
KDE Version: #kde#
KPilot Version: #kpilot#
Pilot-Link Version: #pilotlink#
#endifpcversion#-->
<!--#ifpalmversion#
-) Version Information (Handheld)
PalmOS: #palmos#
#endifpalmversion#-->
<!--#ifdebug#
-) Debug Information
#debug#
#endifdebug#-->
------------------------------------------------------------
Page created #date# by the SysInfo conduit of KPilot.
|