Skip to content

Instantly share code, notes, and snippets.

@rmehta
Created October 11, 2017 06:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rmehta/036df286b4e40ca179d21ffb01b4eb8d to your computer and use it in GitHub Desktop.
Save rmehta/036df286b4e40ca179d21ffb01b4eb8d to your computer and use it in GitHub Desktop.
  • new-site
  • install app
  • setup wizard
  • home page

Inaugurated in 1969, the National Centre for the Performing Arts (NCPA), Mumbai, is India's premier cultural institution. The first multi-venue, multi-purpose cultural centre to be built in South Asia, it has been committed since its inception to preserving and promoting the country's rich and vibrant heritage of Indian and international music, dance, theatre, film, literature and photography as well as presenting new and innovative work in the field of the performing arts.

  • style

  • website theme (CSS)

  • make a new theme

  • banner

  • background color

  • link color

  • brand


-------------

.navbar { background-color: #1a1a1a; } .navbar .nav > li > a { color: #fff; } .navbar .nav > li { margin-top: 10px; }


DocTypes

  • public event
    • title
    • description
    • image
    • ticket rate
    • venue
    • event_date
    • event_time
    • published
    • route
  • event ticket
  • event ticket type

Lithuanian National Symphony Orchestra

An NCPA Presentation

Lithuanian National Symphony Orchestra

Modestas Pitrenas, conductor

10th October

Liszt: Hungarian Rhapsody

Grieg: Peer Gynt Suite

Brahms: Symphony No. 4

11th October

Ciurlioniss: In the Forest

Bruch: Violin Concerto No. 1

(Marat Bisengaliev, violin)

Prokofiev: Symphony No. 5

Lithuanian National Symphony Orchestra (LNSO) has been active for more than seven decades. The Orchestra regularly performs symphonic music programs not only in the National Philharmonic, but also in various Lithuanian cities. The Orchestra has appeared in Schleswig-Holstein Festival in Germany, “Prague Spring” in the Czech Republic, “Musica Romantica” in Switzerland and other famous European music festivals and concert halls, such as the Musikverein in Vienna, London’s Barbican Centre, Cologne Philharmonic, Amsterdam’s Concertgebouw, Moscow Conservatory Great Hall and Suntory Hall in Tokyo.

One of the leading Lithuanian conductors Modestas Pitr?nas has taken the duties of the chief conductor and artistic director of the Lithuanian National Symphony Orchestra (LNSO) in autumn of 2015. He also is the principal guest conductor of the Latvian National Opera (LNO), where in 2009–2014 he served as the chief conductor of the LNO; and the conductor of the Lithuanian National Opera and Ballet Theatre (LNOBT). In 2006–2011 he was the chief conductor of the Kaunas City Symphony Orchestra.

Supported by the Yusuf and Farida Hamied Foundation.

Box Office: 9th September for Members & 12th September for Public


Romeo and Juliet

Theatre screening (165 mins)

French with English Subtitles

Godrej Dance Theatre

Thursday 12th, October - 6.30 pm

An NCPA-Pathé Live (Paris) Presentation

In Verona, an old rivalry opposes the Capulet and Montaigu Families. When Romeo Montaigu and Juliet Capulet fall for each other, they know their love will be eternal. However they already sense its tragic ending.

Directed by Don Kent

Cast: Suliane Brahim, Jérémy Lopez, Christian Blanc, Christian Gonon, Serge Bagdassarian & others

Tickets:

Rs.400 (plus GST)

Rs.250/- (Only for students on production of valid ID cards)

Box Office: 9th September for members and 12th September for public

Template

<style> .page-header { display: none; } .page-content { padding-top: 0px !important; margin-top: -5px; } h1 { background-color: #F2B43C; color: #fff; padding: 15px; margin: 0px; } .description { padding: 15px; line-height: 1.7em; } .img-container { max-height: 400px; overflow: hidden; } </style>

{{ title }}

{{ description }}

Row Template

{{ frappe.format_date(doc.date) }}

.website-list .result { margin-left: -15px; margin-right: -15px; }

.event-card-head { max-height: 120px; overflow: hidden; }


Web Form

  • Event Ticket

  • public_event

  • no_of_tickets

  • rate

  • amount

  • check (standard, editable)

  • fix sidebar


frappe.ready(function() { {% if event %} let ticket_rate = {{ event.ticket_rate }}; $('.event-details').html( <h3>{{ event.title }}</h3> <p>{{ frappe.format_date(event.date) }}</p> <p>Ticket Price: {{ frappe.utils.fmt_money(event.ticket_rate) }}</p>);

$('input[name="no_of_tickets"]').on('change', function() {
	$('input[name="amount"]').val(parseInt($(this).val()) * ticket_rate);
})
{% endif %}

})


"sandbox_username": "palandes06_api1.gmail.com", "sandbox_password": "SN9CQFCALRACQEZD", "sandbox_signature": "An5ns1Kso7MWUdW4ErQKJJJ4qi4-A0ElZS1WJkwRAvPqY6noMSsDmG3T",


Book Now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment