Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
7dc06b6f
Commit
7dc06b6f
authored
Mar 21, 2018
by
Mathieu Giraud
Committed by
Vidjil
Mar 21, 2018
Browse files
views/*: bikeshedding
parent
bff3885c
Pipeline
#19894
passed with stages
in 39 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
server/web2py/applications/vidjil/views/file/form.html
View file @
7dc06b6f
...
...
@@ -86,6 +86,8 @@
{{ pass }}
</div>
<div
class=
"clear"
></div>
<div
class=
"clear"
></div>
<input
type=
"submit"
value=
"Submit all sample(s)"
class=
"button2"
>
</form>
...
...
server/web2py/applications/vidjil/views/partial/file/form.html
View file @
7dc06b6f
...
...
@@ -54,7 +54,7 @@
class=
"text form-control"
name=
"file[{{=i}}][info]"
rows=
"1"
placeholder=
"sample information"
>
{{if 'info' in file and file['info'] is not None:}}{{=file['info']}}{{pass}}
</input>
placeholder=
"sample information
(#tags can be used)
"
>
{{if 'info' in file and file['info'] is not None:}}{{=file['info']}}{{pass}}
</input>
</div>
<div
class=
"field_div"
>
<div
class=
"token_div form-control"
onclick=
"$('#token_input_{{=i}}').focus()"
>
...
...
server/web2py/applications/vidjil/views/sample_set/form.html
View file @
7dc06b6f
...
...
@@ -37,6 +37,7 @@
{{ pass }}
</div>
<div
class=
"clear"
></div>
<div
class=
"clear"
></div>
<input
type=
"submit"
value=
"save"
class=
"btn"
></td>
</form>
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