-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFlashInfo.page
More file actions
43 lines (24 loc) · 788 Bytes
/
Copy pathFlashInfo.page
File metadata and controls
43 lines (24 loc) · 788 Bytes
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
Icon="icons/flash.png"
Menu="Flash"
Title="Flash Device Settings"
---
Flash Vendor:
: <?=$var['flashVendor'];?>
Flash Product:
: <?=$var['flashProduct'];?>
Flash GUID:
: <?=$var['flashGUID'];?>
<? if ($var['regTy']=="Basic" && strlen($var['regGUID'])): ?>
Registered GUID:
: <?=$var['regGUID'];?> <strong>Wrong</strong>
<? endif; ?>
Registered to:
: <?=$var['regTo'];?>
<? if ($var['regTy']=="Basic" && !strlen($var['regGUID'])): ?>
: [Upgrade to ***Plus*** or go ***Pro***](http://lime-technology.com/registration-keys?BasicGUID=<?=$var['flashGUID'];?>)
<? endif; ?>
<? if ($var['regTy']=="Plus"): ?>
: [Upgrade to ***Pro***](http://lime-technology.com/registration-keys?PlusGUID=<?=$var['flashGUID'];?>)
<? endif; ?>