Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hifis.net
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
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HIFIS
Overall
hifis.net
Merge requests
!45
Resolve "Support/Helpdesk contact formular"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Support/Helpdesk contact formular"
38-support-helpdesk-contact-formular
into
master
Overview
7
Commits
5
Pipelines
0
Changes
7
All threads resolved!
Hide all comments
Merged
Huste, Tobias
requested to merge
38-support-helpdesk-contact-formular
into
master
4 years ago
Overview
7
Commits
5
Pipelines
0
Changes
7
All threads resolved!
Hide all comments
Expand
Closes
#38 (closed)
Edited
4 years ago
by
Uwe Jandt (DESY, HIFIS)
0
0
Merge request reports
Compare
master
version 5
79a67719
4 years ago
version 4
00185731
4 years ago
version 3
a5181efd
4 years ago
version 2
0807af24
4 years ago
version 1
28e02886
4 years ago
master (base)
and
latest version
latest version
6eaa9f3c
5 commits,
4 years ago
version 5
79a67719
4 commits,
4 years ago
version 4
00185731
3 commits,
4 years ago
version 3
a5181efd
2 commits,
4 years ago
version 2
0807af24
1 commit,
4 years ago
version 1
28e02886
1 commit,
4 years ago
7 files
+
74
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
_includes/contact_form.html
0 → 100644
+
18
−
0
Options
<div
id=
"feedback-form"
>
form will be placed in here
</div>
<script
type=
"text/javascript"
src=
"{{ site.directory.vendor | append: 'jquery/dist/jquery.min.js' | strip | relative_url }}"
>
</script>
<script
id=
"zammad_form_script"
src=
"https://hifis-help.hzdr.de/assets/form/form.js"
></script>
<script>
$
(
function
()
{
$
(
'
#feedback-form
'
).
ZammadForm
({
messageTitle
:
'
Contact HIFIS
'
,
messageSubmit
:
'
Submit
'
,
messageThankYou
:
'
Thank you for your request (#%s). You will hear from us soon!
'
,
attachmentSupport
:
true
,
noCSS
:
true
,
});
});
</script>
Loading