Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Odevzdávací Systém MO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Mareš
Odevzdávací Systém MO
Merge requests
!22
Rychlé hledání míst podle kódu
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Rychlé hledání míst podle kódu
mj/find-place
into
devel
Overview
2
Commits
2
Changes
2
1 unresolved thread
Hide all comments
Merged
Martin Mareš
requested to merge
mj/find-place
into
devel
4 years ago
Overview
2
Commits
2
Changes
2
1 unresolved thread
Hide all comments
0
0
Merge request reports
Viewing commit
5f8fbdce
Prev
Next
Show latest version
2 files
+
16
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
5f8fbdce
Rychlé hledání místa podle kódu z hlavní stránky orga
· 5f8fbdce
Martin Mareš
authored
4 years ago
Closes
#123
.
mo/web/templates/org_index.html
+
7
−
0
View file @ 5f8fbdce
Edit in single-file editor
Open in Web IDE
Show full file
@@ -13,4 +13,11 @@
<a
href=
'{{ url_for('
org_export_skoly
',
format=
'tsv'
)
}}'
>
TSV
</a>
</ul>
<h3>
Rychlé hledání
</h3>
<form
method=
GET
action=
""
class=
'form form-inline'
role=
form
>
<input
class=
'form-control'
name=
place
placeholder=
'Kód místa'
></input>
<input
class=
'btn btn-primary'
type=
"submit"
value=
'Vyhledat'
>
</form>
{% endblock %}
Loading