summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPreston Cody <codeman@gentoo.org>2006-06-11 03:26:48 +0000
committerPreston Cody <codeman@gentoo.org>2006-06-11 03:26:48 +0000
commit88e9716e411aa0195c43d83321cac1cb6f847c9d (patch)
treeb5c8cddb50c1c1f9d0322be0ef7a7db793e347f6 /scire/.smarty/templates/users_permissions.tpl
parentadding adodb path link, tho not used yet (diff)
downloadscire-88e9716e411aa0195c43d83321cac1cb6f847c9d.tar.gz
scire-88e9716e411aa0195c43d83321cac1cb6f847c9d.tar.bz2
scire-88e9716e411aa0195c43d83321cac1cb6f847c9d.zip
adding initial users and clients pages.
these do not yet use dynamic fields most of users is functional, clients is not it is still in progress. svn path=/; revision=96
Diffstat (limited to 'scire/.smarty/templates/users_permissions.tpl')
-rw-r--r--scire/.smarty/templates/users_permissions.tpl26
1 files changed, 26 insertions, 0 deletions
diff --git a/scire/.smarty/templates/users_permissions.tpl b/scire/.smarty/templates/users_permissions.tpl
new file mode 100644
index 0000000..8b3219f
--- /dev/null
+++ b/scire/.smarty/templates/users_permissions.tpl
@@ -0,0 +1,26 @@
+{include file="header.tpl" title="Users"}
+<form action="" method="post" name="userspermsform">
+{if $Action eq "create"}
+ <table class="box" width="100%" border="1" cellpadding="0" cellspacing="0">
+ <tr><td class="boxtitle">Create a Permission</td></tr>
+ <tr><td>
+
+ <table class="table" width="100%" border="1" cellspacing="0" cellpadding="0">
+ <tr><td class="boxtitle">Add Permission</td></tr>
+ <tr>
+ <td>
+ <label for="permname">Name:</label>
+ <input name="permname" type="text" id="permname">
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <label for="permdesc">Description:</label>
+ <input name="permdesc" type="text" id="permdesc">
+ </td>
+ </tr>
+{elseif $Action eq "edit"}
+{elseif $Action eq "delete"}
+
+{else} <!-- default to Show -->
+{/if}