updating manufacturer pages
This commit is contained in:
20
janssen.html
20
janssen.html
@@ -14,14 +14,32 @@
|
|||||||
src="https://cdn.datatables.net/1.11.4/js/jquery.dataTables.min.js"></script>
|
src="https://cdn.datatables.net/1.11.4/js/jquery.dataTables.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
$('#batchCodeTable').DataTable();
|
$('#batchCodeTable').DataTable({
|
||||||
|
language: {
|
||||||
|
searchPlaceholder: "Enter Janssen Batch Code"
|
||||||
|
},
|
||||||
|
search: {
|
||||||
|
return: false
|
||||||
|
},
|
||||||
|
"order": [[1, "desc"]]
|
||||||
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
<style>
|
||||||
|
.dataTables_filter {
|
||||||
|
float: left !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dataTables_length {
|
||||||
|
float: right !important;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1> Janssen batch codes</h1>
|
<h1> Janssen batch codes</h1>
|
||||||
<p>
|
<p>
|
||||||
|
<b>Check out your Janssen batch code </b> <font size="-2">(last updated 29th December 2021)</font>
|
||||||
<table border="0" class="dataframe display" id="batchCodeTable">
|
<table border="0" class="dataframe display" id="batchCodeTable">
|
||||||
<thead>
|
<thead>
|
||||||
<tr style="text-align: unset;">
|
<tr style="text-align: unset;">
|
||||||
|
|||||||
20
moderna.html
20
moderna.html
@@ -14,14 +14,32 @@
|
|||||||
src="https://cdn.datatables.net/1.11.4/js/jquery.dataTables.min.js"></script>
|
src="https://cdn.datatables.net/1.11.4/js/jquery.dataTables.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
$('#batchCodeTable').DataTable();
|
$('#batchCodeTable').DataTable({
|
||||||
|
language: {
|
||||||
|
searchPlaceholder: "Enter Moderna Batch Code"
|
||||||
|
},
|
||||||
|
search: {
|
||||||
|
return: false
|
||||||
|
},
|
||||||
|
"order": [[1, "desc"]]
|
||||||
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
<style>
|
||||||
|
.dataTables_filter {
|
||||||
|
float: left !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dataTables_length {
|
||||||
|
float: right !important;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1>Moderna batch codes</h1>
|
<h1>Moderna batch codes</h1>
|
||||||
<p>
|
<p>
|
||||||
|
<b>Check out your Moderna batch code </b> <font size="-2">(last updated 29th December 2021)</font>
|
||||||
<table border="0" class="dataframe display" id="batchCodeTable">
|
<table border="0" class="dataframe display" id="batchCodeTable">
|
||||||
<thead>
|
<thead>
|
||||||
<tr style="text-align: unset;">
|
<tr style="text-align: unset;">
|
||||||
|
|||||||
20
pfizer.html
20
pfizer.html
@@ -14,14 +14,32 @@
|
|||||||
src="https://cdn.datatables.net/1.11.4/js/jquery.dataTables.min.js"></script>
|
src="https://cdn.datatables.net/1.11.4/js/jquery.dataTables.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
$('#batchCodeTable').DataTable();
|
$('#batchCodeTable').DataTable({
|
||||||
|
language: {
|
||||||
|
searchPlaceholder: "Enter Pfizer Batch Code"
|
||||||
|
},
|
||||||
|
search: {
|
||||||
|
return: false
|
||||||
|
},
|
||||||
|
"order": [[1, "desc"]]
|
||||||
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
<style>
|
||||||
|
.dataTables_filter {
|
||||||
|
float: left !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dataTables_length {
|
||||||
|
float: right !important;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1>Pfizer batch codes</h1>
|
<h1>Pfizer batch codes</h1>
|
||||||
<p>
|
<p>
|
||||||
|
<b>Check out your Pfizer batch code </b> <font size="-2">(last updated 29th December 2021)</font>
|
||||||
<table border="0" class="dataframe display" id="batchCodeTable">
|
<table border="0" class="dataframe display" id="batchCodeTable">
|
||||||
<thead>
|
<thead>
|
||||||
<tr style="text-align: unset;">
|
<tr style="text-align: unset;">
|
||||||
|
|||||||
Reference in New Issue
Block a user