JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
admin*: clean up headlines/titles
authorJason Woofenden <jason@jasonwoof.com>
Tue, 23 Jun 2015 20:47:42 +0000 (16:47 -0400)
committerJason Woofenden <jason@jasonwoof.com>
Tue, 23 Jun 2015 20:47:42 +0000 (16:47 -0400)
admin_files.html
admin_images.html
admin_pages.html
admin_users.html
styl.styl

index bd76f4b..ad374d7 100644 (file)
@@ -2,14 +2,16 @@
 
 <html lang="en">
 <head>
-       <title><!--~$title show {~-->Files<!--~}~--></title>
+       <title><!--~$title show {~-->~$host~ Admin: Manage files<!--~}~--></title>
 </head>
 
 <body>
 <!--~$body show {~-->
 
        <!--~form {~-->
-               <h2><!--~id unset {~-->Add a new file<!--~}~--><!--~id {~-->Edit file "~description html~"<!--~}~--></h2>
+               <h1>~$host~ Admin Control Panel</h1>
+
+               <h2><!--~id unset {~-->Add a new downloadable file<!--~}~--><!--~id {~-->Edit downloadable file "~description html~"<!--~}~--></h2>
 
                <form action="admin_files" 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~">
 
@@ -30,7 +32,8 @@
        <!--~}~-->
 
        <!--~listings once {~-->
-               <h2>Files Listing</h2>
+               <h1>~$host~ Admin Control Panel</h1>
+               <h2>Manage downloadable Files</h2>
 
                <p>To create a download link on your website:</p>
                <ul>
@@ -58,7 +61,7 @@
                        </table>
                <!--~}~-->
                <!--~listings once_else {~-->
-                       <p>No files in database.</p>
+                       <p>No downloadable files in database.</p>
                <!--~}~-->
 
                <p><a href="admin_files?new=1">[Add a new file]</a></p>
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>
index ca44429..491d325 100644 (file)
@@ -2,7 +2,7 @@
 
 <html>
 <head>
-       <title><!--~$title show {~-->~$host~ Admin: <!--~listings once_if {~-->Pages Listing<!--~}~--><!--~form {~--><!--~id {~-->Add a new page<!--~}~--><!--~id unset {~-->Edit page "~title html~"<!--~}~--><!--~}~--><!--~}~--></title>
+       <title><!--~$title show {~-->~$host~ Admin: <!--~listings once_if {~-->Manage pages<!--~}~--><!--~form {~--><!--~id {~-->Add a new page<!--~}~--><!--~id unset {~-->Edit page "~title html~"<!--~}~--><!--~}~--><!--~}~--></title>
        <!--~$head {~-->
        <script src="inc/ckeditor/ckeditor.js"></script>
        <style>
 <!--~$body show {~-->
 
        <!--~form {~-->
+               <h1>~$host~ Admin Control Panel</h1>
+
                <h2><!--~id unset {~-->Add a new page<!--~}~--><!--~id {~-->Edit page "~title html~"<!--~}~--></h2>
 
                <form action="admin_pages" method="post"><!--~id {~--><div style="display: none"><input type="hidden" name="edit_id" value="~id attr~"></div><!--~}~-->
        <!--~}~-->
 
        <!--~listings once {~-->
+               <h1>~$host~ Admin Control Panel</h1>
+               <h2>Manage Pages</h2>
+
                <!--~listings once_if {~-->
                        <p><a href="admin_pages?new=1">[Add a new page]</a></p>
 
index 731ae37..887ef4e 100644 (file)
@@ -3,7 +3,7 @@
 <html lang="en">
 <head>
        <meta charset="utf-8" />
-       <title><!--~$title show {~-->Accounts<!--~}~--></title>
+       <title><!--~$title show {~-->~$host~ Admin: Manage Accounts<!--~}~--></title>
        <link rel="stylesheet" href="style.css">
 </head>
 
@@ -11,6 +11,8 @@
 <!--~$body show {~-->
 
        <!--~form {~-->
+               <h1>~$host~ Admin Control Panel</h1>
+
                <h2><!--~id unset {~-->Add a new account<!--~}~--><!--~id {~-->Edit account "~name html~"<!--~}~--></h2>
 
                <form action="admin_users" method="post"><!--~id {~--><div style="display: none"><input type="hidden" name="edit_id" value="~id attr~"></div><!--~}~-->
@@ -44,7 +46,9 @@
        <!--~}~-->
 
        <!--~listings {~-->
-               <h2>Accounts Listing</h2>
+               <h1>~$host~ Admin Control Panel</h1>
+
+               <h2>Manage Accounts</h2>
 
                <p>On this page you can manage who can log into this site, and what sort of things they have permission to do once logged in.</p>
 
index aa50a22..15b796b 100644 (file)
--- a/styl.styl
+++ b/styl.styl
@@ -58,28 +58,28 @@ div.error
        background: #fdd
 
 h1
-       font-size: 22px
+       font-size: 26px
        margin: 20px 0 10px
 
 h1 + h4.tagline
        margin: -10px 0 10px
 
 h2
-       font-size: 19px
+       font-size: 20px
        margin: 30px 0px 8px
 
 h2 + h4.tagline
        margin: -8px 0 8px
 
 h3
-       font-size: 16px
+       font-size: 18px
        margin: 12px 0 5px
 
 h3 + h4.tagline
        margin: -5px 0 5px
 
 h4
-       font-size: 12px
+       font-size: 14px
        margin: 10px 0 3px
 
 h4 + h4.tagline