📄 piclist
字号:
<?xml version="1.0" encoding="ISO-8859-1"?>
<WORKPLACE>
<part><![CDATA[<tr><td colspan="6"><table cellspacing=0 cellpadding=0 border=0 width="100%"><tr><td height="1" class="taskviewbackblack"><spacer type=block width=1 height=1></td></tr>
</table></td></tr>]]></part>
<piclistentry><![CDATA[<TR>
<TD colspan="6">
<TABLE CELLPADDING=0 CELLSPACING=0 border=1>
<tr>
<td background="]]><METHOD name="resourcesUri">bg_grauekachel.gif</METHOD><![CDATA["><img src="]]><PROCESS>picsource</PROCESS><![CDATA[" alt="]]><PROCESS>title</PROCESS><![CDATA[" ]]><PROCESS>toclickornot</PROCESS><![CDATA[></td>
</tr>
</table>
</td>
</tr>
<tr>
<TD VALIGN="BOTTOM" nowrap class="wizardbold">]]><PROCESS>title</PROCESS><![CDATA[</TD>
<TD VALIGN="BOTTOM" nowrap class="wizard">]]><PROCESS>filename</PROCESS><![CDATA[</TD>
<TD ALIGN="RIGHT" VALIGN="BOTTOM" nowrap class="wizard">]]><PROCESS>size</PROCESS><![CDATA[</TD>
<TD VALIGN="BOTTOM" nowrap class="wizard">]]><PROCESS>type</PROCESS><![CDATA[</TD>
<TD ALIGN="RIGHT" VALIGN="BOTTOM" nowrap class="wizard">]]><PROCESS>delete</PROCESS><![CDATA[</TD>
<TD VALIGN="BOTTOM" nowrap class="wizard" width="100%"> </TD>
</tr>
]]></piclistentry>
<deleteentry>
<![CDATA[<a href="javascript:deletePicture(']]><PROCESS>filepath</PROCESS><![CDATA[');"><img src="]]><METHOD name="resourcesUri">ic_admin_deleteext.gif</METHOD><![CDATA[" border="0" alt="]]><LABEL value="button.delete" /><![CDATA[" title="]]><LABEL value="button.delete" /><![CDATA["></a>]]>
</deleteentry>
<clickentry><![CDATA[onclick="javascript:top.sendLink(']]><PROCESS>filepath</PROCESS><![CDATA[')"]]></clickentry>
<TEMPLATE>
<![CDATA[
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=]]><METHOD name="getEncoding"/><![CDATA[">
<title>OpenCms</title>
<!-- Beginn Style -->
<link rel=stylesheet type="text/css" href="]]><method name="resourcesUri">format.css</method><![CDATA[">
<!-- End Style -->
<!-- Beginn JavaScript -->
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript" SRC="]]><method name="scriptsUri">opencms.js</method><![CDATA["></SCRIPT>
<script type="text/javascript">
<!--
//<!-- The variable EOL (End of list) flags if no image was displayed. The Picctrl document reads this variable -->
//<!-- and uses this information to enable or disable the "next" button -->
//<!-- With BOL (Begin of list) it is the other way round! -->
// Both parameters have to be set on the server side !!!!
EOL = false;
BOL = true;
function deletePicture(resourceName) {
var checkDelete = confirm("]]><LABEL value="messagebox.picgallery.delete" /><![CDATA[");
if (checkDelete == true) {
document.location.href="]]><LINK><METHOD name="getFileUri" /></LINK><![CDATA[?action=delete&resource=" + resourceName;
}
}
//-->
</script>
</head>
<body bgcolor="#FFFFFF" background="]]><METHOD name="resourcesUri">bg_weiss.gif</METHOD><![CDATA[" bgproperties=fixed onLoad="">
<TABLE CELLPADDING=2 CELLSPACING=1 WIDTH=100% border=0>
<tr>
<td valign=bottom nowrap class="taskviewtxt"><p class=einzug>]]><LABEL value="label.title" /><![CDATA[</p></td>
<td valign=bottom nowrap class="taskviewtxt"><p class=einzug>]]><LABEL value="label.name" /><![CDATA[</p></td>
<td valign=bottom nowrap class="taskviewtxt"><p class=einzug>]]><LABEL value="label.size" /><![CDATA[</p></td>
<td valign=bottom nowrap class="taskviewtxt"><p class=einzug>]]><LABEL value="label.pictype" /><![CDATA[</p></td>
<td valign=bottom nowrap class="taskviewtxt"><p class=einzug>]]><LABEL value="button.delete" /><![CDATA[</p></td>
<td valign=bottom nowrap width="100%" class="taskviewtxt"> </td>
</tr>
]]><METHOD name="pictureList"/><![CDATA[
</Table>
</body>
</html>
]]>
</TEMPLATE>
</WORKPLACE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -