Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Slub Bison
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
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
TYPO3
Extensions
Slub Bison
Commits
a4989df4
Commit
a4989df4
authored
7 months ago
by
Beatrycze Volk
Browse files
Options
Downloads
Patches
Plain Diff
Remove href tag from a tag
parent
61838355
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Resources/Private/Partials/Recommender/Filter.html
+2
-2
2 additions, 2 deletions
Resources/Private/Partials/Recommender/Filter.html
Resources/Private/Partials/Recommender/Form.html
+1
-1
1 addition, 1 deletion
Resources/Private/Partials/Recommender/Form.html
with
3 additions
and
3 deletions
Resources/Private/Partials/Recommender/Filter.html
+
2
−
2
View file @
a4989df4
...
...
@@ -19,7 +19,7 @@
<input
type=
"range"
class=
"form-range"
min=
"0"
step=
"100"
max=
"{maxApc}"
value=
"{maxApc}"
id=
"input-apc-max"
>
</div>
<div
class=
"mt-4 mb-3"
>
<b><f:translate
key=
"filter.selectSubject"
default=
"Select subject"
/></b>
<a
href=
"#"
data-bs-toggle=
"tooltip"
data-bs-original-title=
"{f:translate(key: 'filter.tooltipSubject')}"
>
?
</a>
<b><f:translate
key=
"filter.selectSubject"
default=
"Select subject"
/></b>
<a
data-bs-toggle=
"tooltip"
data-bs-original-title=
"{f:translate(key: 'filter.tooltipSubject')}"
>
?
</a>
<select
id=
"filter-subjects"
class=
"form-select"
aria-label=
"{f:translate(key: 'filter.selectFilter')}"
>
<option
value=
""
><f:translate
key=
"filter.all"
/></option>
<f:for
each=
"{subjects}"
as=
"subject"
>
...
...
@@ -42,7 +42,7 @@
</div>
<div
class=
"col"
>
<div
class=
"mt-4 mb-3"
>
<b><f:translate
key=
"filter.selectKeywords"
default=
"Select keywords"
/></b>
<a
href=
"#"
data-bs-toggle=
"tooltip"
data-bs-offset=
"-50%"
data-bs-original-title=
"{f:translate(key: 'filter.tooltipKeyword')}"
>
?
</a>
<b><f:translate
key=
"filter.selectKeywords"
default=
"Select keywords"
/></b>
<a
data-bs-toggle=
"tooltip"
data-bs-offset=
"-50%"
data-bs-original-title=
"{f:translate(key: 'filter.tooltipKeyword')}"
>
?
</a>
<div
class=
"input-group m-1"
>
<input
aria-label=
"Search for keywords"
id=
"filter-keywords"
type=
"text"
placeholder=
"Search keywords"
maxlength=
"100"
class=
"form-control"
>
<button
aria-label=
"Reset keyword search"
class=
"btn btn-outline-secondary"
type=
"button"
id=
"button-addon2"
>
✗
</button>
...
...
This diff is collapsed.
Click to expand it.
Resources/Private/Partials/Recommender/Form.html
+
1
−
1
View file @
a4989df4
...
...
@@ -15,7 +15,7 @@
</div>
<div
class=
"mt-1"
>
<label
for=
"input-references"
><f:translate
key=
"label.references"
default=
"References"
/></label>
<a
href=
"#"
data-bs-toggle=
"tooltip"
data-bs-original-title=
"The DOIs are extracted from the input. Other references are discarded."
>
?
</a>
<a
data-bs-toggle=
"tooltip"
data-bs-original-title=
"The DOIs are extracted from the input. Other references are discarded."
>
?
</a>
<div>
<textarea
name=
"tx_bison[references]"
cols=
"40"
rows=
"5"
placeholder=
"{f:translate(key: 'placeholder.references')}"
maxlength=
"50000"
class=
"form-control"
id=
"input-references"
>
{viewData.requestData.references}
</textarea>
</div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment