-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
68 additions
and
68 deletions.
There are no files selected for viewing
33 changes: 1 addition & 32 deletions
33
www/api/data/components/header/componentTemplates/header.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1 @@ | ||
<header class="simplycode-header"> | ||
<nav class="simply-toolbar"> | ||
<div class="simply-toolbar-title"> | ||
<img src="/assets/img/simplycode-narrow.svg" title="SimplyCod"> | ||
</div> | ||
<button class="ds-button simply-button" data-simply-command="save-all"> | ||
<svg class="ds-icon ds-icon-feather"> | ||
<use xlink:href="/assets/img/feather-sprite.svg#save"> | ||
</use></svg> | ||
Save All | ||
</button> | ||
<span class="simply-push-right"></span> | ||
<button class="ds-button simply-button" data-simply-command="search"> | ||
<svg class="ds-icon ds-icon-feather"> | ||
<use xlink:href="/assets/img/feather-sprite.svg#search"> | ||
</use></svg> | ||
Search | ||
</button> | ||
<button class="ds-button simply-button" data-simply-command="preview"> | ||
<svg class="ds-icon ds-icon-feather"> | ||
<use xlink:href="/assets/img/feather-sprite.svg#eye"> | ||
</use></svg> | ||
Preview | ||
</button> | ||
<button class="ds-button simply-button" data-simply-command="help"> | ||
<svg class="ds-icon ds-icon-feather"> | ||
<use xlink:href="/assets/img/feather-sprite.svg#help-circle"> | ||
</use></svg> | ||
Help | ||
</button> | ||
</nav> | ||
</header> | ||
<simply-render rel="simplycode-toolbar"></simply-render> |
30 changes: 30 additions & 0 deletions
30
www/api/data/components/simplycode-toolbar/componentTemplates/simplycode-toolbar.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<nav class="simply-toolbar"> | ||
<div class="simply-toolbar-title"> | ||
<img src="/assets/img/simplycode-narrow.svg" title="SimplyCod"> | ||
</div> | ||
<button class="ds-button simply-button" data-simply-command="save-all"> | ||
<svg class="ds-icon ds-icon-feather"> | ||
<use xlink:href="/assets/img/feather-sprite.svg#save"> | ||
</use></svg> | ||
Save All | ||
</button> | ||
<span class="simply-push-right"></span> | ||
<button class="ds-button simply-button" data-simply-command="search"> | ||
<svg class="ds-icon ds-icon-feather"> | ||
<use xlink:href="/assets/img/feather-sprite.svg#search"> | ||
</use></svg> | ||
Search | ||
</button> | ||
<button class="ds-button simply-button" data-simply-command="preview"> | ||
<svg class="ds-icon ds-icon-feather"> | ||
<use xlink:href="/assets/img/feather-sprite.svg#eye"> | ||
</use></svg> | ||
Preview | ||
</button> | ||
<button class="ds-button simply-button" data-simply-command="help"> | ||
<svg class="ds-icon ds-icon-feather"> | ||
<use xlink:href="/assets/img/feather-sprite.svg#help-circle"> | ||
</use></svg> | ||
Help | ||
</button> | ||
</nav> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"id":"simplycode-toolbar","description":""} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters