-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from mkobetic/help
coin2html: Add help link pointing to the README
- Loading branch information
Showing
6 changed files
with
68 additions
and
39 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,27 @@ | ||
|
||
<div id="container"> | ||
<nav id="sidebar"> | ||
<nav id="sidebar"> | ||
<select id="root"></select> | ||
<ul id="accounts"></ul> | ||
</nav> | ||
</nav> | ||
|
||
<section id="main"> | ||
<section id="controls"> | ||
<section id="main"> | ||
<section id="header"> | ||
<section id="controls"> | ||
<select id="view"></select> | ||
<label for="start">From</label> | ||
<input type="date" id="start"/> | ||
<input type="date" id="start" /> | ||
<label for="end">To</label> | ||
<input type="date" id="end" label="To"/> | ||
<input type="date" id="end" label="To" /> | ||
</section> | ||
<a | ||
id="help" | ||
href="https://github.com/mkobetic/coin/tree/master/cmd/coin2html/README.md" | ||
>Help</a | ||
> | ||
</section> | ||
<h1> | ||
<output id="account"></output> | ||
<output id="account"></output> | ||
</h1> | ||
<section id="view"> | ||
</section> | ||
</section> | ||
<section id="view"></section> | ||
</section> | ||
</div> | ||
|
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
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