2017-01-21 05:08:29 +00:00
|
|
|
|
<div class="site-wrapper">
|
|
|
|
|
<div class="site-wrapper-inner">
|
|
|
|
|
<div class="cover-container">
|
|
|
|
|
|
|
|
|
|
<div class="masthead clearfix">
|
|
|
|
|
<div class="inner">
|
|
|
|
|
<h3 class="masthead-brand"></h3>
|
|
|
|
|
<nav>
|
|
|
|
|
<ul class="nav masthead-nav">
|
|
|
|
|
<li class="ui-home<% if(!signin) { %> active<% } %>"><a href="#"><%= __('Intro') %></a>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="ui-history<% if(signin) { %> active<% } %>"><a href="#"><%= __('History') %></a>
|
|
|
|
|
</li>
|
|
|
|
|
<div class="ui-signin" style="float: right; margin-top: 8px;<% if(signin) { %> display: none;<% } %>">
|
|
|
|
|
<% if(allowAnonymous) { %>
|
2017-10-07 13:53:25 +00:00
|
|
|
|
<a type="button" href="<%- url %>/new" class="btn btn-sm btn-primary"><i class="fa fa-plus"></i> <%= __('New guest note') %></a>
|
2017-01-21 05:08:29 +00:00
|
|
|
|
<% } %>
|
2017-11-28 03:46:58 +00:00
|
|
|
|
<% if(facebook || twitter || github || gitlab || mattermost || dropbox || google || ldap || saml || email) { %>
|
2017-01-21 05:08:29 +00:00
|
|
|
|
<button class="btn btn-sm btn-success ui-signin" data-toggle="modal" data-target=".signin-modal"><%= __('Sign In') %></button>
|
|
|
|
|
<% } %>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="ui-signout" style="float: right; margin-top: 8px;<% if(!signin) { %> display: none;<% } %>">
|
2017-10-07 13:53:25 +00:00
|
|
|
|
<a type="button" href="<%- url %>/new" class="btn btn-sm btn-primary"><i class="fa fa-plus"></i> <%= __('New note') %></a>
|
2017-01-21 05:08:29 +00:00
|
|
|
|
<span class="ui-profile dropdown pull-right">
|
|
|
|
|
<button id="profileLabel" class="btn btn-sm btn-link ui-profile-label" style="padding-right: 0;" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
|
|
|
|
<img class="ui-avatar" width="20" height="20"><span class="hidden-xs hidden-sm"> <span class="ui-name"></span></span> <i class="fa fa-caret-down"></i>
|
|
|
|
|
</button>
|
|
|
|
|
<ul class="dropdown-menu" aria-labelledby="profileLabel">
|
2017-01-21 06:24:51 +00:00
|
|
|
|
<li><a href="<%- url %>/features"><i class="fa fa-dot-circle-o fa-fw"></i> <%= __('Features') %></a></li>
|
2017-01-21 05:08:29 +00:00
|
|
|
|
<li><a href="<%- url %>/logout"><i class="fa fa-sign-out fa-fw"></i> <%= __('Sign Out') %></a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
</ul>
|
|
|
|
|
</nav>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="home" class="section"<% if(signin) { %> style="display:none;"<% } %>>
|
|
|
|
|
<div class="inner cover">
|
|
|
|
|
<h1 class="cover-heading"><i class="fa fa-file-text"></i> HackMD</h1>
|
2018-01-20 02:12:38 +00:00
|
|
|
|
<p class="lead"><strong>Community Edition</strong></p>
|
2017-01-21 05:08:29 +00:00
|
|
|
|
<p class="lead">
|
|
|
|
|
<%= __('Best way to write and share your knowledge in markdown.') %>
|
|
|
|
|
</p>
|
|
|
|
|
<% if (infoMessage && infoMessage.length > 0) { %>
|
|
|
|
|
<div class="alert alert-info" style="max-width: 400px; margin: 0 auto;"><%= infoMessage %></div>
|
|
|
|
|
<% } %>
|
|
|
|
|
<% if (errorMessage && errorMessage.length > 0) { %>
|
|
|
|
|
<div class="alert alert-danger" style="max-width: 400px; margin: 0 auto;"><%= errorMessage %></div>
|
|
|
|
|
<% } %>
|
2017-11-28 03:46:58 +00:00
|
|
|
|
<% if(facebook || twitter || github || gitlab || mattermost || dropbox || google || ldap || saml || email) { %>
|
2017-01-21 05:08:29 +00:00
|
|
|
|
<span class="ui-signin">
|
|
|
|
|
<br>
|
|
|
|
|
<a type="button" class="btn btn-lg btn-success ui-signin" data-toggle="modal" data-target=".signin-modal" style="min-width: 200px;"><%= __('Sign In') %></a>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="ui-or"><%= __('or') %></span>
|
|
|
|
|
<% } %>
|
|
|
|
|
<span class="ui-signin">
|
|
|
|
|
<a type="button" href="<%- url %>/features" class="btn btn-lg btn-primary" style="min-width: 200px;"><%= __('Explore all features') %></a>
|
|
|
|
|
<br>
|
|
|
|
|
<br>
|
|
|
|
|
<img src="<%- url %>/screenshot.png" class="screenshot ui-signin">
|
|
|
|
|
</span>
|
|
|
|
|
<div class="lead row" style="width: 90%; margin: 0 auto;">
|
|
|
|
|
<div class="col-md-4 inner">
|
|
|
|
|
<a href="<%- url %>/features#share-notes">
|
|
|
|
|
<i class="fa fa-bolt fa-3x"></i>
|
|
|
|
|
<h4><%= __('Collaborate with URL') %></h4>
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-4 inner">
|
|
|
|
|
<a href="<%- url %>/features#mathjax">
|
|
|
|
|
<i class="fa fa-bar-chart fa-3x"></i>
|
|
|
|
|
<h4><%= __('Support charts and MathJax') %></h4>
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-4 inner">
|
|
|
|
|
<a href="<%- url %>/features#slide-mode">
|
|
|
|
|
<i class="fa fa-tv fa-3x"></i>
|
|
|
|
|
<h4><%= __('Support slide mode') %></h4>
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="history" class="section"<% if(!signin) { %> style="display:none;"<% } %>>
|
|
|
|
|
<div class="ui-signin"<% if(signin) { %> style="display:none;"<% } %>>
|
|
|
|
|
<p><%= __('Below is the history from browser') %></p>
|
|
|
|
|
</div>
|
|
|
|
|
<br>
|
|
|
|
|
<form class="form-inline">
|
|
|
|
|
<div class="form-group" style="vertical-align: bottom;">
|
|
|
|
|
<input class="form-control ui-use-tags" placeholder="<%= __('Select tags...') %>" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<input class="search form-control" placeholder="<%= __('Search keyword...') %>" />
|
|
|
|
|
</div>
|
|
|
|
|
<a href="#" class="sort btn btn-default" data-sort="text" title="<%= __('Sort by title') %>">
|
|
|
|
|
<%= __('Title') %>
|
|
|
|
|
</a>
|
|
|
|
|
<a href="#" class="sort btn btn-default" data-sort="timestamp" title="<%= __('Sort by time') %>">
|
|
|
|
|
<%= __('Time') %>
|
|
|
|
|
</a>
|
|
|
|
|
<span class="hidden-xs hidden-sm">
|
|
|
|
|
<a href="#" class="btn btn-default ui-save-history" title="<%= __('Export history') %>"><i class="fa fa-save"></i></a>
|
|
|
|
|
<span class="btn btn-default btn-file ui-open-history" title="<%= __('Import history') %>">
|
|
|
|
|
<i class="fa fa-folder-open-o"></i><input type="file" />
|
|
|
|
|
</span>
|
|
|
|
|
<a href="#" class="btn btn-default ui-clear-history" title="<%= __('Clear history') %>" data-toggle="modal" data-target=".delete-modal"><i class="fa fa-trash-o"></i></a>
|
|
|
|
|
</span>
|
|
|
|
|
<a href="#" class="btn btn-default ui-refresh-history" title="<%= __('Refresh history') %>"><i class="fa fa-refresh"></i></a>
|
|
|
|
|
</form>
|
|
|
|
|
<h4 class="ui-nohistory" style="display:none;">
|
|
|
|
|
<%= __('No history') %>
|
|
|
|
|
</h4>
|
|
|
|
|
<a href="#" class="btn btn-primary ui-import-from-browser" style="display:none;"><%= __('Import from browser') %></a>
|
|
|
|
|
<ul id="history-list" class="list">
|
|
|
|
|
</ul>
|
|
|
|
|
<ul class="pagination"></ul>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="mastfoot">
|
|
|
|
|
<div class="inner">
|
|
|
|
|
<select class="ui-locale">
|
|
|
|
|
<option value="en">English</option>
|
2017-10-17 02:54:52 +00:00
|
|
|
|
<option value="zh-CN">简体中文</option>
|
|
|
|
|
<option value="zh-TW">繁體中文</option>
|
2017-01-21 05:08:29 +00:00
|
|
|
|
<option value="fr">Français</option>
|
|
|
|
|
<option value="de">Deutsch</option>
|
|
|
|
|
<option value="ja">日本語</option>
|
|
|
|
|
<option value="es">Español</option>
|
2017-03-20 06:52:25 +00:00
|
|
|
|
<option value="ca">Català</option>
|
2017-01-21 05:08:29 +00:00
|
|
|
|
<option value="el">Ελληνικά</option>
|
|
|
|
|
<option value="pt">Português</option>
|
|
|
|
|
<option value="it">italiano</option>
|
|
|
|
|
<option value="tr">Türkçe</option>
|
|
|
|
|
<option value="ru">Русский</option>
|
|
|
|
|
<option value="nl">Nederlands</option>
|
|
|
|
|
<option value="hr">hrvatski jezik</option>
|
|
|
|
|
<option value="pl">język polski</option>
|
|
|
|
|
<option value="uk">Українська</option>
|
|
|
|
|
<option value="hi">हिन्दी</option>
|
|
|
|
|
<option value="sv">svenska</option>
|
|
|
|
|
<option value="eo">Esperanto</option>
|
2017-06-11 07:52:04 +00:00
|
|
|
|
<option value="da">dansk</option>
|
2017-01-21 05:08:29 +00:00
|
|
|
|
</select>
|
2018-01-22 09:58:10 +00:00
|
|
|
|
<p>
|
|
|
|
|
© 2018 <a href="https://hackmd.io">HackMD</a> | <a href="<%- url %>/s/release-notes" target="_blank"><%= __('Releases') %></a>
|
|
|
|
|
</p>
|
|
|
|
|
<h6 class="social-foot">
|
|
|
|
|
<%- __('Follow us on %s and %s.', '<a href="https://github.com/hackmdio/HackMD" target="_blank"><i class="fa fa-github"></i> GitHub</a>, <a href="https://twitter.com/hackmdio" target="_blank"><i class="fa fa-twitter"></i> Twitter</a>', '<a href="https://www.facebook.com/hackmdio" target="_blank"><i class="fa fa-facebook-square"></i> Facebook</a>') %>
|
|
|
|
|
</h6>
|
2017-01-21 05:08:29 +00:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- delete modal -->
|
|
|
|
|
<div class="modal fade delete-modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
|
|
|
|
|
<div class="modal-dialog modal-sm">
|
|
|
|
|
<div class="modal-content">
|
|
|
|
|
<div class="modal-header">
|
|
|
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span>
|
|
|
|
|
</button>
|
|
|
|
|
<h4 class="modal-title" id="myModalLabel"><%= __('Are you sure?') %></h4>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="modal-body" style="color:black;">
|
|
|
|
|
<h5 class="ui-delete-modal-msg"></h5>
|
|
|
|
|
<strong class="ui-delete-modal-item"></strong>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="modal-footer">
|
|
|
|
|
<button type="button" class="btn btn-default" data-dismiss="modal"><%= __('Cancel') %></button>
|
|
|
|
|
<button type="button" class="btn btn-danger ui-delete-modal-confirm"><%= __('Yes, do it!') %></button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2017-10-07 13:53:25 +00:00
|
|
|
|
<%- include ../shared/signin-modal %>
|