Index: trunk/webapp/static/css/style.css =================================================================== diff --git a/trunk/webapp/static/css/style.css b/trunk/webapp/static/css/style.css --- a/trunk/webapp/static/css/style.css (revision 193) +++ b/trunk/webapp/static/css/style.css (revision 194) @@ -169,7 +169,7 @@ width: 520px; } .NewAntenna { - width: 620px; } + width: 750px; } .flsAntenna, .NewFlsAntenna { margin: 0; @@ -181,8 +181,8 @@ width: 510px; } .NewFlsAntenna { - width: 610px; } - + width: 100%; } + .legendAntenna { font-family: 'Roboto Condensed', sans-serif; font-size: inherit; @@ -217,7 +217,9 @@ .titleField { display: block; - text-align: center; } + text-align: center; + font-family: 'Roboto Condensed', sans-serif; + letter-spacing: 0.086em} .txtAntenna, .view-textAntenna { width: 175px; Index: trunk/webapp/templates/abscontrol/new.html =================================================================== diff --git a/trunk/webapp/templates/abscontrol/new.html b/trunk/webapp/templates/abscontrol/new.html --- a/trunk/webapp/templates/abscontrol/new.html (revision 193) +++ b/trunk/webapp/templates/abscontrol/new.html (revision 194) @@ -68,26 +68,53 @@
{% for j in range %} - - {% if j != 7 %},{% endif %} - {% endfor %} -
- - - {% if i == 7 %} - - {% else %} - - {% endif %} - -
- {% endfor %} - -
- -
- - + + {% if j != 7 %},{% endif %} + {% endfor %} +
+ + + {% if i == 7 %} + + {% else %} + + {% endif %} + +
+ {% endfor %} + +
+ +
+ +
+ {% for i in range %} +
+ {% if i == 0 %} + + {% elif i > 0 and i <= 7 %} + + {% endif %} +
+ +
+ {% for j in range %} + + {% if j != 7 %},{% endif %} + {% endfor %} +
+ +
+ {% if i == 7 %} + + {% else %} + + {% endif %} +
+
+ {% endfor %} +
+
@@ -109,28 +136,93 @@
{% for i in range %} -
- {% if i == 0 %}{% endif %} - -
- {% for j in range %} - - {% if j != 7 %},{% endif %} - {% endfor %} -
- - {% if i == 7 %}{% endif %} -
+
+ {% if i == 0 %} + + {% elif i > 0 and i <= 7 %} + + {% endif %} +
+ +
+ {% for j in range %} + + {% if j != 7 %},{% endif %} + {% endfor %} +
+ +
+ {% if i == 7 %} + + {% else %} + + {% endif %} +
+
{% endfor %}
-
- - -
-
- - +
+ +
+ {% for i in range %} +
+ {% if i == 0 %} + + {% elif i > 0 and i <= 7 %} + + {% endif %} +
+ +
+ {% for j in range %} + + {% if j != 7 %},{% endif %} + {% endfor %} +
+ +
+ {% if i == 7 %} + + {% else %} + + {% endif %} +
+
+ {% endfor %} +
+
+
+
+ +
+ {% for i in range %} +
+ {% if i == 0 %} + + {% elif i > 0 and i <= 7 %} + + {% endif %} +
+ +
+ {% for j in range %} + + {% if j != 7 %},{% endif %} + {% endfor %} +
+ +
+ {% if i == 7 %} + + {% else %} + + {% endif %} +
+
+ {% endfor %} +
+
@@ -141,6 +233,8 @@
+ +