Added Analysis View

这个提交包含在:
int2001 2023-12-08 04:40:14 +00:00
父节点 b85525ce9c
当前提交 4d7076cd79
找不到此签名对应的密钥
GPG 密钥 ID: DFB1C13CD2DB037B

查看文件

@ -0,0 +1,13 @@
<div class="container">
<h2><?php echo $page_title; ?></h2>
<?php
if (isset ($table_headers)) {
echo $table_headers;
} else {
echo 'No data imported. please check selected date. Must be in the past!';
}
?>
<?php if (isset ($table)) {echo $table;} ?>
</div>