⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 errormsg.properties

📁 java 编写的程序
💻 PROPERTIES
字号:
#
# Errormessages part 1
#
C_ERRORPART_1=<HTML> \
<head> \
<script> \
    anaus=false; \
    function changeButtonValue(which,text1,text2){ \
        if(anaus==false)document.getElementById(which).value=text1; \
            else document.getElementById(which).value=text2; \
    } \
    function switchInfo(){ \
        if(!anaus)document.getElementById("info").style.visibility="visible"; \
        else document.getElementById("info").style.visibility="hidden"; \
        if(!anaus)anaus=true; \
        else anaus=false; \
    } \
</script> \
<style type="text/css"> \
    TD.dialogtxt \
    { \
    BACKGROUND-COLOR: #c0c0c0; \
    COLOR: #000000; \
    FONT-FAMILY: MS sans serif,arial,helvetica,sans-serif; \
    FONT-SIZE: 8px; \
    FONT-WEIGHT: normal \
    } \
    TD.head \
    { \
    BACKGROUND-COLOR: #000066; \
    COLOR: white; \
    FONT-FAMILY: MS Sans Serif, Arial, helevitca, sans-serif; \
    FONT-SIZE: 8px; \
    FONT-WEIGHT: bold \
    } \
    TD.leerzeile \
    { \
    BACKGROUND-COLOR: #c0c0c0; \
    HEIGHT: 3px; \
    PADDING-BOTTOM: 0px; \
    PADDING-LEFT: 10px; \
    PADDING-RIGHT: 10px \
    } \
    TD.formular \
    { \
    BACKGROUND-COLOR: #c0c0c0; \
    COLOR: black; \
    FONT-FAMILY: MS Sans Serif, Arial, helvetica, sans-serif; \
    FONT-SIZE: 8px; \
    FONT-WEIGHT: bold \
    } \
    INPUT.button \
    { \
    COLOR: black; \
    FONT-FAMILY: MS Sans Serif, Arial, helvetica, sans-serif; \
    FONT-SIZE: 8px; \
    FONT-WEIGHT: normal; \
    WIDTH: 100px; \
    } \
    TEXTAREA.textarea \
    { \
    COLOR: #000000; \
    FONT-FAMILY: MS Sans Serif, Arial, helvetica, sans-serif; \
    FONT-SIZE: 8px; \
    WIDTH: 300px \
    } \
     \#errormain{ width:400; visibility:hidden; z-index:10; } \
     \#info{position:relative; top:-3px; width:400; visibility:hidden; z-index:100} \
</style> \
</head> \
<body> \
<table width=100%> \
<tr> \
<td width=33%> \
&nbsp; \
</td> \
<td width=33%> \
<div> \
<form id=ERROR name=ERROR> \
<table cellspacing=0 cellpadding=0 border=2 width=400> \
    <tr><td class=dialogtxt> \
        <table cellspacing=0 cellpadding=5 border=0 width=100% height=100%> \
        <tr> \
            <td colspan=2 class="head">Systemfehler</td> \
        </tr> \
        <tr> \
            <td class="dialogtxt" rowspan=3 valign=top> \
                <br><img src="
#
# Errormessage Part 2
#
C_ERRORPART_2=/pics/system/ic_caution.gif" width=32 height=32> \
            </td> \
            <td class=dialogtxt> \
                <br>Ein Systemfehler ist aufgetreten.</td> \
            </tr> \
            <tr> \
                <td class=dialogtxt> \
                    <br> \
                        F&uuml;r weitere Informationen klicken Sie auf "Details anzeigen" oder kontaktieren Sie Ihren Systemadministrator. \
                    <br><br> \
                </td> \
            </tr> \
            <tr> \
                <td class=dialogtxt colspan=2> \
                    <table cellspacing=0 cellpadding=5 width=100%> \
                        <tr> \
                            <td class=formular align=center><INPUT class=button width = 100 type="button" value="OK" id=OK name=OK onClick="history.back();"></td> \
                            <td class=formular align=center><INPUT class=button width = 100 type="button" value="Details anzeigen" id=details onClick="javascript:switchInfo();changeButtonValue('details','Details anzeigen','Details verbergen')"></td> \
                        </tr> \
                    </table> \
                </td> \
            </tr> \
        </table> \
    </td></tr> \
</form> \
</table> \
</div> \
<div id="info" style="visibility:hidden"> \
    <table cellspacing=0 cellpadding=0 border=2 width=400> \
        <form id=DETAILS name=DETAILS> \
        <tr><td class=dialogtxt> \
            <table cellspacing=1 cellpadding=5 border=0 width=100% height=100%> \
            <tr><td class=formular>Fehlermeldung:</td> \
            <tr><td align=center class=dialogtxt> \
                <textarea wrap=off rows=8 style="width:380" class="textarea" onfocus="this.blur();" id=EXCEPTION name=EXCEPTION>
#
# Errormessage Part 3
#
C_ERRORPART_3=</textarea> \
            </td></tr> \
            </table> \
        </td></tr> \
    </table> \
    </form> \
</div> \
</td> \
<td  width=33%> \
&nbsp; \
</td> \
</tr> \
</table> \
</body> \
</HTML> \

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -