equal
deleted
inserted
replaced
100 + '<h3>{{#show_title_field}}<input class="Ldt-CreateAnnotation-Title" placeholder="{{l10n.type_title}}" />{{/show_title_field}}' |
100 + '<h3>{{#show_title_field}}<input class="Ldt-CreateAnnotation-Title" placeholder="{{l10n.type_title}}" />{{/show_title_field}}' |
101 + '{{^show_title_field}}<span class="Ldt-CreateAnnotation-NoTitle">{{l10n.no_title}}</span>{{/show_title_field}}' |
101 + '{{^show_title_field}}<span class="Ldt-CreateAnnotation-NoTitle">{{l10n.no_title}}</span>{{/show_title_field}}' |
102 + ' <span class="Ldt-CreateAnnotation-Times">{{#single_time_mode}}{{l10n.at_time}}{{/single_time_mode}}' |
102 + ' <span class="Ldt-CreateAnnotation-Times">{{#single_time_mode}}{{l10n.at_time}}{{/single_time_mode}}' |
103 + '{{^single_time_mode}}{{l10n.from_time}}{{/single_time_mode}} <span class="Ldt-CreateAnnotation-Begin"></span>' |
103 + '{{^single_time_mode}}{{l10n.from_time}}{{/single_time_mode}} <span class="Ldt-CreateAnnotation-Begin"></span>' |
104 + ' {{^single_time_mode}}{{l10n.to_time}} <span class="Ldt-CreateAnnotation-End"></span>{{/single_time_mode}}</span></h3>' |
104 + ' {{^single_time_mode}}{{l10n.to_time}} <span class="Ldt-CreateAnnotation-End"></span>{{/single_time_mode}}</span></h3>' |
105 + '' |
105 + '<textarea class="Ldt-CreateAnnotation-Description" placeholder="{{type_description}}"></textarea>' |
|
106 + '<input type="submit" class="Ldt-CreateAnnotation-Submit" />' |
|
107 + '</form>' |
|
108 + '</div></div>'; |
106 |
109 |
107 + '</form>' |
110 IriSP.Widgets.CreateAnnotation.prototype.draw = function() { |
108 + '</div></div>' |
111 this.renderTemplate(); |
|
112 } |
109 |
113 |
110 /* |
114 /* |
111 + ' <div class="Ldt-CreateAnnotation-Screen Ldt-createAnnotation-startScreen">' |
115 + ' <div class="Ldt-CreateAnnotation-Screen Ldt-createAnnotation-startScreen">' |
112 + ' <div style="margin-bottom: 7px; overflow: auto;">' |
116 + ' <div style="margin-bottom: 7px; overflow: auto;">' |
113 + ' <div class="Ldt-createAnnotation-Title"></div>' |
117 + ' <div class="Ldt-createAnnotation-Title"></div>' |