Skip to content

Commit

Permalink
deploy: 9d36e6a
Browse files Browse the repository at this point in the history
  • Loading branch information
litlfred committed Apr 24, 2024
1 parent 345d26d commit dfb521b
Show file tree
Hide file tree
Showing 2,036 changed files with 18,800 additions and 170,349 deletions.
132 changes: 6 additions & 126 deletions Bundle-DDCC-TX-SHE-bundle-example-1.change.history.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
</div>


<div id="ig-status">
<div id="ig-status" class="ig-status-draft">
<p><span style="font-size:12pt;font-weight:bold">WHO Digital Documentation of COVID-19 Certificates (DDCC)</span>
<br/>
<span style="display:inline-block;">1.0.0 - CI Build
Expand Down Expand Up @@ -254,43 +254,16 @@ <h2 id="root">: Bundle/DDCC-TX-SHE-bundle-example-1 - Change History</h2>
<script src="assets/js/jquery.js" type="text/javascript"> </script> <!-- note keep space here, otherwise it will be transformed to empty tag -> fails -->
<script src="assets/js/jquery-ui.min.js" type="text/javascript"> </script>

<script type="text/javascript">
try {
var currentTabIndex = sessionStorage.getItem('fhir-resource-tab-index');
} catch(exception) {
}

if (!currentTabIndex)
currentTabIndex = '0';

$( '#tabs' ).tabs({
active: currentTabIndex,
activate: function( event, ui ) {
var active = $('.selector').tabs('option', 'active');
currentTabIndex = ui.newTab.index();
document.activeElement.blur();
try {
sessionStorage.setItem('fhir-resource-tab-index', currentTabIndex);
} catch(exception) {
}
}
});
</script>

<script type="text/javascript">
$(document).ready(function(){
if(window.location.hash != "") {
$('a[href="' + window.location.hash + '"]').click()
}
});
</script>
<script src="assets/js/tabs.js" type="text/javascript"> </script>

<script src="assets/js/window-hash.js" type="text/javascript"> </script>
<a name="bottom"> </a>
<div igtool="footer" id="segment-footer" class="segment"> <!-- segment-footer -->
<div class="container"> <!-- container -->

<div class="inner-wrapper">
<p>
IG &copy; 2021+ <a style="color:var(--footer-hyperlink-text-color)" href="http://who.int">WHO</a>. Package who.ddcc#1.0.0 based on <a style="color: var(--footer-hyperlink-text-color)" href="http://hl7.org/fhir/R4/">FHIR 4.0.1</a>. Generated <span title="Fri, Jan 19, 2024 16:18+0000">2024-01-19</span>
IG &copy; 2021+ <a style="color:var(--footer-hyperlink-text-color)" href="http://who.int">WHO</a>. Package who.ddcc#1.0.0 based on <a style="color: var(--footer-hyperlink-text-color)" href="http://hl7.org/fhir/R4/">FHIR 4.0.1</a>. Generated <span title="Wed, Apr 24, 2024 00:11+0000">2024-04-24</span>
<br/>
<span style="color: var(--footer-highlight-text-color)"><a name="l452"></a>
Links: <a style="color: var(--footer-hyperlink-text-color)" href="toc.html">Table of Contents</a> |
Expand Down Expand Up @@ -318,101 +291,8 @@ <h2 id="root">: Bundle/DDCC-TX-SHE-bundle-example-1 - Change History</h2>
<script src="assets/js/anchor.min.js" type="text/javascript"> </script>
<script src="assets/js/clipboard.min.js" type="text/javascript"> </script>
<script src="assets/js/clipboard-btn.js" type="text/javascript"> </script>
<script>anchors.options.visible = 'hover'
anchors.add()</script>

<!-- feedback form - Google forms -->
<!-- v0.1, 2021-01-09 -->


<script src="assets/js/anchor-hover.js" type="text/javascript"> </script>


<script type="text/javascript">
/* <!-- [CDATA[ */
$(':header[id]').each(function() { // apply this to each heading
var id = $(this).attr('id');
var feedbackurl = 'https://docs.google.com/forms/d/e/1FAIpQLScmCYc6opgnln2iKCLc1sUXD8fA27TJU4h7O63Lk4DD7MaZWw/viewform?usp=pp_url'; // the feedbackEntry (in the YAML) file will have a URL, which will be a google forms URL. This URL can be clicked, so the security risks are the same as an IG Editor entering any other URL.
var feedbacklabel = 'Feedback';


feedbacklabel = 'Feedback'; // The feedback label is a string



var parameterFieldId = '';
var parameterVariableName = '';
var parameterValue = '';
parameterFieldId = 'entry.'+parseInt(1353807103).toString(); // the parameter fields is parsed as an integer, i presume this means no code can be injected there.
parameterVariableName = 'pageTitle';

switch (parameterVariableName) { // the variableName only has 3 possible values. Everything else will default to "not supported"
default:
console.log("Parameter value not supported");
break;
case "pageTitle":
parameterValue = encodeURIComponent($(document).attr('title'));
break;
case "sectionId":
parameterValue = id;
break;
case "sectionName":
parameterValue = document.getElementById(id).textContent;
break;
}
/* <![CDATA[ */
feedbackurl = feedbackurl + '&';
feedbackurl = feedbackurl + parameterFieldId + '=' + parameterValue;
/* ]] --> */

var parameterFieldId = '';
var parameterVariableName = '';
var parameterValue = '';
parameterFieldId = 'entry.'+parseInt(247644557).toString(); // the parameter fields is parsed as an integer, i presume this means no code can be injected there.
parameterVariableName = 'sectionName';

switch (parameterVariableName) { // the variableName only has 3 possible values. Everything else will default to "not supported"
default:
console.log("Parameter value not supported");
break;
case "pageTitle":
parameterValue = encodeURIComponent($(document).attr('title'));
break;
case "sectionId":
parameterValue = id;
break;
case "sectionName":
parameterValue = document.getElementById(id).textContent;
break;
}
/* <!-- [CDATA[ */
feedbackurl = feedbackurl + '&';
feedbackurl = feedbackurl + parameterFieldId + '=' + parameterValue;
/* ]] --> */


if (id) { //To make sure the element has an id
$(this).append(function () {
return $('<a/>', {
id,
href: feedbackurl,
text: feedbacklabel+' ' ,
class: 'feedback',
target: '_blank',
onclick: 'window.open('+feedbackurl+',\'newwindow\',\'width=300,height=250\');return false;'

});
});
}
})
/* ]]&gt; */
</script>





<!-- / feedback form -->

<!-- Analytics Below
================================================== -->
</body>
Expand Down
107 changes: 4 additions & 103 deletions Bundle-DDCC-TX-SHE-bundle-example-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
</div>


<div id="ig-status">
<div id="ig-status" class="ig-status-draft">
<p><span style="font-size:12pt;font-weight:bold">WHO Digital Documentation of COVID-19 Certificates (DDCC)</span>
<br/>
<span style="display:inline-block;">1.0.0 - CI Build
Expand Down Expand Up @@ -293,20 +293,14 @@ <h2 id="root">Example Bundle: DDCC-TX-SHE-bundle-example-1</h2>
<script src="assets/js/jquery.js" type="text/javascript"> </script> <!-- note keep space here, otherwise it will be transformed to empty tag -> fails -->
<script src="assets/js/jquery-ui.min.js" type="text/javascript"> </script>

<script type="text/javascript">
$(document).ready(function(){
if(window.location.hash != "") {
$('a[href="' + window.location.hash + '"]').click()
}
});
</script>
<script src="assets/js/window-hash.js" type="text/javascript"> </script>
<a name="bottom"> </a>
<div igtool="footer" id="segment-footer" class="segment"> <!-- segment-footer -->
<div class="container"> <!-- container -->

