JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
link to archived versions from page edit page
[wfpl-cms.git] / admin_header.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4         <meta charset="utf-8" />
5         <title><!--~$title show {~-->~$host~ Admin: Header Image<!--~}~--></title>
6 </head>
7
8 <body>
9 <!--~$body show {~-->
10
11         <!--~form {~-->
12                 <h2>~$host~ Admin: Set header image for home page</h2>
13
14                 <form action="admin_header" method="post" enctype="multipart/form-data"><input type="hidden" name="MAX_FILE_SIZE" value="~$upload_max_filesize~">
15
16                         <div class="caption">Width (in pixels)</div>
17                         <div class="field_notes">Your image will be automatically resized to be this wide. ~width_max~ is the full width of the available space.</div>
18                         <div class="field"><input type="text" name="width" value="~width attr~" placeholder="~width_max~"></div>
19
20                         <div class="caption">Image</div>
21                         <div class="field_notes">Please upload an image that is at least the width you specified above.</div>
22                         <div class="field"><input type="file" name="image"></div>
23
24                         <div class="caption">Caption (optional)</div>
25                         <div class="field_notes">If specified, this will overlay the bottom/left corner of the header image.</div>
26                         <div class="field"><input type="text" name="caption" value="~caption attr~"></div>
27
28                         <div class="caption field"><input type="submit" name="save" value="Save"></div>
29
30                 </form>
31         <!--~}~-->
32
33 <!--~}~-->
34 </body>
35 </html>