History

Show Presentation
 
 101
Home • .Templates • Bodies • 101
 
<?xml version="1.0" encoding="<X-FC-ITEM DATA[Charset]>"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--Bodies/101 H=<X-FC-REQUEST-TIME Header> LS=<X-FC-REQUEST-TIME Login.Start> L=<X-FC-REQUEST-TIME Login> OS=<X-FC-REQUEST-TIME Open.Start> O=<X-FC-REQUEST-TIME Open> T=<X-FC-REQUEST-TIME>-->
<X-FC-WHITESPACE STRIP>
<!--#set var="REFRESH" value="<X-FC-URL-PARAMETER Refresh NUMBER>"-->
<!--#if expr="$REFRESH == 0"-->
        <!--#set var="REFRESH" value="10"-->
<!--#elif expr="$REFRESH < 5"-->
        <!--#set var="REFRESH" value="5"-->
<!--#endif-->
<!--#if expr="<X-FC-FIELD 8000 LENGTH>"-->
        <!--#set var="NAME" value="<X-FC-FIELD 8000 STRING>"-->
<!--#elif expr="<X-FC-ITEM DATA[Name] LENGTH>"-->
        <!--#set var="NAME" value="<X-FC-ITEM DATA[Name]>"-->
<!--#else-->
        <!--#set var="NAME" value="<X-FC-FIELD FORM.0.25 STRING>"-->
