summaryrefslogtreecommitdiffhomepage
path: root/modules/admin-full/htdocs
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-09-26 00:46:31 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-09-26 00:46:31 +0000
commitd46b42901a81a4b03e653b55f52c14f93391fc36 (patch)
treec9e4a31a99e71e06b50a7e74440d300e46442bdf /modules/admin-full/htdocs
parent079131a309f2b37dd34e6c73cd4afc7650cee5c1 (diff)
modules/admin-full: add missing svg template
Diffstat (limited to 'modules/admin-full/htdocs')
-rw-r--r--modules/admin-full/htdocs/luci-static/resources/wifirate.svg15
1 files changed, 15 insertions, 0 deletions
diff --git a/modules/admin-full/htdocs/luci-static/resources/wifirate.svg b/modules/admin-full/htdocs/luci-static/resources/wifirate.svg
new file mode 100644
index 000000000..d3e848b93
--- /dev/null
+++ b/modules/admin-full/htdocs/luci-static/resources/wifirate.svg
@@ -0,0 +1,15 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
+<svg width="100%" height="100%" version="1.1" xmlns="http://www.w3.org/2000/svg">
+ <line x1="0" y1="25%" x2="100%" y2="25%" style="stroke:black;stroke-width:0.1" />
+ <text id="label_75" x="20" y="24%" style="fill:#999999; font-size:9pt"> </text>
+
+ <line x1="0" y1="50%" x2="100%" y2="50%" style="stroke:black;stroke-width:0.1" />
+ <text id="label_50" x="20" y="49%" style="fill:#999999; font-size:9pt"> </text>
+
+ <line x1="0" y1="75%" x2="100%" y2="75%" style="stroke:black;stroke-width:0.1" />
+ <text id="label_25" x="20" y="74%" style="fill:#999999; font-size:9pt"> </text>
+
+ <polyline id="rate" points="" style="fill:green;fill-opacity:0.4;stroke:green;stroke-width:1" />
+</svg>