New admin UI functionality.
[catagits/App-IdiotBox.git] / share / skin / presentingperl / html / edit_bucket.html
similarity index 52%
rename from share/skin/presentingperl/html/edit.html
rename to share/skin/presentingperl/html/edit_bucket.html
index 8a11a37..24c5036 100644 (file)
@@ -2,8 +2,14 @@
 
           <div id="custom-html">        
             <h1>
-              Editing bucket <span class="bucket-name">THIS IZ MAI BUKKIT</span>
+              Editing bucket
             </h1>
+
+            <p>
+            <span class="bucket-name">THIS IZ MAI BUKKIT</span> - 
+            <span class="bucket-slug">THIS IZ MAI SLUG</span>
+            </p>
+
 <!--
             <form enctype="multipart/form-data" class="edit-bucket-form" action="" method="POST">
 -->
               <label for="new_file">Upload new file to bucket</label> <input type="file" name="new_file" accept="*.flv,*.m4v"/>
               <br /><br />
 -->
-              <input type="submit" value="Modify"/>
+              <input type="submit" name="edit_bucket" value="Modify"/>
             </form>
-            <span class="error-text">Some error</span>
+            <span class="message-text">Some error</span>
+
+            <p> Video list </p>
+
+            <ul id="video-list">
+              <li class="video">
+                <a class="video-link"><span class="video-name">Really Imaginative Video Name</span> (<span class="video-author">Some Guy</span>)</a>
+              </li>
+            </ul>
+
           </div>
           
 <!-- END MAIN CONTENT -->