diaspora/app/assets/templates/profile.jst.hbs

37 lines
No EOL
1,019 B
Handlebars

<div id="edit-controls">
CHANGE A POST'S SIZE BY CLICKING ON IT
</div>
<a href="/" id="home-button">
<span class="label label-inverse">
<i class="icon-home icon-white"></i>
<span>
HOME
</span>
</span>
</a>
<section id="profile-info"/>
<div id="composer" style="display:none;">
<iframe src="/posts/new" height=400 width=700 style="border:none;"></iframe>
</div>
<section id="profile-controls">
{{#if isOwnProfile}}
<a href="#composer" title="New Post" class="control small" rel="facebox">
<img src='{{imageUrl "buttons/pub@2x.png"}}' />
</a>
<a href="#" title="Edit Layout" id="edit-mode-toggle" class="control small">
<img src='{{imageUrl "buttons/edit@2x.png"}}' />
</a>
{{else}}
<a href="#" class="control">
<img src='{{imageUrl "buttons/follow_hover.png"}}' />
</a>
{{/if}}
</section>
<section id="canvas"/>
<div id="paginate"><span class="loader hidden"/></div>