Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fltrail
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
fides
fltrail
Commits
60fecc7d
Commit
60fecc7d
authored
5 years ago
by
wiepke
Browse files
Options
Downloads
Patches
Plain Diff
fixing issue
#93
parent
8162e065
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gemeinsamforschen/src/main/webapp/annotation/reedit-dossier.jsp
+93
-0
93 additions, 0 deletions
...samforschen/src/main/webapp/annotation/reedit-dossier.jsp
with
93 additions
and
0 deletions
gemeinsamforschen/src/main/webapp/annotation/reedit-dossier.jsp
0 → 100644
+
93
−
0
View file @
60fecc7d
<%@ page
contentType=
"text/html; charset=UTF-8"
pageEncoding=
"UTF-8"
%>
<%@ taglib
uri=
"../taglibs/gemeinsamForschen.tld"
prefix=
"chat"
%>
<!DOCTYPE html>
<html>
<head>
<%--<jsp:include page="../taglibs/omniDependencies.jsp"> <jsp:param name="hierarchy" value="1"/> </jsp:include>--%>
<jsp:include
page=
"../taglibs/omniDependencies.jsp"
>
<jsp:param
name=
"hierarchy"
value=
"1"
/>
</jsp:include>
<jsp:include
page=
"../taglibs/quillJsDependencies.jsp"
/>
<!-- css - contextMenu -->
<link
href=
"https://swisnl.github.io/jQuery-contextMenu/dist/jquery.contextMenu.css"
rel=
"stylesheet"
type=
"text/css"
/>
<!-- css - annotationStyle -->
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/annotationStyle.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/annotationColorTheme.css"
>
<!-- js - jQuery validation plugin -->
<script
src=
"../libs/jquery/jqueryValidate.js"
></script>
<!-- js - jQuery ui position -->
<script
src=
"../libs/jquery/jqueryUI.js"
type=
"text/javascript"
></script>
<!-- js - contextMenu script -->
<script
src=
"../libs/jquery/jqueryContextMenu.js"
type=
"text/javascript"
></script>
<!-- js - scrollTo -->
<script
src=
"../libs/jquery/jqueryScrollTo.js"
></script>
<!-- js - rangy Core -->
<script
src=
"../libs/jquery/jqueryRangy.js"
type=
"text/javascript"
></script>
<!-- js - rangy TextRange Module -->
<script
src=
"../libs/jquery/jqueryRangyTextRange.js"
type=
"text/javascript"
></script>
<!-- js - annotation websocket script -->
<script
src=
"js/annotationWebsocket.js"
></script>
<!-- js - annotation REST script -->
<script
src=
"js/giveFeedbackRest.js"
></script>
<script
src=
"js/unstructuredRest.js"
></script>
<!-- ! -->
<!-- js - feedbackScript -->
<script
src=
"js/seeFeedback.js"
></script>
<script
src=
"js/feedbackUtils.js"
></script>
</head>
<body>
<div
id=
"flex-wrapper"
>
<jsp:include
page=
"../taglibs/Menu.jsp"
>
<jsp:param
name=
"hierarchy"
value=
"1"
/>
</jsp:include>
<!-- back-->
<div
class=
"backlink"
>
<a
id=
"backToTasks"
style=
"cursor:pointer;"
><i
class=
"fas fa-chevron-circle-left"
>
Zurück zu den
Aufgaben
</i></a>
</div>
<main
id=
"seeFeedback"
class=
""
>
<h3>
Das Feedback für ihr
<span
class=
"contributionCategory"
></span></h3>
<br>
<div
class=
"three_rows"
>
<button
id=
"btnBack"
type=
"button"
class=
"btn btn-primary"
title=
"Zurück"
>

</button>
<h4
id=
"categoryHeadline"
class=
"current-category"
></h4>
<button
id=
"btnContinue"
type=
"button"
class=
"btn btn-primary"
title=
"weiter"
>

</button>
<button
id=
"finalize"
type=
"button"
class=
"btn btn-primary"
title=
"finalisieren"
>

</button>
</div>
<div
id=
"editor"
></div>
<h3>
Zu diesem Teil gab es folgendes Feedback:
</h3>
<div
id=
"feedbackEditor"
></div>
</main>
<jsp:include
page=
"../taglibs/quillJsEditor.jsp"
>
<jsp:param
name=
"readOnly"
value=
"true"
/>
</jsp:include>
<script>
const
quillFeedback
=
new
Quill
(
'
#feedbackEditor
'
,
{
theme
:
'
snow
'
,
readOnly
:
true
,
"
modules
"
:
{
"
toolbar
"
:
false
}
});
</script>
<jsp:include
page=
"../taglibs/footer.jsp"
/>
<div
style=
"height: 200px"
id=
"categoryColor"
class=
"hidden-category-field"
></div>
</div>
</body>
</html>
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