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
|
2010-10-27 15:12:26 -04:00
|
|
|
%link{:rel => "stylesheet", :href => "/stylesheets/application.css"}
|
2011-06-12 01:32:01 -04:00
|
|
|
%script{:src => "/javascripts/modernizr.js"}
|
2010-10-27 15:12:26 -04:00
|
|
|
%script{:src => "/javascripts/jquery.js"}
|
2011-12-22 14:33:45 -05:00
|
|
|
%script{:src => "/javascripts/xslt-3.2.js"}
|
2011-05-27 09:46:12 -04:00
|
|
|
%script{:src => "/javascripts/date.js"}
|
2012-01-25 02:15:37 -05:00
|
|
|
%script{:src => "/javascripts/flexie.min.js"}
|
2010-10-27 15:12:26 -04:00
|
|
|
%script{:src => "/javascripts/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
|
|
|
|
%li.quit
|
|
|
|
%a{:href => '#', :title => 'Quit MailCatcher'} Quit
|
|
|
|
%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
|