114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
|
@ padding: 0.5em 1em;
@ margin-left: 0.5em;
@ white-space: pre;
@ font-family: monospace;
@ max-width: 50%%;
@ }
@ </style>
@ <form accept-encoding="utf-8" id="chat-form">
@ <div id='chat-input-area'>
@ <div id='chat-input-line'>
@ <input type="text" name="msg" id="sbox" \
@ placeholder="Type message here.">
@ <input type="submit" value="Send">
@ </div>
@ <div id='chat-input-file-area'>
|
|
|
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
|
@ padding: 0.5em 1em;
@ margin-left: 0.5em;
@ white-space: pre;
@ font-family: monospace;
@ max-width: 50%%;
@ }
@ </style>
@ <form accept-encoding="utf-8" id="chat-form" autocomplete="off">
@ <div id='chat-input-area'>
@ <div id='chat-input-line'>
@ <input type="text" name="msg" id="sbox" \
@ placeholder="Type message here.">
@ <input type="submit" value="Send">
@ </div>
@ <div id='chat-input-file-area'>
|