2002-09-17 23:31:45 +02:00
|
|
|
<?xml version="1.0"?>
|
2002-10-03 18:40:21 +02:00
|
|
|
<!-- $Id$ -->
|
2002-09-17 23:31:45 +02:00
|
|
|
<overlay>
|
2006-03-27 00:17:55 +02:00
|
|
|
<template id="etemplate.nextmatch_widget.nm_row" template="" lang="" group="0" version="1.3.001">
|
2006-03-21 23:13:46 +01:00
|
|
|
<grid width="100%" spacing="0" padding="5">
|
|
|
|
<columns>
|
|
|
|
<column width="1%"/>
|
|
|
|
<column width="1%"/>
|
|
|
|
<column width="30%"/>
|
|
|
|
<column width="30%"/>
|
|
|
|
<column/>
|
|
|
|
<column width="15%"/>
|
|
|
|
<column width="5%"/>
|
2006-03-27 00:17:55 +02:00
|
|
|
<column/>
|
2006-03-21 23:13:46 +01:00
|
|
|
<column width="1%"/>
|
|
|
|
<column width="1%"/>
|
|
|
|
</columns>
|
|
|
|
<rows>
|
2006-03-27 00:17:55 +02:00
|
|
|
<row class="th">
|
2006-03-21 23:13:46 +01:00
|
|
|
<button image="first.gif" ro_image="first-grey.gif" label="First" id="first" statustext="go to the first entry"/>
|
|
|
|
<button image="left.gif" ro_image="left-grey.gif" label="Left" id="left" statustext="go to the previous page of entries"/>
|
|
|
|
<menulist>
|
2006-12-04 15:39:22 +01:00
|
|
|
<menupopup type="select-cat" options="-1,,,$cont[cat_app]" label="Category" id="cat_id" onchange="1" statustext="select a Category"/>
|
2006-03-21 23:13:46 +01:00
|
|
|
</menulist>
|
|
|
|
<menulist>
|
|
|
|
<menupopup label="@filter_label" align="center" id="filter" onchange="@filter_onchange" statustext="@filter_help"/>
|
|
|
|
</menulist>
|
|
|
|
<menulist>
|
|
|
|
<menupopup label="@filter2_label" align="right" id="filter2" onchange="@filter2_onchange" statustext="@filter2_help"/>
|
|
|
|
</menulist>
|
|
|
|
<textbox align="right" id="search" onchange="1" statustext="a pattern to be searched for"/>
|
|
|
|
<button label="Search" id="start_search" statustext="to start the search"/>
|
2006-03-27 00:17:55 +02:00
|
|
|
<menulist>
|
|
|
|
<menupopup id="num_rows" no_lang="1" onchange="1" statustext="How many entries should the list show"/>
|
|
|
|
</menulist>
|
2006-03-21 23:13:46 +01:00
|
|
|
<button image="right.gif" ro_image="right-grey.gif" label="Right" id="right" statustext="go to the next page of entries"/>
|
|
|
|
<button image="last.gif" ro_image="last-grey.gif" label="Last" id="last" statustext="go to the last entry"/>
|
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
|
|
|
<styles>
|
|
|
|
.thinBorder { border: 1px solid black; }
|
|
|
|
</styles>
|
|
|
|
</template>
|
2006-04-23 16:44:44 +02:00
|
|
|
<template id="etemplate.nextmatch_widget" template="" lang="" group="0" version="1.3.001">
|
2006-03-21 23:13:46 +01:00
|
|
|
<grid width="100%">
|
|
|
|
<columns>
|
|
|
|
<column width="35%"/>
|
|
|
|
<column/>
|
|
|
|
<column width="35%"/>
|
|
|
|
</columns>
|
|
|
|
<rows>
|
2006-03-27 00:17:55 +02:00
|
|
|
<row class="noPrint">
|
2006-03-21 23:13:46 +01:00
|
|
|
<template id="@header_left"/>
|
2006-09-25 16:00:28 +02:00
|
|
|
<hbox align="center" class="nextmatch-range">
|
2006-03-21 23:13:46 +01:00
|
|
|
<description value="showing" no_lang="1" id="range"/>
|
|
|
|
<description value="of" no_lang="1" id="total"/>
|
|
|
|
</hbox>
|
|
|
|
<template align="right" id="@header_right"/>
|
|
|
|
</row>
|
2006-03-27 00:17:55 +02:00
|
|
|
<row class="noPrint">
|
2006-03-21 23:13:46 +01:00
|
|
|
<template span="all" align="center" id="etemplate.nextmatch_widget.nm_row"/>
|
|
|
|
</row>
|
2006-04-23 16:44:44 +02:00
|
|
|
<row class="noPrint" disabled="!@lettersearch">
|
|
|
|
<hbox span="all" id="lettersearch">
|
|
|
|
<description value="All" align="right" id="all" needed="1" class="lettersearch_active"/>
|
|
|
|
</hbox>
|
|
|
|
</row>
|
2006-03-21 23:13:46 +01:00
|
|
|
<row>
|
|
|
|
<template content="rows" span="all" align="center" id="@template"/>
|
|
|
|
</row>
|
2006-03-27 00:17:55 +02:00
|
|
|
<row class="noPrint" disabled="!@bottom_too">
|
2006-03-21 23:13:46 +01:00
|
|
|
<template content="bottom" span="all" align="center" id="etemplate.nextmatch_widget.nm_row"/>
|
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
2004-02-06 13:49:05 +01:00
|
|
|
<styles>
|
2006-04-23 16:44:44 +02:00
|
|
|
.activ_sortcolumn { font-weight: bold; }
|
|
|
|
.inactiv_sortcolumn { font-weight: normal; }
|
|
|
|
.lettersearch,.lettersearch_active {
|
|
|
|
background-color: #D3DCE3;
|
|
|
|
width: 25px;
|
|
|
|
border: 1px solid #D3DCE3;
|
|
|
|
text-align: center;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.lettersearch_active {
|
|
|
|
font-weight: bold;
|
|
|
|
background-color: #E8F0F0;
|
|
|
|
}
|
|
|
|
.lettersearch_active,.lettersearch:hover {
|
|
|
|
border: 1px solid black;
|
|
|
|
background-color: #E8F0F0;
|
|
|
|
}
|
|
|
|
|
2004-02-06 13:49:05 +01:00
|
|
|
</styles>
|
2006-03-21 23:13:46 +01:00
|
|
|
</template>
|
2002-09-18 16:03:51 +02:00
|
|
|
</overlay>
|