mirror of
https://github.com/nasa/openmct.git
synced 2024-12-26 00:01:05 +00:00
1b0303e517
Bring in work on general-purpose and over-arching user interface bundles from the sandbox transition branch. WTD-574.
15 lines
1.3 KiB
HTML
15 lines
1.3 KiB
HTML
<div class='top-bar browse abs'>
|
|
<!-- TO-DO: replace JS placeholders for click actions -->
|
|
<div class='browse-main bar abs left'>
|
|
<a class="menu-element btn btn-menu browse-btn" onclick="alert('Not yet functional. This will allow filtering of browsed objects and search context.');">
|
|
<span class='ui-symbol badge major' href=''>*</span>Browse All<span class='ui-symbol invoke-menu'>v</span>
|
|
</a>
|
|
<input type='text' class='control filter' name='filter-available'/>
|
|
<a class='icon icon-filter ui-symbol' onclick="alert('Not yet functional. This will initiate a search.');">M</a>
|
|
</div>
|
|
<div class='icon-buttons-main bar abs right'>
|
|
<a class='ui-symbol icon major alert' onclick="alert('Not yet functional. This will allow updating of domain objects that need to be refreshed.');">!<span id='alert-actions-menu' class='ui-symbol invoke-menu'>v</span></a>
|
|
<!--a class='ui-symbol icon major profile' href=''>P<span id='profile-actions-menu' class='ui-symbol invoke-menu'>v</span></a-->
|
|
<a class='ui-symbol icon major settings' onclick="alert('Not yet functional. This will allow access to application configuration settings.');">G<span id='settings-actions-menu' class='ui-symbol invoke-menu'>v</span></a>
|
|
</div>
|
|
</div> |