JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
pare html <head>s that aren't ever output
[wfpl-cms.git] / admin_images.html
1 <!DOCTYPE html>
2
3 <html lang="en">
4 <head>
5         <title><!--~$title show {~-->Images<!--~}~--></title>
6 </head>
7
8 <body>
9 <!--~$body show {~-->
10         <!--~display {~-->
11                 <h2>Image details</h2>
12
13                 <p><a href="admin_images?new=1">Add another image</a></p>
14
15                 <p><a href="admin_images">Back to images</a></p>
16
17                 <p><a href="admin_images?edit_id=~id attr~">Edit</a></p>
18
19                 <!--~references {~--><p><strong>Note:</strong> This image appears on the following page~count s~: <!--~data {~--><a href="~filename attr~">~title html~</a><!--~ sep {~-->, <!--~}~--><!--~}~--></p><!--~}~-->
20
21                 <h3>How to put one of these images on a page</h3>
22                 <ol>
23                         <li>Choose which size you want. If you want a size that is not shown below, <a href="admin_images?edit_id=~id attr~">edit this image</a> and add a new display size.</li>
24                         <li>Above the image (at your chosen size) you will see HTML code with a light gray background. Drag (or triple click) to select the HTML code for your desired alignment, and copy it to the clipboard.</li>
25                         <li>Open the page editor in another tab (so you can refer to these instructions while you use it.)</li>
26                         <li>In the page editor, type "HERE HERE HERE" where you'd like to insert the image, then click the "Source" button at the top/left of the editor.</li>
27                         <li>Now you will see the HTML code for the page. Find where it says "HERE HERE HERE", select those three words, then paste over them. You can paste with Ctrl-V (on Mac that's Command-V) or with the Edit menu, but the right-click paste may not work.</li>
28                         <li>Click the "Source" button again to get back to the normal view. Your image should now be visible in the editor (though you may have to scroll down to see it.)</li>
29                 </ol>
30                 
31                 <!--~smaller {~-->
32                         <div><strong>On the right: </strong>(with the page text to the left of it)</div><div><code class="html">&lt;span class="wfpl_ifr" style="background-image: url(~src~); width: ~width~px; padding-top: ~height~px"&gt;~caption empty {~&amp;nbsp;~}~~caption nonempty {~~caption html~&lt;br&gt;~}~&lt;/span&gt;</code></div>
33                         <div><strong>On the left: </strong>(with the page text to the right of it)</div><div><code class="html">&lt;span class="wfpl_ifl" style="background-image: url(~src~); width: ~width~px; padding-top: ~height~px"&gt;~caption empty {~&amp;nbsp;~}~~caption nonempty {~~caption html~&lt;br&gt;~}~&lt;/span&gt;</code></div>
34                         <div><strong>Centered: </strong>(with nothing to either side)</div><div> <code class="html">&lt;div class="wfpl_ic" style="background-image: url(~src~); padding-top: ~height~px; width: ~width~px"&gt;~caption html~&lt;/div&gt;</code></div>
35                         <div><img src="~src~" alt="" /></div>
36                 <!--~}~-->
37
38                 <div style="margin-top: 30px"><strong>Full Size (centered): </div><div></strong> <code class="html">&lt;div class="wfpl_ic" style="background-image: url(~image image_src~); padding-top: ~image image_height~px"&gt;~caption html~&lt;/div&gt;</code></div>
39                         <div><img src="~image image_src~" width="~image image_width~" height="~image image_height~" alt="" /></div>
40
41                 <!--~no_sizes {~-->
42                         <p>To display this image smaller, <a href="admin_images?edit_id=~id attr~">edit this image</a> and enter display size(s).</p>
43                 <!--~}~-->
44
45
46
47                 <p><a href="admin_images">Back to images</a></p>
48
49                 <p><a href="admin_images?edit_id=~id attr~">Edit</a></p>
50         <!--~}~-->
51
52         <!--~form {~-->
53                 <h2><!--~id unset {~-->Add a new image<!--~}~--><!--~id {~-->Edit image "~name html~"<!--~}~--></h2>
54
55                 <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~">
56
57                         <div class="caption">Image</div>
58                         <div class="field"><input type="file" name="image"><input type="hidden" name="old_image" value="~image attr~"></div>
59
60                         <div class="caption">Name (optional)</div>
61                         <div class="field_notes">This name is only displayed on the image administration page.</div>
62                         <div class="field"><input type="text" name="name" value="~name attr~"></div>
63
64                         <div class="caption">Caption (optional)</div>
65                         <div class="field_notes">Here's some symbols you might want to paste in: &copy; &nbsp; &mdash; &nbsp; &ndash;</div>
66                         <div class="field"><input type="text" name="caption" value="~caption attr~"></div>
67
68                         <div class="caption">Sizes</div>
69                         <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>
70                         <div class="field"><textarea rows="9" cols="22" name="sizes">~sizes html~</textarea></div>
71
72                         <div class="caption">&nbsp;</div>
73                         <div class="field"><input type="submit" name="save" value="Save"></div>
74
75                 </form>
76
77                 <div class="caption">&nbsp;</div>
78                 <div class="field"><a href="admin_images~id {~?id=~id~~}~">Cancel</a></div>
79         <!--~}~-->
80
81         <!--~listings once {~-->
82                 <h2>Images Listing</h2>
83
84                 <!--~listings once_if {~-->
85                         <p><a href="admin_images?new=1">[Add a new image]</a></p>
86
87                         <table cellspacing="0" cellpadding="4" border="1" summary="">
88                                 <tr><th>Image</th><th>Name</th><th>Caption</th><th>&nbsp;</th></tr><!--~listings {~-->
89                                 <tr>
90                                         <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>
91                                         <td class="listing"><a href="admin_images?id=~id~">~name html~<!--~name empty {~--><em>(blank)</em><!--~}~--></a></td>
92                                         <td class="listing"><a href="admin_images?id=~id~">~caption html~<!--~caption empty {~--><em>(blank)</em><!--~}~--></a></td>
93                                         <td><a href="admin_images?admin_images_delete_id=~id~" onclick="return confirm('Permanently delete?')">[delete this image]</a></td>
94                                 </tr><!--~}~-->
95
96                         </table>
97                 <!--~}~-->
98                 <!--~listings once_else {~-->
99                         <p>No images in database.</p>
100                 <!--~}~-->
101
102                 <p><a href="admin_images?new=1">[Add a new image]</a></p>
103         <!--~}~-->
104
105 <!--~}~-->
106 </body>
107 </html>