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

📄 administration_content_moduledata_export

📁 内容管理
💻
📖 第 1 页 / 共 2 页
字号:
<?xml version="1.0" encoding="ISO-8859-1"?>
<WORKPLACE>

<nounchangedbox></nounchangedbox>
<userdatabox></userdatabox>
<selectoption><![CDATA[<option value="]]><process>value</process><![CDATA[">]]><process>name</process></selectoption>

<TEMPLATE>
<![CDATA[

<HTML>

<script language=JavaScript>
<!--
top.head.helpUrl=']]><LABEL value="help.administration.moduledata.export"/><![CDATA[';
//-->
</script>

<head>
<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>

<script language=JavaScript>
<!--
function checkFormData()
{
    var result=true;
    var at_pos, entry, strLength;

    entry = document.DBEXPORT.VNAME.value;
    strLength=entry.length;
    if (strLength < 1){
        alert(']]><LABEL value="error.reason.namemissing" /><![CDATA[');
        document.DBEXPORT.VNAME.focus;
        return false;
    }
    for (i=0; i < strLength; i++)
    {
        if (charList.indexOf(entry.charAt(i))==-1)
        {
            alert(']]><LABEL value="error.message.badcharacter" /><![CDATA[' + entry.charAt(i));
            document.DBEXPORT.VNAME.focus;
            return false;
        }
    }
    if(document.DBEXPORT.ALLRES.value.length < 1){
        alert(']]><LABEL value="error.reason.channelsmissing" /><![CDATA[');
        return false;
    }
    return result;
}

function deleteAnItem(theList,itemNo) {
var n=theList.length;
if ((n > 0) && (itemNo > -1)) {
    theList.options[itemNo]=null;
}
}

function addFolder(theList, item) {
    if (item != null && item != "") {
        newOption = new Option(item, item, false, false);
        theList.options[theList.length] = newOption;
        document.DBEXPORT.selectallfolders.value='';
    }
}

function copyChannelSelection() {
    addFolder(document.DBEXPORT.new_ressources, document.DBEXPORT.tempFolder.value);
}

function selectAll(theList) {
    var n=theList.length;
    for (i=0; i<n; i++) {
        theList.options[i].selected=true;
    }
    // umgehe das Problem mit Silverstream
    var allResources="";
    if (n>0) {
        for (i=0; i<n; i++) {
            allResources = allResources + theList.options[i].value + ';';
        }
    }
    document.DBEXPORT.ALLRES.value=allResources;
}

function selectAllModules(theList) {
    var n=theList.length;
    var allModules="";
    if (n>0) {
        for (i=0; i<n; i++) {
            if(theList.options[i].selected){
                allModules = allModules + theList.options[i].value + ';';
            }
        }
    }
    document.DBEXPORT.ALLMOD.value=allModules;
}

//-->
</script>

</HEAD>
<BODY bgcolor="#ffffff" background="]]><METHOD name="resourcesUri">bg_weiss.gif</METHOD><![CDATA["  bgproperties=fixed marginwidth = 0 marginheight = 0 topmargin=0 leftmargin=0 onLoad="window.top.body.admin_head.location.href='../../../action/administration_head.html';" onUnload="if(treewin!=null)treewin.close();">

<!-- Tabelle um vertikal und horizontal zu zentrieren-->
<table width=100% height=100% border=0 cellspacing=0 cellpadding=0>
<tr><td align=middle valign=center>

<!-- Tabellenaufbau fuer Dialog mit OK und Abbrechen-->
<form id=DBEXPORT name=DBEXPORT action="index.html?action=exportmoduledata" method="post" onSubmit="return checkFormData()">
<table cellspacing=0 cellpadding=0 border=2 width=450>
    <tr><td>
        <table cellspacing=0 cellpadding=5 border=0 width=100% height=100%>

            <!-- Beginn Tabellenkopf blau-->
            <tr>
                <td class="head">]]><LABEL value="database.label.titleexportmoduledata"/><![CDATA[</td>
            </tr>
            <!-- Ende Tabellenkopf blau-->

            <!-- Beginn Leerzeile-->
            <tr>
                <td class="leerzeile">&nbsp;</td>
            </tr>
            <!-- Ende Leerzeile-->

            <!-- Beginn Inhalt-->
            <tr><td class=dialogtxt>
                <table border=1 width=100%>
                    <tr><td class=dialogtxt>
                        <table border=0 width=100%>
                            <tr>
                                <td class=formular>]]><LABEL value="input.exportmodules" /><![CDATA[:</td>
                                <td class=dialogtxt>
                                    <select class="textfeld" name="new_modules" size="10" style="WIDTH:300px"  onchange="" multiple>]]><process>moduleselect</process><![CDATA[</select>
                                </td>
                            </tr>
                            <tr>
                                <td class=formular>]]><LABEL value="input.exportadd" /><![CDATA[:</td>
                                <td class=dialogtxt>
                                <input type="text" name="selectallfolders" class="textfeld3" size=31 value="" onSubmit="">

                                </td>
                                <td class=formular valign=bottom>
                                    <a href="javascript:addFolder(document.DBEXPORT.new_ressources, document.DBEXPORT.selectallfolders.value);" ><img src="]]><METHOD name="resourcesUri">ic_admin_enter.gif</METHOD><![CDATA[" alt="]]><LABEL value="button.addnew" /><![CDATA[" border=0 width=16 heigth=16></a>
                                </td>
                            </tr>
                            <tr>
                                <td class=formular valign=middle>]]><LABEL value="input.exportchannels" /><![CDATA[:</td>
                                <td class=dialogtxt>
                                    <select name="new_ressources" id="new_ressources" style="width:300px" size=5 width="300" multiple></select>
                                </td>
                                <td valign=middle>
                                    <table border=0 cellspacing=0 width=100% height=100% valign=middle>
                                        <tr>
                                            <td class=formular><a href="javascript:treewin=opensmallwin('../../../action/channel_tree.html?foldertree=/&formname=DBEXPORT&variable=tempFolder&viewfile=yes', 'explorer_viewer', 150, 300),treewin.focus();"><img src="]]><METHOD name="resourcesUri">ic_file_folder.gif</METHOD><![CDATA[" border="0" alt="]]><LABEL value="label.selectfolder" /><![CDATA["></a></td>
                                            <td class=formular><a href="javascript:deleteAnItem(document.DBEXPORT.new_ressources , document.DBEXPORT.new_ressources.selectedIndex);"><img src="]]><METHOD name="resourcesUri">ic_admin_deleteext.gif</METHOD><![CDATA[" alt="]]><LABEL value="button.delete" /><![CDATA[" border=0 width=16 heigth=16></a></td>
                                        </tr>
                                    </table>
                                </td>
                            </tr>
                            <tr>
                                <td>&nbsp;</td>
                                <td class=formular>
                                    <input type="hidden" name="tempFolder" id="tempFolder">
                                    <input type="hidden" name="ALLRES" id="ALLRES" value="">
                                    <input type="hidden" name="ALLMOD" id="ALLMOD" value="">
                                </td>
                            </tr>
                            <tr>
                                <td class=formular width=10%>]]><LABEL value="database.label.filename"/><![CDATA[:</td>
                                <td class=dialogtxt><input type="text" class="textfeld3" maxlength="30" name="filename" id="VNAME"></td>
                            </tr>
                            <tr>
                                <td class=formular>]]><LABEL value="database.label.files"/><![CDATA[:</td>
                                <td class=dialogtxt>
                                    ]]><SELECT class="textfeld" name="existingfile" width="300" method="getExportFiles" onchange="document.DBEXPORT.filename.value=document.DBEXPORT.existingfile.options[document.DBEXPORT.existingfile.selectedIndex].value;"/><![CDATA[
                                </td>
                            </tr>

⌨️ 快捷键说明

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