summaryrefslogtreecommitdiffstats
blob: 6078ad109b852f825e8df7cfcc3cb51d8f86e7e9 (plain)
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
	<base href="%@">

	<style id="mainStyle" type="text/css" media="screen,print">	@import url( "Variants/Yellow on Green Alternating.css" ); </style>

</head>
<body style="background-color:#e3e3e3">
<div id="Chat">
	<div class="chatItem incomingItem">
		<table width="100%">
			<tr>
				<td valign="top">
					<img src="images/DummyContact.png" alt="%sender%" title="%sender%" class="avatar">
					<div class="myBubble">
						<div class="indicator"></div>
						<table class="tableBubble" cellspacing="0" cellpadding="0">
							<tr>
								<td class="tl"></td>
								<td class="tr"></td>
							</tr>
							<tr>
								<td class="message">
									Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
									<div class="timeStamp">Torrey @ 4:55 am</div>
										<div class="followUp"></div>
										<div>
											testing 1
											<div class="timeStamp">%sender% @ %time%</div>
										</div>
										<div class="followUp"></div>
										<div class="followUpMessage">
											testing 123
											<div class="timeStamp">%sender% @ %time%</div>
										</div>
										<div class="followUp"></div>
										<div>
											testing 123testing 123testing 123testing 123
											testing 123testing 123
											<div class="timeStamp">%sender% @ %time%</div>
										</div>
								</td>
								<td class="messageRight"></td>
							</tr>
							<tr>
								<td class="bl"></td>
								<td class="br"></td>
							</tr>
						</table>
					</div>
				</td>
			</tr>
		</table>
	</div>

	<div class="chatItem outgoingItem">
		<table width="100%">
			<tr>
				<td valign="top">
					<img src="images/DummyContact.png" alt="%sender%" title="%sender%" class="avatar">
					<div class="myBubble">
						<div class="indicator"></div>
						<table class="tableBubble" cellspacing="0" cellpadding="0">
							<tr>
								<td class="tl"></td>
								<td class="tr"></td>
							</tr>
							<tr>
								<td class="message">										
									Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Maecenas aliquam sapien. Aliquam sed erat eu leo bibendum egestas. Praesent mauris. Quisque eget eros et neque scelerisque convallis. Phasellus orci. Pellentesque interdum tellus a erat. venenatis tristique.
									<div class="timeStamp">Torrey @ 4:55 am</div>
								</td>
								<td class="messageRight"></td>
							</tr>
							<tr>
								<td class="bl"></td>
								<td class="br"></td>
							</tr>
						</table>
					</div>
				</td>
			</tr>
		</table>
	</div>

</div>
</body>
</html>