config root man

Current Path : /home/tools/fm/tml_admin/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : /home/tools/fm/tml_admin/fmadmin.js

<!--
function popup0(script) {
    window.open(script, "");
}

function popup(script, str, width, height) {
    window.open(script+str, "", "menubar=yes,toolbar=yes,location=yes,directries=no,status=yes,scrollbars=yes,resizable=yes,width="+width+",height="+height);
}

function popup_tips(tips, width, height)
{
    var script = 'fmadmin.cgi';
    var query  = '?action=9&tips=' + tips;

    window.open(script+query, "", "menubar=yes,toolbar=yes,location=no,directries=no,status=yes,scrollbars=yes,resizable=yes,width="+width+",height="+height);
}

function shortcut(list, target)
{
    var num = list.options[list.selectedIndex].value;

    var sex     = '男\n女';
    var contact = 'メール\n電話\nFAX';
    var hope    = '希望する\n希望しない';

    var state   = '北海道\n青森県\n岩手県\n宮城県\n秋田県\n山形県\n福島県';
    state      += '\n茨城県\n栃木県\n群馬県\n埼玉県\n千葉県\n東京都\n神奈川県';
    state      += '\n新潟県\n富山県\n石川県\n福井県\n山梨県\n長野県\n岐阜県';
    state      += '\n静岡県\n愛知県\n三重県\n滋賀県\n京都府\n大阪府\n兵庫県\n奈良県\n和歌山県';
    state      += '\n鳥取県\n島根県\n岡山県\n広島県\n山口県\n徳島県\n香川県\n愛媛県\n高知県';
    state      += '\n福岡県\n佐賀県\n長崎県\n熊本県\n大分県\n宮崎県\n鹿児島県\n沖縄県';

    for (i = 0; i < document.forms[0].length; i++) {
        if (document.forms[0].elements[i].name == target) {
            if (num == 1) {
                document.forms[0].elements[i].value = state;
            }
            if (num == 2) {
                document.forms[0].elements[i].value = contact;
            }
            if (num == 3) {
                document.forms[0].elements[i].value = sex;
            }
            if (num == 4) {
                document.forms[0].elements[i].value = hope;
            }
        }
    }
}

function selmulti(add, size)
{
    var num_add  = 0;
    var num_size = 0;

    for (i = 0; i < document.forms[0].length; i++) {
        if (document.forms[0].elements[i].name == add)  { num_add  = i; }
        if (document.forms[0].elements[i].name == size) { num_size = i; }
    }

    if (document.forms[0].elements[num_add].checked == true) {
        if (document.forms[0].elements[num_size].value < 3) {
            alert('複数選択を可能とする場合は、縦サイズを 3 以上に設定した方が良いかも知れません。');
        }
    }
}
-->

Man Man