| 1 | {include file="documentHeader"} |
|---|
| 2 | <head> |
|---|
| 3 | <title>{lang}wcf.header.menu.chat{/lang} - {lang}{PAGE_TITLE}{/lang}</title> |
|---|
| 4 | {include file='headInclude' sandbox=false} |
|---|
| 5 | </head> |
|---|
| 6 | <body{if $templateName|isset} id="tpl{$templateName|ucfirst}"{/if}> |
|---|
| 7 | {include file='header' sandbox=false} |
|---|
| 8 | |
|---|
| 9 | <div id="main"> |
|---|
| 10 | |
|---|
| 11 | <ul class="breadCrumbs"> |
|---|
| 12 | <li><a href="index.php?page=Index{@SID_ARG_2ND}"><img src="{icon}indexS.png{/icon}" alt="" /> <span>{lang}{PAGE_TITLE}{/lang}</span></a> »</li> |
|---|
| 13 | </ul> |
|---|
| 14 | <div class="mainHeadline"> |
|---|
| 15 | <img src="{icon}chatL.png{/icon}" alt="" /> |
|---|
| 16 | <div class="headlineContainer"> |
|---|
| 17 | <h2>{lang}wcf.header.menu.chat{/lang}</h2> |
|---|
| 18 | </div> |
|---|
| 19 | </div> |
|---|
| 20 | |
|---|
| 21 | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script> |
|---|
| 22 | <script type="text/javascript">jQuery.noConflict();</script> |
|---|
| 23 | <link rel="stylesheet" type="text/css" href="{@RELATIVE_WCF_DIR}images/candy/default.css" /> |
|---|
| 24 | <script type="text/javascript" src="{@RELATIVE_WCF_DIR}js/3rdParty/candy.libs.bundle.js"></script> |
|---|
| 25 | <script type="text/javascript" src="{@RELATIVE_WCF_DIR}js/3rdParty/candy.min.js"></script> |
|---|
| 26 | <script type="text/javascript"> |
|---|
| 27 | onloadEvents.push(function(){ |
|---|
| 28 | Candy.init('http-bind/', { |
|---|
| 29 | core: { debug: false }, |
|---|
| 30 | view: { resources: '{@RELATIVE_WCF_DIR}images/candy/', language: 'de' } |
|---|
| 31 | }); |
|---|
| 32 | Candy.Core.connect(); |
|---|
| 33 | }); |
|---|
| 34 | </script> |
|---|
| 35 | |
|---|
| 36 | {if $userMessages|isset}{@$userMessages}{/if} |
|---|
| 37 | <p class="info">Die Chat Integration in das Forum befindet sich noch im Aufbau. Mit eurem Jabber Client könnt ihr aber schon fleiÃig mitchatten. Mehr unter : <a href="http://www.easy-coding.de/easy-coding-xmpp-server-talk-easy-coding-de-t7173.html">easy-coding XMPP Server - talk.easy-coding.de</a></p> |
|---|
| 38 | |
|---|
| 39 | <div id="candy"></div> |
|---|
| 40 | </div> |
|---|
| 41 | |
|---|
| 42 | {include file='footer' sandbox=false} |
|---|
| 43 | </body> |
|---|
| 44 | </html> |
|---|