Sikuliaq IT Asset Manager (skqitam)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

266 lines
13 KiB

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <meta name="author" content="John Haverlack (jehaverlack@alaska.edu)">
  8. <link rel="shortcut icon" href="img/favicon.ico">
  9. <title>Optional - Sikuliaq IT Asset Manager</title>
  10. <link href="css/bootstrap.min.css" rel="stylesheet">
  11. <link href="css/font-awesome.min.css" rel="stylesheet">
  12. <link href="css/base.css" rel="stylesheet">
  13. <link href="js/styles/default.css" rel="stylesheet">
  14. <link href="css/all.min.css" rel="stylesheet">
  15. <link href="css/satnag-icons.css" rel="stylesheet">
  16. <link href="css/uaf.css" rel="stylesheet">
  17. <link href="css/cfos.css" rel="stylesheet">
  18. <link href="css/cfos-theme.css" rel="stylesheet">
  19. <link href="css/jquery.json-viewer.css" rel="stylesheet">
  20. <link href="css/jjsonviewer.css" rel="stylesheet">
  21. <link href="css/cfosgroups.css" rel="stylesheet">
  22. <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
  23. <!--[if lt IE 9]>
  24. <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
  25. <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
  26. <![endif]-->
  27. <script src="js/jquery-1.10.2.min.js" defer></script>
  28. <script src="js/bootstrap.min.js" defer></script>
  29. </head>
  30. <body>
  31. <div id="banner" style="position: relative; top: -70px; width: 100%; z-index:100;">
  32. <div class="row">
  33. <div id="banner-bar" class="col-sm-12">
  34. <div style="width: 100%; padding: 10px;">
  35. <a href="http://uaf.edu/"><img class="uaflogo" alt="UAF logo" src="img/uaflogoBlue.png"></a>
  36. <a class="text-white" style="font-weight: bold; margin-top: auto; margin-bottom: 10px;" href="https://uaf.edu">UNIVERSITY OF ALASKA FAIRBANKS</a>
  37. </div>
  38. </div>
  39. </div>
  40. <div class="row" style="background: #007682; height: 8px;"></div>
  41. <div class="row">
  42. <div id="banner-logo" class="col-sm-12">
  43. <div id="banner-title">
  44. <div class="cfostitle">
  45. <!-- <a href="https://www.sikuliaq.alaska.edu/"><i>R/V Sikuliaq</i></a> -->
  46. <a href="https://www.sikuliaq.alaska.edu/" title="R/V Sikuliaq"><img alt="R/V Sikuliaq" src="img/SKQShipLogo-White.png"> <span style="font-weight: bold; font-style: italic; margin-top: auto; margin-bottom: auto;"></span></a> R/V <i>Sikuliaq</i>
  47. </div>
  48. </div>
  49. </div>
  50. </div>
  51. </div>
  52. </div>
  53. <div class="navbar navbar-expand-lg navbar-dark bg-primary" style="top: -70px;">
  54. <div class="container">
  55. <a class="navbar-brand" href=".">Sikuliaq IT Asset Manager</a>
  56. <!-- Expander button -->
  57. <button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbar-collapse">
  58. <span class="navbar-toggler-icon"></span>
  59. </button>
  60. <!-- Expanded navigation -->
  61. <div id="navbar-collapse" class="navbar-collapse collapse">
  62. <!-- Main navigation -->
  63. <ul class="nav navbar-nav">
  64. <li class="navitem">
  65. <a href="index.html" class="nav-link"><span class="fas fa-home"></span></a>
  66. </li>
  67. <li class="dropdown">
  68. <a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">About <b class="caret"></b></a>
  69. <ul class="dropdown-menu">
  70. <li>
  71. <a href="contact.html" class="dropdown-item">Contact</a>
  72. </li>
  73. <li>
  74. <a href="license.html" class="dropdown-item">License</a>
  75. </li>
  76. <li>
  77. <a href="versions.html" class="dropdown-item">Changelog</a>
  78. </li>
  79. </ul>
  80. </li>
  81. </ul>
  82. <ul class="nav navbar-nav ml-auto">
  83. <li class="nav-item">
  84. <a href="#" class="nav-link" data-toggle="modal" data-target="#mkdocs_search_modal">
  85. <i class="fa fa-search"></i> Search
  86. </a>
  87. </li>
  88. <li class="nav-item">
  89. <a href="https://github.alaska.edu/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
  90. </li>
  91. </ul>
  92. </div>
  93. </div>
  94. </div>
  95. <div class="container">
  96. <div class="row">
  97. <!-- <div class="col-md-3"></div> -->
  98. <div class="col-md-12" role="main" style="top: -50px;">
  99. <h2 id="optional-recommended-tools">Optional Recommended Tools</h2>
  100. <p>MkDocs provides a test webserver that can be used to test the static HTML website.</p>
  101. <pre><code class="language-bash">mkdocs serve
  102. </code></pre>
  103. <p>However you might prefer the Node.js http-server for this purpose.</p>
  104. <h3 id="nodejs">Node.js</h3>
  105. <ul>
  106. <li><a href="https://nodejs.org/en/">Node.js</a></li>
  107. </ul>
  108. <h5 id="or-via-nvm-no-admin-privs-needed">or via <a href="https://github.com/nvm-sh/nvm#installing-and-updating">NVM</a> (No Admin Privs Needed)</h5>
  109. <pre><code class="language-bash">curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | bash
  110. nvm install --lts
  111. </code></pre>
  112. <pre><code class="language-bash">[$] node --version
  113. v12.14.1
  114. [$] npm --version
  115. 6.13.4
  116. </code></pre>
  117. <h3 id="http-server">http-server</h3>
  118. <p>(Requires Node.js)</p>
  119. <ul>
  120. <li><a href="https://github.com/http-party/http-server#readme">http-server</a></li>
  121. </ul>
  122. <pre><code class="language-bash">npm install --global http-server
  123. </code></pre>
  124. <h3 id="atom-editor">Atom Editor</h3>
  125. <ul>
  126. <li><a href="https://atom.io/">https://atom.io/</a></li>
  127. </ul>
  128. <p>Atom is a popular free cross platform code editor.</p>
  129. <h3 id="git">Git</h3>
  130. <ul>
  131. <li><a href="https://git-scm.com/">https://git-scm.com/</a></li>
  132. </ul>
  133. <p>Git is a helpful tool for managing revision control on your website code.</p>
  134. <hr />
  135. <p><a class='btn btn-primary' href="cloning.html"><span class="fas fa-chevron-right"></span> Cloning the Template</a></p></div>
  136. </div>
  137. </div>
  138. <!-- style="position: relative; top: -100px;" -->
  139. <!-- <div class="alert alert-danger" role="alert">
  140. <p><span class="fas fa-exclamation-circle"></span>
  141. This website is an incomplete and active work in progress. Please send feedback to <a href="mailto:jehaverlack@alaska.edu">jehaverlack@alaska.edu</a>
  142. </p>
  143. </div> -->
  144. <footer class="col-md-12 footer" >
  145. <p class="small">The University of Alaska Fairbanks is <a target="_blank" href="https://uaf.edu/accreditation/">accredited</a> by the Northwest Commission on Colleges and Universities.<br>UAF is an AA/EO employer and educational institution and prohibits illegal discrimination against any individual. Learn more about UA's <a target="_blank" href="https://www.alaska.edu/nondiscrimination" >notice of nondiscrimination</a>.<br>UA is committed to providing accessible websites. Learn more about UA's <a target="_blank" href="https://www.alaska.edu/webaccessibility" >notice of web accessibility</a>.<br><a target="_blank" href="https://www.alaska.edu/records/compliance/gdpr/ua-privacy-statement/index.xml" >Privacy Statement</a></p>
  146. <p class="small"><p class="small">Copyright &copy; 2021 <a target="_blank" href="https://www.uaf.edu">University of Alaska Fairbanks</a> <a target="_blank" href="https://www.uaf.edu/cfos">College of Fisheries and Ocean Sciences</a> - <a target="_blank" href="https://www.sikuliaq.alaska.edu"><i>R/V Sikuliaq</i></a></p></p>
  147. <p class="small">For questions or comments regarding this page, contact <a href="mailto:uaf-skq-science-support@alaska.edu">uaf-skq-science-support@alaska.edu</a></p>
  148. <p class="small">Version: 0.0.9 2021-06-24 (Beta)</p>
  149. <p class="small">Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p>
  150. </footer>
  151. <div class="row" style="margin-right: 20px;">
  152. <div class="col-sm-12" style="text-align: right; valign: middle;">
  153. <a target="_blank" href="https://www.uaf.edu/"><img alt="University of Alaska Fairbanks" title="University of Alaska Fairbanks" style="max-height: 50px;" src="img/UAF.png"></a>
  154. <a target="_blank" href="https://www.uaf.edu/cfos/"><img alt="UAF College of Fisheries and Ocean Sciences" title="UAF College of Fisheries and Ocean Sciences" style="max-height: 50px;" src="img/SMALL-CFOS.jpg"></a>
  155. <a target="_blank" href="https://www.sikuliaq.alaska.edu/"><img alt="R/V Sikuliaq" title="R/V Sikuliaq" style="max-height: 50px;" src="img/sikuliaqlogo.png"></a>
  156. <a target="_blank" href="https://www.unols.org/"><img alt="University-National Laboratory System" title="University-National Laboratory System" style="max-height: 50px;" src="img/unols-logo.png"></a>
  157. <a target="_blank" href="https://www.nsf.gov/"><img alt="National Science Foundation" title="National Science Foundation" style="max-height: 65px;" src="img/NSF.png"></a>
  158. </div>
  159. </div>
  160. <script>
  161. var base_url = ".",
  162. shortcuts = {"help": 191, "next": 78, "previous": 80, "search": 83};
  163. </script>
  164. <script src="js/base.js" defer></script>
  165. <script src="js/highlight.pack.js" defer></script>
  166. <script src="js/highlightinit.js" defer></script>
  167. <script src="js/jquery.json-viewer.js" defer></script>
  168. <script src="js/jquery.event.move.js" defer></script>
  169. <script src="js/jquery.event.swipe.js" defer></script>
  170. <script src="js/MathJax.js?config=TeX-AMS-MML_HTMLorMML" defer></script>
  171. <script src="js/swipenav.js" defer></script>
  172. <script src="js/hometitle.js" defer></script>
  173. <script src="js/clipboard.min.js" defer></script>
  174. <script src="js/chart.min.js" defer></script>
  175. <script src="js/skq-it-am.js" defer></script>
  176. <script src="search/main.js" defer></script>
  177. <div class="modal" id="mkdocs_search_modal" tabindex="-1" role="dialog" aria-labelledby="searchModalLabel" aria-hidden="true">
  178. <div class="modal-dialog modal-lg">
  179. <div class="modal-content">
  180. <div class="modal-header">
  181. <h4 class="modal-title" id="searchModalLabel">Search</h4>
  182. <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
  183. </div>
  184. <div class="modal-body">
  185. <p>
  186. From here you can search these documents. Enter
  187. your search terms below.
  188. </p>
  189. <form>
  190. <div class="form-group">
  191. <input type="search" class="form-control" placeholder="Search..." id="mkdocs-search-query" title="Type search term here">
  192. </div>
  193. </form>
  194. <div id="mkdocs-search-results"></div>
  195. </div>
  196. <div class="modal-footer">
  197. </div>
  198. </div>
  199. </div>
  200. </div><div class="modal" id="mkdocs_keyboard_modal" tabindex="-1" role="dialog" aria-labelledby="keyboardModalLabel" aria-hidden="true">
  201. <div class="modal-dialog">
  202. <div class="modal-content">
  203. <div class="modal-header">
  204. <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>
  205. <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
  206. </div>
  207. <div class="modal-body">
  208. <table class="table">
  209. <thead>
  210. <tr>
  211. <th style="width: 20%;">Keys</th>
  212. <th>Action</th>
  213. </tr>
  214. </thead>
  215. <tbody>
  216. <tr>
  217. <td class="help shortcut"><kbd>?</kbd></td>
  218. <td>Open this help</td>
  219. </tr>
  220. <tr>
  221. <td class="next shortcut"><kbd>n</kbd></td>
  222. <td>Next page</td>
  223. </tr>
  224. <tr>
  225. <td class="prev shortcut"><kbd>p</kbd></td>
  226. <td>Previous page</td>
  227. </tr>
  228. <tr>
  229. <td class="search shortcut"><kbd>s</kbd></td>
  230. <td>Search</td>
  231. </tr>
  232. </tbody>
  233. </table>
  234. </div>
  235. <div class="modal-footer">
  236. </div>
  237. </div>
  238. </div>
  239. </div>
  240. </body>
  241. </html>