' Sub MenuSchedule
Scheduler $Date.MONTH, $Date.Year
' $GID = $Login.Group.ID ' For Each $WDate in $System.Week ' Next ' Set $User = $Login ' $ID = $Login.ID ' $BgColor = #ffffff ' $BackPage = index ' $BackDate = $Date ' $SetDate = $Date ' $IncludeSchedule

$_WDate.BSet$$WDate.Day ($WDate.wday)$_WDate.BEnd
' EndSub ' Sub MenuUserList
User Table
' EndSub ' Sub MenuWebMail
WebMail
' EndSub ' Sub MenuReserve
Facilities Scheduler
' EndSub ' Sub MenuAddress
Address Book
' EndSub ' Sub MenuCabinet
Cabinet
' EndSub ' Sub MenuPersonal ' Set $Menus = $TopPage.Menus ' If $Menus.WebMail.Installed or $Menus.Where.Installed or $Menus.WorkFlow.Installed
Personal Box
' $ID = $Login.ID ' If $Menus.WebMail.Installed and $WebMail.NewMails ' EndIf ' If $Menus.Where.Installed and $Login.Where.Memos.Count ' EndIf ' If $Menus.WorkFlow.Installed and $WorkFlow.WorkBoxes.$ID.Handle.Count ' EndIf ' If $Menus.WorkFlow.Installed and $WorkFlow.WorkBoxes.$ID.Verify.Count ' EndIf
You've got $WebMail.NewMails Email(s).
You've got $Login.Where.Memos.Count memo(s).

' EndIf ' EndSub ' Sub MenuWhere

Whereabouts
' If $Login.Where.View ' $t = $Login.Where.TimeStamp ' Else ' EndIf ' If $Login.Where.Place != " IN " ' Else ' EndIf
$Login.Name$Login.Where.View
$t.hour:$t.Minute00 $t.AMPM, $t.Day $t.month
Not Registered Yet
' EndSub ' Sub MenuLink
Link Collection [Settings]
' Set $tp = $Login.TopPage ' For Each $Link in $tp.Links
  • $Link.Name ' Next ' If $tp.LinkCommon != 0 ' If $tp.Links.Count and $Links.Count
    ' EndIf ' For Each $Link in $Links
  • $Link.Name ' Next ' EndIf

    ' EndSub ' Sub MenuBulletin ' $Date = $TimeStamp.Date ' $Tops = $Login.Bulletin.Tops ' If ! $Tops and ($Tops != 0) ' $Tops = 5 ' EndIf
    Bulletin Board (New Arrival First) [Settings]
    ' If $Tops ' Set $r = $Bulletin.Articles.WhatsNew $Tops ' For Each $a in $r ' $Subject = $a.Subject ' If ! $Subject ' $Subject = "(Title Not Specified)" ' EndIf ' $t = $a.TimeStamp ' If $t.Date = $Date ' Else ' EndIf ' Next
  • $Subject
  •      ($t.hour:$t.Minute00 $t.AMPM, $a.Name)
         ($t.Day $t.month, $a.Name)

    ' EndIf ' EndSub ' Sub MenuSearch

    Internet Search
    ' EndSub ' Sub MenuToDo ' $Tops = $Login.ToDo.Tops ' If ! $Tops and ($Tops != 0) ' $Tops = 5 ' EndIf
    ToDo List (Earlier Deadline First) [Settings]
    ' If $Tops ' $Login.ToDo.Items.Sort = limit ' $Count = 0 ' For Each $Item in $Login.ToDo.Items ' If ! $Item.Finish and ($Count != $Tops) ' Inc $Count ' EndIf ' Next
    $_Item.SSet$$Item.Name$$_Item.SEnd $_Item.SSet$$_Item.BSet$$Item.LimitDate.Day$ $Item.LimitDate.month$$_Item.BEnd$$_Item.SEnd   \\ ' For $i = 1 to $Item.Priority *\\ ' Next
    the checked ToDo item(s).More ToDo Items here...
    ' EndIf
    ' EndSub ' Sub MenuForum ' $Date = $TimeStamp.Date ' $Tops = $Login.Forum.Tops ' If ! $Tops and ($Tops != 0) ' $Tops = 5 ' EndIf
    Forum (Last Updated Subject First) [Settings]
    ' For Each $FID in $Login.Forum.Subscribes ' Set $f = $Forum.Forums.$FID ' If $f ' $GContians = 0 ' If $f.Private ' $GID = $f.GID ' $GContains = $Groups.$GID.Users.Contains $Login.ID ' EndIf ' If ! $f.Private or $GContains ' If $Tops ' $Count = 0 ' For Each $s in $f.WhatsNew ' If $Count != $Tops ' $AID = $s.Articles.Head ' Set $a = $s.Articles.$AID ' $t = $s.TimeStamp ' If $t.Date = $Date ' Else ' EndIf ' Inc $Count ' EndIf ' Next ' EndIf ' EndIf ' EndIf ' Next
    Bullet $f.Name
  • $s.Subject
  •   ($a.Head$... $t.hour:$t.Minute00 $t.AMPM)  ($a.Head$... $t.Day $t.month)

    ' EndSub ' Sub MenuProject
    Project [Settings]
    ' For Each $PID in $Login.Project.Subscribes ' Set $p = $Project.Projects.$PID ' If $p ' If $p.Status = 1 ' Elif $p.Status = 2 ' Elif $p.Status = 3 ' Else ' EndIf ' EndIf ' Next
  • $p.Name
  • $p.Rate% Completed On Schedule Behind ($p.Late% Delay) Urgent ! ($p.Late% Delay)

    ' EndSub