<div class="inner-wrapper">
<p>
IG &copy; 2021+ <a style="color:var(--footer-hyperlink-text-color)" href="http://who.int">WHO</a>. Package who.ddcc#1.0.0 based on <a style="color: var(--footer-hyperlink-text-color)" href="http://hl7.org/fhir/R4/">FHIR 4.0.1</a>. Generated <span title="Fri, Jan 19, 2024 16:18+0000">2024-01-19</span>
IG &copy; 2021+ <a style="color:var(--footer-hyperlink-text-color)" href="http://who.int">WHO</a>. Package who.ddcc#1.0.0 based on <a style="color: var(--footer-hyperlink-text-color)" href="http://hl7.org/fhir/R4/">FHIR 4.0.1</a>. Generated <span title="Wed, Apr 24, 2024 00:11+0000">2024-04-24</span>
<br/>
<span style="color: var(--footer-highlight-text-color)"><a name="l743"></a>
Links: <a style="color: var(--footer-hyperlink-text-color)" href="toc.html">Table of Contents</a> |
Expand Down Expand Up @@ -334,101 +328,8 @@ <h2 id="root">Example Bundle: DDCC-TX-SHE-bundle-example-1</h2>
<script src="assets/js/anchor.min.js" type="text/javascript"> </script>
<script src="assets/js/clipboard.min.js" type="text/javascript"> </script>
<script src="assets/js/clipboard-btn.js" type="text/javascript"> </script>
<script>anchors.options.visible = 'hover'
anchors.add()</script>
<script src="assets/js/anchor-hover.js" type="text/javascript"> </script>

<!-- feedback form - Google forms -->
<!-- v0.1, 2021-01-09 -->




<script type="text/javascript">
/* <!-- [CDATA[ */
$(':header[id]').each(function() { // apply this to each heading
var id = $(this).attr('id');
var feedbackurl = 'https://docs.google.com/forms/d/e/1FAIpQLScmCYc6opgnln2iKCLc1sUXD8fA27TJU4h7O63Lk4DD7MaZWw/viewform?usp=pp_url'; // the feedbackEntry (in the YAML) file will have a URL, which will be a google forms URL. This URL can be clicked, so the security risks are the same as an IG Editor entering any other URL.
var feedbacklabel = 'Feedback';


feedbacklabel = 'Feedback'; // The feedback label is a string



var parameterFieldId = '';
var parameterVariableName = '';
var parameterValue = '';
parameterFieldId = 'entry.'+parseInt(1353807103).toString(); // the parameter fields is parsed as an integer, i presume this means no code can be injected there.
parameterVariableName = 'pageTitle';

switch (parameterVariableName) { // the variableName only has 3 possible values. Everything else will default to "not supported"
default:
console.log("Parameter value not supported");
break;
case "pageTitle":
parameterValue = encodeURIComponent($(document).attr('title'));
break;
case "sectionId":
parameterValue = id;
break;
case "sectionName":
parameterValue = document.getElementById(id).textContent;
break;
}
/* <![CDATA[ */
feedbackurl = feedbackurl + '&';
feedbackurl = feedbackurl + parameterFieldId + '=' + parameterValue;
/* ]] --> */

var parameterFieldId = '';
var parameterVariableName = '';
var parameterValue = '';
parameterFieldId = 'entry.'+parseInt(247644557).toString(); // the parameter fields is parsed as an integer, i presume this means no code can be injected there.
parameterVariableName = 'sectionName';

switch (parameterVariableName) { // the variableName only has 3 possible values. Everything else will default to "not supported"
default:
console.log("Parameter value not supported");
break;
case "pageTitle":
parameterValue = encodeURIComponent($(document).attr('title'));
break;
case "sectionId":
parameterValue = id;
break;
case "sectionName":
parameterValue = document.getElementById(id).textContent;
break;
}
/* <!-- [CDATA[ */
feedbackurl = feedbackurl + '&';
feedbackurl = feedbackurl + parameterFieldId + '=' + parameterValue;
/* ]] --> */


if (id) { //To make sure the element has an id
$(this).append(function () {
return $('<a/>', {
id,
href: feedbackurl,
text: feedbacklabel+' ' ,
class: 'feedback',
target: '_blank',
onclick: 'window.open('+feedbackurl+',\'newwindow\',\'width=300,height=250\');return false;'

});
});
}
})
/* ]]&gt; */
</script>





<!-- / feedback form -->

<!-- Analytics Below
================================================== -->
</body>
Expand Down
Loading

0 comments on commit dfb521b

Please sign in to comment.