2011-01-27 00:31:59 +01:00
|
|
|
<dl id="spl_cue_editor" class="inline-list">
|
2022-08-10 13:38:19 +02:00
|
|
|
<dd data-uri="<?php echo $this->uri; ?>">
|
|
|
|
<input type="button" class="pl-waveform-cues-btn" value="<?php echo _("Show Waveform") ?>"></input>
|
|
|
|
</dd>
|
|
|
|
<dt><?php echo _("Cue In: "); ?><span class='spl_cue_hint'><?php echo _("(hh:mm:ss.t)") ?></span></dt>
|
|
|
|
<dd id="spl_cue_in_<?php echo $this->id; ?>" class="spl_cue_in" data-cue-in="<?php echo $this->cueIn; ?>" data-cue-sec="<?php echo $this->cueInSec; ?>">
|
2011-02-08 00:44:42 +01:00
|
|
|
<span contenteditable="true" class="spl_text_input"><?php echo $this->cueIn; ?></span>
|
|
|
|
</dd>
|
2011-02-08 06:29:31 +01:00
|
|
|
<dd class="edit-error"></dd>
|
2022-08-10 13:38:19 +02:00
|
|
|
<dt><?php echo _("Cue Out: "); ?><span class='spl_cue_hint'><?php echo _("(hh:mm:ss.t)") ?></span></dt>
|
|
|
|
<dd id="spl_cue_out_<?php echo $this->id; ?>" class="spl_cue_out" data-cue-out="<?php echo $this->cueOut; ?>" data-cue-sec="<?php echo $this->cueOutSec; ?>">
|
2011-02-08 00:44:42 +01:00
|
|
|
<span contenteditable="true" class="spl_text_input"><?php echo $this->cueOut; ?></span>
|
|
|
|
</dd>
|
2011-02-08 06:29:31 +01:00
|
|
|
<dd class="edit-error"></dd>
|
2013-05-14 20:15:54 +02:00
|
|
|
<dt><?php echo _("Original Length:"); ?></dt>
|
2011-02-08 00:44:42 +01:00
|
|
|
<dd id="spl_original"><span><?php echo $this->origLength; ?></span></dd>
|
2011-01-27 00:31:59 +01:00
|
|
|
</dl>
|