%@ Language=VBScript %> <% Response.Buffer = True '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ' Nominations Screen ' March 2001 ' This screen allows the user to select a committee to ' nominate and denominate faculty members to. '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Dim messages %> <% '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 'Variable Declaration and Intitilization Dim ComId, bInit, bExecuted adLockOptimistic = 3 InitializePage() '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %>
Currently there are no committees in an open nomination period.
| <% dbNVS.Close 'get faculty nominated by the current user... NominatedFaculty rsFacNom %> |