Subversion Repositories DevTools

Rev

Rev 6676 | Rev 7240 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6676 Rev 7235
Line 213... Line 213...
213
                  <input name="machine_hostname" type="text" class="body_txt" value="<%=machine_hostname%>" size=60 maxlength=50>
213
                  <input name="machine_hostname" type="text" class="body_txt" value="<%=machine_hostname%>" size=60 maxlength=50>
214
               </td>
214
               </td>
215
            </tr>
215
            </tr>
216
            <tr>
216
            <tr>
217
               <td><span class="body_txt nowrap">GBE_MACHTYPE</span></td>
217
               <td><span class="body_txt nowrap">GBE_MACHTYPE</span></td>
218
               <td><%=objFormComponent.Combo ( "gbe_id", GetMachtype( gbe_id ), FALSE, "size=1 class='body_txt'" )%></td>
218
               <td><%=objFormComponent.Combo ( "gbe_id", GetMachType( gbe_id ), FALSE, "size=1 class='body_txt'" )%></td>
219
            </tr>
219
            </tr>
220
            <tr>
220
            <tr>
221
               <td><span class="body_txt nowrap">Allow Use</span></td>
221
               <td><span class="body_txt nowrap">Allow Use</span></td>
222
               <td>
222
               <td>
223
                  <input type="checkbox" name="active" value="Y" <%=activeChecked%>>
223
                  <input type="checkbox" name="active" value="Y" <%=activeChecked%>>