generate msg-only html
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<div class="chatItem {sender_label}">
|
||||
<div class="chatItemContent">
|
||||
<img class="avatar" src="">
|
||||
<div class="cloud cloudText">
|
||||
<div class="cloudPannel">
|
||||
<div class="cloudBody">
|
||||
<div class="cloudContent">
|
||||
<pre style="white-space:pre-wrap">{content}</pre>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
+24
-24
@@ -1,30 +1,30 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>WeChat</title>
|
||||
<link rel="stylesheet" type="text/css" href="http://localhost:8000/wx.css">
|
||||
<style type="text/css">{style}</style>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>WeChat</title>
|
||||
<link rel="stylesheet" type="text/css" href="http://localhost:8000/wx.css">
|
||||
<style type="text/css">{style}</style>
|
||||
</head>
|
||||
|
||||
<body ctrl="1">
|
||||
<div id="container">
|
||||
<div id="chat" class="chatPanel normalPanel" ctrl="1">
|
||||
<div class="chatContainer" style="height: 800px;">
|
||||
<div class="chatMainPanel" id="chatMainPanel">
|
||||
<div class="chatTitle">
|
||||
<div class="chatNameWrap">
|
||||
<p class="chatName" id="messagePanelTitle">{talker}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="chatScorll" style="height: 770px; overflow-y: scroll; position: relative;">
|
||||
<div id="chat_chatmsglist" class="chatContent" ctrl="1" style="position: absolute;">
|
||||
{messages}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="chat" class="chatPanel normalPanel">
|
||||
<div class="chatContainer" style="height: 800px;">
|
||||
<div class="chatMainPanel" id="chatMainPanel">
|
||||
<div class="chatTitle">
|
||||
<div class="chatNameWrap">
|
||||
<p class="chatName" id="messagePanelTitle">{talker}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="chatScorll" style="height: 770px; overflow-y: scroll; position: relative; font-family:initial;">
|
||||
<div id="chat_chatmsglist" class="chatContent" style="position: absolute;">
|
||||
{messages}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
+4
-4
@@ -166,9 +166,9 @@ html,
|
||||
body {
|
||||
height: 100%;
|
||||
min-height: 755px;
|
||||
background: #4e5359 url(../images/bg_universal1844c2.png) repeat 0 0;
|
||||
background: #4e5359 repeat 0 0;
|
||||
color: #666;
|
||||
font: 14px/1.5 Helvetica, "微软雅黑", "黑体", Arial, Tahoma;
|
||||
font: 14px/1.5 Helvetica, Arial, Tahoma;
|
||||
text-align: center;
|
||||
overflow-y: auto;
|
||||
}
|
||||
@@ -2435,7 +2435,7 @@ ul.faceTab a.chooseFaceTab {
|
||||
border: none;
|
||||
border-bottom: 1px solid #fff;
|
||||
border: 1px solid #ccc\9;
|
||||
font: 14px/1.5 Helvetica, "微软雅黑", "黑体", Arial, Tahoma;
|
||||
font: 14px/1.5 Helvetica, Arial, Tahoma;
|
||||
line-height: 1.2em;
|
||||
resize: none;
|
||||
}
|
||||
@@ -5266,7 +5266,7 @@ a.btnBlue:active .btnBluePanel {
|
||||
word-wrap: break-word;
|
||||
resize: none;
|
||||
overflow: auto;
|
||||
font: 14px/1.5 Helvetica, "微软雅黑", "黑体", Arial, Tahoma;
|
||||
font: 14px/1.5 Helvetica, Arial, Tahoma;
|
||||
line-height: 1.2em;
|
||||
}
|
||||
.feedbackWin .opArea {
|
||||
|
||||
Reference in New Issue
Block a user