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

📄 unlock

📁 cms是开源的框架
💻
字号:
<?xml version="1.0" encoding="ISO-8859-1"?>
<WORKPLACE>
<TEMPLATE name="file">
<![CDATA[
<HTML>
    
    <script language=JavaScript>
    <!--
    top.head.helpUrl='help.explorer.contextmenu.lock';
    //-->
    </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>
    
    <!-- table to center the page-->
    <table width=100% height=100% border=0 cellspacing=0 cellpadding=0>
    <tr><td align=middle valign=center>
    
    <!-- table to set up the dialog box-->
    <form id=UNLOCK name=UNLOCK>
    ]]><MESSAGEBOX title="messagebox.title.unlock" message1="messagebox.message1.unlock" message2="messagebox.message2.unlock" button1="button.ok" button2="button.cancel" link1="unlock.html?unlock=true" link2="unlock.html?unlock=false"><PROCESS>FILENAME</PROCESS></MESSAGEBOX><![CDATA[
    </td></tr>
    </table>
        
    </BODY>
    </html>
    ]]>
</TEMPLATE>


<TEMPLATE name="file-extended">
<![CDATA[
<HTML>
    
    <script language=JavaScript>
    <!--
    top.head.helpUrl='help.explorer.contextmenu.lock';
    //-->
    </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>
    
    <!-- table to center the page-->
    <table width=100% height=100% border=0 cellspacing=0 cellpadding=0>
    <tr><td align=middle valign=center>
    
    <!-- table to set up the dialog box-->
    <form id="UNLOCK" name="UNLOCK" method="post" action="unlock.html">
    
	<table cellspacing=0 cellpadding=0 border=2 width=300>
		<tr><td>
			<table cellspacing=0 cellpadding=5 border=0 width=100% height=100%>
				
				<!-- Begin tablehead blue-->
				<tr> 
	           		<td colspan=2 class="head">]]><LABEL value="messagebox.title.unlock" /><![CDATA[</td>
				</tr>
				<!-- End tablehead blue-->
				
				<!-- Begin empty row-->
				<tr> 
	           		<td colspan=2 class="leerzeile">&nbsp;</td>
				</tr>
				<!-- End empty row-->
				
				<tr>
					<td class=dialogtxt colspan=2>
						]]><LABEL value="messagebox.message1.unlock" /><![CDATA[
					</td>
				</tr>									
				
				<tr>
					<td class=dialogtxt colspan=2>
						]]><LABEL value="messagebox.message2.unlock" /><![CDATA[
					</td>
				</tr>
				
				<!-- Begin empty row-->
				<tr> 
	           		<td colspan=2 class="leerzeile">&nbsp;</td>
				</tr>
				<!-- End empty row-->			
				
				<tr>
					<td class="dialogtxt" valign="top" >
						<input type="checkbox" name="notify" checked="checked">
					</td>
					<td class="dialogtxt" width="100%">
						Send email to notify Webmaster about changes
					</td>					
				</tr>
								
				<tr>
					<td colspan="2" class="dialogtxt">
						Optional information for Webmaster:
					</td>				
				</tr>
				
				<tr>
					<td colspan=2 class=dialogtxt>
						<textarea class=dialogtxt name="message" wrap="virtual" rows="5" cols="35"></textarea>
					</td>				
				</tr>				
												
				<!-- Begin buttons-->
				<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="submit" value="]]><LABEL value="button.ok" /><![CDATA[" id=OK name=OK></td>
						<td class=formular align=left width=50%><INPUT class=button width=100 type="button" value="]]><LABEL value="button.cancel" /><![CDATA[" id=CANCEL name=CANCEL onClick="document.location.href='unlock.html?unlock=false'"></td>
					</tr>
					</table>
				</td>
				</tr>
				<!-- End buttons-->
				
				</table>
		</td></tr>
	</table>
	
	<input type="hidden" name="unlock" value="true">
	
	</form>
    </td></tr>
    </table>
        
    </BODY>
    </html>
    ]]>
</TEMPLATE>


<TEMPLATE name="folder">
<![CDATA[
<HTML>
    
    <script language=JavaScript>
    <!--
    top.head.helpUrl='help.explorer.contextmenu.lock';
    //-->
    </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>
    
    <!-- table to center the page-->
    <table width=100% height=100% border=0 cellspacing=0 cellpadding=0>
    <tr><td align=middle valign=center>
    
    <!-- table to set up the dialog box-->
    <form id=UNLOCK name=UNLOCK>
    ]]><MESSAGEBOX title="messagebox.title.unlockfolder" message1="messagebox.message1.unlockfolder" message2="messagebox.message2.unlockfolder" button1="button.ok" button2="button.cancel" link1="unlock.html?unlock=true" link2="unlock.html?unlock=false"><PROCESS>FILENAME</PROCESS></MESSAGEBOX><![CDATA[
    </td></tr>
    </table>
        
    </BODY>
    </html>
    ]]>
</TEMPLATE>


<TEMPLATE name="folder-extended">
<![CDATA[
<HTML>
    
    <script language=JavaScript>
    <!--
    top.head.helpUrl='help.explorer.contextmenu.lock';
    //-->
    </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>
    
    <!-- table to center the page-->
    <table width=100% height=100% border=0 cellspacing=0 cellpadding=0>
    <tr><td align=middle valign=center>
    
    <!-- table to set up the dialog box-->
    <form id="UNLOCK" name="UNLOCK" method="post" action="unlock.html">
    
	<table cellspacing=0 cellpadding=0 border=2 width=300>
		<tr><td>
			<table cellspacing=0 cellpadding=5 border=0 width=100% height=100%>
				
				<!-- Begin tablehead blue-->
				<tr> 
	           		<td colspan=2 class="head">]]><LABEL value="messagebox.title.unlock" /><![CDATA[</td>
				</tr>
				<!-- End tablehead blue-->
				
				<!-- Begin empty row-->
				<tr> 
	           		<td colspan=2 class="leerzeile">&nbsp;</td>
				</tr>
				<!-- End empty row-->
				
				<tr>
					<td class=dialogtxt colspan=2>
						]]><LABEL value="messagebox.message1.unlockfolder" /><![CDATA[
					</td>
				</tr>									
				
				<tr>
					<td class=dialogtxt colspan=2>
						]]><LABEL value="messagebox.message2.unlockfolder" /><![CDATA[
					</td>
				</tr>
				
				<!-- Begin empty row-->
				<tr> 
	           		<td colspan=2 class="leerzeile">&nbsp;</td>
				</tr>
				<!-- End empty row-->						
				
				<tr>
					<td class="dialogtxt" valign="top" >
						<input type="checkbox" name="notify" checked="checked">
					</td>
					<td class="dialogtxt" width="100%">
						Send email to notify Webmaster about changes
					</td>					
				</tr>
								
				<tr>
					<td colspan="2" class="dialogtxt">
						Optional information for Webmaster:
					</td>				
				</tr>
				
				<tr>
					<td colspan=2 class=dialogtxt>
						<textarea class=dialogtxt name="message" wrap="virtual" rows="5" cols="35"></textarea>
					</td>				
				</tr>				
												
				<!-- Begin buttons-->
				<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="submit" value="]]><LABEL value="button.ok" /><![CDATA[" id=OK name=OK></td>
						<td class=formular align=left width=50%><INPUT class=button width=100 type="button" value="]]><LABEL value="button.cancel" /><![CDATA[" id=CANCEL name=CANCEL onClick="document.location.href='unlock.html?unlock=false'"></td>
					</tr>
					</table>
				</td>
				</tr>
				<!-- End buttons-->
				
				</table>
		</td></tr>
	</table>
	
	<input type="hidden" name="unlock" value="true">
	
	</form>
    </td></tr>
    </table>
        
    </BODY>
    </html>
    ]]>
</TEMPLATE>


<TEMPLATE name="error">
<ERRORPAGE title="error.title.unlock" message="error.message.unlock" reason="error.reason.unlock" suggestion="error.suggestion.unlock" ref="explorer_files.html" ><process>details</process><process>lasturl</process></ERRORPAGE>
</TEMPLATE>

<TEMPLATE name="erroraccessdenied">
<ERRORPAGE title="error.title.accessdenied" message="error.message.accessdenied" reason="error.reason.accessdenied" suggestion="error.suggestion.accessdenied" ref="explorer_files.html" ><process>details</process><process>lasturl</process></ERRORPAGE>
</TEMPLATE>


</WORKPLACE>

⌨️ 快捷键说明

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