Skip to content
Snippets Groups Projects
Commit b207bee8 authored by Benedikt's avatar Benedikt
Browse files

added Download attr to <a> emelents

parent ef07d2d2
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="description" content="Startseite von Nessie"> <meta name="description" content="Landinga Page der Ag 1.73">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title>IT-Produkte der Arbeitsgruppe 1.73</title> <title>IT-Produkte der Arbeitsgruppe 1.73</title>
<link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css"> <link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css">
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
<main> <main>
<article> <article>
<!-- Table Tool -->
<h3> <h3>
<a href="DCCTableTool/">Table Tool</a> <a href="DCCTableTool/">Table Tool</a>
<a href="DCCTableTool/" class="link-button"><img src="img/link.png" alt="Link"></a> <a href="DCCTableTool/" class="link-button"><img src="img/link.png" alt="Link"></a>
...@@ -31,13 +32,14 @@ ...@@ -31,13 +32,14 @@
Das Tool kann über eine Steuerdatei automatisiert werden. Das Tool kann über eine Steuerdatei automatisiert werden.
</p> </p>
<div class="example-files"> <div class="example-files">
<a href="exampleData/20220708_8305_SN1842876_Auswertung_WRefTAndDSI.xlsx" class="download-link"><img src="img/download.png" alt="Download icon"> XLSX Datei mit Daten+Metadaten</a> <a href="exampleData/20220708_8305_SN1842876_Auswertung_WRefTAndDSI.xlsx" class="download-link" download><img src="img/download.png" alt="Download icon"> XLSX Datei mit Daten+Metadaten</a>
<!--<a href="" class="download-link"><img src="img/download.png" alt="Download icon"> Beispieldatei 2</a> !-->
</div> </div>
<a href="https://gitlab1.ptb.de/Seeger/pydccanddbtools" class="git-link"> <a href="https://gitlab1.ptb.de/Seeger/pydccanddbtools" class="git-link">
<img src="img/Git.png" alt="Git icon"> Dieses Projekt auf Gitlab <img src="img/Git.png" alt="Git icon"> Dieses Projekt auf Gitlab
</a> </a>
</article> </article>
<!-- DCC Displayer -->
<article> <article>
<h3> <h3>
<a href="pydccdisplayer/">DCC Displayer</a> <a href="pydccdisplayer/">DCC Displayer</a>
...@@ -51,13 +53,15 @@ ...@@ -51,13 +53,15 @@
Die Daten können dann als csv- oder Excel-Dateien heruntergeladen werden. Die Daten können dann als csv- oder Excel-Dateien heruntergeladen werden.
</p> </p>
<div class="example-files"> <div class="example-files">
<a href="exampleData/20220708_8305_SN1842876.xml" class="download-link"><img src="img/download.png" alt="Download icon"> Beispiel DCC 1 Tabelle</a> <a href="exampleData/20220708_8305_SN1842876.xml" class="download-link" download><img src="img/download.png" alt="Download icon"> Beispiel DCC 1 Tabelle</a>
<a href="exampleData/dccFinal_231189.xml" class="download-link"><img src="img/download.png" alt="Download icon"> Beispiel DCC 9 Tabellen</a> <a href="exampleData/dccFinal_231189.xml" class="download-link" download><img src="img/download.png" alt="Download icon"> Beispiel DCC 9 Tabellen</a>
</div> </div>
<a href="https://gitlab1.ptb.de/digitaldynamicmeasurement/pydccdisplayer" class="git-link"> <a href="https://gitlab1.ptb.de/digitaldynamicmeasurement/pydccdisplayer" class="git-link">
<img src="img/Git.png" alt="Git icon"> Dieses Projekt auf Gitlab <img src="img/Git.png" alt="Git icon"> Dieses Projekt auf Gitlab
</a> </a>
</article> </article>
<!-- XML JSON Server -->
<article> <article>
<h3> <h3>
<a href="dccxmljsonconvgui/">XML JSON Server</a> <a href="dccxmljsonconvgui/">XML JSON Server</a>
...@@ -71,13 +75,15 @@ ...@@ -71,13 +75,15 @@
Damit ist er ein wichtiger Baustein bei der Verarbeitung von DCCs. Damit ist er ein wichtiger Baustein bei der Verarbeitung von DCCs.
</p> </p>
<div class="example-files"> <div class="example-files">
<a href="exampleData/JSONExample.json" class="download-link"><img src="img/download.png" alt="Download icon"> Beispieldatei JSON</a> <a href="exampleData/JSONExample.json" class="download-link" download><img src="img/download.png" alt="Download icon"> Beispieldatei JSON</a>
<a href="exampleData/XMLExample.xml" class="download-link"><img src="img/download.png" alt="Download icon"> Beispieldatei XML</a> <a href="exampleData/XMLExample.xml" class="download-link" download><img src="img/download.png" alt="Download icon"> Beispieldatei XML</a>
</div> </div>
<a href="https://gitlab1.ptb.de/TBruns/dcc_rest_server" class="git-link"> <a href="https://gitlab1.ptb.de/TBruns/dcc_rest_server" class="git-link">
<img src="img/Git.png" alt="Git icon"> Dieses Projekt auf Gitlab <img src="img/Git.png" alt="Git icon"> Dieses Projekt auf Gitlab
</a> </a>
</article> </article>
<!-- Table Tool REST API Gui -->
<article> <article>
<h3> <h3>
<a href="tabletoolrestapiwebgui/">Table Tool REST API Gui</a> <a href="tabletoolrestapiwebgui/">Table Tool REST API Gui</a>
...@@ -90,9 +96,9 @@ ...@@ -90,9 +96,9 @@
Diese Seite bietet ein Grafisches Interface für die Tabletool REST-API. Für jede XLSX Datei wird ein XML Fragment mit den tabelierten Daten erzeugt. Wenn in XML-Tamplate übergeben wird, wird die Tabelle in dieses integriert. Diese Seite bietet ein Grafisches Interface für die Tabletool REST-API. Für jede XLSX Datei wird ein XML Fragment mit den tabelierten Daten erzeugt. Wenn in XML-Tamplate übergeben wird, wird die Tabelle in dieses integriert.
</p> </p>
<div class="example-files"> <div class="example-files">
<a href="exampleData/apiControal.json" class="download-link"><img src="img/download.png" alt="Download icon"> Beispieldatei Control JSON</a> <a href="exampleData/apiControal.json" class="download-link" download><img src="img/download.png" alt="Download icon"> Beispieldatei Control JSON</a>
<a href="exampleData/20220708_8305_SN1842876.xml" class="download-link"><img src="img/download.png" alt="Download icon"> Beispieldatei XML DCC</a> <a href="exampleData/20220708_8305_SN1842876.xml" class="download-link" download><img src="img/download.png" alt="Download icon"> Beispieldatei XML DCC</a>
<a href="exampleData/20220708_8305_SN1842876_Auswertung_WRefTAndDSI.xlsx" class="download-link"><img src="img/download.png" alt="Download icon"> XLSX Datei mit Daten+Metadaten</a> <a href="exampleData/20220708_8305_SN1842876_Auswertung_WRefTAndDSI.xlsx" class="download-link" download><img src="img/download.png" alt="Download icon"> XLSX Datei mit Daten+Metadaten</a>
</div> </div>
<a href="https://gitlab1.ptb.de/digitaldynamicmeasurement/tabletoolrestapiwebgui" class="git-link"> <a href="https://gitlab1.ptb.de/digitaldynamicmeasurement/tabletoolrestapiwebgui" class="git-link">
<img src="img/Git.png" alt="Git icon"> Dieses Projekt auf Gitlab <img src="img/Git.png" alt="Git icon"> Dieses Projekt auf Gitlab
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment