Initial commit: Angular frontend and Expressjs backend
This commit is contained in:
@@ -0,0 +1,111 @@
|
||||
mixin dataBlock(tasks, emptyMessage)
|
||||
tr
|
||||
td
|
||||
table(width='100%')
|
||||
if tasks.length
|
||||
for task of tasks
|
||||
tbody
|
||||
tr
|
||||
td(style='color:#bfbfbe;vertical-align:top;width:15px;padding-right:5px;display:inline-block;text-align:center')
|
||||
a(style='color:inherit;text-decoration:none;color:#1890ff;color:inherit!important;text-decoration:none!important' target='_blank') ▢
|
||||
td(style='vertical-align:top;width:100%')
|
||||
span
|
||||
a(style='color:inherit;color:#1890ff;text-decoration:underline;' href=task.url target='_blank')=task.name
|
||||
span(style='color:#6d6e6f') #{task.members}
|
||||
else
|
||||
tbody
|
||||
tr
|
||||
td(style='vertical-align:top;width:100%')
|
||||
span(style='color:#6d6e6f')=emptyMessage
|
||||
|
||||
doctype html
|
||||
html(lang='en')
|
||||
head
|
||||
meta(charset='UTF-8')
|
||||
meta(http-equiv='X-UA-Compatible' content='IE=edge')
|
||||
meta(name='viewport' content='width=device-width, initial-scale=1.0')
|
||||
title Worklenz Project Daily Digest
|
||||
body
|
||||
style.
|
||||
td {
|
||||
font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
|
||||
background: #fff;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
div(style="margin : 0;padding : 0;background : #fff;text-align : left;font-size : 15px;line-height: 1.4;font-family: 'Helvetica Neue', helvetica, 'Segoe UI', arial, sans-serif;font-weight: 400;")
|
||||
div(style='padding:15px 25px')
|
||||
table(style='width: 100%;max-width: 40em;')
|
||||
tbody
|
||||
tr
|
||||
td
|
||||
table(width='100%')
|
||||
tbody
|
||||
tr
|
||||
td
|
||||
img(width='50' height='50' src='https://worklenz.s3.amazonaws.com/assets/icon-96x96.png')
|
||||
tr
|
||||
td(style='height:0.625em')
|
||||
table(width='100%')
|
||||
tbody
|
||||
tr
|
||||
td
|
||||
h3(style='margin:0;line-height:1.2;font-size:1.3em')
|
||||
| #{greeting}
|
||||
br
|
||||
| #{summary}
|
||||
tr
|
||||
td
|
||||
table
|
||||
tbody
|
||||
tr
|
||||
td
|
||||
h3(style='display: flex;margin-top: 30px;margin-bottom: 0;font-size: 1.1em;padding-bottom: 6px;border-bottom: 1px solid #d8d8d8;color: #2b2b2b;font-weight: 500;')
|
||||
img(src='https://worklenz.s3.amazonaws.com/assets/clock.png' style='width: 16px;height: 16px;margin-right: 10px;margin-top: 4px;')
|
||||
| Today New
|
||||
+dataBlock(today_new, "No new tasks today")
|
||||
tbody
|
||||
tr
|
||||
td
|
||||
h3(style='display: flex;margin-top: 30px;margin-bottom: 0;font-size: 1.1em;padding-bottom: 6px;border-bottom: 1px solid #d8d8d8;color: #2b2b2b;font-weight: 500;')
|
||||
img(src='https://worklenz.s3.amazonaws.com/assets/clock-warn-icon.png' style='width: 16px;height: 16px;margin-right: 10px;margin-top: 4px;')
|
||||
| Due Tomorrow
|
||||
+dataBlock(due_tomorrow, "No due tasks tomorrow")
|
||||
tbody
|
||||
tr
|
||||
td
|
||||
h3(style='display: flex;margin-top: 30px;margin-bottom: 0;font-size: 1.1em;padding-bottom: 6px;border-bottom: 1px solid #d8d8d8;color: #2b2b2b;font-weight: 500;')
|
||||
img(src='https://worklenz.s3.amazonaws.com/assets/check-icon.png' style='width: 16px;height: 16px;margin-right: 10px;margin-top: 4px;')
|
||||
| Today Completed
|
||||
+dataBlock(today_completed, "No completed tasks today")
|
||||
tr
|
||||
td(style='padding-top:20px')
|
||||
table
|
||||
tbody
|
||||
tr
|
||||
td(bgcolor='#3cb371' style='display:block;height:32px;padding:0 20px;text-align:center;background-color:#1890ff;border-radius:4px;color:#fff')
|
||||
a(style='color:inherit;color:#1890ff;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;display:inline-block;width:100%;font-size: 15px;font-family:Helvetica,Arial,sans-serif;text-decoration:none;line-height: 32px;color:#fff' href=project_url target='_blank')
|
||||
span(style='color:#fff') Go to Project
|
||||
tr
|
||||
td
|
||||
table(width='100%')
|
||||
tbody
|
||||
tr
|
||||
td(style='padding-bottom:5px;padding-top:20px')
|
||||
hr(style='margin:0;border-left:0;border-right:0;border-top:0;border-bottom:1px solid #d8d8d8')
|
||||
tr
|
||||
td(style='padding-top:5px;padding-bottom:0px')
|
||||
p(style='color:#000;margin:0 0 19px;font-size:12px;line-height:15px;color:#6d6d6d;margin-bottom:0')
|
||||
| To stop sending this email, you can goto project and click "Stop Summary".
|
||||
a(style='color:inherit;text-decoration:underline;color:#1890ff;color:#6d6d6d' href=project_url target='_blank') Stop sending it to me.
|
||||
|
||||
tr
|
||||
td(style='padding-bottom:10px;padding-top:10px')
|
||||
hr(style='margin:0;border-left:0;border-right:0;border-top:0;border-bottom:1px solid #d8d8d8')
|
||||
tr
|
||||
td(style='padding-top:10px;padding-bottom:10px')
|
||||
p(style='color:#000;margin:0 0 19px;font-size:12px;line-height:15px;color:#6d6d6d;margin-bottom:0')
|
||||
a(style='color:inherit;text-decoration:underline;color:#1890ff;color:#6d6d6d' href=settings_url target='_blank') Unsubscribe
|
||||
Reference in New Issue
Block a user