2010-10-24 20:51:17 -04:00
|
|
|
!!!
|
2011-07-07 04:08:32 -04:00
|
|
|
%html.mailcatcher
|
2010-10-24 20:51:17 -04:00
|
|
|
%head
|
|
|
|
%title MailCatcher
|
2014-03-17 01:53:13 -04:00
|
|
|
%link{:rel => "stylesheet", :href => "/assets/application.css"}
|
2012-10-20 09:24:14 -04:00
|
|
|
%link{:href => "/favicon.ico", :rel => "shortcut icon" }
|
2014-03-17 01:53:13 -04:00
|
|
|
%script{:src => "/assets/modernizr.js"}
|
|
|
|
%script{:src => "/assets/jquery.js"}
|
|
|
|
%script{:src => "/assets/xslt-3.2.js"}
|
|
|
|
%script{:src => "/assets/date.js"}
|
|
|
|
%script{:src => "/assets/flexie.min.js"}
|
|
|
|
%script{:src => "/assets/keymaster.min.js"}
|
|
|
|
%script{:src => "/assets/application.js"}
|
2010-10-24 20:51:17 -04:00
|
|
|
%body
|
2011-05-31 12:40:13 -04:00
|
|
|
%header
|
|
|
|
%h1
|
|
|
|
%a{:href => "http://mailcatcher.me", :target => '_blank'} MailCatcher
|
|
|
|
%nav.app
|
|
|
|
%ul
|
2012-03-12 06:31:28 -04:00
|
|
|
%li.search
|
|
|
|
%input{:type => 'search', :name => 'search', :placeholder => 'Search messages...', :incremental => true}
|
2011-05-31 12:40:13 -04:00
|
|
|
%li.clear
|
|
|
|
%a{:href => '#', :title => 'Clear all messages'} Clear
|
2013-09-15 21:42:14 -04:00
|
|
|
- unless MailCatcher.options[:no_exit]
|
2013-05-13 07:27:06 -04:00
|
|
|
%li.quit
|
|
|
|
%a{:href => '#', :title => 'Quit MailCatcher'} Quit
|
2011-05-31 12:40:13 -04:00
|
|
|
%nav#messages
|
2010-10-24 20:51:17 -04:00
|
|
|
%table
|
|
|
|
%thead
|
2011-05-29 02:49:29 -04:00
|
|
|
%tr
|
|
|
|
%th From
|
|
|
|
%th To
|
|
|
|
%th Subject
|
|
|
|
%th Received
|
2010-10-24 20:51:17 -04:00
|
|
|
%tbody
|
2011-07-06 23:39:05 -04:00
|
|
|
#resizer
|
|
|
|
.ruler
|
2011-05-31 12:40:13 -04:00
|
|
|
%article#message
|
|
|
|
%header
|
|
|
|
%dl.metadata
|
|
|
|
%dt.created_at Received
|
|
|
|
%dd.created_at
|
|
|
|
%dt.from From
|
|
|
|
%dd.from
|
|
|
|
%dt.to To
|
|
|
|
%dd.to
|
|
|
|
%dt.subject Subject
|
|
|
|
%dd.subject
|
|
|
|
%dt.attachments Attachments
|
|
|
|
%dd.attachments
|
|
|
|
%nav.views
|
2010-10-24 20:51:17 -04:00
|
|
|
%ul
|
2011-07-06 23:40:53 -04:00
|
|
|
%li.format.tab.html.selected{'data-message-format' => 'html'}
|
|
|
|
%a{:href => '#'} HTML
|
|
|
|
%li.format.tab.plain{'data-message-format' => 'plain'}
|
|
|
|
%a{:href => '#'}Plain Text
|
|
|
|
%li.format.tab.source{'data-message-format' => 'source'}
|
|
|
|
%a{:href => '#'}Source
|
2011-07-07 04:08:32 -04:00
|
|
|
%li.tab.analysis
|
|
|
|
%a{:href => '#'}Analysis
|
2011-06-12 02:00:59 -04:00
|
|
|
%li.action.download
|
|
|
|
%a.button{:href => '#'}
|
2011-05-31 12:40:13 -04:00
|
|
|
%span Download
|
2011-05-27 09:46:12 -04:00
|
|
|
%iframe.body
|