Minor fixes to make updating actually work.
[catagits/App-IdiotBox.git] / share / skin / presentingperl / html / edit_video.html
CommitLineData
2da7f57f 1 <div id="main-content">
2
3 <div id="custom-html">
4 <h1>
5 Editing video
6 </h1>
7
8 <p>
9 <span class="bucket-slug">
10 Event name here
11 </span>
12 <span class="slug-name">
13 Video slug here
14 </span>
15 </p>
16
17 <form class="edit-video-form" action="" method="POST">
56640bce 18 <label for="new_title">Title:</label> <input class="video-name" type="text" name="name"/>
2da7f57f 19 <br /><br />
56640bce 20 <label for="new_author">Author:</label> <input class="author-name" type="text" name="author"/>
2da7f57f 21 <br /><br />
22 <input type="submit" name="edit_video" value="Modify"/>
23 </form>
24 <span class="message-text">Some error</span>
25
26 </div>
27
28<!-- END MAIN CONTENT -->
29 </div>