File: Header.html

package info (click to toggle)
ktp-text-ui 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,788 kB
  • sloc: cpp: 6,669; sh: 11; makefile: 6
file content (8 lines) | stat: -rw-r--r-- 300 bytes parent folder | download
1
2
3
4
5
6
7
8
	<style type="text/css">
		@import url(./Styles/Header.css);
	</style>
<div id="x-heading">
	<div class="x-conversationIncomingIcon"><img src="%incomingIconPath%" /></div>
	<div class="x-conversationWith">%chatName%</div>
	<div class="x-conversationTime">Conversation began %timeOpened%</div>
</div>