From f04d64869f3b1de54fb343f28f955584780001b8 Mon Sep 17 00:00:00 2001 From: mataes2007 Date: Sat, 26 Nov 2011 15:41:10 +0000 Subject: Project folders rename part 3 git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@215 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- ieview/docs/ieview-templates.txt | 92 ---------------------------------------- 1 file changed, 92 deletions(-) delete mode 100644 ieview/docs/ieview-templates.txt (limited to 'ieview/docs/ieview-templates.txt') diff --git a/ieview/docs/ieview-templates.txt b/ieview/docs/ieview-templates.txt deleted file mode 100644 index e17303a..0000000 --- a/ieview/docs/ieview-templates.txt +++ /dev/null @@ -1,92 +0,0 @@ -Each template begins with template name, which is a special kind of HTML comment, for instance: - -or - -A template ends whenever a new template begins or EOF is reached. - -The following templates may be defined: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -All templates of which names begin with 'h' are used to display historical events. - -If a template is not present the corresponding event will not be shown in the log at all ! - -The following variables are available in all templates EXCEPT HTMLStart: -%base% - base URL -%name% - contact's name or user's name (depends on context) -%time% - event's time -%date% - event's date -%text% - event's text -%cid% - contact's ID or user's ID (depends on context) -%avatar% - link to contact's picture file or user's picure file (depends on context) -%avatarIn% - link to contact's picture -%avatarOut% - link to user's picture -%nameIn% - contact's name -%nameOut% - users's name -%proto% - protocol name -%uin% - contact's ID or user's ID -%uinIn% - contact's ID -%uinOut% - user's ID -%nick% - contact's nick name or user's nick name -%nickIn% - contact's nick name -%nickOut% - user's nick name -%statusMsg% - contact's status message -%fileDesc% - file description - -The following variables are available in HTMLStart: -%base% - base URL (this variable should be used in tag) -%avatarIn% - link to contact's picture -%avatarOut% - link to user's picture -%nameIn% - contact's name -%nameOut% - users's name -%nickIn% - contact's nick name -%nickOut% - user's nick name -%uinIn% - contact's ID -%uinOut% - user's ID -%proto% - protocol name - -All tokens are also available in Javascript friendly (escaped) form. -In that case please use the follwoing token names: %\base%, %\time%, %\name% etc. - -- cgit v1.2.3