-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtopic-view.html
65 lines (61 loc) · 2.99 KB
/
topic-view.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Social Lodge</title>
<link href="css/style-topic.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="container" >
<div class="top">
</div>
<div class="left">
<div class="profile-pic-container" >
<img src="images/default-lodge-logo.jpg" height="100">
</div>
<div class="left-menu"><ul><li><a href="#">Documentos</a></li><li><a href="#">Fotos</a></li><li><a href="#">Vídeos</a></li><li><a href="#">Eventos</a></li><li><a href="#">Fale com o Venerável</a></li></ul></div>
</div>
<div class="middle">
<div class="topic-title">Visita ao Orfanato</div><hr>
<table>
<tr>
<td align="center">
<img src="images/default-profile-pic.jpg" height="100"><br>
<a href="user-profile.html">Fulano de Tal</a>
</td>
<td align="justify">
<div class="topic-cell" id="scroll">AAm.'. e QQ.'. IIr.'., será que conseguiremos ir ao orfanato essa semana? Tr.'. Fr.'. Abr.'.</div>
<td>
</tr>
<tr>
<td align="center">
<img src="images/default-profile-pic.jpg" height="100"><br>
<a href="user-profile.html">Sicrano</a>
</td>
<td align="justify">
<div class="topic-cell" id="scroll">Com certeza! Podem contar comigo.</div>
<td>
</tr>
<tr>
<td align="center">
<img src="images/default-profile-pic.jpg" height="100"><br>
<a href="user-profile.html">Beltrano</a>
</td>
<td align="justify">
<div class="topic-cell" id="scroll">A que horas podemos nos reunir, para sair a partir do templo?</div>
<td>
</tr>
<tr>
<td align="center">
<img src="images/default-profile-pic.jpg" height="100"><br>
<a href="user-profile.html">Fulano de Tal</a>
</td>
<td align="justify">
<div class="topic-cell" id="scroll">Creio que umas 20:00, esteja ok para todos...</div>
<td>
</tr>
</table>
</div>
</div>
</body>
</html>