| 19 | | <email><html:text property="editAuthUser.email" size="30" /></email> |
|---|
| 20 | | <phone><html:text property="editAuthUser.phone" size="30" /></phone> |
|---|
| 21 | | <dept><html:text property="editAuthUser.dept" size="30" /></dept> |
|---|
| 22 | | <lastname><html:text property="editAuthUser.lastname" size="30" /></lastname> |
|---|
| 23 | | <firstname><html:text property="editAuthUser.firstname" size="30" /></firstname> |
|---|
| | 19 | <email></email><!-- should come from a directory, not internal --> |
|---|
| | 20 | <phone></phone><!-- should come from a directory, not internal --> |
|---|
| | 21 | <dept></dept><!-- should come from a directory, not internal --> |
|---|
| | 22 | <lastname></lastname><!-- should come from a directory, not internal --> |
|---|
| | 23 | <firstname></firstname><!-- should come from a directory, not internal --> |
|---|