From ed8817080b3936915abddb2cc17cce2f457a422c Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Fri, 30 Jul 2021 10:53:32 -0400 Subject: [PATCH] Creating a simpler generator for the DCC --- create_dcc.html | 383 +++++++++++++++++++++++++++++++++++++++++++++++ css/style.v2.css | 21 +++ 2 files changed, 404 insertions(+) create mode 100644 create_dcc.html diff --git a/create_dcc.html b/create_dcc.html new file mode 100644 index 0000000..0c14c72 --- /dev/null +++ b/create_dcc.html @@ -0,0 +1,383 @@ + + + + + + + + EU's Digital Covid Certificate Combined Payload + + + + + + + + + + + + +
+ +
+ +
+

Digital Covid Certificate (Schema 1.2.0)

+
+
+

Credential

+ + + +
Expires(months)
Issuer
+ +

Subject

+ + + + + + +
Fam Name
Given Name
Std Family
Std Given
Birthdate
+
+
+

COVID Test

+ + + + + + + + + + + + +
Include?
Disease
Type
Test Name
Manuf
Date Colect
Result
Centre
Country
Issuer
Cert ID
+
+
+

Vaccination

+ + + + + + + + + + + + +
Include?
Disease
Prophylaxis
Product
Manuf
Dose #
Doses
Date
Country
Issuer
Cert ID
+
+ +
+

Recovery

+ + + + + + + + + +
Include?
Disease
Date 1st Posistive
Valid From
Valid Until
Country
Issuer
Cert ID
+
+
+
+ +
+

EU HC1 Credentials

+
+ +
+ +
+
+
+ +
+
+ +
+ +
+
+

+
+
+

DCC Certificate

+
+
+
+
+
+ +
+ + + + + + + + diff --git a/css/style.v2.css b/css/style.v2.css index dc1d0c1..f32f65b 100644 --- a/css/style.v2.css +++ b/css/style.v2.css @@ -177,6 +177,14 @@ pre { padding-left: 5px; } +.quarter-real { + float: left; + width: 25%; + margin: 0px; + padding-right: 5px; + padding-left: 5px; +} + .half { float: left; width: 49%; @@ -196,6 +204,11 @@ pre { margin: 0px; } +.four-quarter-middle { + width: 78%; + margin: auto; +} + .full-div-align-center { clear: both; width: 100%; @@ -218,6 +231,14 @@ pre { padding-left: 5px; } +.two-quarter2 { + float: left; + width: 49%; + margin: 0px; + padding-right: 5px; + padding-left: 5px; +} + .full-div { clear: both; width: 100%;