Minor fixes to make updating actually work.
[catagits/App-IdiotBox.git] / share / skin / presentingperl / html / edit_bucket.html
CommitLineData
26b4958e 1 <div id="main-content">
2
3 <div id="custom-html">
4 <h1>
2da7f57f 5 Editing bucket
26b4958e 6 </h1>
2da7f57f 7
8 <p>
9 <span class="bucket-name">THIS IZ MAI BUKKIT</span> -
10 <span class="bucket-slug">THIS IZ MAI SLUG</span>
11 </p>
12
26b4958e 13<!--
14 <form enctype="multipart/form-data" class="edit-bucket-form" action="" method="POST">
15-->
16 <form class="edit-bucket-form" action="" method="POST">
56640bce 17 <label for="new_name">Enter a new name for this bucket</label> <input type="text" name="name"/>
26b4958e 18 <br /><br />
19<!--
20 <label for="new_file">Upload new file to bucket</label> <input type="file" name="new_file" accept="*.flv,*.m4v"/>
21 <br /><br />
22-->
2da7f57f 23 <input type="submit" name="edit_bucket" value="Modify"/>
26b4958e 24 </form>
2da7f57f 25 <span class="message-text">Some error</span>
26
27 <p> Video list </p>
28
29 <ul id="video-list">
30 <li class="video">
31 <a class="video-link"><span class="video-name">Really Imaginative Video Name</span> (<span class="video-author">Some Guy</span>)</a>
32 </li>
33 </ul>
34
26b4958e 35 </div>
36
37<!-- END MAIN CONTENT -->
38 </div>