index.html 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <html>
  2. <head>
  3. <title>ArOZ Online System Documentation</title>
  4. <!-- Tocas UI:CSS 與元件 -->
  5. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tocas-ui/2.3.3/tocas.css">
  6. <!-- Tocas JS:模塊與 JavaScript 函式 -->
  7. <script src="https://cdnjs.cloudflare.com/ajax/libs/tocas-ui/2.3.3/tocas.js"></script>
  8. <script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
  9. </head>
  10. <body>
  11. <br><br>
  12. <div class="ts container">
  13. <div class="ts basic padded dashed slate">
  14. <i class="book symbol icon"></i>
  15. <span class="header">ArOZ Online Documentation</span>
  16. <span class="description">Everything you need to know about ArOZ Online is in here</span>
  17. </div>
  18. <p>Here are a list of translated documentations for different language users:</p>
  19. <table class="ts table">
  20. <thead>
  21. <tr>
  22. <th>Language</th>
  23. <th>Code Name</th>
  24. <th>Last Update</th>
  25. <th>Open</th>
  26. </tr>
  27. </thead>
  28. <tbody>
  29. <tr>
  30. <td>en-US</td>
  31. <td>aCloud</td>
  32. <td>Pending</td>
  33. <td>-</td>
  34. </tr>
  35. <tr>
  36. <td>zh-HK</td>
  37. <td>aCloud</td>
  38. <td>N/A</td>
  39. <td><a href="reader.html#zh-HK">Open</a></td>
  40. </tr>
  41. <tr>
  42. <td>zh-TW</td>
  43. <td>aCloud</td>
  44. <td>Pending</td>
  45. <td>-</td>
  46. </tr>
  47. </tbody>
  48. <tfoot>
  49. <tr>
  50. <th colspan="3">All documentations can be found under the main repo's /docs directory.<br>CopyRight ArOZ Online Project, 2016 - <span id="currentYear">2016</span></th>
  51. </tr>
  52. </tfoot>
  53. </table>
  54. </div>
  55. <script>
  56. $("#currentYear").text(new Date().getFullYear());
  57. </script>
  58. </body>
  59. </html>