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

📄 explorer_files_new_othertype

📁 cms是开源的框架
💻
字号:
<?xml version="1.0" encoding="ISO-8859-1"?>
<WORKPLACE>
<TEMPLATE>
<![CDATA[
<HTML>
<script language=JavaScript>
<!--
top.head.helpUrl=']]><LABEL value="help.explorer.new.file"/><![CDATA[';
//-->
</script>

<head>

<script language=JavaScript>
<!--


function checkforchars(whichform){
okay=true;
    for(i=0;i<whichform.value.length;i++){
        if(whichform.value.charAt(i)=="%"){
            alert(']]><LABEL value="error.message.badcharacter" /><![CDATA['+whichform.value.charAt(i));
            okay=false;
        }
        if(whichform.value.charAt(i)=="#"){
            alert(']]><LABEL value="error.message.badcharacter" /><![CDATA['+whichform.value.charAt(i));
            okay=false;
        }
        if(whichform.value.charAt(i)=="&"){
            alert(']]><LABEL value="error.message.badcharacter" /><![CDATA['+whichform.value.charAt(i));
            okay=false;
        }
    }

    return okay;
}



function check_namefield()
{

if(checkforchars(document.NEU.NEUNAME)==false)return false;

if(document.NEU.NEUNAME.value=="")
    {
        alert(']]><LABEL value="error.reason.namemissing" /><![CDATA[');
        document.NEU.NEUNAME.focus();
        return false;
    }
return true;
}
//-->
</script>


<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=]]><METHOD name="getEncoding"/><![CDATA[">

<title>OpenCms</title>
<link rel=stylesheet type="text/css" href="]]><method name="resourcesUri">format.css</method><![CDATA[">
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript" SRC="]]><method name="scriptsUri">opencms.js</method><![CDATA["></SCRIPT>
</HEAD>

<body bgcolor="#ffffff" background="]]><METHOD name="resourcesUri">bg_weiss.gif</METHOD><![CDATA["  bgproperties=fixed marginwidth=0 marginheight=0 leftmargin=0 topmargin=0>

<table width=100% height=100% border=0 cellspacing=0 cellpadding=0>
<tr><td align=center valign=middle>

<form name=NEU>
<table border=2 cellspacing=0 cellpadding=0 width=500px>
<tr><td>
    <table cellspacing=0 cellpadding=5 border=0 width=100% height=100%>
    <tr><td colspan=2 class=head>]]><LABEL value="title.newfileother" /><![CDATA[</td></tr>
    <tr><td colspan=2 class=leerzeile>&nbsp;</td></tr>
    <tr>
        <td class=formular width=35%>]]><LABEL value="input.name" /><![CDATA[:</td>
        <td class=dialogtxt> ]]><INPUTFIELD name="NEUNAME" class="textfeld2" size="40" length="40" action="onfocus='NEU.WEITER.disabled=false;'"/><![CDATA[</td>
    </tr>
    <tr>
        <td class=formular>]]><LABEL value="input.title" /><![CDATA[:</td>
        <td class=dialogtxt> ]]><INPUTFIELD name="NEUTITEL" class="textfeld2" size="40" length="100" /><![CDATA[</td>

    </tr>
    <tr>
        <td class=formular>]]><LABEL value="input.keywords" /><![CDATA[:</td>
        <td class=dialogtxt> ]]><INPUTFIELD name="NEUKEYWORDS" class="textfeld2" size="40" length="100" /><![CDATA[</td>
    </tr>
    <tr>
        <td class=formular>]]><LABEL value="input.description" /><![CDATA[:</td>
        <td class=dialogtxt> ]]><INPUTFIELD name="NEUDESCRIPTION" class="textfeld2" size="40" length="100" /><![CDATA[</td>
    </tr>
    <tr>
        <td colspan=2 class=leerzeile>&nbsp;</td>
    <tr>
        <td colspan=2 class=formular>
            <table cellspacing=0 cellpadding=5 width=100%>
            <tr>
                <td class=formular align=right width=60%><INPUT class=button width=100 type="button" value="]]><LABEL value="button.previousscreen" /><![CDATA[" id=ZURUECK name=ZURUECK onClick="location='explorer_files_new.html';"></td>
                <td class=formular align=middle width=20%>
                    <INPUT disabled class=button width=100 type="button" value="]]><LABEL value="button.endwizard" /><![CDATA[" id=WEITER name=WEITER onClick="a=check_namefield(); if(a==true)location='explorer_files_new_othertype.html?step=1&resource='+document.NEU.NEUNAME.value+
                        '&title='+encodeURIComponent(document.NEU.NEUTITEL.value)+
                        '&keywords='+encodeURIComponent(document.NEU.NEUKEYWORDS.value)+
                        '&description='+encodeURIComponent(document.NEU.NEUDESCRIPTION.value);">
                </td>
                <td class=formular align=middle width=20%><INPUT class=button width=100 type="button" value="]]><LABEL value="button.cancel" /><![CDATA[" id=CANCEL_FOLDER name=CANCEL_FOLDER onClick="location=']]><METHOD name="explorerFileUri" /><![CDATA[';"></td>
            </tr>
            </table>
        </td>
    </tr>
    </table>
</td>
</tr>
</table>
</form>

</td></tr>
</table>

</body>
</HTML>
]]>
</TEMPLATE>

</WORKPLACE>

⌨️ 快捷键说明

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