Whats missing from this code? (HTML)
Skiilz Offline
Member
***
Posts: 198
Joined: Nov 2010
Post: #1
Whats missing from this code? (HTML)

Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead">
<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['forumoptions']}.gif" id="forumoptions_img" class="expander" alt="[-]" title="[-]" /></div>
<div><strong>Forum Options</strong></div>
</td>
</tr>
</thead>
<tbody style="{$collapsed['forumoptions_e']}" id="forumoptions_e">
<tr><td class="tcat"><strong>Thread Legend</strong></td><td class="tcat"><strong>Tools</strong></td></tr>
<tr>
<td class="trow1">
	<div class="float_left">
		<dl class="thread_legend smalltext">
			<dd><img src="{$theme['imgdir']}/newfolder.gif" alt="{$lang->new_thread}" title="{$lang->new_thread}" /> {$lang->new_thread}</dd>
			<dd><img src="{$theme['imgdir']}/newhotfolder.gif" alt="{$lang->new_hot_thread}" title="{$lang->new_hot_thread}" /> {$lang->new_hot_thread}</dd>
			<dd><img src="{$theme['imgdir']}/hotfolder.gif" alt="{$lang->hot_thread}" title="{$lang->hot_thread}" /> {$lang->hot_thread}</dd>
		</dl>
	</div>

	<div class="float_left">
		<dl class="thread_legend smalltext">
			<dd><img src="{$theme['imgdir']}/folder.gif" alt="{$lang->no_new_thread}" title="{$lang->no_new_thread}" /> {$lang->no_new_thread}</dd>
			<dd><img src="{$theme['imgdir']}/dot_folder.gif" alt="{$lang->posts_by_you}" title="{$lang->posts_by_you}" /> {$lang->posts_by_you}</dd>
			<dd><img src="{$theme['imgdir']}/lockfolder.gif" alt="{$lang->locked_thread}" title="{$lang->locked_thread}" /> {$lang->locked_thread}</dd>
		</dl>
	</div>
	<br style="clear: both" />
</td>
<td class="trow2" align="right">
{$searchforum}
{$forumjump}
<br />
{$inlinemod}
</td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="6" class="tborder" style="clear: both;">
<tr>
<td class="tcat" width="100%">
{$moderatedby}
</td>
</tr>
<tr>
<td class="tcat" width="100%">
{$usersbrowsing}
</td>
</tr>
</table>
<br style="clear: both" />
{$inline_edit_js}
</tbody>
</table>


[Image: semttulotbl.png]


[Image: 468x602b.png]
(This post was last modified: 11-17-2010 09:18 AM by Skiilz.)
11-17-2010 05:33 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
Whats missing from this code? (HTML) - Skiilz - 11-17-2010 05:33 AM

 Standard Tools
Forum Jump: