Browse Source

KAZOO=2507: Remove brand/model images and use files in /css/images

4.3
Joris Tirado 12 years ago
parent
commit
56ed48bc6b
39 changed files with 1 additions and 127 deletions
  1. +0
    -126
      app.css
  2. BIN
      static/images/brands/audiocodes.png
  3. BIN
      static/images/brands/cisco.png
  4. BIN
      static/images/brands/mocet.png
  5. BIN
      static/images/brands/polycom.png
  6. BIN
      static/images/brands/snom.png
  7. BIN
      static/images/brands/yealink.png
  8. BIN
      static/images/devices/cisco303.jpg
  9. BIN
      static/images/devices/cisco501g.jpg
  10. BIN
      static/images/devices/cisco502g.jpg
  11. BIN
      static/images/devices/cisco504g.jpg
  12. BIN
      static/images/devices/cisco525g.jpg
  13. BIN
      static/images/devices/cisco525g2.jpg
  14. BIN
      static/images/devices/cisco901.jpg
  15. BIN
      static/images/devices/cisco921.jpg
  16. BIN
      static/images/devices/cisco922.jpg
  17. BIN
      static/images/devices/cisco941.jpg
  18. BIN
      static/images/devices/cisco942.jpg
  19. BIN
      static/images/devices/cisco962.jpg
  20. BIN
      static/images/devices/polycom1500.jpg
  21. BIN
      static/images/devices/polycom321.jpg
  22. BIN
      static/images/devices/polycom331.jpg
  23. BIN
      static/images/devices/polycom335.jpg
  24. BIN
      static/images/devices/polycom450.jpg
  25. BIN
      static/images/devices/polycom5000.jpg
  26. BIN
      static/images/devices/polycom550.jpg
  27. BIN
      static/images/devices/polycom560.jpg
  28. BIN
      static/images/devices/polycom6000.jpg
  29. BIN
      static/images/devices/polycom650.jpg
  30. BIN
      static/images/devices/polycom670.jpg
  31. BIN
      static/images/devices/polycom7000.jpg
  32. BIN
      static/images/devices/yealinkt18.jpg
  33. BIN
      static/images/devices/yealinkt20.jpg
  34. BIN
      static/images/devices/yealinkt22.jpg
  35. BIN
      static/images/devices/yealinkt26.jpg
  36. BIN
      static/images/devices/yealinkt28.jpg
  37. BIN
      static/images/devices/yealinkt32.jpg
  38. BIN
      static/images/devices/yealinkt38.jpg
  39. +1
    -1
      views/devices-sip_device.html

+ 0
- 126
app.css View File

@ -147,129 +147,3 @@
transition:margin 0.5s;
}
}
/* Hack because of otpimization: can't have relative paths since the folder hierarchy changes after optimization */
/* Devices Brands */
.device-popup .brand-selection .brand-box.polycom {
background: url('static/images/brands/polycom.png') center no-repeat;
}
.device-popup .brand-selection .brand-box.yealink {
background: url('static/images/brands/yealink.png') center no-repeat;
}
.device-popup .brand-selection .brand-box.cisco {
background: url('static/images/brands/cisco.png') center no-repeat;
}
.device-popup .brand-selection .brand-box.mocet {
background: url('static/images/brands/mocet.png') center no-repeat;
}
.device-popup .brand-selection .brand-box.snom {
background: url('static/images/brands/snom.png') center no-repeat;
}
.device-popup .brand-selection .brand-box.audiocodes {
background: url('static/images/brands/audiocodes.png') center no-repeat;
}
/* Devices Models */
.device-image {
width: 100px;
height: 80px;
}
/* Yealink */
.device-image.yealink-t18 {
background: url('static/images/devices/yealinkt18.jpg') center no-repeat;
}
.device-image.yealink-t20 {
background: url('static/images/devices/yealinkt20.jpg') center no-repeat;
}
.device-image.yealink-t22 {
background: url('static/images/devices/yealinkt22.jpg') center no-repeat;
}
.device-image.yealink-t26 {
background: url('static/images/devices/yealinkt26.jpg') center no-repeat;
}
.device-image.yealink-t28 {
background: url('static/images/devices/yealinkt28.jpg') center no-repeat;
}
.device-image.yealink-t32 {
background: url('static/images/devices/yealinkt32.jpg') center no-repeat;
}
.device-image.yealink-t38 {
background: url('static/images/devices/yealinkt38.jpg') center no-repeat;
}
/* Cisco */
.device-image.cisco-901 {
background: url('static/images/devices/cisco901.jpg') center no-repeat;
}
.device-image.cisco-921 {
background: url('static/images/devices/cisco921.jpg') center no-repeat;
}
.device-image.cisco-922 {
background: url('static/images/devices/cisco922.jpg') center no-repeat;
}
.device-image.cisco-941 {
background: url('static/images/devices/cisco941.jpg') center no-repeat;
}
.device-image.cisco-942 {
background: url('static/images/devices/cisco942.jpg') center no-repeat;
}
.device-image.cisco-962 {
background: url('static/images/devices/cisco962.jpg') center no-repeat;
}
.device-image.cisco-303 {
background: url('static/images/devices/cisco303.jpg') center no-repeat;
}
.device-image.cisco-501g {
background: url('static/images/devices/cisco501g.jpg') center no-repeat;
}
.device-image.cisco-502g {
background: url('static/images/devices/cisco502g.jpg') center no-repeat;
}
.device-image.cisco-504g {
background: url('static/images/devices/cisco504g.jpg') center no-repeat;
}
.device-image.cisco-525g {
background: url('static/images/devices/cisco525g.jpg') center no-repeat;
}
.device-image.cisco-525g2 {
background: url('static/images/devices/cisco525g2.jpg') center no-repeat;
}
/* Polycom */
.device-image.polycom-1500 {
background: url('static/images/devices/polycom1500.jpg') center no-repeat;
}
.device-image.polycom-321 {
background: url('static/images/devices/polycom321.jpg') center no-repeat;
}
.device-image.polycom-331 {
background: url('static/images/devices/polycom331.jpg') center no-repeat;
}
.device-image.polycom-335 {
background: url('static/images/devices/polycom335.jpg') center no-repeat;
}
.device-image.polycom-450 {
background: url('static/images/devices/polycom450.jpg') center no-repeat;
}
.device-image.polycom-5000 {
background: url('static/images/devices/polycom5000.jpg') center no-repeat;
}
.device-image.polycom-550 {
background: url('static/images/devices/polycom550.jpg') center no-repeat;
}
.device-image.polycom-560 {
background: url('static/images/devices/polycom560.jpg') center no-repeat;
}
.device-image.polycom-6000 {
background: url('static/images/devices/polycom6000.jpg') center no-repeat;
}
.device-image.polycom-650 {
background: url('static/images/devices/polycom650.jpg') center no-repeat;
}
.device-image.polycom-670 {
background: url('static/images/devices/polycom670.jpg') center no-repeat;
}
.device-image.polycom-7000 {
background: url('static/images/devices/polycom7000.jpg') center no-repeat;
}

BIN
static/images/brands/audiocodes.png View File

Before After
Width: 100  |  Height: 80  |  Size: 3.1 KiB

BIN
static/images/brands/cisco.png View File

Before After
Width: 100  |  Height: 80  |  Size: 5.9 KiB

BIN
static/images/brands/mocet.png View File

Before After
Width: 100  |  Height: 80  |  Size: 4.8 KiB

BIN
static/images/brands/polycom.png View File

Before After
Width: 100  |  Height: 80  |  Size: 5.8 KiB

BIN
static/images/brands/snom.png View File

Before After
Width: 100  |  Height: 80  |  Size: 5.2 KiB

BIN
static/images/brands/yealink.png View File

Before After
Width: 100  |  Height: 80  |  Size: 5.6 KiB

BIN
static/images/devices/cisco303.jpg View File

Before After
Width: 100  |  Height: 80  |  Size: 6.2 KiB

BIN
static/images/devices/cisco501g.jpg View File

Before After
Width: 100  |  Height: 80  |  Size: 3.8 KiB

BIN
static/images/devices/cisco502g.jpg View File

Before After
Width: 100  |  Height: 80  |  Size: 6.7 KiB

BIN
static/images/devices/cisco504g.jpg View File

Before After
Width: 100  |  Height: 80  |  Size: 5.5 KiB

BIN
static/images/devices/cisco525g.jpg View File

Before After
Width: 100  |  Height: 80  |  Size: 3.1 KiB

BIN
static/images/devices/cisco525g2.jpg View File

Before After
Width: 100  |  Height: 80  |  Size: 2.5 KiB

BIN
static/images/devices/cisco901.jpg View File

Before After
Width: 100  |  Height: 80  |  Size: 3.4 KiB

BIN
static/images/devices/cisco921.jpg View File

Before After
Width: 100  |  Height: 80  |  Size: 3.9 KiB

BIN
static/images/devices/cisco922.jpg View File

Before After
Width: 100  |  Height: 80  |  Size: 4.6 KiB

BIN
static/images/devices/cisco941.jpg View File

Before After
Width: 100  |  Height: 80  |  Size: 7.6 KiB

BIN
static/images/devices/cisco942.jpg View File

Before After
Width: 100  |  Height: 80  |  Size: 10 KiB

BIN
static/images/devices/cisco962.jpg View File

Before After
Width: 100  |  Height: 80  |  Size: 2.4 KiB

BIN
static/images/devices/polycom1500.jpg View File

Before After
Width: 100  |  Height: 80  |  Size: 4.3 KiB

BIN
static/images/devices/polycom321.jpg View File

Before After
Width: 100  |  Height: 80  |  Size: 2.7 KiB

BIN
static/images/devices/polycom331.jpg View File

Before After
Width: 100  |  Height: 80  |  Size: 12 KiB

BIN
static/images/devices/polycom335.jpg View File

Before After
Width: 100  |  Height: 80  |  Size: 18 KiB

BIN
static/images/devices/polycom450.jpg View File

Before After
Width: 100  |  Height: 80  |  Size: 4.0 KiB

BIN
static/images/devices/polycom5000.jpg View File

Before After
Width: 100  |  Height: 80  |  Size: 3.6 KiB

BIN
static/images/devices/polycom550.jpg View File

Before After
Width: 100  |  Height: 80  |  Size: 3.6 KiB

BIN
static/images/devices/polycom560.jpg View File

Before After
Width: 100  |  Height: 80  |  Size: 3.6 KiB

BIN
static/images/devices/polycom6000.jpg View File

Before After
Width: 100  |  Height: 80  |  Size: 3.2 KiB

BIN
static/images/devices/polycom650.jpg View File

Before After
Width: 100  |  Height: 80  |  Size: 3.7 KiB

BIN
static/images/devices/polycom670.jpg View File

Before After
Width: 100  |  Height: 80  |  Size: 3.8 KiB

BIN
static/images/devices/polycom7000.jpg View File

Before After
Width: 100  |  Height: 80  |  Size: 3.5 KiB

BIN
static/images/devices/yealinkt18.jpg View File

Before After
Width: 100  |  Height: 80  |  Size: 23 KiB

BIN
static/images/devices/yealinkt20.jpg View File

Before After
Width: 100  |  Height: 80  |  Size: 23 KiB

BIN
static/images/devices/yealinkt22.jpg View File

Before After
Width: 100  |  Height: 80  |  Size: 17 KiB

BIN
static/images/devices/yealinkt26.jpg View File

Before After
Width: 100  |  Height: 80  |  Size: 3.2 KiB

BIN
static/images/devices/yealinkt28.jpg View File

Before After
Width: 100  |  Height: 80  |  Size: 3.7 KiB

BIN
static/images/devices/yealinkt32.jpg View File

Before After
Width: 100  |  Height: 80  |  Size: 3.1 KiB

BIN
static/images/devices/yealinkt38.jpg View File

Before After
Width: 100  |  Height: 80  |  Size: 26 KiB

+ 1
- 1
views/devices-sip_device.html View File

@ -2,7 +2,7 @@
<div class="title-bar clearfix">
<div class="device-title pull-left">
{{#if provision}}
<div class="device-image {{provision.endpoint_brand}}-{{provision.endpoint_model}}"></div>
<div class="device-image model-image {{provision.endpoint_brand}}-{{provision.endpoint_model}}"></div>
<div class="device-model">{{provision.endpoint_brand}} - {{provision.endpoint_model}}</div>
{{else}}
<div class="device-icon">


Loading…
Cancel
Save