* Luciano Blocktronics themed web download manager
This commit is contained in:
parent
136d21276c
commit
8804bcc5b2
Binary file not shown.
|
@ -787,6 +787,27 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fileBaseWebDownloadManager: {
|
||||||
|
config: {
|
||||||
|
queueListFormat: "|00|03{webDlLink:<36.35} {fileName:<26.25} {byteSize!sizeWithoutAbbr:>7.6} |11{byteSize!sizeAbbr}"
|
||||||
|
focusQueueListFormat: "|00|19|15{webDlLink:<36.35} {fileName:<26.25} {byteSize!sizeWithoutAbbr:>7.6} {byteSize!sizeAbbr}"
|
||||||
|
queueManagerInfoFormat10: "|03batch|08: |03{webBatchDlLink}"
|
||||||
|
queueManagerInfoFormat11: "|03exp |08: |03{webBatchDlExpire}"
|
||||||
|
}
|
||||||
|
|
||||||
|
0: {
|
||||||
|
mci: {
|
||||||
|
VM1: {
|
||||||
|
height: 8
|
||||||
|
}
|
||||||
|
HM2: {
|
||||||
|
width: 50
|
||||||
|
focusTextStyle: first lower
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
fileBaseUploadFiles: {
|
fileBaseUploadFiles: {
|
||||||
config: {
|
config: {
|
||||||
// processing
|
// processing
|
||||||
|
|
|
@ -2530,6 +2530,10 @@
|
||||||
value: { menuOption: "D" }
|
value: { menuOption: "D" }
|
||||||
action: @menu:fileBaseDownloadManager
|
action: @menu:fileBaseDownloadManager
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
value: { menuOption: "W" }
|
||||||
|
action: @menu:fileBaseWebDownloadManager
|
||||||
|
}
|
||||||
{
|
{
|
||||||
value: { menuOption: "U" }
|
value: { menuOption: "U" }
|
||||||
action: @menu:fileBaseUploadFiles
|
action: @menu:fileBaseUploadFiles
|
||||||
|
@ -3262,7 +3266,7 @@
|
||||||
art: ULNOAREA
|
art: ULNOAREA
|
||||||
options: {
|
options: {
|
||||||
pause: true
|
pause: true
|
||||||
menuFlags: [ "noHistory" ]
|
menuFlags: [ "noHistory", "popParent" ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue