jam-cloud/web/app/views/clients/_account_profile_samples.ht...

34 lines
1.2 KiB
Plaintext

<div layout="screen" layout-id="account/profile/samples" class="screen secondary account-profile-samples">
<div class="content-head">
<div class="content-icon">
<%= image_tag "content/icon_account.png", {:width => 27, :height => 20} %>
</div>
<h1>my account</h1>
<%= render "screen_navigation" %>
</div>
<div class="content-body">
<div id="account-profile-content-scroller" class="content-body-scroller account-content-scroller">
<div class="content-wrapper account-profile">
<form id="account-edit-profile-samples-form">
<h2>edit profile: online presence &amp; performance samples</h2>
<%= render "profile_online_sample_controls" %>
<div class="clearall"></div>
<br/><br/>
<div class="right field actions">
<a id="account-edit-profile-cancel" class="button-grey">CANCEL</a>&nbsp;
<a id="account-edit-profile-back" class="button-grey">BACK</a>&nbsp;
<a id="account-edit-profile-submit" class="button-orange">SAVE &amp; FINISH</a>
</div>
<div class="clearall"></div>
</form>
</div>
</div>
</div>
</div>