-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1f49d7e
commit f25c947
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
<style type="text/css"> | ||
.study-header {font-size:larger;font-weight:bold;border-bottom:1px solid black;border-top:1px solid black} | ||
</style> | ||
<div><span id="facets"></span><div style="display:inline-block;padding:4px"><a href="#" onclick="generateDesignSpreadsheet();return false;">Export Vaccination Info</a> </div></div> | ||
<div><span id="facets"></span><div style="display:inline-block;padding:4px"><a id="generateDesignSpreadsheet" href="#">Export Vaccination Info</a> </div></div> | ||
<script type="text/javascript" nonce="<%=scriptNonce%>"> | ||
document.getElementById("generateDesignSpreadsheet")['onclick'] = function(){generateDesignSpreadsheet(); return false;}; | ||
</script> | ||
<div id="result"> | ||
|
||
</div> |