This work is licensed under the Creative Commons Attribution-ShareAlike License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/2.0/ or send a letter to Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.
*********************************************************************
* Interface (mxt-configurator)
***************************************
Description:
	Detailed analyse of interface used in Configurateur project.
Authors Logs: 
	2004-07-08 Nicolas Dufresne <nicolas@revoltuionlinux.com>
	- rewritten to reflect new interface.
	2004-07-08 Nicolas Dufresne <nicolas@revoltuionlinux.com>
	- Creation

Login overview
---------------------------------------
 ______________________________________________
|                                              |
|            Login: _______________            |
|            Pass:  _______________            |
|______________________________________________|

The login have to be done against LDAP.  Only the privileged group member
will be able to logon in the application.  HTTPS socket is forced.


Configuration module overview
---------------------------------------
 ________________________________________________
| |_________________________| [find ]            | # Search by id,ip or Mac
| [ CS ] [ School ] [ Room ] [ lst ]             |<- In this case CS, School
|------------------------------------------------| # are links, Room is the
| CS/(school/(Room/(Computer)))                  | # current selection and
|                                                | # lst is the list of element
| Data to modify...                              | # contained in Room
| [actions][on][data]                            | 
|                                                |
| LTSP result                                    |
| ...                                            |
|________________________________________________|

The user can navigate into data by searching directly or using
the links and list navigator.  See Prototype to get a better
idea of what it will look like.
