Skip to content

Instantly share code, notes, and snippets.

@mauriciosilva
Created February 4, 2011 23:11
Show Gist options
  • Save mauriciosilva/811984 to your computer and use it in GitHub Desktop.
Save mauriciosilva/811984 to your computer and use it in GitHub Desktop.
demos.ConferenceRooms = new Ext.Panel({
cls: 'card conference_card',
html: '<div>find you conference room here</div>'
});
demos.ConferenceRooms.castro = new Ext.Panel({
cls: 'card conference_card',
html: "<div>This is china town</div>"
});
demos.ConferenceRooms.chinatown = new Ext.Panel({
cls: 'card conference_card',
html: "<div>This is china town</div>"
});
demos.ConferenceRooms.dog_patch = new Ext.Panel({
cls: 'card conference_card',
html: "<div>This is china town</div>"
});
demos.ConferenceRooms.haight = new Ext.Panel({
cls: 'card conference_card',
html: "<div>This is china town</div>"
});
demos.ConferenceRooms.hayes_valley = new Ext.Panel({
cls: 'card conference_card',
html: "<div>This is china town</div>"
});
demos.ConferenceRooms.hptr = new Ext.Panel({
cls: 'card conference_card',
html: "<div>This is china town</div>"
});
demos.ConferenceRooms.marina = new Ext.Panel({
cls: 'card conference_card',
html: "<div>This is china town</div>"
});
demos.ConferenceRooms.mission = new Ext.Panel({
cls: 'card conference_card',
html: "<div>This is china town</div>"
});
demos.ConferenceRooms.nike = new Ext.Panel({
cls: 'card conference_card',
html: "<div>This is china town</div>"
});
demos.ConferenceRooms.nob_hill = new Ext.Panel({
cls: 'card conference_card',
html: "<div>This is china town</div>"
});
demos.ConferenceRooms.north_beach = new Ext.Panel({
cls: 'card conference_card',
html: "<div>This is china town</div>"
});
demos.ConferenceRooms.pacific_heights = new Ext.Panel({
cls: 'card conference_card',
html: "<div>This is china town</div>"
});
demos.ConferenceRooms.portero_hill = new Ext.Panel({
cls: 'card conference_card',
html: "<div>This is china town</div>"
});
demos.ConferenceRooms.russion_hill = new Ext.Panel({
cls: 'card conference_card',
html: "<div>This is china town</div>"
});
demos.ConferenceRooms.soma = new Ext.Panel({
cls: 'card conference_card',
html: "<div>This is china town</div>"
});
demos.ConferenceRooms.sunset = new Ext.Panel({
cls: 'card conference_card',
html: "<div>This is china town</div>"
});
demos.ConferenceRooms.visa_creative = new Ext.Panel({
cls: 'card conference_card',
html: "<div>This is china town</div>"
});
demos.ConferenceRooms.visa_tech = new Ext.Panel({
cls: 'card conference_card',
html: "<div>This is china town</div>"
});
demos.ConferenceRooms.xbox = new Ext.Panel({
cls: 'card conference_card',
html: "<div>This is china town</div>"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment