link_widget.attach.xet

来自「eGroupWare is a multi-user, web-based gr」· XET 代码 · 共 27 行

XET
27
字号
<?xml version="1.0"?><!-- $Id: link_widget.attach.xet,v 1.2 2004/02/06 12:49:05 ralfbecker Exp $ --><overlay>	<grid id="etemplate.link_widget.attach" template="" lang="" group="" version="0.9.15.001">		<columns>			<column/>			<column/>			<column/>			<column/>		</columns>		<rows>			<row class="row_on">				<description value="File"/>				<description class="like_input" no_lang="1" id="file[path]"/>				<button label="Attach" id="attach" statustext="click here to attach the file"/>				<button label="Cancel" id="new" statustext="start a new search, cancel this link"/>			</row>			<row class="row_off">				<description value="Comment"/>				<textbox size="50" maxlength="50" span="all" id="remark" statustext="optional note about the Link"/>			</row>		</rows>		<styles>			.like_input { background: white; border: medium groove black; padding-left: 3px; padding-right: 3px; }		</styles>	</grid></overlay>

⌨️ 快捷键说明

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