-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaccess-law.html
More file actions
143 lines (128 loc) · 4.67 KB
/
access-law.html
File metadata and controls
143 lines (128 loc) · 4.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!-- access-law.html -->
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>c-ECO | Access — Model Law</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700;800&display=swap" rel="stylesheet">
<style>
:root{--legal-blue:#1a2b3c;--gold:#c5a059;--bg:#f4f7f9;--border:#dee2e6;}
body{margin:0;font-family:Inter,system-ui;background:var(--bg);}
.wrap{max-width:980px;margin:0 auto;padding:56px 18px;}
.card{background:#fff;border:1px solid var(--border);box-shadow:0 4px 25px rgba(0,0,0,.06);padding:28px;}
h1{margin:0 0 10px;color:var(--legal-blue);font-size:26px}
.rule{height:2px;background:var(--gold);margin:16px 0 18px;}
.note{color:#444;line-height:1.55;margin:0 0 12px;}
.embed{min-height:820px;}
</style>
</head>
<body>
<div class="wrap">
<div class="card">
<h1>Access to the c-ECO Model Law (PDF)</h1>
<p class="note">
Access is provided via secure email delivery upon professional registration.
The Model Law is not hosted publicly on this site.
</p>
<div class="rule"></div>
<!-- Cole aqui o embed code do Zoho Forms -->
<div class="embed">
<!-- ZOHO FORMS EMBED SNIPPET HERE -->
<h2>Request Access to the c-ECO Model Law</h2>
<p>
Please complete the registration form below.
</p>
<div id="zf_div_gZH1okgf1W-TQRpDL9F7OlyrYvn4gi37O73dGRKDytA">
</div>
<script type="text/javascript">
(function() {
try{
var f = document.createElement("iframe");
var ifrmSrc = 'https://forms.zohopublic.com/contactce1/form/ModelLawAccessRequest/formperma/gZH1okgf1W-TQRpDL9F7OlyrYvn4gi37O73dGRKDytA?zf_rszfm=1';
try{
if ( typeof ZFAdvLead != "undefined" && typeof zfutm_zfAdvLead != "undefined" ) {
for( var prmIdx = 0 ; prmIdx < ZFAdvLead.utmPNameArr.length ; prmIdx ++ ) {
var utmPm = ZFAdvLead.utmPNameArr[ prmIdx ];
utmPm = ( ZFAdvLead.isSameDomian && ( ZFAdvLead.utmcustPNameArr.indexOf(utmPm) == -1 ) ) ? "zf_" + utmPm : utmPm;
var utmVal = zfutm_zfAdvLead.zfautm_gC_enc( ZFAdvLead.utmPNameArr[ prmIdx ] );
if ( typeof utmVal !== "undefined" ) {
if ( utmVal != "" ) {
if(ifrmSrc.indexOf('?') > 0){
ifrmSrc = ifrmSrc+'&'+utmPm+'='+utmVal;
}else{
ifrmSrc = ifrmSrc+'?'+utmPm+'='+utmVal;
}
}
}
}
}
if ( typeof ZFLead !== "undefined" && typeof zfutm_zfLead !== "undefined" ) {
for( var prmIdx = 0 ; prmIdx < ZFLead.utmPNameArr.length ; prmIdx ++ ) {
var utmPm = ZFLead.utmPNameArr[ prmIdx ];
var utmVal = zfutm_zfLead.zfutm_gC_enc( ZFLead.utmPNameArr[ prmIdx ] );
if ( typeof utmVal !== "undefined" ) {
if ( utmVal != "" ){
if(ifrmSrc.indexOf('?') > 0){
ifrmSrc = ifrmSrc+'&'+utmPm+'='+utmVal;//No I18N
}else{
ifrmSrc = ifrmSrc+'?'+utmPm+'='+utmVal;//No I18N
}
}
}
}
}
}catch(e){}
f.src = ifrmSrc;
f.style.border="none";
f.style.height="1458px";
f.style.width="90%";
f.style.transition="all 0.5s ease";
f.setAttribute("aria-label", 'Access Request');
var d = document.getElementById("zf_div_gZH1okgf1W-TQRpDL9F7OlyrYvn4gi37O73dGRKDytA");
d.appendChild(f);
window.addEventListener('message', function (){
var evntData = event.data;
if( evntData && evntData.constructor == String ){
var zf_ifrm_data = evntData.split("|");
if ( zf_ifrm_data.length == 2 || zf_ifrm_data.length == 3 ) {
var zf_perma = zf_ifrm_data[0];
var zf_ifrm_ht_nw = ( parseInt(zf_ifrm_data[1], 10) + 15 ) + "px";
var iframe = document.getElementById("zf_div_gZH1okgf1W-TQRpDL9F7OlyrYvn4gi37O73dGRKDytA").getElementsByTagName("iframe")[0];
if ( (iframe.src).indexOf('formperma') > 0 && (iframe.src).indexOf(zf_perma) > 0 ) {
var prevIframeHeight = iframe.style.height;
var zf_tout = false;
if( zf_ifrm_data.length == 3 ) {
iframe.scrollIntoView();
zf_tout = true;
}
if ( prevIframeHeight != zf_ifrm_ht_nw ) {
if( zf_tout ) {
setTimeout(function(){
iframe.style.height = zf_ifrm_ht_nw;
},500);
} else {
iframe.style.height = zf_ifrm_ht_nw;
}
}
}
}
}
}, false);
}catch(e){}
})();
</script>
<hr>
<p>
After submitting the form, proceed to the restricted page and enter the access code:
</p>
<strong>2026</strong>
<br><br>
<a href="law-gated.html">
<button>Proceed to Restricted Access</button>
</a>
</div>
</div>
</div>
</body>
</html>