It's a kind of UI second flavor,
function UISecond($elements)
{
}
So that this functions shows the specified elements(with name,id and type) which is neccesary,but not too picky about how exactly it's displayed.
EDIT
Give it an array,output the HTML.
Anyone has tried this?
EDIT AGAIN
I want to develop a render engine like drupal's,which takes the array as parameter,and outputs the HTML automatically.