FossilRepo

fossilrepo / templates / email / notification.html
Source Blame History 45 lines
c588255… ragelink 1 <!DOCTYPE html>
c588255… ragelink 2 <html>
c588255… ragelink 3 <head>
c588255… ragelink 4 <meta charset="utf-8">
c588255… ragelink 5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
c588255… ragelink 6 <style>
c588255… ragelink 7 body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; background: #0a0a0a; color: #e5e5e5; padding: 20px; margin: 0; }
c588255… ragelink 8 .container { max-width: 600px; margin: 0 auto; }
c588255… ragelink 9 .header { padding: 20px 0; border-bottom: 1px solid #1f1f1f; }
c588255… ragelink 10 .logo { font-size: 20px; font-weight: 700; color: #ffffff; }
c588255… ragelink 11 .logo span { color: #DC394C; }
c588255… ragelink 12 .content { padding: 20px 0; }
c588255… ragelink 13 .event-badge { display: inline-block; padding: 2px 8px; border-radius: 4px; font-size: 12px; font-weight: 600; }
c588255… ragelink 14 .event-checkin { background: #1e3a5f; color: #93c5fd; }
c588255… ragelink 15 .event-ticket { background: #3f1f1f; color: #fca5a5; }
c588255… ragelink 16 .event-wiki { background: #1f3f1f; color: #86efac; }
c588255… ragelink 17 .event-release { background: #3f3f1f; color: #fde68a; }
c588255… ragelink 18 .event-forum { background: #2d1f3f; color: #c4b5fd; }
c588255… ragelink 19 .project-name { color: #DC394C; text-decoration: none; }
c588255… ragelink 20 .message { margin: 16px 0; line-height: 1.6; }
c588255… ragelink 21 .button { display: inline-block; padding: 10px 20px; background: #DC394C; color: #ffffff; text-decoration: none; border-radius: 6px; font-weight: 600; }
c588255… ragelink 22 .footer { padding: 20px 0; border-top: 1px solid #1f1f1f; font-size: 12px; color: #6b7280; }
c588255… ragelink 23 .unsubscribe { color: #9ca3af; text-decoration: underline; }
c588255… ragelink 24 </style>
c588255… ragelink 25 </head>
c588255… ragelink 26 <body>
c588255… ragelink 27 <div class="container">
c588255… ragelink 28 <div class="header">
c588255… ragelink 29 <div class="logo">fossil<span>repo</span></div>
c588255… ragelink 30 </div>
c588255… ragelink 31 <div class="content">
c588255… ragelink 32 <span class="event-badge event-{{ event_type }}" style="display: inline-block; padding: 2px 8px; border-radius: 4px; font-size: 12px; font-weight: 600;{% if event_type == 'checkin' %} background: #1e3a5f; color: #93c5fd;{% elif event_type == 'ticket' %} background: #3f1f1f; color: #fca5a5;{% elif event_type == 'wiki' %} background: #1f3f1f; color: #86efac;{% elif event_type == 'release' %} background: #3f3f1f; color: #fde68a;{% elif event_type == 'forum' %} background: #2d1f3f; color: #c4b5fd;{% else %} background: #2a2a2a; color: #d4d4d4;{% endif %}">{{ event_type }}</span>
c588255… ragelink 33 <a href="{{ project_url }}" class="project-name" style="color: #DC394C; text-decoration: none;">{{ project_name }}</a>
c588255… ragelink 34 <div class="message" style="margin: 16px 0; line-height: 1.6;">{{ message }}</div>
c588255… ragelink 35 {% if action_url %}
c588255… ragelink 36 <a href="{{ action_url }}" class="button" style="display: inline-block; padding: 10px 20px; background: #DC394C; color: #ffffff; text-decoration: none; border-radius: 6px; font-weight: 600;">View Details</a>
c588255… ragelink 37 {% endif %}
c588255… ragelink 38 </div>
c588255… ragelink 39 <div class="footer" style="padding: 20px 0; border-top: 1px solid #1f1f1f; font-size: 12px; color: #6b7280;">
c588255… ragelink 40 <p>You're receiving this because you're watching {{ project_name }}.</p>
c588255… ragelink 41 <p><a href="{{ unsubscribe_url }}" class="unsubscribe" style="color: #9ca3af; text-decoration: underline;">Unsubscribe</a> or <a href="{{ preferences_url }}" class="unsubscribe" style="color: #9ca3af; text-decoration: underline;">manage notification preferences</a>.</p>
c588255… ragelink 42 </div>
c588255… ragelink 43 </div>
c588255… ragelink 44 </body>
c588255… ragelink 45 </html>

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button