mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
Changes due to change requests by apenski.
This commit is contained in:
parent
dbaeedcef3
commit
590e4cde16
2 changed files with 3 additions and 2 deletions
|
|
@ -13,7 +13,8 @@ View [validator configuration](/server/config) or <a href="/server/health" targe
|
|||
<div>
|
||||
<label for="file">Choose a file</label>
|
||||
<input type="file" id="file" name="myFile">
|
||||
<input type="button" id="submit" value="Validate" onclick="return validate();"><input type="button" id="dwn-btn" value="Download Report" onclick="return reporting();" disabled>
|
||||
<input type="button" id="submit" value="Validate" onclick="return validate();">
|
||||
<input type="button" id="dwn-btn" value="Download Report" onclick="return download();" disabled>
|
||||
</div>
|
||||
<div id="result"></div>
|
||||
</form>
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@
|
|||
return false;
|
||||
};
|
||||
|
||||
var reporting = function reporting() {
|
||||
var download = function download() {
|
||||
var filename = "report.html";
|
||||
|
||||
var element = document.createElement('a');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue