You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+28-1Lines changed: 28 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,24 @@
15
15
<metaproperty="og:type" content="website">
16
16
<metaproperty="og:image" content="favicon.png">
17
17
<metaname="robots" content="index,follow">
18
+
<styleid="i-formsupport-css">
19
+
.form-row {
20
+
display: flex;
21
+
gap:1em;
22
+
align-items: baseline;
23
+
margin:0.5em;
24
+
}
25
+
26
+
.form-rowlabel {
27
+
width:120px;
28
+
margin-right:0.5em;
29
+
text-align: left;
30
+
}
31
+
32
+
.form-rowinput {
33
+
flex:1;
34
+
}
35
+
</style>
18
36
<!-- %NREL% -->
19
37
</head>
20
38
<script>
@@ -29,7 +47,16 @@
29
47
</noscript>
30
48
<divid="cors-error">
31
49
<p> ⚠ Do you see this message only? Then viewer is not reading help file content.<br>This may be caused by your browser blocking local file access (file://) due to CORS policy restrictions. </p>
32
-
<p>You need to run your browser in mode with bypass CORS policy:</p>
50
+
<p>You can select these files:</p>
51
+
<formid="form">
52
+
<divid="formIn">
53
+
</div>
54
+
<buttontype="submit">Odeslat</button>
55
+
</form>
56
+
<script>
57
+
formCorsHelpFilesUpload();
58
+
</script>
59
+
<p>Alternatively you need to run your browser in mode with bypass CORS policy:</p>
0 commit comments