@@ -42,12 +42,12 @@ def index():
42
42
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='style.css') }}">
43
43
</head>
44
44
<body>
45
- <nav style="padding: 3px; border-bottom: 1px solid #ccc;">
45
+ <nav style="position: fixed; top: 0; left: 0; right: 0; background: white; padding: 3px; border-bottom: 1px solid #ccc;">
46
46
<a href="{{ url_for('index') }}">
47
47
<img src="{{ url_for('static', filename='integrity_service_logo_256.png') }}" alt="Logo" style="height:60px; vertical-align:middle;">
48
48
</a>
49
49
</nav>
50
- <h1>Fileset Database</h1>
50
+ <h1 style="margin-top: 80px;" >Fileset Database</h1>
51
51
<h2>Fileset Actions</h2>
52
52
<ul>
53
53
<li><a href="{{ url_for('fileset') }}">Fileset</a></li>
@@ -143,12 +143,12 @@ def fileset():
143
143
<link rel="stylesheet" type="text/css" href="{{{{ url_for('static', filename='style.css') }}}}">
144
144
</head>
145
145
<body>
146
- <nav style="padding: 3px; border-bottom: 1px solid #ccc;">
146
+ <nav style="position: fixed; top: 0; left: 0; right: 0; background: white; padding: 3px; border-bottom: 1px solid #ccc;">
147
147
<a href="{{{{ url_for('index') }}}}">
148
148
<img src="{{{{ url_for('static', filename='integrity_service_logo_256.png') }}}}" alt="Logo" style="height:60px; vertical-align:middle;">
149
149
</a>
150
150
</nav>
151
- <h2><u>Fileset: { id } </u></h2>
151
+ <h2 style="margin-top: 80px;" ><u>Fileset: { id } </u></h2>
152
152
<table>
153
153
"""
154
154
html += f"<button type='button' onclick=\" location.href='/fileset/{ id } /merge'\" >Manual Merge</button>"
@@ -476,12 +476,12 @@ def match_fileset_route(id):
476
476
<link rel="stylesheet" type="text/css" href="{{{{ url_for('static', filename='style.css') }}}}">
477
477
</head>
478
478
<body>
479
- <nav style="padding: 3px; border-bottom: 1px solid #ccc;">
479
+ <nav style="position: fixed; top: 0; left: 0; right: 0; background: white; padding: 3px; border-bottom: 1px solid #ccc;">
480
480
<a href="{{{{ url_for('index') }}}}">
481
481
<img src="{{{{ url_for('static', filename='integrity_service_logo_256.png') }}}}" alt="Logo" style="height:60px; vertical-align:middle;">
482
482
</a>
483
483
</nav>
484
- <h2>Matched Filesets for Fileset: { id } </h2>
484
+ <h2 style="margin-top: 80px;" >Matched Filesets for Fileset: { id } </h2>
485
485
<table>
486
486
<tr>
487
487
<th>Fileset ID</th>
@@ -568,12 +568,12 @@ def merge_fileset(id):
568
568
<link rel="stylesheet" type="text/css" href="{{{{ url_for('static', filename='style.css') }}}}">
569
569
</head>
570
570
<body>
571
- <nav style="padding: 3px; border-bottom: 1px solid #ccc;">
571
+ <nav style="position: fixed; top: 0; left: 0; right: 0; background: white; padding: 3px; border-bottom: 1px solid #ccc;">
572
572
<a href="{{{{ url_for('index') }}}}">
573
573
<img src="{{{{ url_for('static', filename='integrity_service_logo_256.png') }}}}" alt="Logo" style="height:60px; vertical-align:middle;">
574
574
</a>
575
575
</nav>
576
- <h2>Search Results for '{ search_query } '</h2>
576
+ <h2 style="margin-top: 80px;" >Search Results for '{ search_query } '</h2>
577
577
<form method="POST">
578
578
<input type="text" name="search" placeholder="Search fileset">
579
579
<input type="submit" value="Search">
@@ -607,12 +607,12 @@ def merge_fileset(id):
607
607
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='style.css') }}">
608
608
</head>
609
609
<body>
610
- <nav style="padding: 3px; border-bottom: 1px solid #ccc;">
610
+ <nav style="position: fixed; top: 0; left: 0; right: 0; background: white; padding: 3px; border-bottom: 1px solid #ccc;">
611
611
<a href="{{ url_for('index') }}">
612
612
<img src="{{ url_for('static', filename='integrity_service_logo_256.png') }}" alt="Logo" style="height:60px; vertical-align:middle;">
613
613
</a>
614
614
</nav>
615
- <h2>Search Fileset to Merge</h2>
615
+ <h2 style="margin-top: 80px;" >Search Fileset to Merge</h2>
616
616
<form method="POST">
617
617
<input type="text" name="search" placeholder="Search fileset">
618
618
<input type="submit" value="Search">
@@ -666,12 +666,12 @@ def possible_merge_filesets(id):
666
666
<link rel="stylesheet" type="text/css" href="{{{{ url_for('static', filename='style.css') }}}}">
667
667
</head>
668
668
<body>
669
- <nav style="padding: 3px; border-bottom: 1px solid #ccc;">
669
+ <nav style="position: fixed; top: 0; left: 0; right: 0; background: white; padding: 3px; border-bottom: 1px solid #ccc;">
670
670
<a href="{{{{ url_for('index') }}}}">
671
671
<img src="{{{{ url_for('static', filename='integrity_service_logo_256.png') }}}}" alt="Logo" style="height:60px; vertical-align:middle;">
672
672
</a>
673
673
</nav>
674
- <h2>Possible Merges for fileset-'{ id } '</h2>
674
+ <h2 style="margin-top: 80px;" >Possible Merges for fileset-'{ id } '</h2>
675
675
<table>
676
676
<tr><th>ID</th><th>Game Name</th><th>Platform</th><th>Language</th><th>Extra</th><th>Details</th><th>Action</th></tr>
677
677
"""
@@ -778,12 +778,12 @@ def highlight_differences(source, target):
778
778
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='style.css') }}">
779
779
</head>
780
780
<body>
781
- <nav style="padding: 3px; border-bottom: 1px solid #ccc;">
781
+ <nav style="position: fixed; top: 0; left: 0; right: 0; background: white; padding: 3px; border-bottom: 1px solid #ccc;">
782
782
<a href="{{ url_for('index') }}">
783
783
<img src="{{ url_for('static', filename='integrity_service_logo_256.png') }}" alt="Logo" style="height:60px; vertical-align:middle;">
784
784
</a>
785
785
</nav>
786
- <h2>Confirm Merge</h2>
786
+ <h2 style="margin-top: 80px;" >Confirm Merge</h2>
787
787
<table border="1">
788
788
<tr><th>Field</th><th>Source Fileset</th><th>Target Fileset</th></tr>
789
789
"""
0 commit comments