Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
c7b366fc
Commit
c7b366fc
authored
Aug 15, 2017
by
Aria Givi
Browse files
select tag eingefuegt im blade template
parent
f47ce0c0
Changes
1
Show whitespace changes
Inline
Side-by-side
resources/views/languages/synoptic.blade.php
View file @
c7b366fc
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment