summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2009-06-28 09:41:38 (GMT)
committerKevin Smith <git@kismith.co.uk>2009-06-28 09:41:38 (GMT)
commit1231acac77f2811a94f9bc83e38abb8ed85468b3 (patch)
treec5c6e99544750d13ccc41717f0f6a28694028582 /Swift/resources/themes/Default/Demo.html
parente2d9f9e47056a41d5e5a67ea3130ccdd860a06ed (diff)
downloadswift-1231acac77f2811a94f9bc83e38abb8ed85468b3.zip
swift-1231acac77f2811a94f9bc83e38abb8ed85468b3.tar.bz2
Moving resources into Swift/ and starting on Sound.
Diffstat (limited to 'Swift/resources/themes/Default/Demo.html')
-rwxr-xr-xSwift/resources/themes/Default/Demo.html91
1 files changed, 91 insertions, 0 deletions
diff --git a/Swift/resources/themes/Default/Demo.html b/Swift/resources/themes/Default/Demo.html
new file mode 100755
index 0000000..6078ad1
--- /dev/null
+++ b/Swift/resources/themes/Default/Demo.html
@@ -0,0 +1,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> \ No newline at end of file