summaryrefslogtreecommitdiff
path: root/app/php/pages/Profile.page
blob: 7bd671805123a229577b02c952a77b395948c29c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<com:TContent ID="Content">
  <com:PasswordChange>
    <prop:UserToChange><%= $this->User %></prop:UserToChange>
  </com:PasswordChange>
  <br />
  <com:TimezoneSelect>
    <prop:UserToChange><%= $this->User %></prop:UserToChange>
  </com:TimezoneSelect>
  <br />
  <com:UserSelection>
    <prop:UserToDisplay><%= $this->User %></prop:UserToDisplay>
    <prop:Facade><%= CalendarFacade::getInstance() %></prop:Facade>
  </com:UserSelection>
  <br />
  <com:UpcomingEvents>
    <prop:UserToDisplay><%= $this->User %></prop:UserToDisplay>
    <prop:Facade><%= EventFacade::getInstance() %></prop:Facade>
  </com:UpcomingEvents>
</com:TContent>