fix: update imprint & add instructions for help
This commit is contained in:
parent
dc24d9aa57
commit
eec9a3974f
@ -51,6 +51,7 @@ helpForm mReferer mUid = renderWForm FormStandard $ do
|
|||||||
hfReferer' <- wopt routeField (fslI MsgHelpProblemPage & inputReadonly) (Just <$> mReferer)
|
hfReferer' <- wopt routeField (fslI MsgHelpProblemPage & inputReadonly) (Just <$> mReferer)
|
||||||
hfUserId' <- multiActionW identActions (fslI MsgHelpAnswer) (HIUser <$ mUid)
|
hfUserId' <- multiActionW identActions (fslI MsgHelpAnswer) (HIUser <$ mUid)
|
||||||
hfSubject' <- wopt textField (fslpI MsgHelpSubject $ mr MsgHelpSubject) Nothing
|
hfSubject' <- wopt textField (fslpI MsgHelpSubject $ mr MsgHelpSubject) Nothing
|
||||||
|
wformMessage =<< messageWidget Info $(i18nWidgetFile "help-instructions")
|
||||||
hfRequest' <- case sessErr of
|
hfRequest' <- case sessErr of
|
||||||
Nothing -> fmap Just <$> wreq htmlField (fslpI MsgHelpRequest $ mr MsgHelpRequest) Nothing
|
Nothing -> fmap Just <$> wreq htmlField (fslpI MsgHelpRequest $ mr MsgHelpRequest) Nothing
|
||||||
Just _ -> wopt htmlField (fslpI MsgHelpRequest $ mr MsgHelpRequest) Nothing
|
Just _ -> wopt htmlField (fslpI MsgHelpRequest $ mr MsgHelpRequest) Nothing
|
||||||
|
|||||||
15
templates/i18n/help-instructions/de-de-formal.hamlet
Normal file
15
templates/i18n/help-instructions/de-de-formal.hamlet
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
$newline never
|
||||||
|
|
||||||
|
<p>
|
||||||
|
|
||||||
|
Bitte bedenken Sie beim Stellen Ihrer Anfrage, dass das #
|
||||||
|
Uni2work-Kernteam aktuell aus Sarah Vaupel und Gregor Kleen besteht #
|
||||||
|
und zwei Personen nicht hinreichend sind um in allen Fällen eine #
|
||||||
|
zeitnahe Bearbeitung Ihres Anliegens zu garantieren.
|
||||||
|
|
||||||
|
<p>
|
||||||
|
|
||||||
|
Falls sich Ihr Anliegen auf eine konkrete Veranstaltung bezieht, #
|
||||||
|
ziehen Sie bitte auch in Betracht (insbesondere bei zeitkritischen #
|
||||||
|
Anliegen wie z.B. Abgaben) sich direkt an die Kursverwalter zu #
|
||||||
|
wenden.
|
||||||
15
templates/i18n/help-instructions/en-eu.hamlet
Normal file
15
templates/i18n/help-instructions/en-eu.hamlet
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
$newline never
|
||||||
|
|
||||||
|
<p>
|
||||||
|
|
||||||
|
When formulating your request please consider that the Uni2work core #
|
||||||
|
team currently consists of Sarah Vaupel and Gregor Kleen and that #
|
||||||
|
two people are not enough to guarantee a timely answer in all cases.
|
||||||
|
|
||||||
|
<p>
|
||||||
|
|
||||||
|
If your request is related to a specific course, please also #
|
||||||
|
consider contacting the relevant course administrators as well. #
|
||||||
|
|
||||||
|
Especially if your request is time sensitive (e.g. submitting for an #
|
||||||
|
exercise sheet).
|
||||||
@ -3,11 +3,12 @@ $newline never
|
|||||||
|
|
||||||
<h4>Inhalt
|
<h4>Inhalt
|
||||||
<ul style="list-style-type: none">
|
<ul style="list-style-type: none">
|
||||||
<li>Gregor Kleen
|
<li>Gregor Kleen & Sarah Vaupel
|
||||||
<li>Oettingenstraße 67
|
<li>Oettingenstraße 67
|
||||||
<li>D-80538 München
|
<li>D-80538 München
|
||||||
<li>E-Mail: ^{mailtoHtml "gregor.kleen@tcs.ifi.lmu.de"}
|
<li>E-Mail: ^{mailtoHtml "uni2work@ifi.lmu.de"}
|
||||||
<li>Telefon: +49 (0) 89 / 2180 - 9139
|
<li>Telefon (Gregor Kleen): +49 (0) 89 / 2180 - 9139
|
||||||
|
<li>Telefon (Sarah Vaupel): —
|
||||||
|
|
||||||
<h4>Jugendschutz
|
<h4>Jugendschutz
|
||||||
<ul style="list-style-type: none">
|
<ul style="list-style-type: none">
|
||||||
|
|||||||
@ -3,11 +3,12 @@ $newline never
|
|||||||
|
|
||||||
<h4>Contents
|
<h4>Contents
|
||||||
<ul style="list-style-type: none">
|
<ul style="list-style-type: none">
|
||||||
<li>Gregor Kleen
|
<li>Gregor Kleen & Sarah Vaupel
|
||||||
<li>Oettingenstraße 67
|
<li>Oettingenstraße 67
|
||||||
<li>D-80538 München (Germany)
|
<li>D-80538 München (Germany)
|
||||||
<li>E-Mail: ^{mailtoHtml "gregor.kleen@tcs.ifi.lmu.de"}
|
<li>E-Mail: ^{mailtoHtml "uni2work@ifi.lmu.de"}
|
||||||
<li>Telefon: +49 (0) 89 / 2180 - 9139
|
<li>Telefon (Gregor Kleen): +49 (0) 89 / 2180 - 9139
|
||||||
|
<li>Telefon (Sarah Vaupel): —
|
||||||
|
|
||||||
<h4>Youth Protection
|
<h4>Youth Protection
|
||||||
<ul style="list-style-type: none">
|
<ul style="list-style-type: none">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user