60 lines
1.6 KiB
HTML
60 lines
1.6 KiB
HTML
<section class="video-new">
|
|
<header>
|
|
<a href="#" class="cancel">Cancel</a>
|
|
<a href="#" class="save-update">Save & Update</a>
|
|
</header>
|
|
|
|
<section>
|
|
<header>
|
|
<h1 class="editable">Untitled Video</h1>
|
|
|
|
<section class="status-settings">
|
|
<ul class="status">
|
|
<li class="current"><a href="#">Scrap</a></li>
|
|
<li><a href="#">Draft</a></li>
|
|
<li><a href="#">Proofed</a></li>
|
|
<li><a href="#">Published</a></li
|
|
</ul>
|
|
|
|
<a href="#" class="settings">Settings</a>
|
|
|
|
<select name="" id="">
|
|
<option>Global</option>
|
|
</select>
|
|
</section>
|
|
|
|
<section class="meta">
|
|
<div>
|
|
<h2>Tags:</h2>
|
|
<p class="editable">Click to edit</p>
|
|
</div>
|
|
<div>
|
|
<h2>Goal</h2>
|
|
<p class="editable">mitx, s4v1, circuits, anant</p>
|
|
</div>
|
|
</section>
|
|
</header>
|
|
|
|
<section class="upload">
|
|
<a href="#" class="upload-button">Upload new video clip</a>
|
|
Or
|
|
<a href="#">use an already uploaded one</a>
|
|
</section>
|
|
|
|
<section class="in-use">
|
|
<h2>Video in use</h2>
|
|
<div>
|
|
<p>No video clip used. <a href="">Select one</a> from the list below, <a href="">upload a new one</a> or <a href="">import already existing video</a></p>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="notes">
|
|
<h2>Add notes</h2>
|
|
<textarea name="" id= rows="8" cols="40"></textarea>
|
|
<input type="submit" name="" id="" value="post" />
|
|
</section>
|
|
|
|
<a href="" class="save-update">Save & Update</a>
|
|
</section>
|
|
</section>
|