mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-07-12 15:43:16 +00:00
integrate nopaque repo
This commit is contained in:
.env.tpl.gitignore.gitlab-ci.ymlREADME.md
daemon
Dockerfiledecorators.pydocker-entrypoint.sh
docker-compose.ymlnopaque.env.tpllogger
nopaqued.bak.pynopaqued.pynotify
requirements.txttasks
web
Dockerfile
app
__init__.py
config.pydocker-entrypoint.shadmin
auth
corpora
decorators.pyemail.pyevents.pyjobs
main
models.pyprofile
services
static
css
fonts
Material_design_icons
images
logo_-_dfg.giflogo_-_sfb_1288.pngnopaque_logo.png
parallax_hq
book_text_read_paper.jpgbooks_antique_book_old.jpgconcept_document_focus_letter.jpgtext_data_wide.png
parallax_lq
01_books_antique_book_old.jpg02_concept_document_focus_letter.jpg03_text_data_wide.png04_german_text_book_paper.jpg05_chapter_book_text_tale.jpgbible_text.jpgtext_data.png
qr_-_inf.svgserver_activity.pngsfb_background.jpegjs
templates
migrations
READMEalembic.inienv.pyscript.py.mako
nopaque.pyrequirements.txtversions
099037c4aa06_.py0aa38a7973c5_.py10a92d8f4616_.py1210adfe1e34_.py3d9a20b8b26c_.py421ba4373e50_.py4638e6509e13_.py471aa04c1a92_.py4886241e0f5d_.py49a42c69e523_.py5ba6786a847e_.py62233e0cb2c7_.py6227310c2112_.py66253783654f_.py68772b6560c3_.py7378391345fa_.py776761fb7466_.pyabf60427ff84_.pyda9fd175af8c_.pyded5a37f8a7b_.py
tests
@ -0,0 +1,15 @@
|
||||
<html>
|
||||
<body>
|
||||
<p>Dear <b>{username}</b>,</p>
|
||||
|
||||
<p>The status of your Job/Corpus({id}) with the title <b>"{title}"</b> has changed!</p>
|
||||
<p>It is now <b>{status}</b>!</p>
|
||||
<p>Time of this status update was: <b>{time} UTC</b></p>
|
||||
|
||||
<p>You can access your Job/Corpus here: <a href="{url}">{url}</a>
|
||||
</p>
|
||||
|
||||
<p>Kind regards!<br>
|
||||
Your nopaque team</p>
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1,10 @@
|
||||
Dear {username},
|
||||
|
||||
The status of your Job/Corpus({id}) with the title "{title}" has changed!
|
||||
It is now {status}!
|
||||
Time of this status update was: {time} UTC
|
||||
|
||||
You can access your Job/Corpus here: {url}
|
||||
|
||||
Kind regards!
|
||||
Your nopaque team
|
Reference in New Issue
Block a user