module import and export
This commit is contained in:
@@ -9,6 +9,14 @@
|
||||
<link rel="stylesheet" href="../assets/libs/bootstrap/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="../assets/libs/lineAwesome/1.3.0/css/line-awesome.min.css">
|
||||
<title>List Page</title>
|
||||
|
||||
<script src="../assets/js/jquery/jquery-3.6.1.min.js" defer></script>
|
||||
<script src="../assets/js/bootstrap/bootstrap.bundle.min.js" defer></script>
|
||||
<script src="../assets/js/cryptojs/cryptojs.js" defer></script>
|
||||
<script type="module" src="../assets/js/home.js" defer></script>
|
||||
<!-- <script src="../assets/js/cookiehelper.js"></script> -->
|
||||
<!-- <script src="../assets/js/base.js" defer></script> -->
|
||||
<!-- <script src="../assets/js/list.index.js" defer></script> -->
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -72,6 +80,7 @@
|
||||
<ul class="m-0 p-0 bdy-ul">
|
||||
<!-- binding -->
|
||||
</ul>
|
||||
<div id="detailIframe"></div>
|
||||
</div>
|
||||
<div class="rtr-nav-bar">
|
||||
<span><i class="la la-question-circle"></i></span>
|
||||
@@ -83,29 +92,6 @@
|
||||
</div>
|
||||
</section>
|
||||
</body>
|
||||
<script src="../assets/js/jquery/jquery-3.6.1.min.js"></script>
|
||||
<script src="../assets/js/bootstrap/bootstrap.bundle.min.js"></script>
|
||||
<script src="../assets/js/base.js" async></script>
|
||||
<script src="../assets/js/list.index.js" async></script>
|
||||
|
||||
<script>
|
||||
$('#detailBtn').click(function () {
|
||||
$('.bdy-ul').addClass('d-none');
|
||||
// Unibase.Themes.Compact.Components.Notification.Instance().loadReminderDetails(105013010001972,105010260000090,'Details','null',6,0,null)
|
||||
const cookie = getCookie('_idty');
|
||||
if (cookie) {
|
||||
const {
|
||||
unibaseId,
|
||||
tenantId,
|
||||
userId
|
||||
} = JSON.parse(cookie);
|
||||
|
||||
$('#detailIframe').html(
|
||||
`<iframe width="100%" style="min-height:746px" name="srcframe" id="srcframe" class="srcframe" src="http://localhost:3088/#/${unibaseId}/${tenantId}/${userId}/105013010001972/105010260000090/'Details'/'null'/6/0/loadDetail"></iframe>`
|
||||
);
|
||||
}
|
||||
|
||||
});
|
||||
</script>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user