mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-05-06 11:32:59 +00:00
83 lines
2.7 KiB
HTML
83 lines
2.7 KiB
HTML
|
|
<html lang="ar-iq">
|
|
<head>
|
|
|
|
<base href="/" target="_blank">
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta charset="utf-8">
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="img/fi/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="img/fi/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="img/fi/favicon-16x16.png">
|
|
<link rel="manifest" href="img/fi/site.webmanifest">
|
|
<link rel="mask-icon" href="img/fi/safari-pinned-tab.svg" color="#5bbad5">
|
|
<meta name="msapplication-TileColor" content="#da532c">
|
|
<meta name="theme-color" content="#ffffff">
|
|
|
|
<script src="node_modules/esiur/src/esiur.js" type="module"></script>
|
|
<script src="node_modules/@esiur/iui/src/iui.js" type="module"></script>
|
|
|
|
<script src="lib/ui/ui.js" type="module"></script>
|
|
<script src="lib/auth/init.g.js" type="module"></script>
|
|
|
|
<title>Esiur Demo</title>
|
|
|
|
<script src="js/app.js"></script>
|
|
<script src="js/formats.js"></script>
|
|
|
|
<!--IUI 2.0 -->
|
|
<link href="node_modules/@esiur/iui/css/iui.css" rel="stylesheet" />
|
|
<link href="css/style.css" rel="stylesheet" />
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<i-app onload="init()">
|
|
|
|
<div class="footer">
|
|
Esiur Foundation
|
|
<br />
|
|
Nahrain University, College of Information Technology Engineering
|
|
</div>
|
|
|
|
<div class="title-bar">
|
|
<!--<i-button css-class="ripple" onclick="toggleNav()">
|
|
<img src="img/menu.png" style="height: 40px" />
|
|
</i-button>-->
|
|
|
|
|
|
<img src="img/coie.jpg" class="logo desktop">
|
|
|
|
<h1 class="desktop">Esiur Demo</h1>
|
|
<h3 class="desktop">${FORMAT_CONNECTION_STATUS(d?.status ?? 0)}</h3>
|
|
|
|
|
|
<input class="search-button" required type="search" autocomplete="off" />
|
|
|
|
<div class="location desktop" id="location"></div>
|
|
|
|
<!--<i-link href="tasks" class="inbox"><img src="img/icon/inbox.png"> <span id="spnInbox">0</span></i-link>-->
|
|
|
|
|
|
<!--<div class="profile desktop">
|
|
<div class="profile-type"></div>
|
|
<i-link class="profile-username" href="/profile"></i-link>
|
|
<i-link onclick="logout()" style="padding: 0px 10px"><img style="width: 30px" src="img/icon/logout.png" /></i-link>
|
|
</div>-->
|
|
|
|
<div ::class="`logo connection-${(d?.status ?? 0)}`"></div>
|
|
|
|
|
|
</div>
|
|
|
|
<div :data="conection.get('/sys/demo')">
|
|
<i-input auto ""
|
|
</div>
|
|
</i-app>
|
|
</body>
|
|
</html> |