History

Show Presentation
 
 71
Home • simple.templates • 71
 
<!--71--><!--#if expr="<X-FC-BROWSER NAME.MSIE>&&<X-FC-BROWSER OS.Mac>"--><!--#set var="ALTSTR" value="title"--><!--#else--><!--#set var="ALTSTR" value="alt"--><!--#endif-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<X-FC-ITEM DATA[Charset]>">
<title><X-FC-ITEM DATA[Name]></title>
<style type="text/css">
<!--
<!--#include virtual="/.templates/GlobalStyles.inc"-->
-->
</style>
<script language="JavaScript">
<!--
function resetDateFields(fieldID, allowTime, index) {
var E=document.forms["MainForm"];
var f="FieldID:"+fieldID+"=";
if(index){
        if(E[f+"DATEDAY"].selectedIndex==0)
                E[f+"DATEDAY"].selectedIndex=1;
        if(E[f+"DATEMONTH"].selectedIndex==0)
                E[f+"DATEMONTH"].selectedIndex=1;
        if(E[f+"DATEYEAR"].selectedIndex==0)
                E[f+"DATEYEAR"].selectedIndex=6;
        if(allowTime) {
                if(E[f+"DATEHOUR"].selectedIndex==0)
                        E[f+"DATEHOUR"].selectedIndex=12;
                if(E[f+"DATEMIN"].selectedIndex==0)
                        E[f+"DATEMIN"].selectedIndex=1;
                if(E[f+"DATEAMPM"].selectedIndex==0)
                        E[f+"DATEAMPM"].selectedIndex=1;
        }
}else{
        E[f+"DATEDAY"].selectedIndex=0;
        E[f+"DATEMONTH"].selectedIndex=0;
        E[f+"DATEYEAR"].selectedIndex=0;
        if(allowTime) {
                E[f+"DATEHOUR"].selectedIndex=0;
                E[f+"DATEMIN"].selectedIndex=0;
                E[f+"DATEAMPM"].selectedIndex=0;
        }
}
}
<!--#include virtual="/.templates/JavaScript/SendFunctions.inc"-->
<!--#include virtual="/.templates/JavaScript/TabFunctions.inc"-->
// -->
</script>
</head>
<body dir="<X-FC-FIELD LANG.7500 DEFAULT="ltr" STRING>" bgcolor="<X-FC-FIELD PREFS.5600 DEFAULT=LANG.49.5600.11 RGB>"<X-FC-BACKGROUND-PICTURE HTML> leftmargin="0" rightmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<form name="MainForm" action="<X-FC-OBJURL SLASH>FormSave?Clear=0&Templates=VG" method="post" enctype="multipart/form-data">
<input type="hidden" name="CharSet" value="<X-FC-ITEM DATA[CharSet]>">
<input type="hidden" name="FieldID:1017=SHORT" value="<X-FC-FIELD 1017 DEFAULT=PROP.85 NUMBER>">
<input type="hidden" name="FieldID:1019=SHORT" value="<X-FC-FIELD 1019 DEFAULT=PROP.85 NUMBER>">
<input type="hidden" name="FieldID:3014=SHORT" value="<X-FC-FIELD 3014 DEFAULT=PROP.85 NUMBER>"><!--#set var="TABLEWIDTH" value="<X-FC-FIELD PREFS.5720 DEFAULT=LANG.49.5720.9 STRING>"-->
<!--#include virtual="/.templates/toolbars/NavForm.inc"-->
<table bgcolor="<X-FC-FIELD PREFS.5603 DEFAULT=LANG.49.5603.11 RGB>" width="<!--#echo var="TABLEWIDTH"-->" cellpadding="2" cellspacing="0" border="0">
<tr>
        <td>&nbsp;</td>
        <td><img src="/Icons/<X-FC-ITEM DATA[Icon]>" <!--#echo var="ALTSTR"-->="<X-FC-FIELD LANG.71.0.25 STRING>" width="32" height="32" border="0"></td>
        <td class="title" nowrap><X-FC-ITEM DATA[Name]></td>
        <td width="100%"><img src="/Icons/0" width="1" height="1" border="0"></td><!--#if expr="<X-FC-ITEM DATA[Status] Outgoing> && (<X-FC-ITEM DATA[Status] Sent> == 0)"-->
        <td><input type="submit" class="button" value=" <X-FC-FIELD LANG.CMD.152.0 STRING> " onClick="this.form.action='<X-FC-OBJURL SLASH>Send';"></td><!--#endif-->
        <td><input type="submit" class="button" value=" <X-FC-FIELD LANG.CMD.5.0 STRING> "></td>
        <td><input type="reset" class="button" value=" <X-FC-FIELD LANG.CMD.7.0 STRING> " onClick="document.forms['ResetForm'].submit();return false;"></td>
        <td>&nbsp;</td>
</tr>
</table>
<table bgcolor="<X-FC-FIELD PREFS.5604 DEFAULT=LANG.49.5604.11 RGB>" width="<!--#echo var="TABLEWIDTH"-->" cellpadding="0" cellspacing="0" border="0">
<tr>
        <td colspan="4"><img src="/Icons/0" width="1" height="2" border="0"></td>
</tr>
<tr>
        <td>&nbsp;&nbsp;</td>
        <td><img src="/Icons/0" width="12" height="12" border="0"></td>
        <td class="p" nowrap>&nbsp;<X-FC-FIELD LANG.71.4100.25 STRING></td>
        <td width="100%">&nbsp;</td>
</tr>
<tr>
        <td colspan="4"><img src="/Icons/0" width="1" height="3" border="0"></td>
</tr>
</table>
<table bgcolor="<X-FC-FIELD PREFS.5601 DEFAULT=LANG.49.5601.11 RGB>" width="<!--#echo var="TABLEWIDTH"-->" cellpadding="2" cellspacing="0" border="0">
<tr>
        <td colspan="4"><img src="/Icons/0" width="1" height="3" border="0"></td>
</tr>
<tr>
        <td>&nbsp;</td>
        <td class="gt" align="right" nowrap><label for="F1"><X-FC-FIELD LANG.71.1005.9 STRING></label></td>
        <td><input name="FieldID:8010=STRING"  type="text" class="forms" id="F1" size="35" maxlength="41" value="<X-FC-FIELD 8010 STRING>"></td>
        <td width="100%">&nbsp;</td>
</tr>
<tr>
        <td>&nbsp;</td>
        <td class="gt" align="right" nowrap><label for="F2"><X-FC-FIELD LANG.71.4006.9 STRING></label></td>
        <td><select class="forms" name="FieldID:8200=LONG" id="F2"><!--#set var="LISTSTRING" value="<X-FC-FIELD LANG.71.8200.10 STRING>"--><!--#set var="VALUE" value="0"--><!--#while expr="$LISTSTRING"--><!--#set var="OPTION" expr="@split($LISTSTRING,';')"--><!--#set var="CAPTION" expr="@split($OPTION,'=')"--><!--#if expr="$OPTION"--><!--#set var="VALUE" value="$OPTION"--><!--#endif-->
                <option value="<!--#echo var="VALUE"-->"<!--#if expr="<X-FC-FIELD 8200 DEFAULT=PROP.11 NUMBER>==$VALUE"--> selected<!--#endif-->><!--#echo var="CAPTION"--></option><!--#set var="VALUE" expr="$VALUE + 1"--><!--#endwhile-->
        </select></td>
        <td width="100%">&nbsp;</td>
</tr>
<tr>
        <td>&nbsp;</td>
        <td class="gt" align="right" valign="top" nowrap><X-FC-FIELD LANG.71.12.9 STRING></td>
        <td><!--#if expr="<X-FC-LIST-COUNT>"--><table cellpadding="2" cellspacing="0" border="0"><!--#set var="ATTACHMENTNUM" value="-1"--><!--#while expr="++$ATTACHMENTNUM < <X-FC-LIST-COUNT>"-->
                        <tr><!--#if expr="<X-FC-USER PRIV Download>"-->
                                <td><a href="<X-FC-LIST-ITEM-URI `$ATTACHMENTNUM` BASE>?Delete=1&Close=-1&TargetURL=<X-FC-OBJURL>"><img src="/Icons/-7015" <!--#echo var="ALTSTR"-->="<X-FC-FIELD LANG.CMD.144.0 STRING>" width="12" height="12" border="0"></a></td><!--#endif-->
                                <td><img src="/Icons/<X-FC-LIST-ITEM $ATTACHMENTNUM DATA[Icon]>" width="12" height="12" hspace="3" border="0"></td>
                                <td nowrap><!--#if expr="<X-FC-USER PRIV Download>"--><a class="p" href="<X-FC-LIST-ITEM-URI $ATTACHMENTNUM>"><!--#else--><div class="p"><!--#endif--><X-FC-LIST-ITEM $ATTACHMENTNUM DATA[Name]><!--#if expr="<X-FC-USER PRIV Download>"--></a><!--#else--></div><!--#endif--></td>
                                <td><img src="/Icons/0" width="15" height="1" border="0"></td>
                                <td class="p" nowrap align="right"><X-FC-LIST-ITEM $ATTACHMENTNUM DATA[Size] SCALED></td>
                        </tr><!--#endwhile-->
                        </table><!--#endif--><!--#if expr="<X-FC-USER PRIV DownLoad> && <X-FC-LIST-COUNT> == 0"--><table cellpadding="2" cellspacing="0" border="0">
                        <tr>
                                <td><input type="file" class="forms" name="Attachment" size="30"></td>
                                <td><input type="submit" class="button" value="<X-FC-FIELD LANG.CMD.160.0 STRING>" onClick="this.form.action='<X-FC-OBJURL SLASH>FormSave?Clear=0&Close=-1&TargetURL=<X-FC-OBJURL>';"></td>
                        </tr>
                        </table><!--#endif--></td>
        <td width="100%">&nbsp;</td>
</tr>
<tr>
        <td colspan="4"><img src="/Icons/0" width="1" height="5" border="0"></td>
</tr>
</table>
<table bgcolor="<X-FC-FIELD PREFS.5603 DEFAULT=LANG.49.5603.11 RGB>" width="<!--#echo var="TABLEWIDTH"-->" cellpadding="0" cellspacing="0" border="0">
<tr>
        <td><img src="/Icons/0" width="1" height="1" border="0"></td>
</tr>
</table><!--#if expr="<X-FC-URL-PARAMETER TabID NUMBER> == 4101"-->
<table bgcolor="<X-FC-FIELD PREFS.5604 DEFAULT=LANG.49.5604.11 RGB>" width="<!--#echo var="TABLEWIDTH"-->" cellpadding="0" cellspacing="0" border="0">
<tr>
        <td colspan="4"><img src="/Icons/0" width="1" height="2" border="0"></td>
</tr>
<tr>
        <td>&nbsp;&nbsp;</td>
        <td><a href="JavaScript://" onClick="TS(-1);return false;"><img src="/Icons/15032" width="12" height="12" border="0"></a></td>
        <td nowrap>&nbsp;<a class="p" href="JavaScript://" onClick="TS(-1);return false;"><X-FC-FIELD LANG.7536.11 STRING></a></td>
        <td width="100%">&nbsp;</td>
</tr>
<tr>
        <td colspan="4"><img src="/Icons/0" width="1" height="3" border="0"></td>
</tr>
</table>
<table bgcolor="<X-FC-FIELD PREFS.5601 DEFAULT=LANG.49.5601.11 RGB>" width="<!--#echo var="TABLEWIDTH"-->" cellpadding="2" cellspacing="0" border="0">
<tr>
        <td colspan="4"><img src="/Icons/0" width="1" height="3" border="0"></td>
</tr>
<tr>
        <td rowspan="4">&nbsp;</td>
        <td class="gt" align="right" nowrap><label for="F5"><X-FC-FIELD LANG.71.1000.9 STRING></label></td>
        <td><select class="forms" name="FieldID:8202=LONG" id="F5"><!--#set var="LISTSTRING" value="<X-FC-FIELD LANG.71.8202.10 STRING>"--><!--#set var="VALUE" value="0"--><!--#while expr="$LISTSTRING"--><!--#set var="OPTION" expr="@split($LISTSTRING,';')"--><!--#set var="CAPTION" expr="@split($OPTION,'=')"--><!--#if expr="$OPTION"--><!--#set var="VALUE" value="$OPTION"--><!--#endif-->
                <option value="<!--#echo var="VALUE"-->"<!--#if expr="<X-FC-FIELD 8202 DEFAULT=PROP.11 NUMBER>==$VALUE"--> selected<!--#endif-->><!--#echo var="CAPTION"--></option><!--#set var="VALUE" expr="$VALUE + 1"--><!--#endwhile-->
        </select></td>
        <td rowspan="4" width="100%">&nbsp;</td>
</tr>
<tr>
        <td class="gt" align="right" nowrap><label for="F6"><X-FC-FIELD LANG.71.4007.9 STRING></label></td>
        <td><input type="text" name="subject" class="forms" id="F6" size="35" value="<X-FC-ITEM DATA[Subject]>"></td>
</tr>
<tr>
        <td class="gt" align="right" nowrap><label for="F3"><X-FC-FIELD LANG.71.4013.9 STRING></label></td>
        <td><input name="FieldID:8210=STRING" class="forms" type="text" id="F3" size="35" maxlength="79" value="<X-FC-FIELD 8210 STRING>"></td>
</tr>
<tr>
        <td class="gt" align="right" nowrap><label for="F7"><X-FC-FIELD LANG.71.4014.9 STRING></label></td>
        <td><input name="FieldID:8211=STRING" type="text" class="forms" id="F7" size="35" maxlength="79" value="<X-FC-FIELD 8211 STRING>"></td>
</tr>
<tr>
        <td colspan="4"><img src="/Icons/0" width="1" height="5" border="0"></td>
</tr>
</table>
<table bgcolor="<X-FC-FIELD PREFS.5603 DEFAULT=LANG.49.5603.11 RGB>" width="<!--#echo var="TABLEWIDTH"-->" cellpadding="0" cellspacing="0" border="0">
<tr>
        <td><img src="/Icons/0" width="1" height="1" border="0"></td>
</tr>
</table>
<table bgcolor="<X-FC-FIELD PREFS.5601 DEFAULT=LANG.49.5601.11 RGB>" width="<!--#echo var="TABLEWIDTH"-->" cellpadding="2" cellspacing="0" border="0">
<tr>
        <td class="p" nowrap>&nbsp;<X-FC-FIELD LANG.71.4101.25 STRING></td>
        <td width="100%">&nbsp;</td>
</tr>
</table>
<table bgcolor="<X-FC-FIELD PREFS.5601 DEFAULT=LANG.49.5601.11 RGB>" width="<!--#echo var="TABLEWIDTH"-->" cellpadding="2" cellspacing="0" border="0">
<tr>
        <td colspan="4"><img src="/Icons/0" width="1" height="3" border="0"></td>
</tr>
<tr>
        <td rowspan="7">&nbsp;</td>
        <td class="gt" colspan="2" nowrap><X-FC-FIELD LANG.71.1018.9 STRING>:</td>
        <td width="100%" rowspan="7">&nbsp;</td>
</tr>
<tr>
        <td colspan="2"><table cellpadding="0" cellspacing="0" border="0">
        <tr>
                <td rowspan="3">&nbsp;</td>
                <td><input name="FieldID:1018=LONG" type="radio" id="F8A" value="0"<!--#if expr="<X-FC-FIELD 1018 DEFAULT=0 NUMBER>==0"--> checked<!--#endif-->></td>
                <td class="gt" nowrap><label for="F8A"><X-FC-FIELD LANG.71.1100.9 STRING></label></td>
        </tr>
        <tr>
                <td><input name="FieldID:1018=LONG" type="radio" id="F8B" value="4"<!--#if expr="<X-FC-FIELD 1018 DEFAULT=0 NUMBER>==4"--> checked<!--#endif-->></td>
                <td class="gt" nowrap><label for="F8B"><X-FC-FIELD LANG.71.1101.9 STRING></label></td>
        </tr>
        <tr>
                <td><input name="FieldID:1018=LONG" type="radio" id="F8C" value="3"<!--#if expr="<X-FC-FIELD 1018 DEFAULT=0 NUMBER>==3"--> checked<!--#endif-->></td>
                <td class="gt" nowrap><label for="F8C"><X-FC-FIELD LANG.71.1104.9 STRING></label></td>
        </tr>
        </table></td>
</tr>
<tr>
        <td colspan="2"><img src="/Icons/0" width="1" height="3" border="0"></td>
</tr>
<tr>
        <td colspan="2" class="gt" nowrap><X-FC-FIELD LANG.71.8215.9 STRING></td>
</tr>
<tr>
        <td colspan="2"><table cellpadding="0" cellspacing="0" border="0">
        <tr>
                <td class="gt" align="right" nowrap><label for="F9"><X-FC-FIELD LANG.71.1017.9 STRING>:</label></td>
                <td><input type="checkbox" id="F9" value="1"<!--#if expr="<X-FC-FIELD 1017 DEFAULT=PROP.85 NUMBER>"--> checked<!--#endif--> onClick="this.form.elements['FieldID:1017=SHORT'].value=this.checked?1:0;"></td>
        </tr>   
        <tr>
                <td class="gt" align="right" nowrap><label for="F10"><X-FC-FIELD LANG.71.1019.9 STRING>:</label></td>
                <td><input type="checkbox" id="F10" value="1"<!--#if expr="<X-FC-FIELD 1019 DEFAULT=PROP.85 NUMBER>"--> checked<!--#endif--> onClick="this.form.elements['FieldID:1019=SHORT'].value=this.checked?1:0;"></td>
        </tr>
        </table></td>
</tr>
<tr>
        <td colspan="2"><img src="/Icons/0" width="1" height="3" border="0"></td>
</tr>
<tr>
        <td colspan="2"><table cellpadding="3" cellspacing="0" border="1">
        <tr>
                <td class="tHead" bgcolor="<X-FC-FIELD PREFS.5605 DEFAULT=LANG.49.5605.11 RGB>" nowrap><label for="F11"><X-FC-FIELD LANG.71.1049.9 STRING></label></b></td>
                <td class="tHead" bgcolor="<X-FC-FIELD PREFS.5605 DEFAULT=LANG.49.5605.11 RGB>" nowrap><label for="F12"><X-FC-FIELD LANG.71.1048.9 STRING></label></b></td>
        </tr>
        <tr>
                <td><select class="forms" name="FieldID:3500=LONG" id="F11"><!--#set var="LISTSTRING" value="<X-FC-FIELD LANG.71.3500.10 STRING>"--><!--#set var="VALUE" value="0"--><!--#while expr="$LISTSTRING"--><!--#set var="OPTION" expr="@split($LISTSTRING,';')"--><!--#set var="CAPTION" expr="@split($OPTION,'=')"--><!--#if expr="$OPTION"--><!--#set var="VALUE" value="$OPTION"--><!--#endif-->
                        <option value="<!--#echo var="VALUE"-->"<!--#if expr="<X-FC-FIELD 3500 DEFAULT=PROP.11 NUMBER>==$VALUE"--> selected<!--#endif-->><!--#echo var="CAPTION"--></option><!--#set var="VALUE" expr="$VALUE + 1"--><!--#endwhile-->
                </select></td>
                <td><input name="FieldID:3510=STRING" type="text" class="forms" id="F12" size="35" value="<X-FC-FIELD 3510 STRING>"></td>
        </tr>
        <tr>
                <td><select class="forms" name="FieldID:3501=LONG" id="F11"><!--#set var="LISTSTRING" value="<X-FC-FIELD LANG.71.3501.10 STRING>"--><!--#set var="VALUE" value="0"--><!--#while expr="$LISTSTRING"--><!--#set var="OPTION" expr="@split($LISTSTRING,';')"--><!--#set var="CAPTION" expr="@split($OPTION,'=')"--><!--#if expr="$OPTION"--><!--#set var="VALUE" value="$OPTION"--><!--#endif-->
                                <option value="<!--#echo var="VALUE"-->"<!--#if expr="<X-FC-FIELD 3501 DEFAULT=PROP.11 NUMBER>==$VALUE"--> selected<!--#endif-->><!--#echo var="CAPTION"--></option><!--#set var="VALUE" expr="$VALUE + 1"--><!--#endwhile-->
                </select></td>
                <td><input name="FieldID:3511=STRING" type="text" class="forms" id="F12" size="35" value="<X-FC-FIELD 3511 STRING>"></td>
        </tr>
        </table></td>
</tr>
<tr>
        <td colspan="4"><img src="/Icons/0" width="1" height="5" border="0"></td>
</tr>
</table>
<table bgcolor="<X-FC-FIELD PREFS.5603 DEFAULT=LANG.49.5603.11 RGB>" width="<!--#echo var="TABLEWIDTH"-->" cellpadding="0" cellspacing="0" border="0">
<tr>
        <td><img src="/Icons/0" width="1" height="1" border="0"></td>
</tr>
</table>
<table bgcolor="<X-FC-FIELD PREFS.5601 DEFAULT=LANG.49.5601.11 RGB>" width="<!--#echo var="TABLEWIDTH"-->" cellpadding="2" cellspacing="0" border="0">
<tr>
        <td class="p">&nbsp;<X-FC-FIELD LANG.71.4103.25 STRING></td>
        <td width="100%">&nbsp;</td>
</tr>
</table>
<table bgcolor="<X-FC-FIELD PREFS.5601 DEFAULT=LANG.49.5601.11 RGB>" width="<!--#echo var="TABLEWIDTH"-->" cellpadding="2" cellspacing="0" border="0">
<tr>
        <td colspan="4"><img src="/Icons/0" width="1" height="3" border="0"></td>
</tr>
<tr>
        <td rowspan="5">&nbsp;</td>
        <td colspan="2" class="gt" nowrap><X-FC-FIELD LANG.71.1030.9 STRING>:</td>
        <td rowspan="5" width="100%">&nbsp;</td>
</tr>
<tr>
        <td colspan="2"><table cellpadding="0" cellspacing="0" border="0">
        <tr>
                <td><input name="FieldID:1030=LONG" type="radio" id="F13A" value="0"<!--#if expr="!<X-FC-FIELD 1030 DEFAULT=PROP.85 NUMBER>"--> checked<!--#endif-->></td>
                <td class="gt" nowrap><label for="F13A"><X-FC-FIELD LANG.71.1106.9 STRING></label></td>
        </tr>
        <tr>
                <td><input name="FieldID:1030=LONG" type="radio" id="F13B" value="1"<!--#if expr="<X-FC-FIELD 1030 DEFAULT=PROP.85 NUMBER>"--> checked<!--#endif-->></td>
                <td class="gt" nowrap><lable for="F13B"><X-FC-FIELD LANG.71.1109.9 STRING></label></td>
        </tr>
        </table></td>
</tr>
<tr>
        <td colspan="2" class="gt" nowrap><label for="F14"><X-FC-FIELD LANG.71.3014.9 STRING>:</label><input type="checkbox" id="F14" value="1"<!--#if expr="<X-FC-FIELD 3014 DEFAULT=PROP.85 NUMBER>"--> checked<!--#endif--> onClick="this.form.elements['FieldID:3014=SHORT'].value=this.checked?1:0;"></td>
