#!/usr/local/bin/perl require "./inittab-lib.pl"; &ReadParse(); &ui_print_header(undef, &text( 'new_inittab_title', $in{ 'id' } ), "", "index", 1, 1, undef ); print( "

", "", "", "", "", "", "", "
", $text{ 'edit_inittab_details' }, "
", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "
", &hlink( $text{ 'inittab_id' }, "id" ), "", &p_entry( "id", "", 4 ), "
",&hlink($text{ 'inittab_runlevels' }, "runlevels"), "0 1 2 3 4 5 6 A B C
",&hlink($text{'inittab_action'}, "action"), "", &p_select_wdl( "action", "", ( "respawn", $text{ 'inittab_respawn' }, "wait", $text{ 'inittab_wait' }, "once", $text{ 'inittab_once' }, "wait", $text{ 'inittab_wait' }, "ondemand", $text{ 'inittab_ondemand' }, "initdefault", $text{ 'inittab_initdefault' }, "sysinit", $text{ 'inittab_sysinit' }, "powerwait", $text{ 'inittab_powerwait' }, "powerfail", $text{ 'inittab_powerfail' }, "powerokwait", $text{ 'inittab_powerokwait' }, "powerfailnow", $text{ 'inittab_powerfailnow' }, "ctraltdel", $text{ 'inittab_ctrlaltdel' }, "kbdrequest", $text{ 'inittab_kbdrequest' } ) ), "
",&hlink($text{'inittab_process'}, "process"), "", &p_entry( "process", "" ), "
", "
", "", "", "", "", "
", &p_button( "button", $text{ 'create' } ), "

" ); &ui_print_footer( "/inittab/index.cgi", $text{ 'inittab_return' } );