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

📄 administration_content_publish_project

📁 内容管理
💻
字号:
<?xml version="1.0" encoding="ISO-8859-1"?>
<WORKPLACE>
<TEMPLATE>
<![CDATA[
<HTML>

<script language=JavaScript>
<!--

//-->
</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[">

</HEAD>
<BODY bgcolor="#ffffff" marginwidth = 0 marginheight = 0 topmargin=0 leftmargin=0>

<!-- 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=UEBERNEHMEN name=UEBERNEHMEN>
<input type="hidden" name="projectid" value="]]><PROCESS>projectid</PROCESS>"><![CDATA[</input>
<table cellspacing=0 cellpadding=0 border=2 width=300>
    <tr><td>
        <table cellspacing=0 cellpadding=5 border=0 width=100% height=100%>

            <!-- Beginn Tabellenkopf blau-->
            <tr>
        <td colspan=2 class="head">]]><label value="project.publish.title"/><![CDATA[</td>
            </tr>
            <!-- Ende Tabellenkopf blau-->

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

            <tr>
                <td class=dialogtxt colspan=2>
                     ]]><label value="project.publish.message1"/><![CDATA[ ]]><PROCESS>projectname</PROCESS><![CDATA[ ]]><label value="project.publish.message2"/><![CDATA[
                </td>
            </tr>
            <tr>
                <td class=dialogtxt colspan=2>
                     &nbsp;
                </td>
            </tr>

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

            <!-- Beginn Buttonleisete-->
            <tr><td class=dialogtxt colspan=2>
                <table cellspacing=0 cellpadding=5 width=100%>
                <tr>
                    <td class=formular align=right width=50%><INPUT class=button width=100 type="button" value="]]><LABEL value="button.ok" /><![CDATA[" id=OK name=OK onClick="location.href='administration_content_publish_project.html?action=ok&projectid=]]><PROCESS>projectid</PROCESS><![CDATA['"></td>
                    <td class=formular align=left width=50%>]]><TEXTBUTTON class="button" name="cancel" value="cancel" width="100" action="location.href='index.html'" /><![CDATA[</td>
                </tr>
                </table>
            </td>
            </tr>
            <!-- Ende Buttonleisete-->

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

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

</BODY>
</html>

]]>
</TEMPLATE>

<TEMPLATE name="error">
<![CDATA[
]]><ERRORPAGE title="error.title.publishproject" message="error.message.publishproject" reason="error.reason.publishproject" suggestion="error.suggestion.publishproject" ref="index.html" ><process>details</process></ERRORPAGE><![CDATA[
]]>
</TEMPLATE>

<TEMPLATE name="wait">
<![CDATA[
<HTML>
<HEAD>
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript" SRC="]]><method name="scriptsUri">opencms.js</method><![CDATA["></SCRIPT>
<SCRIPT LANGUAGE="Javascript">
function reload()
{
location.href="administration_content_publish_project.html?action=working&time=]]><PROCESS>time</PROCESS><![CDATA[" ;
}
</SCRIPT>
</HEAD>
<BODY onload="setTimeout('reload()', 2000);">
<CENTER>
<!-- Begin Logo opencms -->
<table border=0 cellspacing=0 cellpadding=0 align=center height=100>
    <tr>
        <td><IMG alt=OpenCms border=0 hspace=0 src="]]><METHOD name="resourcesUri">opencms.gif</METHOD><![CDATA["></td>
    </tr>
</table>
<!-- End Logo opencms -->

<!-- Begin please wait text -->
<table cellspacing=0 cellpadding=0 border=0>
<tr>
<td><font size="-1" face="MS Sans Serif,Arial,Helvetica">]]><LABEL value="message.wait"/><![CDATA[</font></td>
</tr>
</table>
<!-- End please wait text -->
<table cellspacing=0 cellpadding=0 border=0>
    <tr><br><br>
        <td><IMG width=]]><PROCESS>time</PROCESS><![CDATA[ height=20 border=0 hspace=0 src="]]><METHOD name="resourcesUri">pixel_blue.gif</METHOD><![CDATA["></td>
    </tr>
</table>
</CENTER>
</BODY>
</HTML>
]]>
</TEMPLATE>

<TEMPLATE name="done">
<![CDATA[
<HTML>
<BODY onload="window.top.head.location.href='../../../action/head.html';">
</BODY>
</html>
]]>
</TEMPLATE>

<!-- This is the default template for the html report -->

<TEMPLATE name="showresult">
<![CDATA[
<HTML>

<!-- Include external JavaScripts-->
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript" SRC="]]><method name="scriptsUri">opencms.js</method><![CDATA["></SCRIPT>

<script language=JavaScript>
<!--
var pageStart="<html>\n<head>\n" +
    "<meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=]]><METHOD name="getEncoding"/><![CDATA['>\n"+ 
    "<script language='JavaScript'>\n" + 
    "function init() { setTimeout('window.scrollBy(0,100000)',100); }\n" +
    "</script>\n" +
    "<style type='text/css'>\n<!--\n" +
    "body { color: #000000; font-family: sans-serif; font-size: 11px; }\n" +
    "p { color: #000000; font-family: sans-serif; font-size: 11px; }\n" +
    "span.head { color: #000099; font-family: sans-serif; font-size: 11px; font-weight: bold; }\n"+
    "-->\n</style>\n" +
    "</head>\n" +
    "<body bgcolor='#ffffff' marginwidth='0' marginheight='0' topmargin='0' leftmargin='0' onload='init()'>\n";
                                               
var pageEnd="</body>\n</html>";

var pageBody="";

var actionParameter="]]><process>actionParameter</process><![CDATA[";

function getActionParameter(){
    return actionParameter;
}
function initiate(){
    refreshResult("");
}
function refreshResult(addOn){
    pageBody += addOn;
    showframe.document.open();
    showframe.document.write(pageStart + pageBody + pageEnd);
    showframe.document.close();
}
function finish(){
    document.getElementById("ok").disabled=false;
}
function finish2(){
    document.getElementById("cancel").disabled=false;
    document.getElementById("next").disabled=false;
}
function finish3(){
    location.href=]]><process>jsActionUri2</process><![CDATA[;
}
function fillHead(content){
    document.getElementById("headline").innerHTML=content;
}
//-->
</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[">

</HEAD>
<BODY bgcolor="#ffffff" marginwidth = 0 marginheight = 0 topmargin=0 leftmargin=0 onLoad="initiate();">

<table width=100% height=100% border=0 cellspacing=0 cellpadding=0>
<tr><td align=middle valign=center>
<table cellspacing=0 cellpadding=0 border=1 width="90%">
    <tr><td>
        <table cellspacing=0 cellpadding=5 border=0 width=100% height=100%>
            <tr>
                <td class="head">]]><process>headLabel</process><![CDATA[</td>
            </tr>
            <tr>
                <td class="leerzeile">&nbsp;</td>
            </tr>
            <tr><td class=dialogtxt>
                <table border=0 width=100%>
                    <tr><td class=dialogtxt>
                        <table border=0 cellspacing=4 width=100% height=300px>
                            <tr>
                                <td id=headline class=formular width=10%></td>
                            </tr>
                            <tr>
                                <td height=280px>
                                    <iframe src="empty.html" align="center" width="100%" height="100%" scrolling="yes" name="showframe" id="showframe">
                                    </iframe>
                                </td>
                            </tr>
                        </table>
                    </td></tr>
                    <tr><td class=dialogtxt>
                        <table cellspacing=0 border=0 cellpadding=5 width=100%>
                            <tr>
                                <td class="formular" align="left"><input type="button" class="button" disabled="true" width="100" value="]]><LABEL value="button.cancel" /><![CDATA[" name="cancel" id="cancel" onClick="]]><process>cancelUri</process><![CDATA["></td>
                                <td width="20">&nbsp;</td>                            
                                <td class="formular" align="center" width=100%><input type="button" class="button" disabled="true" width="100" value="]]><LABEL value="button.next" /><![CDATA[" name="next" id="next" onClick="]]><process>nextUri</process><![CDATA["></td>
                                <td width="20">
                                    <iframe src="]]><process>iframeActionUri</process><process>actionParameter</process><![CDATA[" width="20" height="20" id="loadframe" marginwidth="0" marginheight="0" frameborder="0" framespacing="0">
                                    </iframe>                                                                
                                </td>                                 
                                <td class="formular" align=""right><input type="button" class="button" disabled="true" width="100" value="]]><LABEL value="button.ok" /><![CDATA[" name="ok" id="ok" onClick="]]><process>okUri</process><![CDATA["></td>                               
                            </tr>
                        </table>
                    </td></tr>
                </table>
            </td></tr>
        </table>
    </td></tr>
</table>
</td></tr>
</table>
</BODY>
</html>
]]>
</TEMPLATE>


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

<script language=JavaScript>
<!--
function update(){
    var value="]]><process>data</process><![CDATA[";
    var headline="]]><process>text</process><![CDATA[";
    parent.refreshResult(value);
    parent.fillHead(headline);
}
function finish(){
    parent.finish();
}
function finish2(){
    parent.finish2();
}
function finish3(){
    parent.finish3();
}

//-->
</script>
<SCRIPT LANGUAGE="Javascript">
function reload()
{
location.href=]]><process>jsActionUri1</process><![CDATA[;
}
</SCRIPT>
<title>OpenCms</title>

</HEAD>
<BODY bgcolor="#c0c0c0" marginwidth="0" marginheight="0" topmargin="0" leftmargin="0" onLoad="]]><process>autoUpdate</process><![CDATA[update();]]><process>endMethod</process><![CDATA[">
</BODY>
</html>
]]>
</TEMPLATE>

<endMethod><![CDATA[finish();]]></endMethod>
<endMethod2><![CDATA[finish2();]]></endMethod2>
<endMethod3><![CDATA[finish3();]]></endMethod3>
<autoUpdate><![CDATA[setTimeout('reload()', 2000);]]></autoUpdate>
<actionParameter><![CDATA[showResult]]></actionParameter>

<headLabel><LABEL value="project.publish.title" /></headLabel>
<okUri><![CDATA[window.top.head.location.href='../../../action/head.html';]]></okUri>
<nextUri><![CDATA[location='administration_content_publish_project.html?action=doThePublish';]]></nextUri>
<cancelUri><![CDATA[window.top.head.location.href='../../../action/head.html';]]></cancelUri>
<iframeActionUri>administration_content_publish_project.html?action=</iframeActionUri>
<jsActionUri1>"administration_content_publish_project.html?action="+parent.getActionParameter()</jsActionUri1>
<jsActionUri2>"administration_content_publish_project.html?action=doThePublish"</jsActionUri2>

</WORKPLACE>

⌨️ 快捷键说明

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