History

Show Presentation
 
 Edit.83
Home • 7.Templates • Edit.83
 
<!--E49-->
<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"-->
.warn{font-size:<X-FC-FIELD PREFS.5681 DEFAULT=10 FONTSIZE>pt;color:#FF0000;font-weight:bold;text-decoration:none;font-family:<X-FC-FIELD PREFS.5680 DEFAULT="Geneva,Arial,Sans-Serif" STRING>;}
-->
</style>
<script language="JavaScript">
<!--#rem
CTLI    CaptionToListIndex
Finds the index in the list (if any) of a string for a number box.  returns -1 if failed
-->
function CTLI(f,v){
for(var n=0;n<FL[f].length;n++)
        if(v.toUpperCase()==FL[f][n][0].toUpperCase())
                return n;
return -1;
}
<!--#rem
VTLI    ValueToListIndex
Finds the index in the list (if any) of a value for a number box.  Returns -1 if failed.
-->
function VTLI(f,v){
for(var n=0;n<FL[f].length;n++)
        if(v==FL[f][n][1])
                return n;
return -1;
}
<!--#rem
valnum
Validates the input to a number box
-->
function valnum(f,i,src) {
var E=document.forms["FORMDOC"].elements["FieldID:"+f+"."+i+"=LONG"];
var n=CTLI(f,src.value);
var val;
if(n!=-1){
        E.value=FL[f][n][1];
        return FL[f][n][0];
}
val=parseInt(src.value);
if(isNaN(val))
        val=parseInt(E.value);
else
        E.value=val;
n=VTLI(f,E.value);
if(n!=-1)
        return FL[f][n][0];
else
        return val;
}
FL=new Array();<!--#set var="NUMFIELDS" value="5007"--><!--#set var="FL" value="$NUMFIELDS"--><!--#while expr="$FL"--><!--#set var="F" expr="@split($FL,';')"-->
FL[<!--#echo var="F"-->]=new Array();<!--#set var="LISTSTRING" value="<X-FC-FIELD LANG.83.`$F`.10 LITERALSTRING>"--><!--#set var="CURVAL" value="0"--><!--#while expr="$LISTSTRING"--><!--#set var="VALUE" expr="@split($LISTSTRING, ';')"--><!--#set var="CAPTION" expr="@split($VALUE,'=')"--><!--#if expr="$VALUE"--><!--#set var="CURVAL" value="$VALUE"--><!--#endif-->
FL[<!--#echo var="F"-->][FL[<!--#echo var="F"-->].length]=new Array("<!--#echo var="CAPTION"-->",<!--#echo var="CURVAL"-->);<!--#set var="CURVAL" expr="$CURVAL + 1"--><!--#endwhile--><!--#endwhile-->
</script>
</head>
<body bgcolor="<X-FC-FIELD PREFS.5600 DEFAULT="#FFFFFF" RGB>" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<form name="FORMDOC" action="<X-FC-OBJURL SLASH>FormSave" method="post" enctype="multipart/form-data">
<input type="hidden" name="CharSet" value="<X-FC-ITEM DATA[Charset]>"><!--#set var="NavPosition" value="<X-FC-FIELD PREFS.5513 DEFAULT=2 NUMBER>"--><!--#if expr="$NavPosition==2"--><!--#set var="TABLEWIDTH" value="100%"--><!--#else--><!--#set var="TABLEWIDTH" value="<X-FC-FIELD PREFS.5720 DEFAULT="100%" STRING>"--><!--#endif--><!--#if expr="!$NavPosition==2 && <X-FC-FIELD PREFS.5707 LENGTH>"-->
<table width="<!--#echo var="TABLEWIDTH"-->" cellpadding="0" cellspacing="0" border="0">
<tr>
        <td align="center"><a href="<X-FC-FIELD PREFS.5709 STRING>"><img src="/Images/<X-FC-FIELD PREFS.5707 STRING>" alt="<X-FC-FIELD PREFS.5708 STRING>" vspace="10" border="0"></a></td>
</tr>
</table><!--#endif--><!--#if expr="$NavPosition==0"-->
<!--#include virtual="/.templates/toolbars/NavPermissions.inc"--><!--#elif expr="$NavPosition==2"-->
<!--#include virtual="/.templates/toolbars/NavPermissionsSide.inc"--><!--#elif expr="$NavPosition==3"-->
<!--#include virtual="/.templates/toolbars/NavPermissionsText.inc"--><!--#endif-->
<table bgcolor="<X-FC-FIELD PREFS.5601 DEFAULT="#C0C0C0" RGB>" width="<!--#echo var="TABLEWIDTH"-->" cellpadding="0" cellspacing="0" border="0">
<tr>
        <td bgcolor="<X-FC-FIELD PREFS.5600 DEFAULT="#FFFFFF" RGB>" colspan="2"><img src="/images/pixel.gif" width="1" height="1" border="0"></td>
</tr>
<tr>
        <td colspan="2"><table bgcolor="<X-FC-FIELD PREFS.5603 DEFAULT="#555555" RGB>" cellpadding="2" cellspacing="0" border="0">
        <tr>
                <td>&nbsp;</td>
                <td><img src="/Icons/<X-FC-ITEM DATA[Icon]>" alt="<X-FC-ITEM DATA[Name]>" width="32" height="32" border="0"></td>
                <td id="title1" nowrap><X-FC-ITEM DATA[Name]></td>
                <td width="100%">&nbsp;</td>
                <td><input type="submit" value=" <X-FC-FIELD LANG.CMD.5.0 STRING> "></td>
                <td><input type="reset" value=" <X-FC-FIELD LANG.CMD.7.0 STRING> " onClick="document.forms['ResetForm'].submit();return false;"></td>
                <td>&nbsp;</td>
        </tr>
        </table></td>
</tr>
<tr>
        <td><table bgcolor="<X-FC-FIELD PREFS.5604 DEFAULT="#999999" RGB>" cellpadding="0" cellspacing="0" border="0">
        <tr>
                <td nowrap><font id="heading1" size="4">&nbsp;<X-FC-FIELD LANG.83.3501.25 STRING></font></td>
                <td width="100%">&nbsp;</td>
        </tr>
        </table></td>
</tr>
<tr>
        <td><img src="/images/pixel.gif" width="1" height="5" border="0"></td>
</tr>
<tr>
        <td><table cellpadding="2" cellspacing="0" border="0">
        <tr>
                <td rowspan="2">&nbsp;</td>
                <td id="plain"><X-FC-FIELD LANG.48.4050.9 STRING></td>
                <td rowspan="2" valign="top"><input type="button" value="<X-FC-FIELD LANG.48.3001.9 STRING>" onClick="this.form.action='<X-FC-OBJURL SLASH>FormSave?Close=-1&TargetURL=<X-FC-OBJURL>';this.form.submit();"></td>
                <td rowspan="2">&nbsp;</td>
        </tr>
        <tr>
                <td id="plain"><X-FC-FIELD LANG.48.4051.9 STRING></td>
        </tr>
        </table></td>
</tr>
<tr>
        <td><img src="/images/pixel.gif" width="1" height="5" border="0"></td>
</tr>
<tr><!--#set var="SITECOUNT" value="0"--><!--#set var="FIELD" value="4999"--><!--#while expr="++$FIELD < 5010"--><!--#if expr="<X-FC-FIELD-COUNT $FIELD> > $SITECOUNT"--><!--#set var="SITECOUNT" value="<X-FC-FIELD-COUNT $FIELD>"--><!--#endif--><!--#endwhile-->
        <td><table cellpadding="2" cellspacing="0" border="0">
        <tr>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
                <td class="u" nowrap><X-FC-FIELD LANG.48.4001.9 STRING></td>
                <td>&nbsp;</td>
                <td class="u" nowrap><X-FC-FIELD LANG.48.4002.9 STRING></td>
                <td>&nbsp;</td>
                <td class="u" nowrap><X-FC-FIELD LANG.48.4003.9 STRING></td>
                <td>&nbsp;</td>
                <td class="u" nowrap><X-FC-FIELD LANG.48.4004.9 STRING></td>
                <td>&nbsp;</td>
                <td class="u" nowrap><X-FC-FIELD LANG.48.4007.9 STRING></td>
                <td>&nbsp;</td>
                <td class="u" nowrap><X-FC-FIELD LANG.48.4006.9 STRING></td>
                <td>&nbsp;</td>
                <td class="u" nowrap><X-FC-FIELD LANG.48.4005.9 STRING></td>
        </tr><!--#set var="SITE" value="-1"--><!--#set var="ROW" value="0"--><!--#set var="KILLS" value="<X-FC-URL-PARAMETER KillRows>"--><!--#if expr="$KILLS"--><!--#set var="NEXTKILL" expr="@split($KILLS,';')"--><!--#else--><!--#set var="NEXTKILL" value="32767"--><!--#endif--><!--#set var="KILLED" value=""--><!--#while expr="++$SITE < $SITECOUNT"--><!--#if expr="$SITE != $NEXTKILL"--><!--#if expr="$SITE > $NEXTKILL"--><!--#set var="KILLED" value="${KILLED}${NEXTKILL};"--><!--#if expr="$KILLS"--><!--#set var="NEXTKILL" expr="@split($KILLS,';')"--><!--#else--><!--#set var="NEXTKILL" value="32767"--><!--#endif--><!--#endif-->
        <tr>
                <td>&nbsp;</td>
                <td><a href="<X-FC-OBJURL>?Close=-1&KillRows=<!--#echo var="KILLED"--><!--#echo var="SITE"--><!--#if expr="$NEXTKILL < 32767"-->;<!--#echo var="NEXTKILL"--><!--#endif--><!--#if expr="$KILLS"-->;<!--#echo var="KILLS"--><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER KillLegacyRows EXISTS>"-->&KillLegacyRows=<X-FC-URL-PARAMETER KillLegacyRows><!--#endif-->"><img src="/Icons/-7015" alt="<X-FC-FIELD LANG.48.3002.9 STRING>" width="12" height="12" border="0"></a></td>
                <td><input type="text" name="FieldID:5001.<!--#echo var="ROW"-->=STRING" size="23" value="<X-FC-FIELD 5001.`$SITE` STRING>"></td>
                <td>&nbsp;</td>
                <td><input type="text" name="FieldID:5002.<!--#echo var="ROW"-->=STRING" size="15" value="<X-FC-FIELD 5002.`$SITE` STRING>"></td>
                <td>&nbsp;</td>
                <td><input type="text" name="FieldID:5003.<!--#echo var="ROW"-->=STRING" size="30" value="<X-FC-FIELD 5003.`$SITE` STRING>"></td>
                <td>&nbsp;</td>
                <td><input type="text" name="FieldID:5004.<!--#echo var="ROW"-->=STRING" size="10" value="<X-FC-FIELD 5004.`$SITE` STRING>"></td>
                <td>&nbsp;</td>
                <td><input type="hidden" name="FieldID:5007.<!--#echo var="ROW"-->=LONG" value="<X-FC-FIELD 5007.`$SITE` DEFAULT=0 NUMBER>"><input type="text" size="8" value="<X-FC-FIELD 5007.`$SITE` DEFAULT=0 LIST FORM>" onChange="this.value=valnum(5007,<!--#echo var="SITE"-->,this);"></td>
                <td>&nbsp;</td>
                <td><select name="FieldID:5006.<!--#echo var="ROW"-->=LONG"><!--#set var="LISTSTRING" value="<X-FC-FIELD LANG.48.5006.10 LITERALSTRING>"--><!--#set var="VALUE" value="0"--><!--#set var="FOUND" 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="$VALUE==<X-FC-FIELD 5006.`$SITE` DEFAULT=0 NUMBER>"--> selected<!--#endif-->><!--#echo var="CAPTION"--></option><!--#set var="VALUE" expr="$VALUE + 1"--><!--#endwhile-->
                </select></td>
                <td>&nbsp;</td>
                <td><input type="text" name="FieldID:5005.<!--#echo var="ROW"-->=STRING" size="15" value="<X-FC-FIELD 5005.`$SITE` STRING>"></td>
        </tr><!--#set var="ROW" expr="$ROW + 1"--><!--#else--><!--#set var="KILLED" value="${KILLED}${NEXTKILL};"--><!--#if expr="$KILLS"--><!--#set var="NEXTKILL" expr="@split($KILLS,';')"--><!--#else--><!--#set var="NEXTKILL" value="32767"--><!--#endif--><!--#endif--><!--#endwhile-->
        <tr>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
                <td><input type="text" name="FieldID:5001.<!--#echo var="ROW"-->=STRING" size="23" value=""></td>
                <td>&nbsp;</td>
                <td><input type="text" name="FieldID:5002.<!--#echo var="ROW"-->=STRING" size="15" value=""></td>
                <td>&nbsp;</td>
                <td><input type="text" name="FieldID:5003.<!--#echo var="ROW"-->=STRING" size="30" value=""></td>
                <td>&nbsp;</td>
                <td><input type="text" name="FieldID:5004.<!--#echo var="ROW"-->=STRING" size="10" value=""></td>
                <td>&nbsp;</td>
                <td><input type="hidden" name="FieldID:5007.<!--#echo var="ROW"-->=LONG" value="0"><input type="text" size="8" value="<X-FC-FIELD 5007.`$SITECOUNT` DEFAULT=0 LIST FORM>" onChange="this.value=valnum(5007,<!--#echo var="SITECOUNT"-->,this);"></td>
                <td>&nbsp;</td>
                <td><select name="FieldID:5006.<!--#echo var="ROW"-->=LONG"><!--#set var="LISTSTRING" value="<X-FC-FIELD LANG.48.5006.10 LITERALSTRING>"--><!--#set var="VALUE" value="0"--><!--#set var="FOUND" 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="$VALUE==0"--> selected<!--#endif-->><!--#echo var="CAPTION"--></option><!--#set var="VALUE" expr="$VALUE + 1"--><!--#endwhile-->
                </select></td>
                <td>&nbsp;</td>
                <td><input type="text" name="FieldID:5005.<!--#echo var="ROW"-->=STRING" size="15" value="<X-FC-FIELD 5005.`$SITECOUNT` STRING>"></td>
        </tr>
        </table></td>
</tr>
<tr>
        <td><img src="/images/pixel.gif" width="1" height="5" border="0"></td>
</tr>
<tr>
        <td bgcolor="<X-FC-FIELD PREFS.5603 DEFAULT="#555555" RGB>"><img src="/Images/pixel.gif" width="1" height="3" border="0"></td>
</tr>
<tr>
        <td><table bgcolor="<X-FC-FIELD PREFS.5604 DEFAULT="#999999" RGB>" cellpadding="0" cellspacing="0" border="0">
        <tr>
                <td nowrap><font id="heading1" size="4">&nbsp;<X-FC-FIELD LANG.83.3502.25 STRING></font></td>
                <td width="100%">&nbsp;</td>
        </tr>
        </table></td>
</tr>
<tr>
        <td><img src="/images/pixel.gif" width="1" height="3" border="0"></td>
</tr>
<tr>
        <td><table cellpadding="2" cellspacing="0" border="0">
        <tr>
                <td rowspan="2">&nbsp;</td>
                <td id="plain"><X-FC-FIELD LANG.83.4052.9 STRING></td>
        </tr>
        <tr>
                <td class="warn"><X-FC-FIELD LANG.83.4053.9 STRING></td>
        </tr>
        </table></td>
</tr>
<tr>
        <td><img src="/images/pixel.gif" width="1" height="3" border="0"></td>
</tr>
<tr>
        <td><table cellpadding="2" cellspacing="0" border="0">
        <tr>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
                <td class="u" nowrap><X-FC-FIELD LANG.83.4011.9 STRING></td>
                <td>&nbsp;</td>
                <td class="u" nowrap><X-FC-FIELD LANG.83.4012.9 STRING></td>
                <td>&nbsp;</td>
                <td class="u" nowrap><X-FC-FIELD LANG.83.4013.9 STRING></td>
                <td>&nbsp;</td>
                <td class="u" nowrap><X-FC-FIELD LANG.83.4014.9 STRING></td>
                <td>&nbsp;</td>
                <td class="u" nowrap><X-FC-FIELD LANG.83.4016.9 STRING></td>
                <td>&nbsp;</td>
                <td class="u" nowrap><X-FC-FIELD LANG.83.4015.9 STRING></td>
        </tr><!--#set var="KILLS" value="<X-FC-URL-PARAMETER KillLegacyRows>"--><!--#if expr="$KILLS"--><!--#set var="NEXTKILL" expr="@split($KILLS,';')"--><!--#else--><!--#set var="NEXTKILL" value="6000"--><!--#endif--><!--#set var="KILLED" value=""--><!--#set var="FIELDID" value="5010"--><!--#while expr="$FIELDID < 6000"--><!--#if expr="$FIELDID != $NEXTKILL"--><!--#if expr="$FIELDID > $NEXTKILL"--><!--#set var="KILLED" value="${KILLED}${NEXTKILL};"--><!--#if expr="$KILLS"--><!--#set var="NEXTKILL" expr="@split($KILLS,';')"--><!--#else--><!--#set var="NEXTKILL" value="6000"--><!--#endif--><!--#endif--><!--#if expr="@length('<X-FC-FIELD `$FIELDID + 1` STRING><X-FC-FIELD `$FIELDID + 2` STRING><X-FC-FIELD `$FIELDID + 3` STRING><X-FC-FIELD `$FIELDID + 4` STRING><X-FC-FIELD `$FIELDID + 5` STRING>') || <X-FC-FIELD `$FIELDID + 6` DEFAULT=0 NUMBER>"-->
        <tr>
                <td>&nbsp;</td>
                <td><a href="<X-FC-OBJURL>?Close=-1&KillLegacyRows=<!--#echo var="KILLED"--><!--#echo var="FIELDID"--><!--#if expr="$NEXTKILL < 6000"-->;<!--#echo var="NEXTKILL"--><!--#endif--><!--#if expr="$KILLS"-->;<!--#echo var="KILLS"--><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER KillRows EXISTS>"-->&KillRows=<X-FC-URL-PARAMETER KillRows><!--#endif-->"><img src="/Icons/-7015" alt="<X-FC-FIELD LANG.48.3002.9 STRING>" width="12" height="12" border="0"></a></td>
                <td id="plain" nowrap><X-FC-FIELD `$FIELDID + 1` STRING>&nbsp;</td>
                <td>&nbsp;</td>
                <td id="plain" nowrap><X-FC-FIELD `$FIELDID + 2` STRING>&nbsp;</td>
                <td>&nbsp;</td>
                <td id="plain" nowrap><X-FC-FIELD `$FIELDID + 3` STRING>&nbsp;</td>
                <td>&nbsp;</td>
                <td id="plain" nowrap><X-FC-FIELD `$FIELDID + 4` STRING>&nbsp;</td>
                <td>&nbsp;</td>
                <td id="plain" nowrap><X-FC-FIELD `$FIELDID + 6` DEFAULT=0 LIST LANG.83.5016.10></td>
                <td>&nbsp;</td>
                <td id="plain" nowrap><X-FC-FIELD `$FIELDID + 5` STRING>&nbsp;</td>
        </tr><!--#endif--><!--#else--><!--#set var="KILLED" value="${KILLED}${NEXTKILL};"--><!--#if expr="$KILLS"--><!--#set var="NEXTKILL" expr="@split($KILLS,';')"--><!--#else--><!--#set var="NEXTKILL" value="6000"--><!--#endif--><!--#endif--><!--#set var="FIELDID" expr="$FIELDID + 10"--><!--#endwhile-->
        </table></td>
</tr>
<tr>
        <td><img src="/images/pixel.gif" width="1" height="5" border="0"></td>
</tr>
<tr>
        <td bgcolor="<X-FC-FIELD PREFS.5603 DEFAULT="#555555" RGB>"><img src="/images/pixel.gif" width="1" height="3" border="0"></td>
</tr>
</table><!--#if expr="$NavPosition==2"-->
        </td>
</tr>
</table><!--#elif expr="$NavPosition==1"-->
<!--#include virtual="/.templates/toolbars/NavPermissions.inc"--><!--#elif expr="$NavPosition==4"-->
<!--#include virtual="/.templates/toolbars/NavPermissionsText.inc"--><!--#endif-->
</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-->
</body>
</html>