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

📄 delete.xet

📁 eGroupWare is a multi-user, web-based groupware suite developed on a custom set of PHP-based APIs. C
💻 XET
字号:
<?xml version="1.0" encoding="iso-8859-1"?><!-- $Id: delete.xet,v 1.1 2003/04/03 01:02:31 ralfbecker Exp $ --><overlay>	<grid id="et_notes.delete" template="" lang="" group="" version="0.9.15.003" width="100%">		<columns>			<column width="10%"/>			<column/>		</columns>		<rows>			<row>				<description span="all" value="Notes - Delete note"/>			</row>			<row>				<hrule span="all"/>			</row>			<row>				<description span="all" align="center" id="msg"/>			</row>			<row class="row">				<description value="Category"/>				<menulist span="all">					<menupopup type="select-cat" options="None" id="cat_id" readonly="true"/>				</menulist>			</row>			<row class="row" valign="top">				<description value="Content"/>				<textbox multiline="true" rows="10" cols="60" span="all" id="content" readonly="true"/>			</row>			<row class="row">				<description value="Access"/>				<description span="all" id="access"/>			</row>			<row class="row">				<description value="Owner"/>				<menulist span="all">					<menupopup type="select-account" options=",account,2" id="owner" readonly="true"/>				</menulist>			</row>			<row height="50">				<description options="b" span="all" class="bigbold" value="Delete this note?"/>			</row>			<row>				<button label="Yes" id="confirm" statustext="deletes the note"/>				<button span="all" label="No" id="done" statustext="back to the list"/>			</row>		</rows>		<styles>			.bigbold { font-size:+1; font-weight: bold; }		</styles>	</grid></overlay>

⌨️ 快捷键说明

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