User Interface Guidelines
App User Interface
Most apps will provide a web user interface. The app has to provide its own
HTTP server on the WEB_UI
port.
It’s up to the developper to implement their own UI. However, NASOS provides some CSS elements, which help providing the same look and feel as the NASOS Webboard.
To use it, simply include the css/js files with the following URLs:
/3rdparty/3rdparty.css
/3rdparty/3rdparty.js
Here is an example HTML header:
<head> <meta http-equiv="content-type" content= "text/html; charset=UTF-8"> <link rel="stylesheet" type="text/css" href= "/3rdparty/3rdparty.css"> <script type="text/javascript" src="/3rdparty/3rdparty.js"></script> </head>
User Interface Elements
Note
Here are the user interace elements defined in the CSS file. For each element, we provide a code sample which demonstrates its usage.