mirror of
https://github.com/tlsnotary/PageSigner.git
synced 2026-04-23 03:00:01 -04:00
33 lines
1005 B
HTML
33 lines
1005 B
HTML
<head>
|
|
<title>Manage your PageSigner notarization sessions.</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<meta name="description" content="PageSigner" />
|
|
<link rel="stylesheet" href="../css/manager.css" type="text/css" media="screen" />
|
|
<link rel="stylesheet" href="../css/table.css" type="text/css" media="screen" />
|
|
<link rel="stylesheet" type="text/css" href="../css/sweetalert.css">
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
<div id="mydata">
|
|
<table class="blueTable" id="myTableData" width="100%">
|
|
<thead>
|
|
<tr>
|
|
<th scope='col' style="text-align: center;" width="50%">Session name</th>
|
|
<th scope='col' style="text-align: center;">Notarization time</th>
|
|
<th scope='col' style="text-align: center;">View session</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody id="tableBody">
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<script type="module" src="../Manager.js"></script>
|
|
<script src="../sweetalert.min.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|