function KHistory(options={}) { $.extend(this, KHistory.default_options, options); this.$container = $(this.container); this.reset = function() { this.$container.html(''); }; this.addOpeGroup = function(opegroup) { var $day = this._getOrCreateDay(opegroup['at']); var $opegroup = this._opeGroupHtml(opegroup); $day.after($opegroup); var trigramme = opegroup['on_acc_trigramme']; var is_cof = opegroup['is_cof']; for (var i=0; i', template_opegroup: '
', template_ope: '
', display_trigramme: true, }