JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
admin*: clean up headlines/titles
[wfpl-cms.git] / admin_images.html
index d6a720d..942dc06 100644 (file)
@@ -2,13 +2,15 @@
 
 <html lang="en">
 <head>
-       <title><!--~$title show {~-->Images<!--~}~--></title>
+       <title><!--~$title show {~-->~$host~ Admin: Manage Images<!--~}~--></title>
 </head>
 
 <body>
 <!--~$body show {~-->
        <!--~display {~-->
-               <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>
+               <h1>~$host~ Admin Control Panel</h1>
+
+               <h2><!--~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~"~}~</h2>
 
                <p><a href="admin_images?new=1">Add another image</a></p>
 
@@ -53,7 +55,9 @@
        <!--~}~-->
 
        <!--~form {~-->
-               <h1><!--~id unset {~-->Add a new image<!--~}~--><!--~id {~-->Edit image "~name html~"<!--~}~--></h1>
+               <h1>~$host~ Admin Control Panel</h1>
+
+               <h2><!--~id unset {~-->Add a new image<!--~}~--><!--~id {~-->Edit image "~name html~"<!--~}~--></h2>
 
                <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~">
 
@@ -82,7 +86,9 @@
        <!--~}~-->
 
        <!--~listings once {~-->
-               <h2>Images Listing</h2>
+               <h1>~$host~ Admin Control Panel</h1>
+
+               <h2>Manage Images</h2>
 
                <!--~listings once_if {~-->
                        <p><a href="admin_images?new=1">[Add a new image]</a></p>