Changeset 1153 for HelpIM3/HelpIM/chat/templates/SubChat.py
- Timestamp:
- 08/27/10 15:05:56 (21 months ago)
- Files:
-
- 1 modified
-
HelpIM3/HelpIM/chat/templates/SubChat.py (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
HelpIM3/HelpIM/chat/templates/SubChat.py
r951 r1153 764 764 765 765 <body> 766 <table border=0 width="100%" height="100%" cellspacing= 0 cellpadding=0>766 <table border=0 width="100%" height="100%" cellspacing="0" cellpadding="8px"> 767 767 <tr> <!-- header --> 768 <td colspan=2 class="spaced" style="padding-right: 8px;"><h1 id="header"></h1></td>768 <td colspan=2 class="spaced"><h1 id="header"></h1></td> 769 769 </tr> 770 770 <tr> 771 <td height="100%" width="100%" class="spaced"> <!-- chatframe -->771 <td style="height: 100%; width: 100%;" class="spaced"> <!-- chatframe --> 772 772 <iframe 773 773 id="groupchatIChat" name="groupchatIChat" … … 778 778 </iframe> 779 779 </td> 780 <!-- right pane, might be empty --> 781 <td class="spaced" style="padding-right:8px;"> 782 </td> 783 <td height="100%" width="120" class="spaced" 784 style="padding-right:8px;"> 785 <table width="100%" height="100%" cellspacing="0" cellpadding="0"> 786 <tr><td height="100%" width="120" id="roster_pane"> 780 <td style="height: 100%; width: 132px;" class="spaced"> 781 <table width="100%" height="100%;" cellspacing="0" cellpadding="8px"> 782 <tr><td style="height: 100%; width: 120px;" id="roster_pane"> 787 783 <iframe src="/htdocs/groupchat_iroster.html" 788 784 id="groupchatIRoster" … … 793 789 frameborder="0"> 794 790 </iframe> 795 </t r></td>796 <tr><td height="120" width="120" valign="top" style="padding-top:8px;" id="button_pane">791 </td></tr> 792 <tr><td style="height: 120px; width: 120px;" valign="top" id="button_pane"> 797 793 <input type="button" value="Exit" 798 794 onClick="return partRoom();" … … 804 800 </tr> 805 801 <tr> 806 <td colspan= 3 class="spaced" style="padding-right:8px;"><span id="emoticonBar"></span><span id="typingnotification" class="notification"></span>802 <td colspan=2 class="spaced"><span id="emoticonBar"></span><span id="typingnotification" class="notification"></span> 807 803 </td> 808 804 </tr> 809 805 <tr> 810 <td colspan= 3 class="spaced" style="padding-right:8px;">806 <td colspan=2 class="spaced"> 811 807 <table width="100%"> 812 808 <tr>
