4,090
edits
No edit summary |
No edit summary |
||
Line 1,235: | Line 1,235: | ||
var body = '☺ the following content could be interesting for the directory:\n\n' + | var body = '☺ the following content could be interesting for the directory:\n\n' + | ||
'[ author / creator ]\n\n' + | '[ author / creator ]\n\n' + | ||
' | '______________________________________________________________________\n\n' + | ||
'[ title ]\n\n' + | '[ title ]\n\n' + | ||
' | '______________________________________________________________________\n\n' + | ||
'[ why should it be included? ]\n\n' + | '[ why should it be included? ]\n\n' + | ||
' | '______________________________________________________________________\n\n' + | ||
'[ link or pdf ]\n\n' + | '[ link or pdf ]\n\n' + | ||
'___________________________________\n\n' + | '___________________________________\n\n' + | ||
'[ your name / contact / social ]\n\n' + | '[ your name / contact / social ]\n\n' + | ||
' | '______________________________________________________________________'; | ||
var mailtoLink = 'mailto:' + encodeURIComponent(email) + | var mailtoLink = 'mailto:' + encodeURIComponent(email) + |