59 lines
2.0 KiB
Plaintext
59 lines
2.0 KiB
Plaintext
<!-- Invitation Dialog -->
|
|
<div class="dialog recordingFinished-overlay ftue-overlay tall" layout="dialog" layout-id="recordingFinished" id="recording-finished-dialog">
|
|
|
|
<div class="content-head">
|
|
<%= image_tag "content/recordbutton-off.png", {:height => 20, :width => 20, :class => 'content-icon'} %>
|
|
<h1>recording finished</h1>
|
|
</div>
|
|
|
|
<div class="dialog-inner">
|
|
Fill out the fields below and click the "SAVE" button to save this recording to your library. If you do not want to
|
|
keep the recording, click the "DISCARD" button.
|
|
<br/>
|
|
<br/>
|
|
|
|
<form class="left w40 mr20">
|
|
<div class="left w50 mr20">
|
|
<div class="field w100">
|
|
<label for="name">Recording name:</label><br/>
|
|
<input type="text" name="name" id="claim-recording-name" class="recording-name" class="w100"/>
|
|
</div>
|
|
</div>
|
|
<div class="right w40 genre-selector">
|
|
<div class="field">
|
|
<!-- genre box -->
|
|
<label for="genre">Genre:</label><br/>
|
|
<select name="genre"></select>
|
|
</div>
|
|
</div>
|
|
<div class="field w100 left" purpose="description">
|
|
<label for="description">Description:</label>
|
|
<textarea class="w100" name="description" id="claim-recording-description"></textarea>
|
|
</div>
|
|
<div class="field left" purpose="is_public">
|
|
<input type="checkbox" checked="checked" name="is_public"/><label for="is_public">Public Recording</label> <!--<a href="#"><<img src="images/shared/icon_help.png" width="12" height="12" /></a>-->
|
|
</div>
|
|
</form>
|
|
|
|
<div class="left w50 ml30">
|
|
Preview Recording:
|
|
|
|
<%= render "clients/play_controls" %>
|
|
|
|
<br/>
|
|
<br/>
|
|
</div>
|
|
|
|
|
|
<br clear="left"/><br/>
|
|
|
|
<div class="right">
|
|
<a href="#" class="button-grey" id="discard-session-recording">DISCARD</a> <a href="#" class="button-orange" id="keep-session-recording">SAVE</a>
|
|
|
|
</div>
|
|
|
|
<br clear="all"/>
|
|
|
|
</div>
|
|
</div>
|