remove unused templates
This commit is contained in:
parent
48bb6ad25c
commit
3d061d92c6
7 changed files with 0 additions and 113 deletions
|
|
@ -1,2 +0,0 @@
|
||||||
<input type="image" src="{{imageUrl "buttons/close@2x.png"}}" class="cancel" />
|
|
||||||
<input type="image" src="{{imageUrl "buttons/next_hov@2x.png"}}" class="next" />
|
|
||||||
|
|
@ -1,24 +0,0 @@
|
||||||
<div id="framer">
|
|
||||||
<div class="container">
|
|
||||||
<div class="row">
|
|
||||||
<div class="span6 offset3">
|
|
||||||
<div class="row">
|
|
||||||
<div class="span4 offset1">
|
|
||||||
<h3>
|
|
||||||
Make something!
|
|
||||||
</h3>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
|
||||||
<div class="flow-content"/>
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
|
||||||
<div class="flow-controls">
|
|
||||||
<div class="controls"/>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
@ -1,14 +0,0 @@
|
||||||
<div class="preview offset1"> </div>
|
|
||||||
|
|
||||||
<div class='template-picker'>
|
|
||||||
{{#each templates}}
|
|
||||||
<input id='frame_name_{{name}}' name="frame_name" type="radio" class="mood" value={{name}} {{#if checked}}checked=checked{{/if}} />
|
|
||||||
<label for='frame_name_{{name}}'>
|
|
||||||
<img src="/assets/buttons/templates/{{name}}@2x.png" />
|
|
||||||
<div class="template-name">
|
|
||||||
{{name}}
|
|
||||||
</div>
|
|
||||||
</label>
|
|
||||||
<br />
|
|
||||||
{{/each}}
|
|
||||||
</div>
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
<input type="image" src="{{imageUrl "buttons/back_hov@2x.png"}}" class="back" />
|
|
||||||
<div class="aspect-selector"/>
|
|
||||||
<div class="service-selector"/>
|
|
||||||
<input type="image" src="{{imageUrl "buttons/done_hov@2x.png"}}" class="done" />
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
<div class="framer-controls">
|
|
||||||
<div class="controls">
|
|
||||||
<button class="btn-primary next">Next</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
@ -1,51 +0,0 @@
|
||||||
{{#if is_own_profile}}
|
|
||||||
<div id="wallpaper-upload"></div>
|
|
||||||
{{/if}}
|
|
||||||
|
|
||||||
<div class="container">
|
|
||||||
<div id="top-right-nav">
|
|
||||||
{{#if current_user.guid}}
|
|
||||||
<a href="/" id="home-button">
|
|
||||||
<span class="label label-inverse">
|
|
||||||
<i class="icon-home icon-white"></i>
|
|
||||||
<span>
|
|
||||||
HOME
|
|
||||||
</span>
|
|
||||||
</span>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<a href="/users/sign_out" title="Log out" id="logout-button">
|
|
||||||
<span class="label label-inverse">
|
|
||||||
<i class="icon-off icon-white"></i>
|
|
||||||
</span>
|
|
||||||
</a>
|
|
||||||
{{else}}
|
|
||||||
<a href="/" id="home-button">
|
|
||||||
<span class="label label-inverse">
|
|
||||||
<span>
|
|
||||||
DIASPORA
|
|
||||||
</span>
|
|
||||||
</span>
|
|
||||||
</a>
|
|
||||||
{{/if}}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<section id="profile-info"/>
|
|
||||||
|
|
||||||
<section id="profile-controls">
|
|
||||||
{{#if is_own_profile}}
|
|
||||||
<div id="composer" class="hidden"></div>
|
|
||||||
|
|
||||||
<a href="#" id="composer-button" class="control small label label-inverse">
|
|
||||||
MAKE
|
|
||||||
</a>
|
|
||||||
<a href="#" id="edit-mode-toggle" class="control small label label-inverse" title="Edit Posts" rel="tooltip">
|
|
||||||
<img src='{{imageUrl "buttons/edit2@2x.png"}}'/>
|
|
||||||
</a>
|
|
||||||
{{/if}}
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<section id="canvas"></section>
|
|
||||||
|
|
||||||
<div id="paginate"><span class="loader hidden"/></div>
|
|
||||||
</div>
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
<form accept-charset="UTF-8" action="/upload_wallpaper" class="new_photo" data-remote="true" enctype="multipart/form-data" method="post" style="position:absolute; left:10px; top: 10px; opacity:0.4;">
|
|
||||||
<input name="authenticity_token" type="hidden"/>
|
|
||||||
<div style="margin:0;padding:0;display:inline">
|
|
||||||
<input name="utf8" type="hidden" value="✓"/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id='photo_upload_button'>
|
|
||||||
<a href="#" class='label label-inverse'>
|
|
||||||
<i class="icon-picture icon-white" style="margin-right:4px;"></i>CHANGE WALLPAPER
|
|
||||||
</a>
|
|
||||||
<input name="photo[user_file]" type="file"/>
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
Loading…
Reference in a new issue