This repository has been archived by the owner on Nov 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 953
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 #21 from LiGhT1EsS/master
add dashboard
- Loading branch information
Showing
8 changed files
with
551 additions
and
6 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
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,22 @@ | ||
<div class="row clearfix"> | ||
<div class="col-md-12 column"> | ||
<div class="page-header"> | ||
<h3> | ||
Add New Language | ||
<small></small> | ||
</h3> | ||
</div> | ||
</div> | ||
</div> | ||
<form role="form"> | ||
<div class="form-group"> | ||
<label for="language">Language Name</label> | ||
<input type="text" class="form-control" id="language"/> | ||
</div> | ||
<div class="form-group"> | ||
<label for="extensions">Languages Extensions</label> | ||
<textarea class="form-control" id="extensions" placeholder="e.g. .php|.java|.jsp"></textarea> | ||
</div> | ||
<div id="add-new-language-result" hidden></div> | ||
<button type="button" class="btn btn-success" id="add-new-language-button">Add</button> | ||
</form> |
Oops, something went wrong.