]> code.citadel.org Git - citadel.git/blob - webcit/static/t/room/view_picture.html
* the new roomimage-template.
[citadel.git] / webcit / static / t / room / view_picture.html
1 <??("COND:THISROOM:HAVE_PIC", 1)>
2 <img height="64px" src="image?name=_roompic_&room=<?ROOMNAME("U")>"
3 <??("X", 1)><?!("COND:THISROOM:HAVE_PIC", 2)>
4         <??("COND:ROOM:TYPE_IS", 3, #"VIEW_ADDRESSBOOK")>
5                 <img class="roompic" alt="" src="static/viewcontacts_48x.gif" />
6         <??("X", 3)>
7         <??("COND:ROOM:TYPE_IS", 4, #"VIEW_CALENDAR")>
8                 <img class="roompic" alt="" src="static/calarea_48x.gif" width="48" height="48" />
9         <??("X", 4)>
10         <??("COND:ROOM:TYPE_IS", 5, #"VIEW_CALBRIEF")>
11                 <img class="roompic" alt="" src="static/calarea_48x.gif" width="48" height="48" />
12         <??("X", 5)>
13         <??("COND:ROOM:TYPE_IS", 6, #"VIEW_TASKS")>
14                 <img class="roompic" alt="" src="static/taskmanag_48x.gif" width="48" height="48" />
15         <??("X", 6)>
16         <??("COND:ROOM:TYPE_IS", 7, #"VIEW_NOTES")>
17                 <img class="roompic" alt="" src="static/storenotes_48x.gif" width="48" height="48" />
18         <??("X", 7)>
19         <??("COND:ROOM:TYPE_IS", 8, #"VIEW_MAILBOX")>
20                 <img class="roompic" alt="" src="static/privatemess_48x.gif" width="48" height="48" />
21         <??("X", 8)>
22         <??("COND:ROOM:TYPE_IS", 9)>
23                 <img class="roompic" alt="" src="static/chatrooms_48x.gif" width="48" height="48" />
24         <??("X", 9)>
25 <?!("X", 2)>