|
@@ -2,62 +2,64 @@
|
|
|
|
|
|
<head>
|
|
|
<meta charset="UTF-8">
|
|
|
- <link rel="stylesheet" href="../../../script/tocas/tocas.css">
|
|
|
- <script type='text/javascript' src="../../../script/tocas/tocas.js"></script>
|
|
|
+ <link rel="stylesheet" href="../../script/semantic/semantic.min.css">
|
|
|
+ <script type='text/javascript' src="../../script/semantic/semantic.min.js"></script>
|
|
|
<script src="../../../script/jquery.min.js"></script>
|
|
|
<script src="/SystemAO/info/js/ua-parser.min.js"></script>
|
|
|
- <title>ArOZ Online - Client Information</title>
|
|
|
+ <title>Client Information</title>
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
|
</head>
|
|
|
|
|
|
<body style="background-color:#f9f9f9;">
|
|
|
- <br>
|
|
|
- <div class="ts container">
|
|
|
- <div class="ts header">
|
|
|
- Client Device Information
|
|
|
- <div class="sub header">These are the information that your browser is telling the system.</div>
|
|
|
- <table class="ts celled striped table">
|
|
|
- <thead>
|
|
|
- <tr>
|
|
|
- <th colspan="3">
|
|
|
- Browser Information
|
|
|
- </th>
|
|
|
- </tr>
|
|
|
- </thead>
|
|
|
- <tbody>
|
|
|
- <tr>
|
|
|
- <td class="collapsing">
|
|
|
- <i class="sticky note icon"></i> Cookie Enabled
|
|
|
- </td>
|
|
|
- <td id="cke"></td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td class="collapsing">
|
|
|
- <i class="hashtag icon"></i> Operation system
|
|
|
- </td>
|
|
|
- <td id="os"></td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td class="collapsing">
|
|
|
- <i class="hashtag icon"></i> Application Name
|
|
|
- </td>
|
|
|
- <td id="appname"></td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td class="collapsing">
|
|
|
- <i class="browser icon"></i> Browser Engine
|
|
|
- </td>
|
|
|
- <td id="be"></td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td class="collapsing">
|
|
|
- <i class="user circle icon"></i> User Agent
|
|
|
- </td>
|
|
|
- <td id="ua"></td>
|
|
|
- </tr>
|
|
|
- </tbody>
|
|
|
- </table>
|
|
|
+ <div class="ui container">
|
|
|
+ <div class="ui basic segment">
|
|
|
+ <div class="ui header">
|
|
|
+ Client Device Information
|
|
|
+ <div class="sub header">These are the information that your browser is telling the ArozOS.</div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
+
|
|
|
+ <table class="ui celled striped table">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th colspan="3">
|
|
|
+ Browser Information
|
|
|
+ </th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td class="collapsing">
|
|
|
+ <i class="sticky note icon"></i> Cookie Enabled
|
|
|
+ </td>
|
|
|
+ <td id="cke"></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="collapsing">
|
|
|
+ <i class="hashtag icon"></i> Operation system
|
|
|
+ </td>
|
|
|
+ <td id="os"></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="collapsing">
|
|
|
+ <i class="hashtag icon"></i> Application Name
|
|
|
+ </td>
|
|
|
+ <td id="appname"></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="collapsing">
|
|
|
+ <i class="browser icon"></i> Browser Engine
|
|
|
+ </td>
|
|
|
+ <td id="be"></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="collapsing">
|
|
|
+ <i class="user circle icon"></i> User Agent
|
|
|
+ </td>
|
|
|
+ <td id="ua"></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
</div>
|
|
|
<br><br><br><br>
|
|
|
</div>
|