mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-8105 some more icon class fixes including new .iconhelp for help and docs icon
This commit is contained in:
parent
c90edfe168
commit
0f13ec8f9b
19 changed files with 131 additions and 114 deletions
|
@ -36,11 +36,11 @@
|
|||
<blockquote>
|
||||
<p> <img src="../pix/i/edit.gif" /> - the <strong>edit icon</strong>
|
||||
lets you edit whatever it is next to.</p>
|
||||
<p><img src="../pix/help.gif" width="22" height="17" /> - the <strong>help
|
||||
<p><img src="../pix/help.gif" class="iconhelp" /> - the <strong>help
|
||||
icon</strong> will provide you with a <a target="helpwindow" href="../help.php?file=index.html">popup help window</a></p>
|
||||
<p> <img src="../pix/i/hide.gif" width="16" height="16" /> - the <strong>open-eye
|
||||
<p> <img src="../pix/i/hide.gif" class="icon" /> - the <strong>open-eye
|
||||
icon</strong> will let you hide something from students</p>
|
||||
<p> <img src="../pix/i/show.gif" width="16" height="16" /> - the <strong>closed-eye
|
||||
<p> <img src="../pix/i/show.gif" class="icon" /> - the <strong>closed-eye
|
||||
icon</strong> will make a hidden item available</p>
|
||||
</blockquote>
|
||||
</li>
|
||||
|
|
|
@ -5,52 +5,52 @@
|
|||
<td>
|
||||
<table border="0" align="center" cellpadding="5">
|
||||
<tr>
|
||||
<td><a href="javascript:inserttext(':-)')"><img border="0" hspace="10" src="pix/s/smiley.gif" width="15" height="15" alt="" /></a></td>
|
||||
<td><a href="javascript:inserttext(':-)')"><img src="pix/s/smiley.gif" class="icon" alt="" /></a></td>
|
||||
<td>smile</td>
|
||||
<td><font face="courier">:-)</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="javascript:inserttext(':-D')"><img border="0" hspace="10" src="pix/s/biggrin.gif" width="15" height="15" alt="" /></a></td>
|
||||
<td><a href="javascript:inserttext(':-D')"><img src="pix/s/biggrin.gif" class="icon" alt="" /></a></td>
|
||||
<td>big grin</td>
|
||||
<td><font face="courier">:-D</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="javascript:inserttext(';-)')"><img border="0" hspace="10" src="pix/s/wink.gif" width="15" height="15" alt="" /></a></td>
|
||||
<td><a href="javascript:inserttext(';-)')"><img src="pix/s/wink.gif" class="icon" alt="" /></a></td>
|
||||
<td>wink</td>
|
||||
<td><font face="courier">;-)</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="javascript:inserttext(':-/')"><img border="0" hspace="10" src="pix/s/mixed.gif" width="15" height="15" alt="" /></a></td>
|
||||
<td><a href="javascript:inserttext(':-/')"><img src="pix/s/mixed.gif" class="icon" alt="" /></a></td>
|
||||
<td>mixed</td>
|
||||
<td><font face="courier">:-/</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="javascript:inserttext('V-.')"><img border="0" hspace="10" src="pix/s/thoughtful.gif" width="15" height="15" alt="" /></a></td>
|
||||
<td><a href="javascript:inserttext('V-.')"><img src="pix/s/thoughtful.gif" class="icon" alt="" /></a></td>
|
||||
<td>thoughtful</td>
|
||||
<td><font face="courier">V-.</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="javascript:inserttext(':-P')"><img border="0" hspace="10" src="pix/s/tongueout.gif" width="15" height="15" alt="" /></a></td>
|
||||
<td><a href="javascript:inserttext(':-P')"><img src="pix/s/tongueout.gif" class="icon" alt="" /></a></td>
|
||||
<td>tongue out</td>
|
||||
<td><font face="courier">:-P</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="javascript:inserttext('B-)')"><img border="0" hspace="10" src="pix/s/cool.gif" width="15" height="15" alt="" /></a></td>
|
||||
<td><a href="javascript:inserttext('B-)')"><img src="pix/s/cool.gif" class="icon" alt="" /></a></td>
|
||||
<td>cool</td>
|
||||
<td><font face="courier">B-)</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="javascript:inserttext('^-)')"><img border="0" hspace="10" src="pix/s/approve.gif" width="15" height="15" alt="" /></a></td>
|
||||
<td><a href="javascript:inserttext('^-)')"><img src="pix/s/approve.gif" class="icon" alt="" /></a></td>
|
||||
<td>approve</td>
|
||||
<td><font face="courier">^-)</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="javascript:inserttext('8-)')"><img border="0" hspace="10" src="pix/s/wideeyes.gif" width="15" height="15" alt="" /></a></td>
|
||||
<td><a href="javascript:inserttext('8-)')"><img src="pix/s/wideeyes.gif" class="icon" alt="" /></a></td>
|
||||
<td>wide eyes</td>
|
||||
<td><font face="courier">8-)</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="javascript:inserttext('8-o')"><img border="0" hspace="10" src="pix/s/surprise.gif" width="15" height="15" alt="" /></a></td>
|
||||
<td><a href="javascript:inserttext('8-o')"><img src="pix/s/surprise.gif" class="icon" alt="" /></a></td>
|
||||
<td>surprise</td>
|
||||
<td><font face="courier">8-o</font></td>
|
||||
</tr>
|
||||
|
@ -59,52 +59,52 @@
|
|||
<td>
|
||||
<table border="0" align="center" cellpadding="5">
|
||||
<tr>
|
||||
<td><a href="javascript:inserttext(':-(')"><img border="0" hspace="10" src="pix/s/sad.gif" width="15" height="15" alt="" /></a></td>
|
||||
<td><a href="javascript:inserttext(':-(')"><img src="pix/s/sad.gif" class="icon" alt="" /></a></td>
|
||||
<td>sad</td>
|
||||
<td><font face="courier">:-(</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="javascript:inserttext('8-.')"><img border="0" hspace="10" src="pix/s/shy.gif" width="15" height="15" alt="" /></a></td>
|
||||
<td><a href="javascript:inserttext('8-.')"><img src="pix/s/shy.gif" class="icon" alt="" /></a></td>
|
||||
<td>shy</td>
|
||||
<td><font face="courier">8-.</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="javascript:inserttext(':-I')"><img border="0" hspace="10" src="pix/s/blush.gif" width="15" height="15" alt="" /></a></td>
|
||||
<td><a href="javascript:inserttext(':-I')"><img src="pix/s/blush.gif" class="icon" alt="" /></a></td>
|
||||
<td>blush</td>
|
||||
<td><font face="courier">:-I</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="javascript:inserttext(':-X')"><img border="0" hspace="10" src="pix/s/kiss.gif" width="15" height="15" alt="" /></a></td>
|
||||
<td><a href="javascript:inserttext(':-X')"><img src="pix/s/kiss.gif" class="icon" alt="" /></a></td>
|
||||
<td>kisses</td>
|
||||
<td><font face="courier">:-X</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="javascript:inserttext(':o)')"><img border="0" hspace="10" src="pix/s/clown.gif" width="15" height="15" alt="" /></a></td>
|
||||
<td><a href="javascript:inserttext(':o)')"><img src="pix/s/clown.gif" class="icon" alt="" /></a></td>
|
||||
<td>clown</td>
|
||||
<td><font face="courier">:o)</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="javascript:inserttext('P-|')"><img border="0" hspace="10" src="pix/s/blackeye.gif" width="15" height="15" alt="" /></a></td>
|
||||
<td><a href="javascript:inserttext('P-|')"><img src="pix/s/blackeye.gif" class="icon" alt="" /></a></td>
|
||||
<td>black eye</td>
|
||||
<td><font face="courier">P-|</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="javascript:inserttext('8-[')"><img border="0" hspace="10" src="pix/s/angry.gif" width="15" height="15" alt="" /></a></td>
|
||||
<td><a href="javascript:inserttext('8-[')"><img src="pix/s/angry.gif" class="icon" alt="" /></a></td>
|
||||
<td>angry</td>
|
||||
<td><font face="courier">8-[</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="javascript:inserttext('xx-P')"><img border="0" hspace="10" src="pix/s/dead.gif" width="15" height="15" alt="" /></a></td>
|
||||
<td><a href="javascript:inserttext('xx-P')"><img src="pix/s/dead.gif" class="icon" alt="" /></a></td>
|
||||
<td>dead</td>
|
||||
<td><font face="courier">xx-P</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="javascript:inserttext('|-.')"><img border="0" hspace="10" src="pix/s/sleepy.gif" width="15" height="15" alt="" /></a></td>
|
||||
<td><a href="javascript:inserttext('|-.')"><img src="pix/s/sleepy.gif" class="icon" alt="" /></a></td>
|
||||
<td>sleepy</td>
|
||||
<td><font face="courier">|-.</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="javascript:inserttext('}-]')"><img border="0" hspace="10" src="pix/s/evil.gif" width="15" height="15" alt="" /></a></td>
|
||||
<td><a href="javascript:inserttext('}-]')"><img src="pix/s/evil.gif" class="icon" alt="" /></a></td>
|
||||
<td>evil</td>
|
||||
<td><font face="courier">}-]</font></td>
|
||||
</tr>
|
||||
|
|
|
@ -24,23 +24,23 @@
|
|||
menus in your web browser (or Control-C and Control-V).</p>
|
||||
</ul>
|
||||
|
||||
<p><b>Inserting images <img alt="" border="0" hspace="10" src="lib/editor/htmlarea/images/ed_image.gif" /></b></p>
|
||||
<p><b>Inserting images <img alt="" src="lib/editor/htmlarea/images/ed_image.gif" /></b></p>
|
||||
<ul>
|
||||
<p>If you have images that are already published on a web site and accessible via a URL, you can include these images in your texts using the "Insert Image" button.</p>
|
||||
</ul>
|
||||
|
||||
<p><b>Inserting Tables <img alt="" border="0" hspace="10" src="lib/editor/htmlarea/images/insert_table.gif" /></b></p>
|
||||
<p><b>Inserting Tables <img alt="" src="lib/editor/htmlarea/images/insert_table.gif" /></b></p>
|
||||
<ul>
|
||||
<p>To add layout to your texts, you can use the "Insert Tables" button in the toolbar.
|
||||
</ul>
|
||||
|
||||
<p><b>Inserting Links <img alt="" border="0" hspace="10" src="lib/editor/htmlarea/images/ed_link.gif" /> /</b></p>
|
||||
<p><b>Inserting Links <img alt="" src="lib/editor/htmlarea/images/ed_link.gif" /> /</b></p>
|
||||
<ul>
|
||||
<p>To make a new link, first type the text that you want to be a link. Then select it and click the link button in the toolbar. Type the URL you want to link to and it's done!</p>
|
||||
</ul>
|
||||
|
||||
|
||||
<p><b>Inserting smilies (emoticons) <img alt="" border="0" hspace="10" src="pix/s/smiley.gif" width="15" height="15" /></b></p>
|
||||
<p><b>Inserting smilies (emoticons) <img alt="" src="pix/s/smiley.gif" class="icon" /></b></p>
|
||||
<ul>
|
||||
<p>To embed these small icons in your text, click on the smiley icon in the toolbar. A dialog will pop up that allows you to select from the following smiley icons. (Alternatively, you can just type the corresponding code straight into your text and it will be converted later when your text is displayed).</p>
|
||||
|
||||
|
@ -49,52 +49,52 @@
|
|||
<td>
|
||||
<table border="0" align="center" cellpadding="10">
|
||||
<tr>
|
||||
<td><img alt="" border="0" hspace="10" src="pix/s/smiley.gif" width="15" height="15" /></td>
|
||||
<td><img alt="" src="pix/s/smiley.gif" class="icon" /></td>
|
||||
<td>smile</td>
|
||||
<td nowrap="nowrap"><font face="Courier">:-)</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img alt="" border="0" hspace="10" src="pix/s/biggrin.gif" width="15" height="15" /></td>
|
||||
<td><img alt="" src="pix/s/biggrin.gif" class="icon" /></td>
|
||||
<td>big grin</td>
|
||||
<td nowrap="nowrap"><font face="Courier">:-D</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img alt="" border="0" hspace="10" src="pix/s/wink.gif" width="15" height="15" /></td>
|
||||
<td><img alt="" src="pix/s/wink.gif" class="icon" /></td>
|
||||
<td>wink</td>
|
||||
<td nowrap="nowrap"><font face="Courier">;-)</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img alt="" border="0" hspace="10" src="pix/s/mixed.gif" width="15" height="15" /></td>
|
||||
<td><img alt="" src="pix/s/mixed.gif" class="icon" /></td>
|
||||
<td>mixed</td>
|
||||
<td nowrap="nowrap"><font face="Courier">:-/</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img alt="" border="0" hspace="10" src="pix/s/thoughtful.gif" width="15" height="15" /></td>
|
||||
<td><img alt="" src="pix/s/thoughtful.gif" class="icon" /></td>
|
||||
<td>thoughtful</td>
|
||||
<td nowrap="nowrap"><font face="Courier">V-.</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img alt="" border="0" hspace="10" src="pix/s/tongueout.gif" width="15" height="15" /></td>
|
||||
<td><img alt="" src="pix/s/tongueout.gif" class="icon" /></td>
|
||||
<td>tongue out</td>
|
||||
<td nowrap="nowrap"><font face="Courier">:-P</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img alt="" border="0" hspace="10" src="pix/s/cool.gif" width="15" height="15" /></td>
|
||||
<td><img alt="" src="pix/s/cool.gif" class="icon" /></td>
|
||||
<td>cool</td>
|
||||
<td nowrap="nowrap"><font face="Courier">B-)</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img alt="" border="0" hspace="10" src="pix/s/approve.gif" width="15" height="15" /></td>
|
||||
<td><img alt="" src="pix/s/approve.gif" class="icon" /></td>
|
||||
<td>approve</td>
|
||||
<td nowrap="nowrap"><font face="Courier">^-)</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img alt="" border="0" hspace="10" src="pix/s/wideeyes.gif" width="15" height="15" /></td>
|
||||
<td><img alt="" src="pix/s/wideeyes.gif" class="icon" /></td>
|
||||
<td>wide eyes</td>
|
||||
<td nowrap="nowrap"><font face="Courier">8-)</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img alt="" border="0" hspace="10" src="pix/s/surprise.gif" width="15" height="15" /></td>
|
||||
<td><img alt="" src="pix/s/surprise.gif" class="icon" /></td>
|
||||
<td>surprise</td>
|
||||
<td nowrap="nowrap"><font face="Courier">8-o</font></td>
|
||||
</tr>
|
||||
|
@ -103,52 +103,52 @@
|
|||
<td>
|
||||
<table border="0" align="center" cellpadding="10">
|
||||
<tr>
|
||||
<td><img alt="" border="0" hspace="10" src="pix/s/sad.gif" width="15" height="15" /></td>
|
||||
<td><img alt="" src="pix/s/sad.gif" class="icon" /></td>
|
||||
<td>sad</td>
|
||||
<td nowrap="nowrap"><font face="Courier">:-(</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img alt="" border="0" hspace="10" src="pix/s/shy.gif" width="15" height="15" /></td>
|
||||
<td><img alt="" src="pix/s/shy.gif" class="icon" /></td>
|
||||
<td>shy</td>
|
||||
<td nowrap="nowrap"><font face="Courier">8-.</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img alt="" border="0" hspace="10" src="pix/s/blush.gif" width="15" height="15" /></td>
|
||||
<td><img alt="" src="pix/s/blush.gif" class="icon" /></td>
|
||||
<td>blush</td>
|
||||
<td nowrap="nowrap"><font face="Courier">:-I</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img alt="" border="0" hspace="10" src="pix/s/kiss.gif" width="15" height="15" /></td>
|
||||
<td><img alt="" src="pix/s/kiss.gif" class="icon" /></td>
|
||||
<td>kisses</td>
|
||||
<td nowrap="nowrap"><font face="Courier">:-X</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img alt="" border="0" hspace="10" src="pix/s/clown.gif" width="15" height="15" /></td>
|
||||
<td><img alt="" src="pix/s/clown.gif" class="icon" /></td>
|
||||
<td>clown</td>
|
||||
<td nowrap="nowrap"><font face="Courier">:o)</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img alt="" border="0" hspace="10" src="pix/s/blackeye.gif" width="15" height="15" /></td>
|
||||
<td><img alt="" src="pix/s/blackeye.gif" class="icon" /></td>
|
||||
<td>black eye</td>
|
||||
<td nowrap="nowrap"><font face="Courier">P-|</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img alt="" border="0" hspace="10" src="pix/s/angry.gif" width="15" height="15" /></td>
|
||||
<td><img alt="" src="pix/s/angry.gif" class="icon" /></td>
|
||||
<td>angry</td>
|
||||
<td nowrap="nowrap"><font face="Courier">8-[</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img alt="" border="0" hspace="10" src="pix/s/dead.gif" width="15" height="15" /></td>
|
||||
<td><img alt="" src="pix/s/dead.gif" class="icon" /></td>
|
||||
<td>dead</td>
|
||||
<td nowrap="nowrap"><font face="Courier">xx-P</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img alt="" border="0" hspace="10" src="pix/s/sleepy.gif" width="15" height="15" /></td>
|
||||
<td><img alt="" src="pix/s/sleepy.gif" class="icon" /></td>
|
||||
<td>sleepy</td>
|
||||
<td nowrap="nowrap"><font face="Courier">|-.</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img alt="" border="0" hspace="10" src="pix/s/evil.gif" width="15" height="15" /></td>
|
||||
<td><img alt="" src="pix/s/evil.gif" class="icon" /></td>
|
||||
<td>evil</td>
|
||||
<td nowrap="nowrap"><font face="Courier">}-]</font></td>
|
||||
</tr>
|
||||
|
|
|
@ -11,52 +11,52 @@ Writing text in Moodle works pretty much the way you would expect, but you also
|
|||
<td>
|
||||
<table border="0" align="center" cellpadding="10">
|
||||
<tr>
|
||||
<td><img alt="" border="0" hspace="10" src="pix/s/smiley.gif" width="15" height="15" /></td>
|
||||
<td><img alt="" src="pix/s/smiley.gif" class="icon" /></td>
|
||||
<td>smile</td>
|
||||
<td><font face="Courier">:-)</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img alt="" border="0" hspace="10" src="pix/s/biggrin.gif" width="15" height="15" /></td>
|
||||
<td><img alt="" src="pix/s/biggrin.gif" class="icon" /></td>
|
||||
<td>big grin</td>
|
||||
<td><font face="Courier">:-D</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img alt="" border="0" hspace="10" src="pix/s/wink.gif" width="15" height="15" /></td>
|
||||
<td><img alt="" src="pix/s/wink.gif" class="icon" /></td>
|
||||
<td>wink</td>
|
||||
<td><font face="Courier">;-)</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img alt="" border="0" hspace="10" src="pix/s/mixed.gif" width="15" height="15" /></td>
|
||||
<td><img alt="" src="pix/s/mixed.gif" class="icon" /></td>
|
||||
<td>mixed</td>
|
||||
<td><font face="Courier">:-/</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img alt="" border="0" hspace="10" src="pix/s/thoughtful.gif" width="15" height="15" /></td>
|
||||
<td><img alt="" src="pix/s/thoughtful.gif" class="icon" /></td>
|
||||
<td>thoughtful</td>
|
||||
<td><font face="Courier">V-.</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img alt="" border="0" hspace="10" src="pix/s/tongueout.gif" width="15" height="15" /></td>
|
||||
<td><img alt="" src="pix/s/tongueout.gif" class="icon" /></td>
|
||||
<td>tongue out</td>
|
||||
<td><font face="Courier">:-P</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img alt="" border="0" hspace="10" src="pix/s/cool.gif" width="15" height="15" /></td>
|
||||
<td><img alt="" src="pix/s/cool.gif" class="icon" /></td>
|
||||
<td>cool</td>
|
||||
<td><font face="Courier">B-)</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img alt="" border="0" hspace="10" src="pix/s/approve.gif" width="15" height="15" /></td>
|
||||
<td><img alt="" src="pix/s/approve.gif" class="icon" /></td>
|
||||
<td>approve</td>
|
||||
<td><font face="Courier">^-)</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img alt="" border="0" hspace="10" src="pix/s/wideeyes.gif" width="15" height="15" /></td>
|
||||
<td><img alt="" src="pix/s/wideeyes.gif" class="icon" /></td>
|
||||
<td>wide eyes</td>
|
||||
<td><font face="Courier">8-)</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img alt="" border="0" hspace="10" src="pix/s/surprise.gif" width="15" height="15" /></td>
|
||||
<td><img alt="" src="pix/s/surprise.gif" class="icon" /></td>
|
||||
<td>surprise</td>
|
||||
<td><font face="Courier">8-o</font></td>
|
||||
</tr>
|
||||
|
@ -65,52 +65,52 @@ Writing text in Moodle works pretty much the way you would expect, but you also
|
|||
<td>
|
||||
<table border="0" align="center" cellpadding="10">
|
||||
<tr>
|
||||
<td><img alt="" border="0" hspace="10" src="pix/s/sad.gif" width="15" height="15" /></td>
|
||||
<td><img alt="" src="pix/s/sad.gif" class="icon" /></td>
|
||||
<td>sad</td>
|
||||
<td><font face="Courier">:-(</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img alt="" border="0" hspace="10" src="pix/s/shy.gif" width="15" height="15" /></td>
|
||||
<td><img alt="" src="pix/s/shy.gif" class="icon" /></td>
|
||||
<td>shy</td>
|
||||
<td><font face="Courier">8-.</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img alt="" border="0" hspace="10" src="pix/s/blush.gif" width="15" height="15" /></td>
|
||||
<td><img alt="" src="pix/s/blush.gif" class="icon" /></td>
|
||||
<td>blush</td>
|
||||
<td><font face="Courier">:-I</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img alt="" border="0" hspace="10" src="pix/s/kiss.gif" width="15" height="15" /></td>
|
||||
<td><img alt="" src="pix/s/kiss.gif" class="icon" /></td>
|
||||
<td>kisses</td>
|
||||
<td><font face="Courier">:-X</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img alt="" border="0" hspace="10" src="pix/s/clown.gif" width="15" height="15" /></td>
|
||||
<td><img alt="" src="pix/s/clown.gif" class="icon" /></td>
|
||||
<td>clown</td>
|
||||
<td><font face="Courier">:o)</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img alt="" border="0" hspace="10" src="pix/s/blackeye.gif" width="15" height="15" /></td>
|
||||
<td><img alt="" src="pix/s/blackeye.gif" class="icon" /></td>
|
||||
<td>black eye</td>
|
||||
<td><font face="Courier">P-|</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img alt="" border="0" hspace="10" src="pix/s/angry.gif" width="15" height="15" /></td>
|
||||
<td><img alt="" src="pix/s/angry.gif" class="icon" /></td>
|
||||
<td>angry</td>
|
||||
<td><font face="Courier">8-[</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img alt="" border="0" hspace="10" src="pix/s/dead.gif" width="15" height="15" /></td>
|
||||
<td><img alt="" src="pix/s/dead.gif" class="icon" /></td>
|
||||
<td>dead</td>
|
||||
<td><font face="Courier">xx-P</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img alt="" border="0" hspace="10" src="pix/s/sleepy.gif" width="15" height="15" /></td>
|
||||
<td><img alt="" src="pix/s/sleepy.gif" class="icon" /></td>
|
||||
<td>sleepy</td>
|
||||
<td><font face="Courier">|-.</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img alt="" border="0" hspace="10" src="pix/s/evil.gif" width="15" height="15" /></td>
|
||||
<td><img alt="" src="pix/s/evil.gif" class="icon" /></td>
|
||||
<td>evil</td>
|
||||
<td><font face="Courier">}-]</font></td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue