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

📄 administration_content_database_export

📁 内容管理
💻
📖 第 1 页 / 共 2 页
字号:
<?xml version="1.0" encoding="ISO-8859-1"?>
<WORKPLACE>
<nounchanged></nounchanged>
<contentage>(not set)</contentage>
<currenttime>(not set)</currenttime>
<nounchangedbox><![CDATA[
                            <tr>
                                <td>&nbsp;</td>
                                <td class=formular>
                                    <input type=checkbox name="nounchanged" value="nounchanged">]]><LABEL value="database.label.nounchanged"/><![CDATA[
                                </td>
                            </tr>
]]></nounchangedbox>

<userdata></userdata>
<userdatabox><![CDATA[
                            <tr>
                                <td>&nbsp;</td>
                                <td class=formular>
                                    <input type=checkbox name="userdata" value="userdata" checked>]]><LABEL value="database.label.userdata"/><![CDATA[
                                </td>
                            </tr>
]]></userdatabox>

<contentagedata><![CDATA[
                            <tr>
                                <td class=formular width=10%>]]><LABEL value="database.label.contentage"/><![CDATA[:</td>
                                <td class=formular><input type="text" class="textfeld3" maxlength="30" name="contentageinput" value="12-31-1970 12:00:00" size="30" maxsize="30"><input type="hidden" name="contentage"></td>
                            </tr>
]]></contentagedata>

<TEMPLATE>
<![CDATA[

<HTML>

<script language=JavaScript>
<!--
top.head.helpUrl=']]><LABEL value="help.administration.database.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>
<!--
//------------------------------------------------------------------------------------
// checkFormData(formField)
//
// author:  Matthias Schreiber
// company: mindfact interaktive medien ag
// date:    13.03.2000
// update:  14.03.2000
//
// Method checkFormData performs a client-side check of form fields containing names.
// Form can be surrounded by <DIV>-section (layer).
//
// @param form Name of the form where the field to be checked is situated
// @param field Name of the field to be checked
// @param lyr Name of the layer in which the form is embedded. If there's no layer set it to null.
//
//------------------------------------------------------------------------------------

function checkFormData()
{
    var result=true;
    var at_pos, entry, strLength;

    if(document.DBEXPORT.ALLRES.value.length < 1){
        alert(']]><LABEL value="error.message.datamissing" /><![CDATA[');
        return false;
    }

    if (! checkContentAge()) {
        alert(']]><LABEL value="error.message.contentage" /><![CDATA[');
        return false
    }

    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;
        }
    }

    return result;
}

function checkContentAge() {
  var validdate = true;
  var d = document.DBEXPORT.contentageinput.value;
  d = d.replace(/^\s*(\b.*\b|)\s*$/, "$1");
  if (d == "") {
    document.DBEXPORT.contentage.value = "(none)"
  } else {
    d = new Date(d);
    if (!isNaN(d)) {
      document.DBEXPORT.contentage.value = d.getTime();
    } else {
      validdate = false;
    }
  }
  return validdate;
}


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 copySelection() {
    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;
}

//-->
</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=export" 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.titleexport"/><![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.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.exportresources" /><![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/folder_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>

⌨️ 快捷键说明

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