~ubuntu-branches/ubuntu/natty/emesene/natty-proposed

« back to all changes in this revision

Viewing changes to conversation_themes/messenger/theme~

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2009-08-24 10:58:29 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090824105829-rlawufckorou1exz
Tags: 1.5-1ubuntu1
* Merge from debian unstable, remaining changes (LP: #417371):
  - Add check_notifications.patch to check if the current notification
    system supports actions
  - Drop python-dcop suggests, not in the archive anymore
* Drop debian/patches/currentSong_plugin_support_amarok2.patch:
  merged upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# This is an example theme
 
2
# Lines starting with a # are ignored
 
3
 
 
4
# Theme infos section
 
5
name=MSN Messenger
 
6
description=This is an MSN Messenger style conversation layout
 
7
author=Peter Johansson
 
8
website=unlogical.net
 
9
 
 
10
# Layout
 
11
# Take care : space characters are not stripped between values and "=" and values must fit in one line
 
12
# Tips : you can do things like "outgoing=incoming" if you want the same layout for incoming and outgoing messages, for example
 
13
#
 
14
# Here's the tags list :
 
15
# %nick% : displays the nick of the message sender
 
16
# %email% : displaus the email of the message sender
 
17
# %message% : displays the raw message (ie ignoring the format the user applied to it)
 
18
# %formattedmessage% : displays the formatted message
 
19
# %h% : hour of the message
 
20
# %m% : minute of the message
 
21
# %s% : second of the message
 
22
# and more to come...
 
23
 
 
24
incoming=<span style="font-weight: bold;">%nick% %says%:</span><br/> %formattedmessage%<br/>
 
25
consecutive_incoming=incoming
 
26
offline_incoming=<span style="font-weight: bold; color: #060;">(Offline) %nick% said:</span><br/> %formattedmessage%<br/>
 
27
outgoing=incoming
 
28
consecutive_outgoing=incoming
 
29
information=<span style="font-weight: bold;">%message%</span><br/>
 
30
error=<span style="font-weight: bold; color: #FF0000;">%message%</span><br/>