JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
first stab at paypal_ipn framework
[wfpl-cms.git] / admin_users.html
index 731ae37..5c6caad 100644 (file)
@@ -3,14 +3,15 @@
 <html lang="en">
 <head>
        <meta charset="utf-8" />
-       <title><!--~$title show {~-->Accounts<!--~}~--></title>
-       <link rel="stylesheet" href="style.css">
+       <title><!--~$title show {~-->~$host~ Admin: Manage Accounts<!--~}~--></title>
 </head>
 
 <body>
 <!--~$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><!--~}~-->
@@ -26,8 +27,8 @@
                        <div class="field~username_bad {~ field_error~}~"><input type="text" name="username" value="~username attr~"></div>
 
                        <div class="caption">Password</div>
-                       <!--~editing unset {~--><div class="field_notes">If this is left blank, the user will be unable to log in.</div><!--~}~-->
-                       <!--~editing {~--><div class="field_notes">Leave this blank to leave teh password unchanged.</div><!--~}~-->
+                       <!--~id unset {~--><div class="field_notes">If this is left blank, the user will be unable to log in.</div><!--~}~-->
+                       <!--~id {~--><div class="field_notes">Leave this blank to leave the password unchanged.</div><!--~}~-->
                        <div class="field_notes">Password suggestions: ~password_suggestions {~<code class="password_suggestion">~password_suggestions html~</code>~ sep {~ ~}~~}~</div>
                        <div class="field~password_bad {~ field_error~}~">
                                <input type="password" name="pass1" value=""><br>
@@ -44,7 +45,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>