base
This commit is contained in:
@@ -0,0 +1,81 @@
|
||||
<script language="JavaScript"><!--
|
||||
function ticked(ID){ hwstring="scrollbars=yes,width=450,height=(%TICKEDHEIGHT%),resizable=yes,toolbar=no,menubar=no"; var newwin = window.open("(%ENV_SCRIPT_NAME%)?cmd=ticketed&tid=" + ID + "&sid=(%INPUT_sid%)", "TicketEditor", hwstring); }
|
||||
//--></script>
|
||||
<script language="JavaScript"><!--
|
||||
function showitem(ID){ hwstring="scrollbars=yes,width=650,height=350,resizable=yes,toolbar=no,menubar=no"; var newwin = window.open("(%ENV_SCRIPT_NAME%)?cmd=showitem&id=" + ID + "&sid=(%INPUT_sid%)&style=(%INPUT_style%)&isticket=0", "ItemInfo", hwstring); return false; }
|
||||
//--></script>
|
||||
<script language="JavaScript"><!--
|
||||
function setsort(orderby, direction)
|
||||
{
|
||||
document.forms['hd'].qoffset.value='0';
|
||||
document.forms['hd'].qsort.value=orderby;
|
||||
document.forms['hd'].qsortorder.value=direction;
|
||||
document.forms['hd'].submit();
|
||||
return false;
|
||||
}
|
||||
//--></script>
|
||||
<script language=Javascript> <!--
|
||||
function update()
|
||||
{
|
||||
document.forms['hd'].submit();
|
||||
return false;
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<script language="JavaScript"><!--
|
||||
function scroll(off, win)
|
||||
{
|
||||
document.forms['hd'].qoffset.value=off;
|
||||
document.forms['hd'].qwindow.value=win;
|
||||
document.forms['hd'].submit();
|
||||
return false;
|
||||
}
|
||||
//--></script>
|
||||
<script language="JavaScript"><!--
|
||||
function rowhl(id, inrow) {
|
||||
var row = document.getElementById('tr'+id);
|
||||
var odd = id % 2;
|
||||
var c = (odd) ? '#F0F0E1' : '#E8E8CF';
|
||||
row.style.backgroundColor = (inrow) ? '#FFFFD9' : c;
|
||||
}
|
||||
//--></script>
|
||||
<table width=(%HTMLBASEWIDTH%) cellspacing=0 cellpadding=0 bgcolor="#C6D7CF">
|
||||
<form method=post action="(%ENV_SCRIPT_NAME%)" name=hd>
|
||||
<input type=hidden name=cmd value=(%INPUT_cmd%)>
|
||||
<input type=hidden name=style value="(%INPUT_style%)">
|
||||
<input type=hidden name=sid value=(%INPUT_sid%)>
|
||||
<input type=hidden name=do value=1>
|
||||
<input type=hidden name=emailkey value=(%INPUT_emailkey%)>
|
||||
<input type=hidden name=qsort value="(%INPUT_qsort%)">
|
||||
<input type=hidden name=qsortorder value="(%INPUT_qsortorder%)">
|
||||
<input type=hidden name=qoffset value=(%INPUT_qoffset%)>
|
||||
<tr>
|
||||
<td class=tiny> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>(%TICKETFILTER%)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class=tiny> </td>
|
||||
</tr>
|
||||
</table>
|
||||
<br class=tiny>
|
||||
<table width=(%HTMLBASEWIDTH%) cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td align=left>
|
||||
<span class=sm>
|
||||
[%Show%] <input type=text size=3 class=sm name=qwindow value=(%INPUT_qwindow%)> [%tickets per page.%]
|
||||
[%Include abstracts%] <input type=checkbox class=sm name=abstract value=1(%CHECKABSTRACT%)>
|
||||
</span>
|
||||
</td>
|
||||
<td align=right>
|
||||
<input type=submit value="[%Search%]"> <input type=submit name=reset value="[%Show all%]">
|
||||
</td>
|
||||
</tr>
|
||||
</form>
|
||||
</table>
|
||||
<br class=tiny>
|
||||
<table width=(%HTMLBASEWIDTH%) cellspacing=0 cellpadding=0 >
|
||||
(%TICKETLIST%)
|
||||
</table>
|
||||
<br class=tiny>
|
||||
Reference in New Issue
Block a user