<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Custom fields</title>
<style>
      table.custom-field-table td {
        vertical-align: top;
        padding: 5;
      }
    </style>
<script language="JavaScript">
<!--
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
</head>
<body bgcolor="#ffffff" onLoad="MM_preloadImages('bugzilla-2.17.3/images/movedown_button_over.gif')">
<table bgcolor="#000000" width="100%" border="0" cellpadding="0"
           cellspacing="0">
  <tr> 
    <td> 
      <center>
        <font color="#FFFFFF" size="8"> This is Bugzilla </font>
      </center>
    </td>
  </tr>
</table>
<center>
  <font size="-1"> <a href="http://www.bugzilla.org/">Bugzilla</a> Version 2.17.3 
  </font>
</center>
<h3> 
  <select name="cfProject" size="1">
    <option value="2" selected>Test Product</option>
    <option value="0">Global</option>
    <option value="1">Another Product</option>
  </select>
  Custom Field Administration</h3>
<form>
  <p> 
  <table border class="custom-field-table">
    <tr> 
      <th>Name</th>
      <th>Display Label</th>
      <th>Type</th>
      <th>Required</th>
      <th>Default</th>
      <th>Display Order</th>
    </tr>
    <tr> 
      <td> 
        <input type="text" name="cfName" value="txtCustomStringField1">
      </td>
      <td> 
        <input type="text" name="cfLabel" value="Short String">
      </td>
      <td> 
        <select>
          <option selected>Short String Field</option>
          <option>Long String Field</option>
          <option>Single Selection Field</option>
          <option>Multiselection Field</option>
          <option>Integer Field</option>
          <option>Date Field</option>
          <option>Date/Time Field</option>
        </select>
      </td>
      <td> 
        <select name="requiredFlag" size="1">
          <option value="y">Yes</option>
          <option value="n" selected>No</option>
        </select>
      </td>
      <td> 
        <input type="text" name="cfLabel2">
      </td>
      <td> 
        <table width="100%" border="0" cellspacing="0" cellpadding="0" height="178">
          <tr> 
            <td><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('moveTop','','bugzilla-2.17.3/images/movetotop_button_over.gif',0)"><img name="moveTop" border="0" src="bugzilla-2.17.3/images/movetotop_button_on.gif" width="24" height="24"></a></td>
            <td rowspan="4"> 
              <select name="select" size="7">
                <option value="1">txtCustomStringField1</option>
                <option value="2">txtareaCustomStringField2</option>
                <option value="3">selCustomList1</option>
                <option value="4">mselCustomList2</option>
                <option value="5">txtCustomIntegerField</option>
                <option value="6">txtCustomDateField</option>
                <option value="7">txtCustomDateTimeField</option>
              </select>
            </td>
          </tr>
          <tr> 
            <td height="35"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('moveUp','','bugzilla-2.17.3/images/moveup_button_over.gif',0)"><img name="moveUp" border="0" src="bugzilla-2.17.3/images/moveup_button_on.gif" width="24" height="24"></a></td>
          </tr>
          <tr> 
            <td height="38"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('moveDown','','bugzilla-2.17.3/images/movedown_button_over.gif',1)"><img name="moveDown" border="0" src="bugzilla-2.17.3/images/movedown_button_on.gif" width="24" height="24"></a></td>
          </tr>
          <tr> 
            <td><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('moveBottom','','bugzilla-2.17.3/images/movetobottom_button_over.gif',0)"><img name="moveBottom" border="0" src="bugzilla-2.17.3/images/movetobottom_button_on.gif" width="24" height="24"></a></td>
          </tr>
        </table>
      </td>
    </tr>
    <tr> 
      <td><b>Value Set</b></td>
      <td>n/a</td>
      <td> </td>
      <td> </td>
      <td> </td>
      <td> </td>
    </tr>
  </table>
  <p>
    <input type="submit" name="Submit" value="Save">
    <input type="reset" name="Submit2" value="Clear">
    <input type="reset" name="Submit22" value="Delete">
  </p>
  <hr>
  <table border class="custom-field-table" width="100%">
    <tr> 
      <th width="28">  </th>
      <th width="182">Name</th>
      <th width="229">Display Label</th>
      <th width="116">Type</th>
      <th width="50">Required</th>
      <th width="50">Default</th>
      <th width="142">Value Set</th>
    </tr>
    <tr> 
      <td width="28"> 
        <input type="checkbox" name="checkbox" value="checkbox">
      </td>
      <td width="182"><a href="#" title="Edit txtCustomStringField1">txtCustomStringField1</a></td>
      <td width="229">Short String</td>
      <td width="116">string (short)</td>
      <td width="50"> 
        <div align="center">Y</div>
      </td>
      <td width="50"><i>none</i></td>
      <td width="142"><i>n/a</i></td>
    </tr>
    <tr> 
      <td width="28"> 
        <input type="checkbox" name="checkbox2" value="checkbox">
      </td>
      <td width="182"><a href="#" title="Edit txtCustomStringField2">txtareaCustomStringField2</a></td>
      <td width="229">Long String</td>
      <td width="116">string (long)</td>
      <td width="50"> 
        <div align="center">N</div>
      </td>
      <td width="50"><i>none</i></td>
      <td width="142"><i>n/a</i></td>
    </tr>
    <tr> 
      <td width="28"> 
        <input type="checkbox" name="checkbox3" value="checkbox">
      </td>
      <td width="182"><a href="#" title="Edit selCustomList1">selCustomList1</a></td>
      <td width="229">Single Selection</td>
      <td width="116">selection (single)</td>
      <td width="50"> 
        <div align="center">N</div>
      </td>
      <td width="50"><i>none</i></td>
      <td width="142"> 
        <select size="3" name="select8">
          <option>foo = Foo Choice</option>
          <option>bar = Bar Choice</option>
          <option>baz = Baz Choice</option>
          <option>bletch = Bletch Choice</option>
        </select>
      </td>
    </tr>
    <tr> 
      <td width="28"> 
        <input type="checkbox" name="checkbox4" value="checkbox">
      </td>
      <td width="182"><a href="#" title="Edit mselCustomList2">mselCustomList2</a></td>
      <td width="229">Multiselection</td>
      <td width="116">selection (multiple)</td>
      <td width="50"> 
        <div align="center">N</div>
      </td>
      <td width="50"><i>none</i></td>
      <td width="142"> 
        <select size="3">
          <option>1 = one</option>
          <option>2 = two</option>
          <option>3 = three</option>
          <option>4 = four</option>
        </select>
      </td>
    </tr>
    <tr> 
      <td width="28"> 
        <input type="checkbox" name="checkbox5" value="checkbox">
      </td>
      <td width="182"><a href="#" title="Edit txtCustomIntegerField">txtCustomIntegerField</a></td>
      <td width="229">Integer Field</td>
      <td width="116">integer</td>
      <td width="50"> 
        <div align="center">N</div>
      </td>
      <td width="50"><i>none</i></td>
      <td width="142"><i>n/a</i></td>
    </tr>
    <tr> 
      <td width="28"> 
        <input type="checkbox" name="checkbox6" value="checkbox">
      </td>
      <td width="182"><a href="#" title="Edit txtCustomIntegerField">txtCustomDateField</a></td>
      <td width="229">Date Field</td>
      <td width="116">date</td>
      <td width="50"> 
        <div align="center">N</div>
      </td>
      <td width="50"><i>none</i></td>
      <td width="142"><i>n/a</i></td>
    </tr>
    <tr> 
      <td width="28"> 
        <input type="checkbox" name="checkbox7" value="checkbox">
      </td>
      <td width="182"><a href="#" title="Edit txtCustomDateTimeField">txtCustomDateTimeField</a></td>
      <td width="229">Date/Time Field</td>
      <td width="116">date (with time)</td>
      <td width="50"> 
        <div align="center">N</div>
      </td>
      <td width="50"><i>none</i></td>
      <td width="142"><i>n/a</i></td>
    </tr>
    <tr> 
      <td colspan="8"> 
        <input type="submit" name="Submit222" value="Delete Selected">
        <input type="submit" name="Submit2222" value="Reorder Selected">
      </td>
    </tr>
  </table>
  </form>
<table border="0">
  <tr> 
    <td bgcolor="#000000" valign="top"> 
      <table border="0" cellpadding="10" cellspacing="0" width="100%"
             bgcolor="lightyellow">
        <tr> 
          <td> 
            <form>
              <table width="100%">
                <tr> 
                  <td> Actions: </td>
                  <td valign="middle" nowrap> <a href="enter_bug.cgi">New</a> 
                    | <a href="query.cgi">Query</a> | 
                    <input type="submit" value="Find">
                    bug # 
                    <input name="id" size="6">
                    | <a href="report.cgi">Reports</a> | <a href="request.cgi?requester=mcafee&requestee=mcafee&do_union=1&group=type">My 
                    Requests</a> | <a href="votes.cgi?action=show_user">My Votes</a> 
                  </td>
                  <td> </td>
                  <td valign="middle"> Edit <a href="userprefs.cgi">prefs</a>, 
                    <a href="editparams.cgi">parameters</a>, <a href="editusers.cgi">users</a>, 
                    <a href="editproducts.cgi">products</a>, <a href="editflagtypes.cgi">flags</a>, 
                    <a href="editgroups.cgi">groups</a>, <a href="editkeywords.cgi">keywords</a> 
                    | <a href="sanitycheck.cgi">Sanity check</a> | <a href="relogin.cgi">Log out</a> mcafee 
                  </td>
                </tr>
                <tr> 
                  <td> Preset Queries: </td>
                  <td colspan="3"> <a href="buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=mcafee&emailtype1=exact&emailassigned_to1=1&emailreporter1=1">My Bugs</a> 
                  </td>
                </tr>
              </table>
            </form>
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</body>
</html>