|
| 1 | +<!DOCTYPE html> |
| 2 | +<html> |
| 3 | +<head> |
| 4 | + <!-- Global site tag (gtag.js) - Google Analytics --> |
| 5 | + <!-- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-119603824-1"></script> |
| 6 | + <script> |
| 7 | + window.dataLayer = window.dataLayer || []; |
| 8 | + function gtag(){dataLayer.push(arguments);} |
| 9 | + gtag('js', new Date()); |
| 10 | +
|
| 11 | + gtag('config', 'UA-119603824-1'); --> |
| 12 | + </script> |
| 13 | + |
| 14 | + <title>ImgLab</title> |
| 15 | + |
| 16 | + <link rel="stylesheet" href="css/style.css"> |
| 17 | + <link rel="stylesheet" href="css/slider.css"> |
| 18 | + <link rel="stylesheet" href="css/tags.css"> |
| 19 | + <link rel="stylesheet" href="css/jquery-confirm.min.css"> |
| 20 | + <link rel="stylesheet" href="css/bootstrap.min.css"> |
| 21 | + <link rel="stylesheet" href="css/bootstrap-switch.min.css"> |
| 22 | + <!-- <link rel="stylesheet" href="css/font-awesome.min.css"> --> |
| 23 | + |
| 24 | + <script src="js/thirdparty/jquery.min.js" ></script> |
| 25 | + <script src="js/thirdparty/bootstrap-switch.min.js"></script> |
| 26 | + <script src="js/thirdparty/jsplumb.min.js"></script> |
| 27 | + <script src="js/thirdparty/jquery-confirm.min.js"></script> |
| 28 | + <script src="js/thirdparty/bootstrap.min.js"></script> |
| 29 | + <script src="js/thirdparty/riot.min.js"></script> |
| 30 | + <script src="js/thirdparty/Blob.js"></script> |
| 31 | + <script src="js/thirdparty/FileSaver.min.js"></script> |
| 32 | + <script src="js/thirdparty/fxp.js"></script> |
| 33 | + |
| 34 | + |
| 35 | +</head> |
| 36 | +<body> |
| 37 | + <div class="flex-row"> |
| 38 | + <div id="menubar" class="d-flex flex-row overlay-color" style="height: 50px;"> |
| 39 | + <!-- <div class="p-2"> |
| 40 | + <menu></menu> |
| 41 | + </div> --> |
| 42 | + <div class="p-2 "> |
| 43 | + <actionbar></actionbar> |
| 44 | + </div> |
| 45 | + </div><!-- End of Menubar --> |
| 46 | + |
| 47 | + <div class="d-flex flex-row" style="height: calc(100vh - 50px);"> |
| 48 | + <div id="toolbar" class="d-flex flex-column overlay-color align-items-end" style="border: 1px solid grey;"> |
| 49 | + <toolbox tools="labelling"></toolbox> |
| 50 | + <toolbox class="mt-auto toolbox-border-top" tools="canvas"></toolbox> |
| 51 | + </div> |
| 52 | + <div id="workarea" class="p-2 base-color" style="width: 100vw"> |
| 53 | + <workarea></workarea> |
| 54 | + </div> |
| 55 | + <div id="sidebar" class="p-2 overlay-color" style="width: 300px; border: 1px solid grey;"> |
| 56 | + <sidebar></sidebar> |
| 57 | + </div> |
| 58 | + </div> |
| 59 | + |
| 60 | + <!-- <div class="d-flex flex-row"> |
| 61 | + <div id="statusbar" class="p-2"></div> |
| 62 | + </div> --> |
| 63 | + </div> |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + <script src="js/config.js"></script> |
| 69 | + <script src="js/fileOperation.js"></script> |
| 70 | + <script src="js/uiaction.js"></script> |
| 71 | + <script src="js/widget.js"></script> |
| 72 | + <script src="js/FaceBox.js"></script> |
| 73 | + <script src="js/labels.js"></script> |
| 74 | + <script src="js/labelFileLoader.js"></script> |
| 75 | + <script src="js/dataloader.js"></script> |
| 76 | + <script src="js/slider.js"></script> |
| 77 | + <script src="js/Face++DataParser.js"></script> |
| 78 | + <script src="js/dlibDataHandler.js"></script> |
| 79 | + <script src="tags/tags.js"></script> |
| 80 | + <script type="text/javascript"> |
| 81 | + $(function(){ |
| 82 | + riot.mount("*"); |
| 83 | + }); |
| 84 | + </script> |
| 85 | +</body> |
| 86 | +</html> |
0 commit comments