~jmillikin/+junk/pixra

« back to all changes in this revision

Viewing changes to pixra/templates/pixra/image/add-new.xml

  • Committer: John Millikin
  • Date: 2008-10-02 05:11:42 UTC
  • Revision ID: jmillikin@gmail.com-20081002051142-nuh3v629qlwo2fvz
Add a field to the bulk uploader form that allows all images in an achive to be added to a gallery automatically.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
        <xi:include href="pixra/_sidebar_layout.xml" />
10
10
        <head>
11
11
                <title>Add New Image</title>
 
12
                <style type="text/css">
 
13
                #field-gallery-name { margin: 0.5em 0 0 0; }
 
14
                </style>
12
15
        </head>
13
16
        
14
17
        <body>
25
28
                      enctype="multipart/form-data">
26
29
                        <fieldset>
27
30
                                <legend>Add Archive</legend>
28
 
                                <input type="file" name="archive" size="50"/>
29
 
                                <button type="submit">Add</button>
 
31
                                <div>
 
32
                                        <input type="file" name="archive" size="50"/>
 
33
                                        <button type="submit">Add</button>
 
34
                                </div>
 
35
                                <div>
 
36
                                        <label for="field-gallery-name">Create gallery named:</label>
 
37
                                        <input type="text" name="gallery_name" id="field-gallery-name"/>
 
38
                                </div>
30
39
                        </fieldset>
31
40
                </form>
32
41
        </body>