Files
luos/gulliver/bin/tasks/templates/usersList.xml.tpl
2010-12-02 23:34:41 +00:00

31 lines
726 B
Smarty
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<dynaForm
width = "100%"
>
<USR_UID type="text" colWidth="50" titleAlign="left" align="left" >
<en>#</en>
</USR_UID>
<USR_USERNAME type="text" colWidth="120" titleAlign="left" align="left" >
<en>username</en>
</USR_USERNAME>
<USR_FIRSTNAME type="text" colWidth="120" titleAlign="left" align="left" >
<en>First Name</en>
</USR_FIRSTNAME>
<USR_LASTNAME type="text" colWidth="120" titleAlign="left" align="left" >
<en>Last Name</en>
</USR_LASTNAME>
<USR_EMAIL type="text" colWidth="120" titleAlign="left" align="left" >
<en>Email</en>
</USR_EMAIL>
<USR_STATUS type="text" colWidth="50" titleAlign="left" align="left" >
<en>Status</en>
</USR_STATUS>
</dynaForm>