jam-cloud/web/app/views/clients/_band_setup.html.slim

128 lines
4.7 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#band-setup.screen.secondary[layout="screen" layout-id="band/setup" layout-arg="id"]
.content-head
.content-icon
= image_tag "content/icon_bands.png", :size => "19x19"
h1#band-setup-title
| set up band
= render "screen_navigation"
.content-body
.content-body-scroller
form#band-setup-form
div[style="display:block;"]
#band-setup-step-1.content-wrapper[style="padding:10px 35px 10px 35px;"]
br
table[width="100%" cellpadding="0" cellspacing="0"]
tr
td[valign="top" colspan="2"]
h2
span.band-setup-text-step1
| Step 1:
| General Information
td#tdBandPhoto[valign="middle" rowspan="2" width="33%"]
a.avatar-profile[href="#"]
= image_tag "shared/avatar_generic_band.png", {:id => "band-avatar", :align=>"absmiddle", :height => 88, :width => 88 }
br
br
a#band-change-photo.small.ml20[href="#"]
| Upload band photo.
br[clear="all"]
br
tr
td#tdBandName[valign="middle" width="33%"]
.field
label[for="band-name"]
| Band Name:
input#band-name.w80[type="text" maxlength="1024" value=""]
br
td#tdBandWebsite[valign="middle" width="33%"]
.field
label[for="band-website"]
| Web Site:
input#band-website.w80[type="text" maxlength="4000" value=""]
tr
td#tdBandCountry[valign="middle"]
.field
label[for="band-country"]
| Country:
select#band-country.w80
td#tdBandRegion[valign="middle"]
.field
label[for="band-region"]
| State/Region:
select#band-region.w80
td#tdBandCity[valign="middle"]
.field
label[for="band-city"]
| City:
select#band-city.w80
tr
td#tdBandGenres[valign="top"]
.field
label[for="band-genres"]
| Genres:
.band-setup-genres.w90
table#band-genres[width="100%" cellpadding="10" cellspacing="6"]
td#tdBandBiography[valign="top" colspan="2"]
.field
label[for="band-biography"]
| Description / Bio:
textarea#band-biography.band-setup-bio.w90
br[clear="all"]
.right
a#btn-band-setup-cancel.button-grey
| CANCEL
|   
a#btn-band-setup-next.button-orange
| NEXT
.clearall
#band-setup-step-2.content-wrapper[style="padding:10px 35px 10px 35px; display:none;"]
br
h2
span.band-setup-text-step2
| Step 2:
| Add Band Members
br
#band-setup-invite-musicians
br
br
| If your bandmates are not on JamKazam yet, use any of the options below to invite them to join the service.
br
br
.left.mr20
.left
a.btn-email-invitation
= image_tag("content/icon_gmail.png", :size => "24x24", :align => "absmiddle")
.right.mt5.ml5
| E-mail
.left.mr20
.left
a.btn-facebook-invitation
= image_tag("content/icon_facebook.png", :size => "24x24", :align => "absmiddle")
.right.mt5.ml5
| Facebook
.left.left
.left
a.btn-gmail-invitation
= image_tag("content/icon_google.png", :size => "24x24", :align => "absmiddle")
.right.mt5.ml5
| Google+
br[clear="all"]
.right
a#btn-band-setup-back.button-grey
| BACK
|   
a#btn-band-setup-save.button-orange
| CREATE BAND
.clearall
script#template-band-setup-genres[type="text/template"]
tr
td <input value=" id}" {checked} type="checkbox" />{description
script#template-band-invitation[type="text/template"]
.invitation user-id="{userId}"
| {userName}
a =image_tag "shared/icon_delete_sm.png", :size => "13x13"