Performed a bunch of markup fixes suggested by validator.w3.org
[citadel.git] / webcit / static / t / room / view_picture.html
1 <?!("COND:THISROOM:HAVE_PIC", 1)>
2 <img height="64px" alt="<?_("Room Logo")>" 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, #"VIEW_BBS")>
23                 <img class="roompic" alt="" src="static/chatrooms_48x.gif" width="48" height="48">
24         <?!("X", 9)>
25         <?!("COND:ROOM:TYPE_IS", 9, #"VIEW_JOURNAL")>
26                 <img class="roompic" alt="" src="static/chatrooms_48x.gif" width="48" height="48">
27         <?!("X", 9)>
28         <?!("COND:ROOM:TYPE_IS", 9, #"VIEW_BLOG")>
29                 <img class="roompic" alt="" src="static/chatrooms_48x.gif" width="48" height="48">
30         <?!("X", 9)>
31 <??("X", 2)>