Skip to content

Commit

Permalink
HTML cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Adán Sánchez de Pedro Crespo committed Feb 18, 2014
1 parent fc64a8f commit e80951b
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,19 +73,13 @@ <h1 data-l10n-id='Congrats'>Congratulations!</h1>
</nav>
<nav data-control='groupbar'>
<a data-l10n-id='Features' data-view-article='features' class='active'>Features</a>
<a data-l10n-id='Developer' data-view-article='devmode' id='developer'>Developer</a>
<a data-l10n-id='Info' data-view-article='info'>Info</a>
<a id="developer" data-l10n-id='Developer' data-view-article='devmode'>Developer</a>
</nav>
</header>
<article id='features' class='scroll'>
<ul></ul>
</article>
<article id='info' class='simple scroll'>
<h1><span data-var='name'></span> <span data-var='version'></span></h1>
<p data-l10n-id='Copyright'>© 2013-2014 Loqui IM. Some rights reserved.</p>
<p data-l10n-id='Website'><a target="_external" href="http://loqui.im/">Website</a></p><br />
<small data-l10n-id='FreeSoftware'>This program is free software; you may redistribute and/or modify it under the terms of the GNU Affero General Public License (AGPL 3) as published by the Free Software Foundation.</small>
</article>
<article id='devmode' class='scroll'>
<ul></ul>
<div id='export'>
Expand All @@ -97,6 +91,12 @@ <h1><span data-var='name'></span> <span data-var='version'></span></h1>
<p data-l10n-id='Import'>Import data</p>
</div>
</article>
<article id='info' class='simple scroll'>
<h1><span data-var='name'></span> <span data-var='version'></span></h1>
<p data-l10n-id='Copyright'>© 2013-2014 Loqui IM. Some rights reserved.</p>
<p><a target="_external" href="http://loqui.im/"><em data-l10n-id='Website'>Website</em></a></p><br />
<small data-l10n-id='FreeSoftware'>This program is free software; you may redistribute and/or modify it under the terms of the GNU Affero General Public License (AGPL 3) as published by the Free Software Foundation.</small>
</article>
</section>
<section id='me' data-transition='simple' class='fix head profile'>
<header data-title='My account' data-l10n-title='MyAccount'>
Expand Down Expand Up @@ -167,13 +167,6 @@ <h2 data-l10n-id='Actions'>Actions</h2>
<h2 data-l10n-id='Participants'>Participants</h2>
<ul></ul>
</div>
<!--<div id='actions'>
<h2 data-l10n-id='Actions'>Actions</h2>
<div class='buttongroup'>
<button class='' data-l10n-id='ChatRemove' data-menu-onclick='chatRemove'>Clear chats with this contact</button>
<button data-l10n-id='ContactRemove' data-menu-onclick='contactRemove'>Remove this contact</button>
</div>
</div>-->
</article>
</section>
<section id='contactAdd' data-transition='simple' class='fix head'>
Expand Down

0 comments on commit e80951b

Please sign in to comment.