message
This commit is contained in:
16
templates/default/chat/block.tpl
Normal file
16
templates/default/chat/block.tpl
Normal file
@@ -0,0 +1,16 @@
|
||||
[notloged]<div class="quote">Òîëüêî çàðåãèñòðèðîâàííûå ïîëüçîâàòåëè ìîãóò ïîëüçîâàòüñÿ ÷àòîì.</div>[/notloged]
|
||||
[isloged]
|
||||
<div class="title">Îáùàëêà<a href="/chat/history/">Èñòîðèÿ</a></div>
|
||||
<div id="chat">
|
||||
{chatmsg}
|
||||
</div>
|
||||
<form>
|
||||
<div style="height:25px;border:1px solid #BBB;background-image:url('/templates/default/bbcodes/bg.gif')">
|
||||
<div id="b_b" class="editor_button" onclick="DMC_simpletag('b')"><img title="Ïîëóæèðíûé" src="{THEME}/bbcodes/b.gif" width="23" height="25" border="0" alt=""></div>
|
||||
<div id="b_i" class="editor_button" onclick="DMC_simpletag('i')"><img title="Íàêëîííûé òåêñò" src="{THEME}/bbcodes/i.gif" width="23" height="25" border="0" alt=""></div>
|
||||
<div id="b_u" class="editor_button" onclick="DMC_simpletag('u')"><img title="Ïîä÷åðêíóòûé òåêñò" src="{THEME}/bbcodes/u.gif" width="23" height="25" border="0" alt=""></div>
|
||||
<div id="b_s" class="editor_button" onclick="DMC_simpletag('s')"><img title="Çà÷åðêíóòûé òåêñò" src="{THEME}/bbcodes/s.gif" width="23" height="25" border="0" alt=""></div>
|
||||
</div>
|
||||
<input type="text" name="message" class="f_input" id="message" style="width:212px; height:30px; overflow:auto; border:solid #bbbbbb 1px; padding:1px; font-size:11px; padding-left:3px" />
|
||||
</form>
|
||||
[/isloged]
|
||||
20
templates/default/chat/message.tpl
Normal file
20
templates/default/chat/message.tpl
Normal file
@@ -0,0 +1,20 @@
|
||||
<div class="block2" style="margin-bottom:5px; padding-bottom:20px;">
|
||||
<div>
|
||||
Ñîîáùåíèå <strong>¹{mess-id}</strong>
|
||||
<div style="float:right">
|
||||
{date} | {ip}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style="padding-left:10px">
|
||||
<br />
|
||||
<strong>{author}:</strong>
|
||||
</div>
|
||||
<div style="padding-left:10px">
|
||||
{message}
|
||||
|
||||
<div style="float:right">
|
||||
[mes-edit][èçìåíèòü][/mes-edit][mes-del][óäàëèòü][/mes-del]
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user