Procházet zdrojové kódy

include firmware links

Tobias Südkamp před 7 roky
rodič
revize
524005de19
2 změnil soubory, kde provedl 17 přidání a 3 odebrání
  1. 10 0
      ffms.css
  2. 7 3
      index.html.j2

+ 10 - 0
ffms.css

@@ -9,6 +9,16 @@
 a:link, a:visited, a:hover, a:active{
     color:#dc0067;
 }
+a.ffms-muted:link, a.ffms-muted:visited, a.ffms-muted:active{
+    color:#898285;
+   /*  #845e6e*/
+}
+a.ffms-muted:hover {
+    color:#dc0067
+}
+.ffms-muted{
+    color:#898285;
+}
 .ffms-alert{
     background-color:#ffd97f;
 }

+ 7 - 3
index.html.j2

@@ -62,7 +62,11 @@
             </tr> -->
 {% for domaene in domaenen|dictsort %}
             <tr>
-              <td><a href="map{{domaene[0]}}/">{{domaene[0]}} - {{domaene[1].name}}</a> </td>
+              <td>
+                  <a href="map{{domaene[0]}}/">{{domaene[0]}} - {{domaene[1].name}}</a> 
+                  &ensp;&ndash;&ensp;
+                  <a class="ffms-muted" href="https://freifunk-muensterland.de/md-fw-dl/?region=domaene{{domaene[0]}}">Firmware </a>
+              </td>
             </tr>
 {% endfor %}
           </tbody>
@@ -88,10 +92,10 @@
 {% for community in communities %}
 {% if community != "None" %}
             <tr>
-                <td><a Community href="map_{{community}}/">Community {{community}}</a><br/> <span class="text-muted">Domänen:</span>  
+                <td><a Community href="map_{{community}}/">Community {{community}}</a><br/> <span class="ffms-muted">Domänen:</span>  
 {% for domaene in domaenen|dictsort %}
 {% if community == domaene[1].community %}
-                    <a class="text-muted" href="map{{domaene[0]}}/">{{domaene[0]}}</a>
+                    <a href="map{{domaene[0]}}/">{{domaene[0]}}</a>
 {% endif %}
 {% endfor %}
                 </td>