module IsoDoc
module Itu
class PresentationXMLConvert < IsoDoc::PresentationXMLConvert
def contribution_table_insert_pt(docxml)
docxml.at(ns("//preface")) || docxml.at(ns("//sections"))
.add_previous_sibling(" #{@i18n.international_telecommunication_union.upcase} #{bureau} #{@i18n.studyperiod.sub('%', @meta.get[:study_group_period]).upcase} #{@meta.get[:docnumber]} #{@meta.get[:group].upcase} #{@i18n.l10n("#{@i18n.original}: #{@i18n.current_language}")}
#{colon_i18n(@i18n.questions)} #{@meta.get[:questions]}
#{@i18n.l10n("#{@meta.get[:meeting_place]}, #{@meta.get[:meeting_date]}")} #{@i18n.get['doctype_dict']['contribution'].upcase} #{colon_i18n(@i18n.document_source)} #{@meta.get[:source]}
#{contribution_table_contacts}
#{colon_i18n(@i18n.title)} #{@meta.get[:doctitle_en]}
#{colon_i18n(@i18n.questions)} | #{@meta.get[:questions]} | Proposed new ITU-T #{@meta.get[:subdoctype]} | #{@i18n.l10n("#{@meta.get[:meeting_place]}, #{@meta.get[:meeting_date]}")} | |
---|---|---|---|---|
Reference and title: | Draft new #{@meta.get[:subdoctype]} on “#{@meta.get[:doctitle_en]}” | |||
Base text: | #{extract_clause_data(annex, 'basetext')} | Timing: | #{@meta.get[:timing]} | |
Editor(s): | #{auths[0]} | Approval process: | #{@meta.get[:approval_process]} | |
Scope (defines the intent or object of the Recommendation and the aspects covered, thereby indicating the limits of its applicability): #{extract_clause_data(annex, 'scope')} | ||||
Summary (provides a brief overview of the purpose and contents of the Recommendation, thus permitting readers to judge its usefulness for their work): #{extract_clause_data(annex, 'summary')} | ||||
Relations to ITU-T Recommendations or to other standards (approved or under development): #{extract_clause_data(annex, 'relatedstandards')} | ||||
Liaisons with other study groups or with other standards bodies: #{extract_clause_data(annex, 'liaisons')} | ||||
Supporting members that are committing to contributing actively to the work item: #{extract_clause_data(annex, 'supportingmembers')} |