{{append . "moreStyles" "ui-lightness/jquery-ui-1.7.2.custom.css"}} {{append . "moreScripts" "js/jquery-ui-1.7.2.custom.min.js"}} {{template "header.html" .}}
Name: {{.hotel.Name}}
Address: {{.hotel.Address}}
City: {{.hotel.City}}
State: {{.hotel.State}}
Zip: {{.hotel.Zip}}
Country: {{.hotel.Country}}
Nightly rate: {{.hotel.Price}}
Check In Date: * {{$field.Error}}
Check Out Date: * {{$field.Error}}
Room preference: {{with $field := field "booking.Beds" .}} {{option $field "1" "One king-size bed"}} {{option $field "2" "Two double beds"}} {{option $field "3" "Three beds"}} {{end}}
Smoking preference: {{with $field := field "booking.Smoking" .}} {{radio $field "true"}} Smoking {{radio $field "false"}} Non smoking {{end}}
Credit Card #: * {{$field.Error}}
Credit Card Name: * {{$field.Error}}
Credit Card Expiry: {{with $field := field "booking.CardExpMonth" .}} {{option $field "1" "Jan"}} {{option $field "2" "Feb"}} {{option $field "3" "Mar"}} {{option $field "4" "Apr"}} {{option $field "5" "May"}} {{option $field "6" "Jun"}} {{option $field "7" "Jul"}} {{option $field "8" "Aug"}} {{option $field "9" "Sep"}} {{option $field "10" "Oct"}} {{option $field "11" "Nov"}} {{option $field "12" "Dec"}} {{end}} {{with $field := field "booking.CardExpYear" .}} {{option $field "2008" "2008"}} {{option $field "2009" "2009"}} {{option $field "2010" "2010"}} {{option $field "2011" "2011"}} {{option $field "2012" "2012"}} {{end}}
Cancel