common_cadline_libraries (CRM hardlock/db/users classes; upstream cadline_web/cadcommonlib), maintenance/ (ARCHLine.XP license backend; upstream cadline_web/maintenance), maintenance2/. Vetted live files (byte-truth); upstream repos in PROVENANCE.md. NOTE: could be git submodules — kept as live files for byte-fidelity. Signed-off-by: LÁZÁR Imre <imre@illusion.hu> Assisted-by: claude-code@claude-opus-4-8
35 lines
1.3 KiB
PHP
35 lines
1.3 KiB
PHP
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<link href="/public/DIAMOND_YELLOW.png" rel="shortcut icon" type="image/vnd.microsoft.icon" />
|
|
<link rel="stylesheet" href="styles/jquery.treeview.css" />
|
|
<link rel="stylesheet" href="styles/styles.css?ver=3" />
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB" crossorigin="anonymous">
|
|
|
|
<title>Archline teszteredmények</title>
|
|
</head>
|
|
|
|
<body>
|
|
<input type="hidden" id="test_id" value="<?= $_GET['id'] ?>">
|
|
|
|
<img id="#dropbox" src="../public/img/logo.png" style="display: block; margin-left: auto; margin-right: auto; margin-top: 1rem; margin-bottom: 1rem;" />
|
|
<br />
|
|
|
|
<img id="loading" src="images/loading.gif" width="100px" height="100px" style="margin-left: 100px;" />
|
|
|
|
<div id="ListContainer"></div>
|
|
<hr>
|
|
|
|
<center> ch0kee - CadLine Ltd. © 2014 </center>
|
|
|
|
<script src="scripts/jquery-1.11.1.min.js"></script>
|
|
<script src="scripts/jquery.treeview.min.js"></script>
|
|
<script src="scripts/scripts.js?ver=<?= time() ?>"></script>
|
|
<script src="scripts/uploader.js"></script>
|
|
</body>
|
|
|
|
</html> |