<!--#endif-->
<X-FC-WHITESPACE RETAIN>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<X-FC-ITEM DATA[CharSet]>"/>
<title></title>
<!--#include virtual="/.Templates/GlobalStyles.inc"-->
<script type="text/javascript">
<!--
<X-FC-WHITESPACE STRIP>
var sw=parent.sw;
var PS=[];
<!--#set var="INDEX" value="-1"-->
<!--#while expr="++$INDEX < <X-FC-RECIPIENT-COUNT CHATNAME>"-->
PS[<!--#echo var="INDEX"-->]=[<!--#echo var="INDEX"-->,"<X-FC-RECIPIENT CHATNAME.`$INDEX` DATA[Name] ESCAPED>",<X-FC-RECIPIENT CHATNAME.`$INDEX` DATA[IconID]>,<X-FC-RECIPIENT CHATNAME.`$INDEX` DATA[Status] UnApproved>];
<!--#endwhile-->
MPI=<!--#echo var="INDEX"-->;
<!--#rem
UCB(RO) UpdateCallBack(RequestObject)
-->
function UCB(RO){
sw.dIU();
}
<!--#rem
SPS(r,i,m)       SetParticipantState(recipient, state, moderated)
-->
function SPS(r,i,m){
if(r>=0&&r<PS.length&&(PS[r][2]!=i||PS[r][3]!=m)){
        var IS=document.images["PS"+PS[r][0]];
        var IM=document.images["PM"+PS[r][0]];
        IS.src="/Icons/"+i;
        if(m==1){
                IM.src="/Icons/9802";
        }else if(document.forms["OptionForm"].elements["FieldID:8054=SHORT"].value=="1"){
                IM.src="/Icons/9801"
        }else{
                IM.src="/Icons/0";
        }
        PS[r][2]=i;
        PS[r][3]=m;
}
}
<!--#rem
SCO(c,t,m)      SetChatOptions(catch-up, transcripting, moderated)
-->
function SCO(c,t,m){
var E=document.forms["OptionForm"].elements;
if(m!=E["FieldID:8054=SHORT"].value){
        E["FieldID:8054=SHORT"].value=m;
        for(var r=0;r<PS.length;r++){
                SPS(r,PS[r][2],PS[r][3]);
        }
}
E["FieldID:8050=SHORT"].value=c;
E["F8050"].checked=(c?true:false);
E["FieldID:8051=SHORT"].value=t;
E["F8051"].checked=(t?true:false);
return false;
}
<!--#rem
RR()            ReloadRecipients()
-->
function RR(){
var rj=Math.random()*65535;
self.location.replace("<X-FC-OBJURL BASE>?Templates=Bodies&FormID=101&WinID=<X-FC-URL-PARAMETER WinID NUMBER><!--#if expr="<X-FC-URL-PARAMETER U1U EXISTS>"-->&U1U=<X-FC-URL-PARAMETER U1U><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER SAEO EXISTS>"-->&SAEO=<X-FC-URL-PARAMETER SAEO><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER TreeType NUMBER>"-->&TreeType=<X-FC-URL-PARAMETER TreeType NUMBER><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER VD NUMBER>"-->&VD=<X-FC-URL-PARAMETER VD NUMBER><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER VD0 NUMBER>"-->&VD0=<X-FC-URL-PARAMETER VD0 NUMBER><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER VD1 NUMBER>"-->&VD1=<X-FC-URL-PARAMETER VD1 NUMBER><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER DF NUMBER>"-->&DF=<X-FC-URL-PARAMETER DF NUMBER><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER DF0 NUMBER>"-->&DF0=<X-FC-URL-PARAMETER DF0 NUMBER><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER DF1 NUMBER>"-->&DF1=<X-FC-URL-PARAMETER DF1 NUMBER><!--#endif-->&Refresh="+sw.gR()+"&rj="+rj);
}
<!--#rem
UP(NL)          UpdateParticipants(NewList)
-->
function UP(NL){
var RLT=document.<!--#if expr="<X-FC-BROWSER NAME.MSIE>"-->all["PL"]<!--#else-->getElementById("PL")<!--#endif-->;
var oi=0,ni=0;
var nr=null,nc=null;
try{
while(oi<PS.length||ni<NL.length){
        if(oi<PS.length&&ni<NL.length&&PS[oi][1]==NL[ni][1]){
                SPS(oi,NL[ni][2][0],NL[ni][3]);
                ++oi;
                ++ni;
        }else if(oi<PS.length||ni>=NL.length){
                RLT.deleteRow(oi);
                PS.splice(oi,1);
        }else{
                nr=RLT.insertRow(-1);
                nc=nr.insertCell(0);
                nc.innerHTML="<a href=\"JavaScript://\" onclick=\"return MN("+MPI+","+NL[ni][0]+");\"><img id=\"PM"+MPI+"\" src=\"/Icons/0\" alt=\"\" width=\"<X-FC-RESOURCE ICON.9801 WIDTH>\" height=\"<X-FC-RESOURCE ICON.9801 HEIGHT>\"\/><\/a>";
                nc=nr.insertCell(1);
                nc.innerHTML="<img id=\"PS"+MPI+"\" src=\"/Icons/"+NL[ni][2][0]+"\" alt=\"\" width=\""+NL[ni][2][1]+"\" height=\""+NL[ni][2][2]+"\"\/>";
                nc=nr.insertCell(2);
                nc.className="p";
                nc.innerHTML="&nbsp;&nbsp;";
                nc=nr.insertCell(3);
                nc.className="p";
                nc.noWrap=true;
                nc.innerHTML=NL[ni][1];
                PS[PS.length]=[MPI++,NL[ni][1],NL[ni][2][0],NL[ni][3]];
                SPS(PS.length-1,NL[ni][2][0],NL[ni][3]);
                ++ni;
                ++oi;
        }
}
}catch(e){
        RR();
}
}
<!--#rem
MN(i,p)         ModerateName(index, participantID)
-->
function MN(i,p){
<!--#if expr="<X-FC-PERMISSIONS Moderator>"-->
var v=sw.gVK();
if(v==null){
        setTimeout(function(){MN(i,p);},100);
        return;
}
var c=8;
var F=document.forms["CommandForm"];
var RO=new ARO();
if(PS[i][1]==0){
        c=9;
}
F.elements["VKey"].value=v;
F.elements["ChatCommand"].value=c+"_"+p;
if(RO!=null){
        RO.CB=UCB;
}
if(OR==null||RO.obj==null||!RO.PF(F)){
        F.submit();
}
<!--#endif-->
return false;
}
<!--#rem
UA(NL)  UpdateAttachments(NewList)
-->
<!--#if expr="(<X-FC-USER PRIV Download> || <X-FC-USER PRIV Upload>) && <X-FC-PERMISSIONS Download>"-->
var AL=[];
        <!--#set var="INDEX" value="-1"-->
        <!--#while expr="++$INDEX < <X-FC-LIST-COUNT>"-->
AL[AL.length]=[<X-FC-LIST-ITEM `$INDEX` DATA[Index]>,"<X-FC-LIST-ITEM `$INDEX` COLUMN[Name]>",["<X-FC-LIST-ITEM `$INDEX` COLUMN[Icon] SMALLPATH>",16,16,"<X-FC-LIST-ITEM `$INDEX` COLUMN[ObjType]>"],"<X-FC-LIST-ITEM `$INDEX` COLUMN[Size] SCALEDK>",<X-FC-LIST-ITEM `$INDEX` COLUMN[Status] Partial>];
        <!--#endwhile-->
<!--#endif-->
function UA(NL){
<!--#if expr="(<X-FC-USER PRIV Download> || <X-FC-USER PRIV Upload>) && <X-FC-PERMISSIONS Download>"-->
var ALT=document.<!--#if expr="<X-FC-BROWSER NAME.MSIE>"-->all["AL"]<!--#else-->getElementById("AL")<!--#endif-->;
var oi=0,ni=0;
var nr=null,nc=null;
try{
while(oi<AL.length||ni<NL.length){
        if(oi<AL.length&&ni<NL.length&&AL[oi][1]==NL[ni][1]&&AL[oi][2][0]==NL[ni][2][0]&&AL[oi][3]==NL[ni][3]&&AL[oi][4]==NL[ni][4]){
                ++oi;
                ++ni;
        }else if(oi<AL.length||ni>=NL.length){
                ALT.deleteRow(oi);
                AL.splice(oi,1);
        }else{
                nr=ALT.insertRow(-1);
        <!--#if expr="<X-FC-USER PRIV Upload> && <X-FC-PERMISSIONS Download>"-->
                nc=nr.insertCell(-1);
                nc.innerHTML="<a href=\"JavaScript://\" onclick=\"return DA(<!--#echo var="INDEX"-->);\"><img src=\"<!--#if expr="<X-FC-RESOURCE ICON.-7015 OVERRIDE>"--><X-FC-LOGIN><!--#else-->/<!--#endif-->Icons/-7015\" alt=\"<X-FC-FIELD LANG.CMD.144.0 STRING>\" title=\"<X-FC-FIELD LANG.CMD.144.0 STRING>\" width=\"<X-FC-RESOURCE ICON.-7015 WIDTH>\" height=\"<X-FC-RESOURCE ICON.-7015 HEIGHT>\"/><\/a>";
        <!--#endif-->
                nc=nr.insertCell(-1);
                nc.innerHTML="<img src=\""+NL[ni][2][0]+"\" alt=\""+NL[ni][2][3]+"\" title=\""+NL[ni][2][3]+"\" width=\""+NL[ni][2][1]+"\" height=\""+NL[ni][2][2]+"\"\/>";
                nc=nr.insertCell(-1);
                nc.className="p";
                nc.noWrap=true;
                nc.innerHTML="&nbsp;"+(NL[ni][4]?"<i>":"<!--#if expr="<X-FC-USER PRIV Download> && <X-FC-PERMISSIONS Download>"--><a class=\"p\" href=\"JavaScript://\" onclick=\"return OA("+ni+");\"><!--#endif-->")+NL[ni][1]+(NL[ni][4]?"<\/i>":"<!--#if expr="<X-FC-USER PRIV Download> && <X-FC-PERMISSIONS Download>"--><\/a><!--#endif-->");
                nc=nr.insertCell(-1);
                nc.width=15;
                nc.innerHTML="<span style=\"width:15px;\"><\/span>";
                nc=nr.insertCell(-1);
                nc.className="p";
                nc.align="right";
                nc.noWrap=true;
                nc.innerHTML=NL[ni][3];
                AL[oi++]=NL[ni++];
        }
}
}catch(e){
        RR();
}
<!--#endif-->
}
<!--#if expr="(<X-FC-USER PRIV Download> || <X-FC-USER PRIV Upload>) && <X-FC-PERMISSIONS Download>"-->
<!--#rem
DA(i)           DeleteAttachment(Index)
-->
function DA(i){
var v=sw.gVK();
if(v==null){
        setTimeout(function(){DA(i);},100);
        return;
}
self.location.replace("<X-FC-OBJURL BASE>."+AL[i][0]+"?Delete=1&Close=-1&TargetURL=<X-FC-OBJURL BASE>&Tpl=Bodies&FormID=101&Refresh=<X-FC-URL-PARAMETER Refresh NUMBER><!--#if expr="<X-FC-URL-PARAMETER U1U EXISTS>"-->&U1U=<X-FC-URL-PARAMETER U1U><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER SAEO EXISTS>"-->&SAEO=<X-FC-URL-PARAMETER SAEO><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER TreeType NUMBER>"-->&TreeType=<X-FC-URL-PARAMETER TreeType NUMBER><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER VD NUMBER>"-->&VD=<X-FC-URL-PARAMETER VD NUMBER><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER VD0 NUMBER>"-->&VD0=<X-FC-URL-PARAMETER VD0 NUMBER><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER VD1 NUMBER>"-->&VD1=<X-FC-URL-PARAMETER VD1 NUMBER><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER DF NUMBER>"-->&DF=<X-FC-URL-PARAMETER DF NUMBER><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER DF0 NUMBER>"-->&DF0=<X-FC-URL-PARAMETER DF0 NUMBER><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER DF1 NUMBER>"-->&DF1=<X-FC-URL-PARAMETER DF1 NUMBER><!--#endif-->"+(v!=""?"&VKey="+v:""));
}
<!--#rem
OA(i)           OpenAttachment(Index)
-->
function OA(i){
sw.open("<X-FC-OBJURL BASE>."+AL[i][0]+"/"+uesc(AL[i][1]));
}
<!--#endif-->
<!--#rem
CC(c)           ChatCommand(CommandID)
-->
function CC(c){
var v=sw.gVK();
if(v==null){
        setTimeout(function(){CC(c);},100);
        return;
}
var F=document.forms["CommandForm"];
var RO=new ARO();
F.elements["VKey"].value=v;
F.elements["ChatCommand"].value=c;
if(RO!=null){
        RO.CB=UCB;
}
if(RO==null||RO.obj==null||!RO.PF(F)){
        F.submit();
}
return false;
}
<!--#rem
SOF(f)          SubmitOptionForm(form)
-->
function SOF(f){
var v=sw.gVK();
if(v==null){
        setTimeout(function(){SOF(f);},100);
        return false;
}
f.elements["VKey"].value=v;
var RO=new ARO();
if(RO!=null){
        RO.CB=UCB;
}
if(RO==null||RO.obj==null||!RO.PF(f)){
        f.action+="&Refresh="+parent.gR();
        f.submit();
}
}
<!--#rem
SNF(f)          SubmitNameForm(form)
-->
function SNF(f){
var v=sw.gVK();
if(v==null){
        setTimeout(function(){SNF(f);},100);
        return false;
}
f.elements["VKey"].value=v;
var RO=new ARO();
if(RO!=null){
        RO.CB=UCB;
}
if(RO==null||RO.obj==null||!RO.PF(f)){
        f.action+="&Refresh="+parent.gR();
        f.submit();
}
return false;
}
<!--#rem
SAF(f)  SubmitAttachmentForm(form)
-->
function SAF(f){
var v=sw.gVK();
if(v==null){
        setTimeout(function(){SAF(f);},100);
        return false;
}
f.elements["VKey"].value=v;
f.action+="&Refresh="+sw.gR();
f.submit();
return false;
}
<!--#rem
CheckAsyncRequestObjects()
-->
function CARO(){
var RO=new ARO();
if(RO==null||RO.obj==null){
        try{
                document.<!--#if expr="<X-FC-BROWSER NAME.MSIE>"-->all["RFL"]<!--#else-->getElementById("RFL")<!--#endif-->.style.visiblity="visible";
                document.<!--#if expr="<X-FC-BROWSER NAME.MSIE>"-->all["RF"]<!--#else-->getElementById("RF")<!--#endif-->.style.visiblity="visible";
        }catch(e){
        }
}
}
<X-FC-WHITESPACE RETAIN>
//-->
</script>
<script type="text/javascript" src="/.Templates/JavaScript/URLEscape.pjs"></script>
<script type="text/javascript" src="/.Templates/JavaScript/AsyncFunctions.pjs"></script>
</head>
<body dir="<X-FC-FIELD LANG.7500 DEFAULT="ltr" STRING>" bgcolor="<X-FC-FIELD PREFS.5601 DEFAULT=LANG.49.5601.11 RGB>" onload="CARO();parent.CRU();">
<X-FC-WHITESPACE STRIP>
<table cellpadding="0" cellspacing="0" border="0" summary="">
<tr>
        <td class="gtb">&nbsp;</td>
        <td width="100%"><table cellpadding="2" cellspacing="0" border="0" summary="">
        <tr>
                <td class="gtb" nowrap="nowrap"><X-FC-FIELD LANG.129.20.9 STRING></td>
                <td class="gtb">&nbsp;</td>
                <td class="tbtext" onclick="CC(7);"><img src="<!--#if expr="<X-FC-RESOURCE ICON.9800 OVERRIDE>"--><X-FC-LOGIN><!--#else-->/<!--#endif-->Icons/9800" alt="<X-FC-FIELD LANG.129.1000.9 STRING>" title="<X-FC-FIELD LANG.129.1000.9 STRING>" width="<X-FC-RESOURCE ICON.9800 WIDTH>" height="<X-FC-RESOURCE ICON.9800 HEIGHT>" hspace="2" vspace="2"/></td>
                <td class="tbtext" onclick="return CC(6);"><img src="<!--#if expr="<X-FC-RESOURCE ICON.9804 OVERRIDE>"--><X-FC-LOGIN><!--#else-->/<!--#endif-->Icons/9804" alt="<X-FC-FIELD LANG.129.1004.9 STRING>" title="<X-FC-FIELD LANG.129.1004.9 STRING>" width="<X-FC-RESOURCE ICON.9804 WIDTH>" height="<X-FC-RESOURCE ICON.9804 HEIGHT>" hspace="2" vspace="2"/></td>
        </tr>
        </table></td>
        <td class="gtb">&nbsp;</td>
</tr>
<tr>
        <td></td>
        <td><table id="PL" cellpadding="2" cellspacing="0" border="0" summary="">
<!--#set var="INDEX" value="-1"-->
<!--#while expr="++$INDEX < <X-FC-RECIPIENT-COUNT CHATNAME>"-->
        <tr>
        <!--#if expr="<X-FC-RECIPIENT CHATNAME.`$INDEX` DATA[Status] UnApproved>"-->
                <!--#set var="ICON" value="9802"-->
        <!--#elif expr="<X-FC-FIELD 8054 DEFAULT=0 NUMBER>"-->
                <!--#set var="ICON" value="9801"-->
        <!--#else-->
                <!--#set var="ICON" value="0"-->
        <!--#endif-->
                <td>
        <!--#if expr="<X-FC-RECIPIENT CHATNAME.`$INDEX` DATA[Status] OutGoing> == 0"-->
                <a href="JavaScript://" onclick="return MN(<!--#echo var="INDEX"-->,<X-FC-RECIPIENT CHATNAME.`$INDEX` DATA[SubType]>);"><img id="PM<!--#echo var="INDEX"-->" src="<!--#if expr="<X-FC-RESOURCE ICON.`$ICON` OVERRIDE>"--><X-FC-LOGIN><!--#else-->/<!--#endif-->Icons/<!--#echo var="ICON"-->" alt="" width="<X-FC-RESOURCE ICON.9801 WIDTH>" height="<X-FC-RESOURCE ICON.9801 HEIGHT>"/></a>
        <!--#else-->
                <img id="PM<!--#echo var="INDEX"-->" src="<!--#if expr="<X-FC-RESOURCE ICON.`$ICON` OVERRIDE>"--><X-FC-LOGIN><!--#else-->/<!--#endif-->Icons/<!--#echo var="ICON"-->" alt="" width="<X-FC-RESOURCE ICON.9801 WIDTH>" height="<X-FC-RESOURCE ICON.9801 WIDTH>"/>
        <!--#endif-->
                </td>
        <!--#set var="ICON" value="<X-FC-RECIPIENT CHATNAME.`$INDEX` DATA[Icon]>"-->
        <!--#if expr="$ICON"-->
                <!--#set var="ICON" value="s${ICON}"-->
                <td><img id="PS<!--#echo var="INDEX"-->" src="<!--#if expr="<X-FC-RESOURCE ICON.`$ICON` OVERRIDE>"--><X-FC-LOGIN><!--#else-->/<!--#endif-->Icons/s<!--#echo var="ICON"-->" alt="" width="16" height="16"/></td>
        <!--#else-->
                <td><img id="PS<!--#echo var="INDEX"-->" src="/Icons/0" alt="" width="16" height="16"/></td>
        <!--#endif-->
                <td><div style="width:15px;"></div></td>
                <td class="p" nowrap="nowrap"><X-FC-RECIPIENT CHATNAME.`$INDEX` DATA[Name]></td>
        </tr>
<!--#endwhile-->
        </table></td>
        <td></td>
</tr>
</table>
<div style="font-size:1px;width:1px;height:5px;"></div>
<form action="<X-FC-OBJURL BASE SLASH>__Invite" target="FCWIN<X-FC-URL-PARAMETER WinID NUMBER>" onsubmit="this.elements['Refresh'].value=parent.gR();">
<input type="hidden" name="Templates" value="NV"/>
<input type="hidden" name="Refresh" value="<!--#echo var="REFRESH"-->"/>
<!--#if expr="<X-FC-URL-PARAMETER U1U EXISTS>"-->
<input type="hidden" name="U1U" value="<X-FC-URL-PARAMETER U1U>"/>
<!--#endif-->
<!--#if expr="<X-FC-URL-PARAMETER SAEO EXISTS>"-->
<input type="hidden" name="SAEO" value="<X-FC-URL-PARAMETER SAEO>"/>
<!--#endif-->
<!--#if expr="<X-FC-URL-PARAMETER TreeType NUMBER>"-->
<input type="hidden" name="TreeType" value="<X-FC-URL-PARAMETER TreeType NUMBER>"/>
<!--#endif-->
<!--#if expr="<X-FC-URL-PARAMETER VD NUMBER>"-->
<input type="hidden" name="VD" value="<X-FC-URL-PARAMETER VD NUMBER>"/>
<!--#endif-->
<!--#if expr="<X-FC-URL-PARAMETER VD0 NUMBER>"-->
<input type="hidden" name="VD0" value="<X-FC-URL-PARAMETER VD0 NUMBER>"/>
<!--#endif-->
<!--#if expr="<X-FC-URL-PARAMETER VD1 NUMBER>"-->
<input type="hidden" name="VD1" value="<X-FC-URL-PARAMETER VD1 NUMBER>"/>
<!--#endif-->
<!--#if expr="<X-FC-URL-PARAMETER DF NUMBER>"-->
<input type="hidden" name="DF" value="<X-FC-URL-PARAMETER DF NUMBER>"/>
<!--#endif-->
<!--#if expr="<X-FC-URL-PARAMETER DF0 NUMBER>"-->
<input type="hidden" name="DF0" value="<X-FC-URL-PARAMETER DF0 NUMBER>"/>
<!--#endif-->
<!--#if expr="<X-FC-URL-PARAMETER DF1 NUMBER>"-->
<input type="hidden" name="DF1" value="<X-FC-URL-PARAMETER DF1 NUMBER>"/>
<!--#endif-->
<table cellpadding="2" cellspacing="0" border="0" summary="">
<tr>
        <td class="p">&nbsp;</td>
        <td><input class="button" type="submit" value="<X-FC-FIELD LANG.129.999.9 STRING>"/></td>
<!--#rem The server team was supposed to add support for this, but didn't
        <td><input class="forms" name="Srch" type="text" value="" size="15"/></td>
-->
        <td class="p">&nbsp;</td>
</tr>
</table>
</form>
<hr/>
<table cellpadding="0" cellspacing="0" border="0" summary="">
<tr>
        <td class="p">&nbsp;</td>
        <td class="gtb" nowrap="nowrap"><X-FC-FIELD LANG.129.12.9 STRING></td>
        <td class="p">&nbsp;</td>
</tr>
<tr>
        <td colspan="3" style="height:5px;"></td>
</tr>
<!--#if expr="(<X-FC-USER PRIV Download> || <X-FC-USER PRIV Upload>) && <X-FC-PERMISSIONS Download>"-->
<tr>
        <td></td>
        <td><table id="AL" cellpadding="0" cellspacing="0" border="0" summary="">
        <!--#set var="INDEX" value="-1"-->
        <!--#while expr="++$INDEX < <X-FC-LIST-COUNT>"-->
        <tr>
                <!--#if expr="<X-FC-USER PRIV Upload> && <X-FC-PERMISSIONS Download>"-->
                <td><a href="JavaScript://" onclick="return DA(<!--#echo var="INDEX"-->);"><img src="<!--#if expr="<X-FC-RESOURCE ICON.-7015 OVERRIDE>"--><X-FC-LOGIN><!--#else-->/<!--#endif-->Icons/-7015" alt="<X-FC-FIELD LANG.CMD.144.0 STRING>" title="<X-FC-FIELD LANG.CMD.144.0 STRING>" width="<X-FC-RESOURCE ICON.-7015 WIDTH>" height="<X-FC-RESOURCE ICON.-7015 HEIGHT>"/></a></td>
                <!--#endif-->
                <td><img src="<X-FC-LIST-ITEM `$INDEX` COLUMN[Icon] SMALLPATH>" title="<X-FC-LIST-ITEM `$INDEX` COLUMN[ObjType]>" width="16" height="16"/></td>
                <td class="p" nowrap="nowrap">&nbsp;<!--#if expr="<X-FC-LIST-ITEM `$INDEX` COLUMN[Status] Partial>"--><i><!--#elif expr="<X-FC-USER PRIV Download> && <X-FC-PERMISSIONS Download>"--><a class="p" href="JavaScript://" onclick="return OA(<!--#echo var="INDEX"-->);"><!--#endif--><X-FC-LIST-ITEM $INDEX DATA[Name]><!--#if expr="<X-FC-LIST-ITEM `$INDEX` DATA[Subject] LENGTH>"-->&nbsp;/&nbsp;<X-FC-LIST-ITEM `$INDEX` DATA[Subject]><!--#endif--><!--#if expr="<X-FC-LIST-ITEM `$INDEX` COLUMN[Status] Partial>"--></i><!--#elif expr="<X-FC-USER PRIV Download> && <X-FC-PERMISSIONS Download>"--></a<!--#endif--></td>
                <td width="15"><span style="width:15px;"></span></td>
                <td class="p" align="right" nowrap="nowrap"><X-FC-LIST-ITEM $INDEX COLUMN[Size] SCALEDK></td>
        </tr>
        <!--#endwhile-->
        </table></td>
        <td></td>
</tr>
<!--#endif-->
</table>
<div style="font-size:1px;width:1px;height:5px;"></div>
<!--#if expr="<X-FC-USER PRIV Upload> && <X-FC-PERMISSIONS Download>"-->
<form action="<X-FC-OBJURL BASE SLASH>__FormSave?Clear=0&amp;TargetURL=<X-FC-OBJURL BASE>&amp;JumpAction=1&amp;Type=1&amp;WinID=<X-FC-URL-PARAMETER WinID NUMBER><!--#if expr="<X-FC-URL-PARAMETER U1U EXISTS>"-->&amp;U1U=<X-FC-URL-PARAMETER U1U><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER SAEO EXISTS>"-->&amp;SAEO=<X-FC-URL-PARAMETER SAEO><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER TreeType NUMBER>"-->&amp;TreeType=<X-FC-URL-PARAMETER TreeType NUMBER><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER VD NUMBER>"-->&amp;VD=<X-FC-URL-PARAMETER VD NUMBER><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER VD0 NUMBER>"-->&amp;VD0=<X-FC-URL-PARAMETER VD0 NUMBER><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER VD1 NUMBER>"-->&amp;VD1=<X-FC-URL-PARAMETER VD1 NUMBER><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER DF NUMBER>"-->&amp;DF=<X-FC-URL-PARAMETER DF NUMBER><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER DF0 NUMBER>"-->&amp;DF0=<X-FC-URL-PARAMETER DF0 NUMBER><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER DF1 NUMBER>"-->&amp;DF1=<X-FC-URL-PARAMETER DF1 NUMBER><!--#endif-->" method="post" enctype="multipart/form-data" onsubmit="return SAF(this);">
<input type="hidden" name="VKey" value=""/>
<input type="hidden" name="KeepNames" value="1"/>
<input type="hidden" name="Close" value="-1"/>
<input type="hidden" name="Charset" value="<X-FC-ITEM DATA[Charset]>"/>
<table cellpadding="2" cellspacing="0" border="0" summary="">
<tr>
        <td class="p">&nbsp;</td>
        <td><input class="forms" type="file" name="Attachment" size="15"/></td>
        <td><input class="button" type="submit" value="<X-FC-FIELD LANG.CMD.160.0 STRING>"/></td>
        <td class="p">&nbsp;</td>
</tr>
</table>
</form>
<!--#endif-->
<hr/>
<!--#if expr="<X-FC-PERMISSIONS Moderator>"-->
<form action="<X-FC-OBJURL BASE SLASH>__FormSave?Clear=0&amp;TargetURL=<X-FC-OBJURL BASE>&amp;JumpAction=1&amp;Type=1&amp;WinID=<X-FC-URL-PARAMETER WinID NUMBER><!--#if expr="<X-FC-URL-PARAMETER U1U EXISTS>"-->&amp;U1U=<X-FC-URL-PARAMETER U1U><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER SAEO EXISTS>"-->&amp;SAEO=<X-FC-URL-PARAMETER SAEO><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER TreeType NUMBER>"-->&amp;TreeType=<X-FC-URL-PARAMETER TreeType NUMBER><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER VD NUMBER>"-->&amp;VD=<X-FC-URL-PARAMETER VD NUMBER><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER VD0 NUMBER>"-->&amp;VD0=<X-FC-URL-PARAMETER VD0 NUMBER><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER VD1 NUMBER>"-->&amp;VD1=<X-FC-URL-PARAMETER VD1 NUMBER><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER DF NUMBER>"-->&amp;DF=<X-FC-URL-PARAMETER DF NUMBER><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER DF0 NUMBER>"-->&amp;DF0=<X-FC-URL-PARAMETER DF0 NUMBER><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER DF1 NUMBER>"-->&amp;DF1=<X-FC-URL-PARAMETER DF1 NUMBER><!--#endif-->" method="post" enctype="multipart/form-data" onsubmit="return SNF(this);">
<input type="hidden" name="VKey" value=""/>
<input type="hidden" name="KeepNames" value="1"/>
<input type="hidden" name="Close" value="-1"/>
<input type="hidden" name="Charset" value="<X-FC-ITEM DATA[Charset]>"/>
<!--#endif-->
<table cellpadding="0" cellspacing="0" border="0" summary="">
<tr>
        <td class="p">&nbsp;</td>
        <td class="gtb" nowrap="nowrap"><X-FC-FIELD LANG.129.5002.25 STRING>:</td>
        <td width="100%" class="p">&nbsp;</td>
</tr>
<tr>
        <td colspan="3" style="height:5px;"></td>
</tr>
<tr>
        <td></td>
        <td><table cellpadding="2" cellspacing="0" border="0" summary="">
        <tr>
                <td class="gtb" nowrap="nowrap"><X-FC-FIELD LANG.129.1016.9 STRING></td>
<!--#if expr="<X-FC-PERMISSIONS Moderator>"-->
                <td><input class="forms" name="FieldID:8010=STRING" type="text" size="15" value="<!--#echo expr="@mlescape($NAME)"-->"/></td>
                <td><input class="button" type="submit" value="<X-FC-FIELD LANG.7541.7 STRING>"/></td>
<!--#else-->
                <td class="p" nowrap="nowrap"><!--#echo expr="@mlescape($NAME)"--></td>
<!--#endif-->
        </tr>
        </table></td>
        <td></td>
</tr>
</table>
<!--#if expr="<X-FC-PERMISSIONS Moderator>"-->
</form>
<!--#endif-->
<form name="OptionForm" action="<X-FC-OBJURL BASE SLASH>__FormSave?Clear=0&amp;TargetURL=<X-FC-OBJURL BASE>&amp;JumpAction=1&amp;Type=1&amp;WinID=<X-FC-URL-PARAMETER WinID NUMBER><!--#if expr="<X-FC-URL-PARAMETER U1U EXISTS>"-->&amp;U1U=<X-FC-URL-PARAMETER U1U><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER SAEO EXISTS>"-->&amp;SAEO=<X-FC-URL-PARAMETER SAEO><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER TreeType NUMBER>"-->&amp;TreeType=<X-FC-URL-PARAMETER TreeType NUMBER><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER VD NUMBER>"-->&amp;VD=<X-FC-URL-PARAMETER VD NUMBER><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER VD0 NUMBER>"-->&amp;VD0=<X-FC-URL-PARAMETER VD0 NUMBER><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER VD1 NUMBER>"-->&amp;VD1=<X-FC-URL-PARAMETER VD1 NUMBER><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER DF NUMBER>"-->&amp;DF=<X-FC-URL-PARAMETER DF NUMBER><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER DF0 NUMBER>"-->&amp;DF0=<X-FC-URL-PARAMETER DF0 NUMBER><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER DF1 NUMBER>"-->&amp;DF1=<X-FC-URL-PARAMETER DF1 NUMBER><!--#endif-->" method="post" enctype="multipart/form-data">
<input type="hidden" name="VKey" value=""/>
<input type="hidden" name="KeepNames" value="1"/>
<input type="hidden" name="Close" value="-1"/>
<input type="hidden" name="FieldID:8050=SHORT" value="<!--#echo expr="<X-FC-FIELD 8050 DEFAULT=LANG.129.8050.85 NUMBER> + <X-FC-FIELD LATE.8050 DEFAULT=LANG.129.8050.85 NUMBER>"-->"/>
<input type="hidden" name="FieldID:8051=SHORT" value="<!--#echo expr="<X-FC-FIELD 8051 DEFAULT=LANG.129.8051.85 NUMBER> + <X-FC-FIELD LATE.8051 DEFAULT=LANG.129.8051.85 NUMBER>"-->"/>
<input type="hidden" name="FieldID:8054=SHORT" value="<!--#echo expr="<X-FC-FIELD 8054 DEFAULT=LANG.129.8054.85 NUMBER> + <X-FC-FIELD LATE.8054 DEFAULT=LANG.129.8054.85 NUMBER>"-->"/>
<table cellpadding="0" cellspacing="0" border="0" summary="">
<tr>
        <td class="p">&nbsp;</td>
        <td><table cellpadding="2" cellspacing="0" border="0" summary="">
        <tr>
                <td><input name="F8050" type="checkbox" onclick="this.form.elements['FieldID:8050=SHORT'].value=(this.checked?1:0);SOF(this.form);"<!--#if expr="<X-FC-FIELD 8050 DEFAULT=LANG.129.8050.85 NUMBER> || <X-FC-FIELD LATE.8050 DEFAULT=LANG.129.8050.85 NUMBER>"--> checked="checked"<!--#endif-->/></td>
                <td class="gt" nowrap="nowrap"><X-FC-FIELD LANG.129.8050.9 STRING></td>
                <td class="p">&nbsp;</td>
                <td><input name="F8054" type="checkbox"<!--#if expr="<X-FC-PERMISSIONS Moderator>"--> onclick="this.form.elements['FieldID:8054=SHORT'].value=(this.checked?1:0);SOF(this.form);"<!--#else--> disabled="disabled"<!--#endif--><!--#if expr="<X-FC-FIELD 8054 DEFAULT=LANG.129.8054.85 NUMBER> || <X-FC-FIELD LATE.8054 DEFAULT=LANG.129.8054.85 NUMBER>"--> checked="checked"<!--#endif-->/></td>
                <td class="gt" nowrap="nowrap"><X-FC-FIELD LANG.129.8054.9 STRING></td>
        </tr>
        </table></td>
        <td></td>
</tr>
<tr>
        <td colspan="3" style="height:10px;"></td>
</tr>
<tr>
        <td></td>
        <td><table cellpadding="0" cellspacing="0" border="0" summary="">
        <tr>
                <td class="gtb" nowrap="nowrap"><X-FC-FIELD LANG.129.1009.9 STRING>:</td>
        </tr>
        <tr>
                <td class="gt" nowrap="nowrap"><input name="F8051" type="checkbox" onclick="this.form.elements['FieldID:8051=SHORT'].value=(this.checked?1:0);SOF(this.form);"<!--#if expr="<X-FC-FIELD 8051 DEFAULT=LANG.129.8051.85 NUMBER> || <X-FC-FIELD LATE.8051 DEFAULT=LANG.129.8051.85 NUMBER>"--> checked="checked"<!--#endif-->/><X-FC-FIELD LANG.129.8051.9 STRING></td>
        </tr>
        </table></td>
        <td></td>
</tr>   
</table>
</form>
<hr id="RFL" style="visibility:hidden;" />
<form action="JavaScript://" onsubmit="return false;">
<table id="RF" cellpadding="0" cellspacing="0" border="0" summary="" style="visibility:hidden;">
<tr>
        <td class="p">&nbsp;</td>
        <td><table cellpadding="2" cellspacing="0" border="0" summary="">
        <tr>
                <td class="gt" nowrap="nowrap"><X-FC-FIELD LANG.7541.4 STRING></td>
                <td><select class="forms" onchange="parent.sR(parseInt(this.options[this.selectedIndex].value));">
                        <option value="5"<!--#if expr="$REFRESH == 5"--> selected="selected"<!--#endif-->>5</option>
                        <option value="10"<!--#if expr="$REFRESH == 10"--> selected="selected"<!--#endif-->>10</option>
                        <option value="15"<!--#if expr="$REFRESH == 15"--> selected="selected"<!--#endif-->>15</option>
                        <option value="20"<!--#if expr="$REFRESH == 20"--> selected="selected"<!--#endif-->>20</option>
                        <option value="30"<!--#if expr="$REFRESH == 30"--> selected="selected"<!--#endif-->>30</option>
                        <option value="60"<!--#if expr="$REFRESH == 60"--> selected="selected"<!--#endif-->>60</option>
                </select></td>
                <td class="gt" nowrap="nowrap"><X-FC-FIELD LANG.7541.5 STRING></td>
        </tr>
        </table></td>
        <td class="p">&nbsp;</td>
</tr>
<tr>
        <td colspan="5" style="height:3px;"></td>
</tr>
<tr>
        <td></td>
        <td align="center"><input class="button" type="button" value="<X-FC-FIELD LANG.7541.6 STRING>" onclick="parent.dMR();"/></td>
        <td></td>
</tr>
</table>
</form>
<form name="CommandForm" action="<X-FC-OBJURL BASE SLASH>__FormSave?Clear=0&amp;TargetURL=<X-FC-OBJURL BASE>&amp;JumpAction=1&amp;Type=1&amp;WinID=<X-FC-URL-PARAMETER WinID NUMBER><!--#if expr="<X-FC-URL-PARAMETER U1U EXISTS>"-->&amp;U1U=<X-FC-URL-PARAMETER U1U><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER SAEO EXISTS>"-->&amp;SAEO=<X-FC-URL-PARAMETER SAEO><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER TreeType NUMBER>"-->&amp;TreeType=<X-FC-URL-PARAMETER TreeType NUMBER><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER VD NUMBER>"-->&amp;VD=<X-FC-URL-PARAMETER VD NUMBER><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER VD0 NUMBER>"-->&amp;VD0=<X-FC-URL-PARAMETER VD0 NUMBER><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER VD1 NUMBER>"-->&amp;VD1=<X-FC-URL-PARAMETER VD1 NUMBER><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER DF NUMBER>"-->&amp;DF=<X-FC-URL-PARAMETER DF NUMBER><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER DF0 NUMBER>"-->&amp;DF0=<X-FC-URL-PARAMETER DF0 NUMBER><!--#endif--><!--#if expr="<X-FC-URL-PARAMETER DF1 NUMBER>"-->&amp;DF1=<X-FC-URL-PARAMETER DF1 NUMBER><!--#endif-->" method="post" enctype="multipart/form-data">
<input type="hidden" name="VKey" value=""/>
<input type="hidden" name="KeepNames" value="1"/>
<input type="hidden" name="Close" value="-1"/>
<input type="hidden" name="ChatCommand" value="0"/>
</form>
<X-FC-WHITESPACE RETAIN>
</body>
<!--*Bodies/101 T=<X-FC-REQUEST-TIME>-->
</html>