Minor fixes to make updating actually work.
[catagits/App-IdiotBox.git] / share / skin / presentingperl / html / edit_bucket.html
1         <div id="main-content">
2
3           <div id="custom-html">        
4             <h1>
5               Editing bucket
6             </h1>
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
13 <!--
14             <form enctype="multipart/form-data" class="edit-bucket-form" action="" method="POST">
15 -->
16             <form class="edit-bucket-form" action="" method="POST">
17               <label for="new_name">Enter a new name for this bucket</label> <input type="text" name="name"/>
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 -->
23               <input type="submit" name="edit_bucket" value="Modify"/>
24             </form>
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
35           </div>
36           
37 <!-- END MAIN CONTENT -->        
38         </div>