Procházet zdrojové kódy

Added new testing audio track

TC pushbot 5 před 4 roky
rodič
revize
6fae444538

+ 1 - 1
web/SystemAO/disk/smart/smart.html

@@ -1,7 +1,7 @@
 
 <html>
     <head>
-        <title>Disk Quota</title>
+        <title>Disk SMART</title>
         <meta charset="UTF-8">
         <meta name="viewport" content="width=device-width, initial-scale=1.0 user-scalable=no">
         <link rel="stylesheet" href="../../../script/semantic/semantic.min.css">

+ 18 - 15
web/SystemAO/info/audio.html

@@ -1,10 +1,10 @@
 <html>
 
 <head>
-    <title>ArOZ Online Audio Tools</title>
-    <link rel="stylesheet" href="../../../script/tocas/tocas.css">
-    <script src="../../../script/tocas/tocas.js"></script>
-    <script src="../../../script/jquery.min.js"></script>
+    <title>ArozOS Audio Test</title>
+    <link rel="stylesheet" href="../../script/semantic/semantic.min.js">
+    <script src="../../script/semantic/semantic.min.css"></script>
+    <script src="../../script/jquery.min.js"></script>
     <!--<script src="ao_module.js"></script> DOES NOT EXIST IN GOLANG VERSION-->
     <style>
         .flip {
@@ -30,24 +30,27 @@
 </head>
 
 <body>
-
-    <div class="ts container">
-        <div class="ts segment" align="center">
-            <p>System Audio Settings</p>
+    <div class="ui container">
+        <div class="ui basic segment">
+            <div class="ui header">
+                System Audio
+                <div class="sub header">Test and adjust your global audio / volume settings</div>
+            </div>
         </div>
-        <div class="ts grid">
+       
+        <div class="ui grid">
             <div class="five wide column selectable" align="center" onClick="PlaySound('left');"><i class="volume up huge icon flip"></i><br>Left Speaker</div>
             <div class="six wide column selectable" align="center" onClick="PlaySound('both');"><i class="computer huge icon"></i><br>Speaker Test</div>
             <div class="five wide column selectable" align="center" onClick="PlaySound('right');"><i class="volume up huge icon"></i><br>Right Speaker</div>
         </div>
         <br>
-        <div class="ts segment">
-            <div class="ts horizontal divider">Master Volume</div>
-            <div class="ts slider">
-                <input id="gblvol" min="0" max="100" type="range" value="0">
-                <div id="numdis" class="ts basic left pointing label">0%</div>
+        <div class="ui segment">
+            <h5>Master Volume</h5>
+            <div class="ui slider">
+                <input id="gblvol" min="0" max="100" type="range" value="0" style="width: 40em;">
             </div>
-            <small style="font-size:70%;">Some modules use stand-alone volume management system. Master volume may not be able to control all module's volume.</small>
+            <p>This Device Global Volume: <span id="numdis">0%</span></p>
+            <small style="font-size:80%;">Some modules use stand-alone volume management system. Master volume may not be able to control all module's volume.</small>
         </div>
         <div style="display:none;">
             <audio id="both" controls><source src="../info/track/both.mp3" type="audio/mp3"></audio>

+ 51 - 49
web/SystemAO/info/clientInfo.html

@@ -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>

+ 15 - 10
web/SystemAO/info/display.html

@@ -1,9 +1,7 @@
 <html>
 
 <head>
-    <title>ArOZ Online Display Test</title>
-    <link rel="stylesheet" href="../../../script/tocas/tocas.css">
-    <script src="../../../script/tocas/tocas.js"></script>
+    <title>ArozOS Display Test</title>
     <script src="../../../script/jquery.min.js"></script>
     <style>
         body {
@@ -25,22 +23,29 @@
     <div class="fs" onClick="nextColor(this);" style="display:none;">
 
     </div>
-    <div id="startui" class="ts container">
-        <br>
-        <div class="ts segment">
-            <div class="ts header">
+    <div id="startui" class="ui container">
+        <div class="ui basic segment">
+            <div class="ui header">
                 Display Testing
-                <div class="sub header">This is a function for user to quick test their display.</div>
+                <div class="sub header">Simple display testing tools</div>
             </div>
-            <p>This function will popup a new window. Please enter full screen with the new window and click anywhere on screen to change color.<br> Click the button below to start the test.</p>
-            <button class="ts primary button" onClick='startTest();'>Start Test</button>
         </div>
+      
+        <h4>Dead Pixel Test </h4>
+        <p>This test will popup a new window with full screen functionality. <br>
+            To exit the test, press ESC on keyboard or swap down & press the "close" button on touch screen devices.</p>
+        <button class="ui blue button" onClick='startTest();'><i class="external icon"></i> Start Test </button>
+      
     </div>
     <script>
         function startTest() {
             window.open("/SystemAO/info/display.html#test");
         }
 
+        function startTouchTest(){
+
+        }
+
         if (window.location.hash == "#test") {
             var colorList = ["black", "red", "blue", "green", "yellow", "purple", "white"];
             var code = 0;

binární
web/SystemAO/info/track/both.mp3


binární
web/SystemAO/info/track/left.mp3


binární
web/SystemAO/info/track/right.mp3