📄 administration_content_projectnew
字号:
<?xml version="1.0" encoding="ISO-8859-1"?>
<WORKPLACE>
<TEMPLATE>
<![CDATA[
<HTML>
<!-- Include external JavaScripts-->
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript" SRC="]]><method name="scriptsUri">opencms.js</method><![CDATA["></SCRIPT>
<script language=JavaScript>
<!--
if(top.frames[0].document.projectchange.project.options[top.frames[0].document.projectchange.project.selectedIndex].value !=]]><PROCESS>onlineId</PROCESS><![CDATA[){
window.top.head.location.href='../../../action/head.html';
}
top.head.helpUrl=']]><LABEL value="help.administration.project.new"/><![CDATA[';
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.PROJECTNEW.selectallfolders.value='';
}
}
function addChannel(theList, item) {
if (item != null && item != "") {
newOption = new Option(item, item, false, false);
theList.options[theList.length] = newOption;
}
}
function copySelection() {
addFolder(document.PROJECTNEW.new_ressources, document.PROJECTNEW.tempFolder.value);
}
function copyChannelSelection() {
addChannel(document.PROJECTNEW.new_channels, document.PROJECTNEW.tempChannel.value);
}
function selectAll(theFolders, theChannels) {
var n=theFolders.length;
for (i=0; i<n; i++) {
theFolders.options[i].selected=true;
}
// umgehe das Problem mit Silverstream
var allResources="";
if (n>0) {
for (i=0; i<n; i++) {
allResources = allResources + theFolders.options[i].value + ';';
}
}
document.PROJECTNEW.ALLRES.value=allResources;
// now the channels
var m=theChannels.length;
for (i=0; i<m; i++) {
theChannels.options[i].selected=true;
}
// umgehe das Problem mit Silverstream
var allChannels="";
if (m>0) {
for (i=0; i<m; i++) {
allChannels = allChannels + theChannels.options[i].value + ';';
}
}
document.PROJECTNEW.ALLCHAN.value=allChannels;
}
var lasturl=']]><PROCESS>backButton</PROCESS><![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[">
</HEAD>
<BODY bgcolor="#ffffff" marginwidth = 0 marginheight = 0 topmargin=0 leftmargin=0 onLoad="]]><PROCESS>doThis</PROCESS><PROCESS>dontDoIt</PROCESS><![CDATA[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="PROJECTNEW" name="PROJECTNEW">
<input type=hidden name="submitform" value="true">
<table cellspacing=0 cellpadding=0 border=1 width=500>
<tr><td>
<table cellspacing=0 cellpadding=5 border=0 width=100% height=100%>
<!-- Beginn Tabellenkopf blau-->
<tr>
<td class="head">]]><LABEL value="label.createnewproject" /><![CDATA[</td>
</tr>
<!-- Ende Tabellenkopf blau-->
<!-- Beginn Leerzeile-->
<tr>
<td class="leerzeile"> </td>
</tr>
<!-- Ende Leerzeile-->
<!-- Beginn Inhalt-->
<tr><td class=dialogtxt>
<table border=0 width=100%>
<tr><td class=dialogtxt>
<table border=0 cellspacing=4 width=100% height=200px>
<tr>
<td class=formular width=10%>]]><LABEL value="label.projectname" /><![CDATA[:</td>
<td class=dialogtxt><input type="text" name="NAME" class="textfeld3" size="31" maxlength="64" value="]]><PROCESS>new_project_name</PROCESS><![CDATA["> </td>
<td class=formular><img src="]]><METHOD name="resourcesUri">empty.gif</METHOD><![CDATA[" width="50" height="1" alt="" border="0"></td>
</tr>
<tr>
<td class=formular valign=top>]]><LABEL value="label.description" /><![CDATA[:</td>
<td class=dialogtxt valign=top>
<TEXTAREA class="textarea" id=DESCRIPTION name=DESCRIPTION rows=5 cols=30>]]><PROCESS>new_project_description</PROCESS><![CDATA[</TEXTAREA>
</td>
<td class=formular> </td>
</tr>
<tr>
<td class=formular> </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.PROJECTNEW.new_ressources, document.PROJECTNEW.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=top>]]><LABEL value="label.allfolders" /><![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(']]><PROCESS>pathCorrection</PROCESS><![CDATA[../action/folder_tree.html?foldertree=/&formname=PROJECTNEW&variable=tempFolder&onlineselect=yes&viewfile=no', '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.PROJECTNEW.new_ressources , document.PROJECTNEW.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>
<input type="hidden" name="tempFolder" id="tempFolder" >
<input type="hidden" name="ALLRES" id="ALLRES" value="">
<tr>
<td class=formular valign=top>]]><LABEL value="label.allchannels" /><![CDATA[:</td>
<td class=dialogtxt>
<select name="new_channels" id="new_channels" 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(']]><PROCESS>pathCorrection</PROCESS><![CDATA[../action/channel_tree.html?foldertree=/&formname=PROJECTNEW&variable=tempChannel&onlineselect=yes&viewfile=no', '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.PROJECTNEW.new_channels , document.PROJECTNEW.new_channels.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>
<input type="hidden" name="tempChannel" id="tempChannel" >
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -