init: term colors, completion, execution
This commit is contained in:
4
templates/content/index.php
Normal file
4
templates/content/index.php
Normal file
@ -0,0 +1,4 @@
|
||||
<div id="container">
|
||||
|
||||
</div>
|
||||
|
17
templates/index.php
Normal file
17
templates/index.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
script('testnextcloudapp', 'index');
|
||||
script('testnextcloudapp', 'term');
|
||||
script('testnextcloudapp', 'unix_formatting');
|
||||
style('testnextcloudapp', 'style');
|
||||
?>
|
||||
|
||||
<div id="app" class="full-width">
|
||||
<!-- <div id="app-navigation">-->
|
||||
<!-- --><?php //print_unescaped($this->inc('navigation/index')); ?>
|
||||
<!-- --><?php //print_unescaped($this->inc('settings/index')); ?>
|
||||
<!-- </div>-->
|
||||
|
||||
<div id="app-content" class="full-width">
|
||||
</div>
|
||||
</div>
|
||||
|
10
templates/navigation/index.php
Normal file
10
templates/navigation/index.php
Normal file
@ -0,0 +1,10 @@
|
||||
<ul>
|
||||
<li><a href="#">First level entry</a></li>
|
||||
<li>
|
||||
<a href="#">First level container</a>
|
||||
<ul>
|
||||
<li><a href="#">Second level entry</a></li>
|
||||
<li><a href="#">Second level entry</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
10
templates/settings/index.php
Normal file
10
templates/settings/index.php
Normal file
@ -0,0 +1,10 @@
|
||||
<div id="app-settings">
|
||||
<div id="app-settings-header">
|
||||
<button class="settings-button"
|
||||
data-apps-slide-toggle="#app-settings-content"
|
||||
></button>
|
||||
</div>
|
||||
<div id="app-settings-content">
|
||||
<!-- Your settings in here -->
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user