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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Mareš
Odevzdávací Systém MO
Merge requests
!128
Místa: hledání a další drobná vylepšení
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Místa: hledání a další drobná vylepšení
mj/places
into
devel
Overview
22
Commits
10
Changes
9
Merged
Martin Mareš
requested to merge
mj/places
into
devel
2 years ago
Overview
22
Commits
10
Changes
9
Expand
0
0
Merge request reports
Compare
devel
version 1
ed52663f
2 years ago
devel (base)
and
latest version
latest version
523b9f9b
10 commits,
2 years ago
version 1
ed52663f
7 commits,
2 years ago
9 files
+
249
−
103
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
mo/web/templates/org_index.html
+
5
−
7
Options
@@ -80,17 +80,15 @@
@@ -80,17 +80,15 @@
{% endif %}
{% endif %}
<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>
{% if g.user.is_admin %}
{% if g.user.is_admin %}
<h3>
Univerzální hledátko
</h3>
<form
method=
GET
action=
""
class=
'form form-inline'
role=
form
>
<form
method=
GET
action=
""
class=
'form form-inline'
role=
form
>
<input
class=
'form-control'
name=
uid
placeholder=
'
ID uživatele'
></input>
<input
class=
'form-control'
name=
search
placeholder=
'
cID pID rID uID'
autofocus
></input>
<input
class=
'btn btn-primary'
type=
"submit"
value=
'Vyhledat'
>
<input
class=
'btn btn-primary'
type=
"submit"
value=
'Vyhledat'
>
</form>
</form>
{% endif %}
{% endif %}
{% endblock %}
{% endblock %}
Loading