5 <title><!--~$title show {~-->Images<!--~}~--></title>
11 <h1><!--~image nonempty {~--><img src="~image thumb_src~" width="~image thumb_width~" height="~image thumb_height~" alt="" style="display: inline-block; vertical-align: middle"><!--~}~--> Details for Image ~caption empty {~~name nonempty {~"~name html~"~}~~}~~caption nonempty {~"~caption html~"~}~</h1>
13 <p><a href="admin_images?new=1">Add another image</a></p>
15 <p><a href="admin_images">Back to images</a></p>
17 <p><a href="admin_images?edit_id=~id attr~">Edit this image</a></p>
19 <h2>Uses of this image</h2>
21 <!--~references unset {~--><p>This image does not appear on any pages.</p><!--~}~-->
23 <!--~references {~--><p>This image appears on the following page~count s~: <!--~data {~--><a href="~filename attr~">~title html~</a><!--~ sep {~-->, <!--~}~--><!--~}~--></p><!--~}~-->
27 <p>Now that you've uploaded this image, you can insert it into a page with the <strong>page editor</strong>. You can get to the <strong>page editor</strong> from the <a href="admin">control panel</a> or by going to a page you'd like to edit, then clicking "Edit this page" at the top.</p>
32 <p>This image is available in the following sizes.</p>
34 <p>Note: Currently only the first and last sizes are available in the page editor.</p>
37 <div style="margin-top: 25px"><strong>Width: ~width~ pixels, Height: ~height~ pixels</strong></div>
38 <div style="font-size: 10px"><img src="~src~" alt="" />~caption nonempty {~~caption html~~}~</div>
41 <div style="margin-top: 25px"><strong>Full Size (centered):</strong></div>
42 <div class="wfpl_ic"><img src="~image image_src~" width="~image image_width~" height="~image image_height~" alt="" />~caption nonempty {~~caption html~~}~</div>
45 <p>To display this image smaller, <a href="admin_images?edit_id=~id attr~">edit this image</a> and enter display size(s).</p>
50 <p><a href="admin_images">Back to images</a></p>
52 <p><a href="admin_images?edit_id=~id attr~">Edit</a></p>
56 <h1><!--~id unset {~-->Add a new image<!--~}~--><!--~id {~-->Edit image "~name html~"<!--~}~--></h1>
58 <form action="admin_images" method="post" enctype="multipart/form-data"><!--~id {~--><div style="display: none"><input type="hidden" name="edit_id" value="~id attr~"></div><!--~}~--><input type="hidden" name="MAX_FILE_SIZE" value="~upload_max_filesize~">
60 <div class="caption">Image</div>
61 <div class="field"><input type="file" name="image"><input type="hidden" name="old_image" value="~image attr~"></div>
63 <div class="caption">Name (optional)</div>
64 <div class="field_notes">This name is only displayed on the image administration page.</div>
65 <div class="field"><input type="text" name="name" value="~name attr~"></div>
67 <div class="caption">Caption (optional)</div>
68 <div class="field_notes">Here's some symbols you might want to paste in: © — –</div>
69 <div class="field"><input type="text" name="caption" value="~caption attr~"></div>
71 <div class="caption">Sizes</div>
72 <div class="field_notes">(Enter the width and height (in pixels) at which you'd like to use this image. Put an x between them with no spaces, so it looks like this: 100x200. The image will be scaled so it maintains it's aspect ratio (shape) and just fits inside those dimentions. You can use this image at multiple different sizes, by entering a different set of dimensions (WIDTHxHEIGHT) on each line)</div>
73 <div class="field"><textarea rows="9" cols="22" name="sizes">~sizes html~</textarea></div>
75 <div class="caption"> </div>
76 <div class="field"><input type="submit" name="save" value="Save"></div>
80 <div class="caption"> </div>
81 <div class="field"><a href="admin_images~id {~?id=~id~~}~">Cancel</a></div>
84 <!--~listings once {~-->
85 <h2>Images Listing</h2>
87 <!--~listings once_if {~-->
88 <p><a href="admin_images?new=1">[Add a new image]</a></p>
90 <table cellspacing="0" cellpadding="4" border="0" summary="" class="evenodd">
91 <tr><th>Image</th><th>Name</th><th>Caption</th><th> </th></tr><!--~listings {~-->
93 <td class="listing"><a href="admin_images?id=~id~"><!--~image nonempty {~--><img src="~image thumb_src~" width="~image thumb_width~" height="~image thumb_height~" alt=""><!--~}~--></a></td>
94 <td class="listing"><a href="admin_images?id=~id~">~name html~<!--~name empty {~--><em>(blank)</em><!--~}~--></a></td>
95 <td class="listing"><a href="admin_images?id=~id~">~caption html~<!--~caption empty {~--><em>(blank)</em><!--~}~--></a></td>
96 <td><a href="admin_images?admin_images_delete_id=~id~" onclick="return confirm('Permanently delete?')">[delete this image]</a></td>
101 <!--~listings once_else {~-->
102 <p>No images in database.</p>
105 <p><a href="admin_images?new=1">[Add a new image]</a></p>