<!-- leftmeny / x13 -->
<!--#rem Om det objekt som listas är mailbox, calender, addressbok eller annan icke konferens/mapp så ska denna få en länk som öppnar objektet i nytt fönster -->
<!--#rem Mailbox har Objtype =24 därför testas den först sedan så har alla som inte är special Subtype = 0 så det testas sedan -->
<!--#rem Om mailbox så skriv inte ut den, mailbox är länkad ifrån topmenyn -->
<!--#if expr="'<X-FC-LIST-ITEM COLUMN[Objtype] NUMBER>' != '24'"-->
<!--#rem TEST OM LÄST ELLER EJ-->
<!--#if expr="'<X-FC-LIST-ITEM COLUMN[Flag] SMALL>'!='0'"-->
<!--#if expr="'<X-FC-LIST-ITEM COLUMN[Objtype] NUMBER>' == '24'"-->
<TR>
<!-- 1a --> <TD height=20px style="cursor: hand" onMouseOver="this.style.backgroundColor='<X-FC-FIELD PREFS.5605 DEFAULT=LANG.49.5605.11 RGB>';" onMouseOut="this.style.backgroundColor='';" OnClick="parent.parent.middle.location.href('<X-FC-LIST-ITEM-URI>');"><B>
<A class="leftmeny" HREF="<X-FC-LIST-ITEM-URI>" target="middle"><X-FC-LIST-ITEM COLUMN[Title] HTML></A></B>
<!--#elif expr="'<X-FC-LIST-ITEM COLUMN[Subtype]>' != '0'"-->
<TR>
<!-- 1b --> <TD height=20px style="cursor: hand" onMouseOver="this.style.backgroundColor='<X-FC-FIELD PREFS.5605 DEFAULT=LANG.49.5605.11 RGB>';" onMouseOut="this.style.backgroundColor='';" OnClick="parent.parent.middle.location.href('<X-FC-LIST-ITEM-URI>');">
<B><A class="leftmeny" HREF="<X-FC-LIST-ITEM-URI>" target="middle"><X-FC-LIST-ITEM COLUMN[Title] HTML></A></B>
<!--#else-->
<TR>
<!-- 1c --> <TD height=20px style="cursor: hand" onMouseOver="this.style.backgroundColor='<X-FC-FIELD PREFS.5605 DEFAULT=LANG.49.5605.11 RGB>';" onMouseOut="this.style.backgroundColor='';" OnClick="parent.main.location.href('<X-FC-LIST-ITEM-URI>?Templates=conference');">
<B><A class="leftmeny" HREF="<X-FC-LIST-ITEM-URI>?Templates=conference" target="main"><X-FC-LIST-ITEM COLUMN[Title] HTML></A></B>
<!--#endif-->
<!--#else-->
<!--#if expr="'<X-FC-LIST-ITEM COLUMN[Objtype] NUMBER>' == '24'"-->
<TR>
<!-- 2a --> <TD height=20px style="cursor: hand" onMouseOver="this.style.backgroundColor='<X-FC-FIELD PREFS.5605 DEFAULT=LANG.49.5605.11 RGB>';" onMouseOut="this.style.backgroundColor='';" OnClick="parent.parent.middle.location.href('<X-FC-LIST-ITEM-URI>');">
<A class="leftmeny" HREF="<X-FC-LIST-ITEM-URI>" target="middle"><X-FC-LIST-ITEM COLUMN[Title] HTML></A>
<!--#elif expr="'<X-FC-LIST-ITEM COLUMN[Subtype]>' != '0'"-->
<TR>
<!-- 2b --> <TD height=20px style="cursor: hand" onMouseOver="this.style.backgroundColor='<X-FC-FIELD PREFS.5605 DEFAULT=LANG.49.5605.11 RGB>';" onMouseOut="this.style.backgroundColor='';" OnClick="parent.parent.middle.location.href('<X-FC-LIST-ITEM-URI>');">
<A class="leftmeny" HREF="<X-FC-LIST-ITEM-URI>" target="middle"><X-FC-LIST-ITEM COLUMN[Title] HTML></A>
<!--#else-->
<TR>
<!-- 2c --> <TD height=20px style="cursor: hand" onMouseOver="this.style.backgroundColor='<X-FC-FIELD PREFS.5605 DEFAULT=LANG.49.5605.11 RGB>';" onMouseOut="this.style.backgroundColor='';" OnClick="parent.main.location.href('<X-FC-LIST-ITEM-URI>?Templates=conference');">
<A class="leftmeny" HREF="<X-FC-LIST-ITEM-URI>?Templates=conference" target="main"><X-FC-LIST-ITEM COLUMN[Title] HTML></A>
<!--#endif-->
<!--#endif-->
<!--#rem I framen calendar så anropas funktionen open_calendar() -->
<!--#if expr="'<X-FC-LIST-ITEM COLUMN[Subtype]>' == '21'"-->
<script language="JavaScript">
function open_calendar(){
parent.main.right.calendar.location = "<X-FC-LOGIN><X-FC-LIST-ITEM-URI>?Formid=164&Templates=calendar";
}
</script>
<!--#endif-->
<!--#rem Radbrytning, om det är det tredje objektet så ska en linje skapas -->
<!--#set var="$tredjeobjekt" expr="++$tredjeobjekt"-->
<!--#if expr="'$tredjeobjekt' == '3'"-->
</TD>
</TR>
<TR>
<TD height=20px>
<HR width=100%>
</TD>
</TR>
<!--#set var="tredjeobjekt" value="0"-->
<!--#endif-->
</TD>
</TR>
<!--#endif-->
|