diff --git a/3cx-softphone.png b/3cx-softphone.png new file mode 100644 index 0000000..1f23932 Binary files /dev/null and b/3cx-softphone.png differ diff --git a/3cx-webui.png b/3cx-webui.png new file mode 100644 index 0000000..22506ca Binary files /dev/null and b/3cx-webui.png differ diff --git a/mb-pro-2.png b/mb-pro-2.png new file mode 100644 index 0000000..a48f088 Binary files /dev/null and b/mb-pro-2.png differ diff --git a/pbx.html b/pbx.html index df2362b..d21871c 100644 --- a/pbx.html +++ b/pbx.html @@ -25,27 +25,45 @@ $('.special.card .image').dimmer({ on: 'hover' }); - $('.star.rating') - .rating() - ; + $('.card .dimmer') .dimmer({ on: 'hover' - }) - ; - }) - ; + }); + + $('#numberofstaff').slider({ + min: 1, max: 6, + interpretLabel: function (value) { + return ["1-5", "5-10", "10-20", "20-50", "50-100", "100+"][value]; + } + }); + $('#numberofsites').slider({ + min: 1, max: 6, + interpretLabel: function (value) { + return ["1", "2", "3", "4", "5-10", "10+"][value]; + } + }); + }); +