Skip to content
Snippets Groups Projects
Commit d2617de6 authored by linsherpa's avatar linsherpa
Browse files

Update 5 files

- /nfdi4chem_ms_converter_GUI.py
- /templates/contact_info.html
- /templates/download_msconverter_output.html
- /templates/error_page_ms.html
- /templates/ms_homepage.html
parent 9216b6bc
No related branches found
No related tags found
No related merge requests found
......@@ -176,7 +176,7 @@ def cleanup():
return False
@app.route("/")
@app.route("/ms-converter")
def upload_form():
return render_template("ms_homepage.html")
......
......@@ -15,7 +15,7 @@
<nav>
<ul class="nav-menu">
<div class="nav-links" id="tag_menu">
<a href="/">Home</a>
<a href="/ms-converter">Home</a>
<a href="https://nfdi4chem.github.io/cs-documentation/" target="_blank">Docs</a>
<a href="https://nfdi4chem-msconverter.zih.tu-dresden.de/api-docs#/" target="_blank">API</a>
<a href="https://github.com/NFDI4Chem/cs-ms-converter" target="_blank"> GitHub</a>
......@@ -36,7 +36,7 @@
</div>
</div>
<div class="button">
<a class="btn" id="goback" href="/">Home Page</a>
<a class="btn" id="goback" href="/ms-converter">Home Page</a>
</div>
</div>
<footer>
......
......@@ -15,7 +15,7 @@
<nav>
<ul class="nav-menu">
<div class="nav-links" id="tag_menu">
<a href="/">Home</a>
<a href="/ms-converter">Home</a>
<a href="https://nfdi4chem.github.io/cs-documentation/" target="_blank">Docs</a>
<a href="https://nfdi4chem-msconverter.zih.tu-dresden.de/api-docs#/" target="_blank">API</a>
<a href="https://github.com/NFDI4Chem/cs-ms-converter" target="_blank"> GitHub</a>
......@@ -40,7 +40,7 @@
</div>
</div>
<div class="button">
<a class="btn" id="goback" href="/">Convert another file</a>
<a class="btn" id="goback" href="/ms-converter">Convert another file</a>
</div>
</div>
<footer>
......
......@@ -16,7 +16,7 @@
<nav>
<ul class="nav-menu">
<div class="nav-links" id="tag_menu">
<a href="/">Home</a>
<a href="/ms-converter">Home</a>
<a href="https://nfdi4chem.github.io/cs-documentation/" target="_blank">Docs</a>
<a href="https://nfdi4chem-msconverter.zih.tu-dresden.de/api-docs#/" target="_blank">API</a>
<a href="https://github.com/NFDI4Chem/cs-ms-converter" target="_blank"> GitHub</a>
......@@ -34,7 +34,7 @@
<div class="error">
<svg xmlns="http://www.w3.org/2000/svg" height= 10rem width = 12.5rem viewBox="0 0 384 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path fill="#011a51" d="M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"/></svg> </div>
<div class="button">
<a class="btn" id="goback" href="/">Go Back</a>
<a class="btn" id="goback" href="/ms-converter">Go Back</a>
</div>
</div>
</div>
......
......@@ -23,7 +23,7 @@
<nav>
<ul class="nav-menu">
<div class="nav-links" id="tag_menu">
<a href="/">Home</a>
<a href="/ms-converter">Home</a>
<a href="https://nfdi4chem.github.io/cs-documentation/" target="_blank">Docs</a>
<a href="https://nfdi4chem-msconverter.zih.tu-dresden.de/api-docs#/" target="_blank">API</a>
<a href="https://github.com/NFDI4Chem/cs-ms-converter" target="_blank"> GitHub</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment