The Wayback Machine - https://web.archive.org/web/20210223175333/https://yhrd.org/
').addClass('row').append( $('
').addClass('col-xs-11').append( $('
', {border: 0}).addClass('v-center').addClass('spacer-b').append( $('') ) ) ).append( $('
').addClass('col-xs-1').append('×') ) ); } $('#flashes div:first table tbody').append( $('').append( $('').append( $('').addClass('glyphicon glyphicon-exclamation-sign flash-sign flash-class-' + text_class) ) ).append( $('').append(text_message) ) ); } function show_flash() { $('#flashes').slideDown(); } function show_flash_temporarily() { $('#flashes').slideDown(); window.setTimeout(function(){ $('#flashes').slideUp(); }, 2000); } function hide_flash() { $('#flashes').slideUp(); } function add_flash_message(m) { add_flash(m, 'notice'); } function add_flash_error(e) { add_flash(e, 'alert'); }
* See FAQ/Glossary (http://yhrd.org/pages/faq) for further explanations of abbreviated terms used here