diff options
author | aurynn_cmd <aurynn_cmd@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-09-17 20:00:05 +0000 |
---|---|---|
committer | aurynn_cmd <aurynn_cmd@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-09-17 20:00:05 +0000 |
commit | 81efe9604a08461f4a6847b02b4d13305546296c (patch) | |
tree | 44d02a8a92799892a321f037a7f832bdefa6ced9 /UI/Admin/main.html | |
parent | 9c171016e2643b8f2f514c37621bb22db382ba7e (diff) |
New admin main.html template and initial controller code working.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1625 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI/Admin/main.html')
-rw-r--r-- | UI/Admin/main.html | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/UI/Admin/main.html b/UI/Admin/main.html index 56f4b2f8..2881878e 100644 --- a/UI/Admin/main.html +++ b/UI/Admin/main.html @@ -1,4 +1,3 @@ -<?lsmb block main?> <div class="admin"> <!-- first, a list of all active users --> @@ -7,9 +6,9 @@ <strong><font size="16"> Administration</font></strong> </center> - <?lsmb if message?> + <?lsmb IF message?> <strong><font color="red"><?lsmb message?></font></strong> - <?lsmb end?> + <?lsmb END?> <form name="userlist" method="POST" action="admin.pl"> <table> <tr> @@ -40,7 +39,7 @@ </td> </tr> - <?lsmb end?> + <?lsmb END?> </table> <hr/> @@ -51,5 +50,4 @@ <button name="method" value="delete_group">Delete Group</button> </div> </form> -</div> -<?end?>
\ No newline at end of file +</div>
\ No newline at end of file |