</tr>
<tr>
        <td colspan="2" class="gt" nowrap><X-FC-FIELD LANG.71.3515.9 STRING>:</td>
</tr>
<tr>
        <td colspan="2"><table cellpadding="0" cellspacing="0" border="0">
        <tr>
                <td><input name="FieldID:3515=LONG" type="radio" id="F15A" value="0"<!--#if expr="!<X-FC-FIELD 3515 DEFAULT=0 NUMBER>"--> checked<!--#endif-->></td>
                <td class="gt" nowrap><label for="F15A"><X-FC-FIELD LANG.71.3307.9 STRING></label></td>
        </tr>
        <tr>
                <td><input name="FieldID:3515=LONG" type="radio" id="F15B" value="1"<!--#if expr="<X-FC-FIELD 3515 DEFAULT=0 NUMBER>"--> checked<!--#endif-->></td>
                <td class="gt" nowrap><label for="F15B"><X-FC-FIELD LANG.71.3306.9 STRING></label></td>
        </tr>
        </table></td>
</tr>
<tr>
        <td colspan="4"><img src="/Icons/0" width="1" height="3" border="0"></td>
</tr>
</table><!--#else-->
<table bgcolor="<X-FC-FIELD PREFS.5604 DEFAULT=LANG.49.5604.11 RGB>" width="<!--#echo var="TABLEWIDTH"-->" cellpadding="0" cellspacing="0" border="0">
<tr>
        <td colspan="4"><img src="/Icons/0" width="1" height="2" border="0"></td>
</tr>
<tr>
        <td>&nbsp;&nbsp;</td>
        <td><a href="JavaScript://" onClick="TS(4101);return false;"><img src="/Icons/15030" width="12" height="12" border="0"></a></td>
        <td nowrap>&nbsp;<a class="p" href="JavaScript://" onClick="TS(4101);return false;"><X-FC-FIELD LANG.7536.11 STRING></a></td>
        <td width="100%">&nbsp;</td>
</tr>
<tr>
        <td colspan="4"><img src="/Icons/0" width="1" height="3" border="0"></td>
</tr>
</table><!--#endif-->
<table bgcolor="<X-FC-FIELD PREFS.5603 DEFAULT=LANG.49.5603.11 RGB>"  width="<!--#echo var="TABLEWIDTH"-->" cellpadding="0" cellspacing="0" border="0">
<tr>
        <td><table cellpadding="2" cellspacing="0" border="0" align="center">
        <tr>
                <td>&nbsp;</td><!--#if expr="<X-FC-ITEM DATA[Status] Outgoing> && (<X-FC-ITEM DATA[Status] Sent> == 0)"-->
                <td><input type="submit" class="button" value=" <X-FC-FIELD LANG.CMD.152.0 STRING> " onClick="this.form.action='<X-FC-OBJURL SLASH>Send';"></td><!--#endif-->
                <td><input type="submit" class="button" value=" <X-FC-FIELD LANG.CMD.5.0 STRING> "></td>
                <td><input type="reset" class="button" value=" <X-FC-FIELD LANG.CMD.7.0 STRING> " onClick="document.forms['ResetForm'].submit();return false;"></td>
                <td>&nbsp;</td>
        </tr>
        </table></td>
</tr>
</table>
</form>
<form name="ResetForm" action="<X-FC-OBJURL SLASH>FormSave?Clear=0" method="post">
<input type="hidden" name="Close" value="1">
</form><!--#if expr="$SRVR_ERR_FCPCODE"-->
<script language="JavaScript">
alert("<!--#echo var="SRVR_ERR_FCPREASON"--> [<!--#echo var="SRVR_ERR_FCPCODE"-->]");
</script><!--#endif-->
<img name="TOUCHME" src="<X-FC-OBJURL SLASH>__Touch?TouchCount=0" width="1" height="1" border="0">
<!--#include virtual="/.templates/toolbars/FooterForm.inc"-->
</body>
</html>