Gallery
Home
Directory
Member Login
Contact Us
Toggle navigation
MarketSpace
About
About Us
Board of Directors
Page
Contact Us
Hot Deals
Member Directory
test
Directory
RFP
Join
Store
Events
Comminty Event
Events List
Events Calendar
Community Calendar
Weather
Members
Member Directory
Member Login
Deals
Hot Deals
Events Calendar
Category...
Arts & Culture
Chamber Of Commerce
Clubs/Organizations
Community
Festivals & Celebrations
Networking
Public event
Recreation & Sports
Schools
May
June
July
August
September
October
November
December
January
February
March
April
Search
Results Found:
2
Button group with nested dropdown
November 2020
Sun
Mon
Tue
Wed
Thu
Fri
Sat
1
Golf Scoiety
2
Golf Scoiety
3
Golf Scoiety
4
Golf Scoiety
Winey Wednesday
5
Golf Scoiety
6
Golf Scoiety
7
Golf Scoiety
8
Golf Scoiety
9
Golf Scoiety
10
Golf Scoiety
11
Golf Scoiety
12
Golf Scoiety
13
Golf Scoiety
14
Golf Scoiety
15
Golf Scoiety
16
Golf Scoiety
17
Golf Scoiety
18
Golf Scoiety
19
Golf Scoiety
20
Golf Scoiety
21
Golf Scoiety
22
Golf Scoiety
23
Golf Scoiety
24
Golf Scoiety
25
Golf Scoiety
26
Golf Scoiety
27
Golf Scoiety
28
Golf Scoiety
29
Golf Scoiety
30
Golf Scoiety
1
2
3
4
5
document.addEventListener('DOMContentLoaded', function () { const eventPage = 'http://msims.chambermaster.com/events/details/meet-greet-3541'; const buttonText = 'Springfield'; function isPath(path) { return window.location.pathname.indexOf(path) > -1 } if (isPath(eventPage)) { const regButton = document.querySelector('.gz-btn-register'); regButton.innerText = buttonText } }); [Tuesday 9:10 AM] Deb McNamee
Subscribe To Our Email List
CSS /** * @title The Communication Widget * @description A widget to display the chambermaster communication/groups form * if secure, use "/Public/communication/widget?inBackOfficeMode=true" instead * @author kellan.pfaff@micronetonline.com * @labels #css, #widgets * @software version #cm */ .mn-widget.mn-widget-comm { margin:8px; } .mn-widget.mn-widget-comm .mn-widget-head, .mn-widget.mn-widget-comm .mn-comm-company, .mn-widget.mn-widget-comm .mn-comm-phone, .mn-widget.mn-widget-comm .mn-form-pretext, .mn-widget.mn-widget-comm .mn-form-reqnote { display:none; } .mn-widget.mn-widget-comm .mn-form-req { color:red; } .mn-widget.mn-widget-comm .mn-form-pretext, .mn-widget.mn-widget-comm .mn-form-reqnote { margin-bottom:1em; } .mn-widget.mn-widget-comm .mn-actions ul { padding:0; margin:0; list-style:none; } .mn-widget.mn-widget-comm label, .mn-widget.mn-widget-comm .mn-form-text { width:100%; box-sizing:border-box; } .mn-widget.mn-widget-comm .mn-comm-name, .mn-widget.mn-widget-comm .mn-comm-email { width:100%; float:left; } .mn-widget.mn-widget-comm .mn-comm-name input, .mn-widget.mn-widget-comm .mn-comm-email input { padding:10px; color:#adadad; border-radius:0; background-color:#fff; } .mn-widget.mn-widget-comm .mn-actions input[type="submit"] { margin-top: 25px; border: 0 none; background-color: #0368B1; color: #fff; padding: 10px 25px; border-radius:0; } .mn-widget.mn-widget-comm .mn-actions input[type="submit"]:hover { background-color: #0368B1; cursor:pointer; }