diff --git a/resources/views/languages/synoptic.blade.php b/resources/views/languages/synoptic.blade.php
index 0188c22a9a9a2a37f5566cfdc6ff276955d710ba..7658718db89e5987ea16a37783bb896c447aad54 100644
--- a/resources/views/languages/synoptic.blade.php
+++ b/resources/views/languages/synoptic.blade.php
@@ -13,10 +13,16 @@
 	</div> 
 	--> 
 */?>
-	<h2>{{$filename}}</h2>
+	<h2>Aktuelle Datei: {{$filename}}</h2>
 	<form id="submit" method="POST">
 		<input type="hidden" name="filename" value="{{$filename}}" />
 	</form>
+	<p style="display: inline;"> Andere Datei auswählen: </p>
+	<select name="chooseFile" form="submit" type="submit">
+	@foreach($otherFiles as $otherFile)
+		<option value={{$otherFile}}>{{ $otherFile }}</option>
+	@endforeach
+	</select>
 	<table class="table">
 		<thead>
 			<tr>