Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Aug 19, 2024
1 parent 3352ed4 commit 9d07982
Show file tree
Hide file tree
Showing 7 changed files with 18,879 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
source "https://rubygems.org"

gem "metanorma-cli"
gem "sassc"
gem "debug"
7 changes: 7 additions & 0 deletions html/html_mbxif_intro.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<div id="boilerplate-copyright-destination"/>

<nav>

<div id="toc"></div>

</nav>
87 changes: 87 additions & 0 deletions html/html_mbxif_titlepage.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
<div id='toggle'> <span></span> </div>
{% if tc_docnumber.size > 0 %}
{% for num in tc_docnumber %}
<p class="coverpage_docnumber">{{ num }}</p>
{% endfor %}
{% else %}
<p class="coverpage_docnumber">{{ docnumber_undated }} {{ draftinfo }}</p>
{% endif %}

{% if edition_display %}
<p class="coverpage_docnumber">{{ edition_display | capitalize }}</p>
{% endif %}

{% if correcteddate and correcteddate != "" and correcteddate != "XXX" %}
<p class="coverpage_docnumber">{{ labels["corrected_version"] }} : {{ correcteddate }}</p>
{% endif %}

{% if revdate %}
<p class="coverpage_docnumber">{{ labels["date"]}}: {{ revdate }}</p>
{% endif %}

{% if tc_docnumber.size > 0 %}
<p class="coverpage_docnumber">{{ docnumber_undated }} {{ draftinfo }}</p>
{% endif %}

<p class="coverpage_techcommittee">{{ editorialgroup }}</p>

{% if secretariat %}
<p class="coverpage_techcommittee"><a
name="CVP_Secretariat_Loca">{{ labels["secretariat"] }}</a>: {{ secretariat }}</p>
{% endif %}

<div class="doctitle-en"><div><span class="title">{{ doctitleintro }}{% if doctitleintro and doctitlemain %} &#x2014; {% endif %}</span><span class="subtitle">{{ doctitlemain }}{% if doctitlemain and doctitlepart %} &#x2014;{% endif %}</span>
{% if doctitlepart %}
</div><div class="doctitle-part">
{% if doctitlepartlabel %}<span class="partlabel">{{ doctitlepartlabel }}: </span>{% endif %}
<span class="part">{{ doctitlepart }}</span>
{% endif %}
</div>
{% if doctitleamdlabel %}
<div class="doctitle-part">{{ doctitleamdlabel }}{% if doctitleamd %}: {{ doctitleamd }}{% endif %}</div>
{% endif %}
{% if doctitlecorrlabel %}
<div class="doctitle-part">{{ doctitlecorrlabel }}</div>
{% endif %}
</div>

<div class="doctitle-fr"><div><span class="title">{{ docsubtitleintro }}{% if docsubtitleintro and docsubtitlemain %} &#x2014; {% endif %}</span><span class="subtitle">{{ docsubtitlemain }}{% if docsubtitlemain and docsubtitlepart %} &#x2014;{% endif %}</span>
{% if docsubtitlepart %}
</div><div>
{% if docsubtitlepartlabel %}<span class="partlabel">{{ docsubtitlepartlabel }}: </span>{% endif %}
<span class="part">{{ docsubtitlepart }}</span>
{% endif %}
</div>
{% if docsubtitleamdlabel %}
<div>{{ docsubtitleamdlabel }}{% if docsubtitleamd %}: {{ docsubtitleamd }}{% endif %}</div>
{% endif %}
{% if docsubtitlecorrlabel %}
<div>{{ docsubtitlecorrlabel }}</div>
{% endif %}
</div>

<div class="coverpage_docstage">
{% if unpublished %}
<p>{{ stageabbr }} stage</p>
{% endif %}
</div>

{% if stage_int >= 20 and stage_int < 40 %}
<div class="coverpage_warning">
<div id="boilerplate-license-destination"/>
</div>
{% endif %}
<div class="coverpage_warning" id="coverpage-note-destination"/>

{% if ics %}
<p><b>ICS:</b> {{ ics }}</p>
{% endif %}

{% if keywords.size > 0 %}
<p><b>Descriptors:</b> {{ keywords | join: ", " }}
{% endif %}

{%if fast_track == "true" %}
<div><span class="subtitle">{{ labels["fast-track-procedure"] }}</span></div>
{% endif %}

Loading

0 comments on commit 9d07982

Please sign in to comment.