BDG Scenario 3

PersonGroup.htm

<html>
<head>
<title LID="tit14">Group Membership Form</title>
<meta http-equiv="content-type" />
<link href="../forms.css" rel="stylesheet" type="text/css" />
</head>
<body scroll="auto" rightmargin="20" leftmargin="20" onBeforeUnload="return checkDirty()">
<OBJECT classid=clsid:550dda30-0541-11d2-9ca9-0060b0ec3d39 codeBase=../../../ 
height=1 id=XML_Data_Source_Object2 name=xmldso width=1 VIEWASTEXT=""></OBJECT>
<OBJECT classid=clsid:550dda30-0541-11d2-9ca9-0060b0ec3d39 codeBase=../../../ 
height=1 id=XML_Data_Source_Object1 name=xmldso_info width=1 
VIEWASTEXT=""></OBJECT>

<script LANGUAGE="JavaScript" SRC="../Scripts/GetParam.js"></script>
<script LANGUAGE="JavaScript" SRC="../Scripts/IsDirty.js"></script>
<script LANGUAGE="JavaScript" SRC="../Scripts/PersonGroup.js"></script>

<script LANGUAGE="JavaScript" LID="scr1">
var L_ConfirmDelete = 'Are you sure you wish to delete this record from the database?';
var L_MaxSizeExceeded = "A group's maximum size may not exceed occupancy of the location.";
var L_PageIsDirty = 'Some fields have been updated. Click Change to save your changes to the database.';
var L_Empty = "Entry is required for: ";
var L_Invalid ='Entry is not valid for: ';
</script>

<div style="BACKGROUND-COLOR: black; FONT-SIZE: x-small; MARGIN-LEFT: -20px">.</div>

<form name="frmPerson" action="../Scripts/postIt.asp" method="post" target="postIt" onSubmit="return update()"><!--input name="procName" type="hidden" value="lw_addPersonGroup"--><!--input name="procName" type="hidden" value="lw_deletePersonGroup"-->
<input name="actionBtn" type="hidden" value="CHANGE" >
<input name="PersonId" TYPE="hidden" >
<table WIDTH="100%" BORDER="0" CELLSPACING="1" CELLPADDING="1">
   <thead>
    <tr>
        <td class="Label" nowrap colspan ="2"><label LID="lbl84">Group membership for </label><span id="PersonInfo"></span></td>
    </tr>
    </thead>
    <tbody>
    <tr><td colspan="2"></td></tr>
    <tr>
        <td class="LabelSmall" vAlign="top"><label LID="lbl85"><u>C</u>urrent:</label></td>
        <td>
            <select name="personGroupId" multiple size ="6" style="WIDTH: 100%" accessKey="c" tabIndex="2" onClick="cmdSubmit.disabled = false;"></select>
           <div style="FONT-SIZE: xx-small" align="right"><label LID="lbl86">Select classes to remove. Multi-select with CTRL+click or SHIFT+click.</label></div>
      </td>
    </tr>
    <tr><td colspan="2"></td></tr>
    <tr>
        <td class="LabelSmall" vAlign="top"><label LID="lbl87"><u>N</u>ew:</label></td>
        <td>
           <select name="groupId" multiple  size ="6" style="WIDTH: 100%" accessKey="n" tabIndex="2" onDblClick="removeClass()"></select>
           <div style="FONT-SIZE: xx-small" align="right"><label LID="lbl88">Select classes to add from list at left. Double-click item to remove.</label></div>
      </td>
    </tr>
    <tr>
        <td class="LabelSmall" vAlign="top"><label LID="lbl89"><u>P</u>erson Type:</label></td>
        <td><fieldset>
                 <input type="radio" name="personType" id="personTypeI" value="I" tabIndex="3" accessKey="p" checked LID ="inp90" >
                 <label for="personTypeI" LID="lbl90">Individual</label>
                 <input type="radio" name="personType" id="personTypeE" value="E" tabIndex="3" LID="inp91" >
                 <label for="personTypeE" LID="lbl91">Evaluator</label>
                 <input type="radio" name="personType" id="personTypeA" value="A" tabIndex="3" LID="inp92" >
                 <label for="personTypeA" LID="lbl92">Auditor</label>
         </fieldset>
      </td>
    </tr>
    <tr>
        <td vAlign="top"></td>
        <td vAlign="top">
      <table width="100%">
        <tbody>
        <tr>
             <td vAlign="top" width="100%" align="left">
            <button id="cmdSubmit" name="cmdSubmit" class="Button" tabIndex="4" type="submit" style="WIDTH: 100%" DISABLED LID ="btn7">
            Submit Changes</button></td>
             </tr></tbody>
        </table></td></tr></tbody></table>
</form>

<iframe NAME="postIt" ID="postIt" FRAMEBORDER="1" NORESIZE SCROLLING  ="none" style="DISPLAY: none"></iframe>

</body>
</html>