зеркало из
1
0
Форкнуть 0
opensource-management-portal/views/email/email.pug

32 строки
1.2 KiB
Plaintext
Исходник Постоянная ссылка Обычный вид История

2017-05-31 20:09:05 +03:00
//-
2020-04-15 01:57:21 +03:00
//- Copyright (c) Microsoft.
2017-05-31 20:09:05 +03:00
//-
//- Open Source Programs Office application and service HTML e-mail template
//- Jade variables:
//- - app: the name of the application or service, appears at the top of the e-mail or defaults to Microsoft Open Source
2022-10-10 06:02:44 +03:00
//- - reason: the reason that the recipient has been sent the e-mail. Can be raw HTML including a mailto: link
//- - subject: the subject of the e-mail
//- - headline: the headline for the e-mail for standard communications, appears in H1
//- - notification: if present, should be 'information', 'action', 'success' or 'warning'
//- CDN Information
//- The assets are served using HTTPS
//- The assets are stored in the storage account 'ospomail', public blob container 'opensource'
//- An Akamai CDN is used to serve the images, https://ospomail.azureedge.net points to the container
- var logoBase = 'https://ospomail.azureedge.net/';
- var logoImage = 'opensource.png'
- var orgIdSize = 42
- var iconSize = 60
- var logo = logoBase + logoImage
- var useIcon = notification === 'action' || notification === 'warning' || notification === 'information'
- var icon = useIcon ? logoBase + 'inverted-' + notification + '.png' : null
doctype html
html(lang="en")
include head
body
include body
div.goodbye