2013-09-18 12:47:18 -04:00
|
|
|
<div class="content">
|
|
|
|
<header>
|
|
|
|
<h1>WHITEOUT<span>.IO</span></h1>
|
|
|
|
</header>
|
2013-09-30 15:22:46 -04:00
|
|
|
|
2013-09-18 12:47:18 -04:00
|
|
|
<ul class="nav-primary">
|
2013-12-09 13:21:52 -05:00
|
|
|
<li ng-repeat="folder in account.folders" ng-switch="folder.count !== undefined && folder.count > 0">
|
2014-06-27 06:36:43 -04:00
|
|
|
<a href="#" wo-touch="openFolder(folder); $event.preventDefault()">
|
2013-09-30 15:22:46 -04:00
|
|
|
{{folder.type}}
|
2013-12-09 13:21:52 -05:00
|
|
|
<span class="label-wrapper" ng-switch-when="true">
|
|
|
|
<span class="label label-light">{{folder.count}}</span>
|
|
|
|
</span>
|
2013-09-18 12:47:18 -04:00
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
2013-09-30 15:22:46 -04:00
|
|
|
|
2013-09-18 12:47:18 -04:00
|
|
|
<ul class="nav-secondary">
|
2014-06-27 06:36:43 -04:00
|
|
|
<li><a href="#" wo-touch="state.account.toggle(true); $event.preventDefault()">Account</a></li>
|
|
|
|
<li><a href="#" wo-touch="state.contacts.toggle(true); $event.preventDefault()">Contacts</a></li>
|
|
|
|
<li><a href="#" wo-touch="state.privateKeyUpload.toggle(true); $event.preventDefault()">Key sync (experimental)</a></li>
|
2014-08-05 10:13:54 -04:00
|
|
|
<li><a href="#" wo-touch="state.writer.reportBug(); $event.preventDefault()">Report a bug</a></li>
|
2014-06-27 06:36:43 -04:00
|
|
|
<li><a href="#" wo-touch="state.about.toggle(true); $event.preventDefault()">About</a></li>
|
2014-09-26 13:14:53 -04:00
|
|
|
<li><a href="#" wo-touch="logout(); $event.preventDefault()">Logout</a></li>
|
2013-09-18 12:47:18 -04:00
|
|
|
</ul>
|
2013-09-30 15:22:46 -04:00
|
|
|
|
2013-09-18 12:47:18 -04:00
|
|
|
<footer>
|
2013-09-28 10:08:12 -04:00
|
|
|
{{lastUpdateLbl}} {{lastUpdate | date:'shortTime'}}
|
2013-09-18 12:47:18 -04:00
|
|
|
</footer>
|
|
|
|
</div>
|