27 lines
1.0 KiB
Plaintext
27 lines
1.0 KiB
Plaintext
.dialog.dialog-overlay-sm{layout: 'dialog', 'layout-id' => 'rsvp-submit-dialog', id: 'rsvp-submit-dialog'}
|
|
.content-head
|
|
= image_tag 'content/icon_checkmark_circle.png', :alt => "", :class => "content-icon", :width => "20", :height => "20"
|
|
%h1 rsvp
|
|
.dialog-inner
|
|
%h2 SESSION
|
|
%span.session-name
|
|
%br/
|
|
%span.scheduled-start
|
|
%br/
|
|
%span.schedule-recurrence
|
|
%br/
|
|
%br/
|
|
%span.slot-instructions Check the box(es) next to the track(s) you want to play in the session:
|
|
.error{:style => 'display:none'} You must select at least 1 instrument.
|
|
.rsvp-instruments
|
|
%br/
|
|
Enter a message to the other musicians in the session (optional):
|
|
%textarea.w95.p5.f15{id: 'txtComment', rows: '2', placeholder: 'Enter a comment...'}
|
|
%br/
|
|
%br/
|
|
.left
|
|
%a.button-orange{:href => 'TBD', :rel => 'external', :target => '_blank'} HELP
|
|
.right
|
|
%a.button-grey{:id => 'btnCancel', 'layout-action' => 'close'} CANCEL
|
|
%a.button-orange{:id => 'btnSubmitRsvp'} SUBMIT RSVP
|
|
%br{:clear => "all"}/ |