aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/memberlist_im.html
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/prosilver/template/memberlist_im.html')
-rw-r--r--phpBB/styles/prosilver/template/memberlist_im.html89
1 files changed, 89 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/memberlist_im.html b/phpBB/styles/prosilver/template/memberlist_im.html
new file mode 100644
index 0000000000..cf12aa631f
--- /dev/null
+++ b/phpBB/styles/prosilver/template/memberlist_im.html
@@ -0,0 +1,89 @@
+<!-- INCLUDE simple_header.html -->
+
+<!-- MSNM info from http://www.cdolive.net/ - doesn't seem to work with MSN Messenger -->
+<h2 class="solo">{L_SEND_IM}</h2>
+
+<form method="post" action="{S_IM_ACTION}">
+
+<div class="panel bg2">
+ <div class="inner"><span class="corners-top"><span></span></span>
+
+ <p>{L_SEND_IM_EXPLAIN}</p>
+
+ <fieldset>
+ <dl class="fields2">
+ <dt><label>{L_IM_RECIPIENT}:</label></dt>
+ <dd><strong>{USERNAME}</strong> [ {IM_CONTACT} ]<!-- IF PRESENCE_IMG --> {PRESENCE_IMG}<!-- ENDIF --></dd>
+ </dl>
+
+ <!-- IF S_SEND_ICQ -->
+ <dl class="fields2">
+ <dt><label for="from">{L_IM_NAME}:</label></dt>
+ <dd><input class="inputbox" type="text" name="from" id="from" size="20" maxlength="40" /></dd>
+ </dl>
+ <dl class="fields2">
+ <dt><label for="body">{L_IM_MESSAGE}:</label></dt>
+ <dd><textarea class="inputbox" name="body" id="body" rows="5" cols="45"></textarea></dd>
+ </dl>
+ <dl class="fields2">
+ <dt>&nbsp;</dt>
+ <dd><input class="button1" name="submit" type="submit" value="{L_IM_SEND}" /></dd>
+ </dl>
+ <input type="hidden" name="fromemail" value="{EMAIL}" />
+ <input type="hidden" name="subject" value="{SITENAME}" />
+ <input type="hidden" name="to" value="{IM_CONTACT}" />
+ <!-- ENDIF -->
+
+ <!-- IF S_SEND_AIM -->
+ <dl class="fields2">
+ <dt>&nbsp;</dt>
+ <dd><a href="aim:addbuddy?screenname={IM_CONTACT}">{L_IM_ADD_CONTACT}</a></dd>
+ <dd><a href="aim:goim?screenname={IM_CONTACT}&amp;message={SITENAME}">{L_IM_SEND_MESSAGE}</a></dd>
+ <dd><a href="http://www.aol.co.uk/aim/index.html">{L_IM_DOWNLOAD_APP}</a> | <a href="http://aimexpress.oscar.aol.com/aimexpress/launch.adp?Brand=AIM">{L_IM_AIM_EXPRESS}</a></dd>
+ </dl>
+ <!-- ENDIF -->
+
+ <!-- IF S_SEND_MSNM -->
+ <dl class="fields2">
+ <dt>&nbsp;</dt>
+ <dd><object classid="clsid:FB7199AB-79BF-11d2-8D94-0000F875C541" codetype="application/x-oleobject" id="objMessengerApp" width="0" height="0"></object></dd>
+ <dd><a href="#" onclick="objMessengerApp.LaunchAddContactUI('{IM_CONTACT}'); return false;">{L_IM_ADD_CONTACT}</a></dd>
+ <dd><a href="#" onclick="objMessengerApp.LaunchIMUI('{IM_CONTACT}'); return false;">{L_IM_SEND_MESSAGE}</a></dd>
+ <!-- ENDIF -->
+
+ <!-- IF S_SEND_JABBER -->
+ <dl class="fields2">
+ <dt><label for="message">{L_IM_MESSAGE}:</label></dt>
+ <dd><textarea class="inputbox" name="message" id="message" rows="5" cols="45"></textarea></dd>
+ </dl>
+ <dl class="fields2">
+ <dt>&nbsp;</dt>
+ <dd><input class="button1" name="submit" type="submit" value="{L_IM_SEND}" /></dd>
+ </dl>
+ <!-- ENDIF -->
+
+ <!-- IF S_NO_SEND_JABBER -->
+ <dl class="fields2">
+ <dt>&nbsp;</dt>
+ <dd>{L_IM_NO_JABBER}</dd>
+ </dl>
+ <dl class="fields2">
+ <dt>&nbsp;</dt>
+ <dd><input class="button1" name="submit" type="submit" value="{L_IM_SEND}" /></dd>
+ </dl>
+ <!-- ENDIF -->
+
+ <!-- IF S_SENT_JABBER -->
+ <dl class="fields2">
+ <dt>&nbsp;</dt>
+ <dd>{L_IM_SENT_JABBER}</dd>
+ </dl>
+ <!-- ENDIF -->
+ </fieldset>
+
+ <span class="corners-bottom"><span></span></span></div>
+</div>
+
+</form>
+
+<!-- INCLUDE simple_footer.html --> \ No newline at end of file