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

📄 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"?><!-- $Id: delete.xet,v 1.2 2004/02/06 12:34:52 ralfbecker Exp $ --><overlay>	<grid id="infolog.index.rows-noheader" template="" lang="" group="0" version="0.9.15.003">		<columns>			<column width="5%"/>			<column/>			<column width="8%"/>			<column width="8%"/>			<column width="8%"/>			<column width="3%" disabled="@no_actions"/>			<column width="3%" disabled="@no_actions"/>		</columns>		<rows>			<row class="th">				<vbox>					<description value="Type"/>					<description value="Status"/>				</vbox>				<vbox>					<description value="Subject"/>					<description value="Description"/>				</vbox>				<vbox>					<description value="Startdate"/>					<description value="Enddate"/>				</vbox>				<vbox>					<description value="Owner"/>					<description value="Responsible"/>				</vbox>				<description value="last changed"/>				<description value="Sub"/>				<description value="Action"/>			</row>			<row class="row" valign="top">				<hbox options="2,2" align="center">					<image label="$row_cont[info_type]" src="${row}[info_type]"/>					<button image="$row_cont[info_status]" ro_image="$row_cont[info_status]" label="$row_cont[info_status]" id="edit_status[$row_cont[info_id]]" statustext="Change the status of an entry, eg. close it"/>				</hbox>				<vbox options="0,0">					<description options="b,@${row}[info_link_view]" value="%s $row_cont[info_addr]" no_lang="1" id="${row}[info_link_title]" statustext="view this linked entry in its application"/>					<description class="$row_cont[sub_class]" no_lang="1" id="${row}[info_subject]"/>					<description no_lang="1" id="${row}[info_des]"/>					<link-string id="${row}[filelinks]"/>				</vbox>				<vbox options="0,0">					<date id="${row}[info_startdate]" readonly="true"/>					<date class="$row_cont[end_class]" id="${row}[info_enddate]" readonly="true"/>				</vbox>				<vbox options="0,0">					<menulist>						<menupopup type="select-account" id="${row}[info_owner]" readonly="true"/>					</menulist>					<menulist>						<menupopup type="select-account" id="${row}[info_responsible]" readonly="true"/>					</menulist>				</vbox>				<vbox options="0,0">					<date-time id="${row}[info_datemodified]" readonly="true"/>					<menulist>						<menupopup type="select-account" id="${row}[info_modifier]" readonly="true"/>					</menulist>				</vbox>				<vbox options="0,0" align="center">					<button image="new.gif" label="Add sub" align="center" id="sp[$row_cont[info_id]]" statustext="Add a new sub-task, -note, -call to this entry"/>					<button image="view.gif" label="View subs" align="center" id="view[$row_cont[info_id]]" statustext="View all subs of this entry"/>					<button image="parent.gif" label="View parent" align="center" id="view[$row_cont[info_id_parent]]" statustext="View the parent of this entry and all his subs"/>				</vbox>				<hbox>					<button image="edit.gif" label="Edit" id="edit[$row_cont[info_id]]" statustext="Edit this entry"/>					<button image="delete.gif" label="Delete" id="delete[$row_cont[info_id]]" statustext="Delete this entry"/>					<button image="addfile.gif" label="Add file" id="file[$row_cont[info_id]]" disabled="true" statustext="Attach a file"/>				</hbox>			</row>		</rows>		<styles>			.low,.low_done,.normal,.normal_done,.high,.high_done,.urgent,.urgent_done { font-weight: bold; }
.low,.low_done { color:#606060; }
.normal,.normal_done { color:black }
.high { color:#cc0000; } 
.high_done { color:#800000; }
.urgent { color:#ff00ff; } 
.urgent_done { color:#800080; }
.overdue { color:#cc0000; font-weight:bold; }
.private { font-style:italic; }
		</styles>	</grid>	<grid id="infolog.delete" template="" lang="" group="" version="0.9.15.003" width="100%" border="0" spacing="0" padding="0">		<columns>			<column/>		</columns>		<rows>			<row>				<description/>			</row>			<row>				<grid content="main" align="center" id="infolog.index.rows-noheader"/>			</row>			<row valign="bottom" height="50">				<description class="headertext" value="Are you shure you want to delete this entry ?" align="center"/>			</row>			<row height="50" disabled="!@remove_subs">				<checkbox label="Delete all subs (if not subs will be subs of this enties parent or have no parent)" align="center" id="remove_subs"/>			</row>			<row>				<hbox options="20" align="center">					<button label="Yes - Delete" align="right" id="delete" statustext="Delete the entry"/>					<button label="No - Cancel" id="cancel" statustext="Abort without deleting"/>				</hbox>			</row>		</rows>		<styles>			.headertext { color: black; font-size: 120%; }		</styles>	</grid></overlay>

⌨️ 快捷键说明

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