mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-14 23:38:52 +00:00
Various updates, Tom
git-svn-id: file:///svn/phpbb/trunk@1228 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
36936afdb2
commit
0ce19c6f73
5 changed files with 17 additions and 15 deletions
|
@ -1,10 +1,10 @@
|
|||
<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline">
|
||||
<tr>
|
||||
<th class="thRight">{L_FAQ}</th>
|
||||
<th class="thHead">{L_FAQ}</th>
|
||||
</tr>
|
||||
<!-- BEGIN faqrow -->
|
||||
<tr>
|
||||
<td width="22%" align="left" valign="top" class="{faqrow.ROW_CLASS}"><span class="name"><b>{faqrow.FAQ_QUESTION}</b></span><br />
|
||||
<td width="22%" align="left" valign="top" class="row1"><span class="name"><b>{faqrow.FAQ_QUESTION}</b></span><br />
|
||||
<br />
|
||||
<span class="postbody">{faqrow.FAQ_ANSWER}</span>
|
||||
</td>
|
||||
|
|
|
@ -2,16 +2,17 @@
|
|||
<!-- BEGIN switch_inline_mode -->
|
||||
<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline">
|
||||
<tr>
|
||||
<th class="thTop" height="25"><b>{L_TOPIC_REVIEW}</b></th>
|
||||
|
||||
<td class="catHead" height="28" align="center"><b>{L_TOPIC_REVIEW}</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><iframe width="100%" height="300" src="{U_REVIEW_TOPIC}">
|
||||
<td class="row1"><iframe width="100%" height="300" src="{U_REVIEW_TOPIC}" >
|
||||
<!-- END switch_inline_mode -->
|
||||
|
||||
<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline">
|
||||
<tr>
|
||||
<th class="thLeft" width="22%" height="26">{L_AUTHOR}</th>
|
||||
<th class="thRight">{L_MESSAGE}</th>
|
||||
<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline" style="border: 0px #006699 solid ">
|
||||
<tr>
|
||||
<th class="thCornerL" width="22%" height="26">{L_AUTHOR}</th>
|
||||
<th class="thCornerR">{L_MESSAGE}</th>
|
||||
</tr>
|
||||
<!-- BEGIN postrow -->
|
||||
<tr>
|
||||
|
|
|
@ -17,9 +17,6 @@
|
|||
// -->
|
||||
<div align="center"> <span class="copyright"><br />Powered by phpBB {PHPBB_VERSION} © 2001 <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB
|
||||
Group</a></span></div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -24,6 +24,12 @@ body { background-color:{T_BODY_BGCOLOR};
|
|||
scrollbar-shadow-color: #95AFC4; scrollbar-3dlight-color: #D6DDE2;
|
||||
scrollbar-arrow-color: #006699; scrollbar-track-color: #EFEFEF;
|
||||
scrollbar-darkshadow-color: #7294AF;
|
||||
margin-bottom:0px;
|
||||
margin-left:0px;
|
||||
margin-right:0px;
|
||||
margin-top:0px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
font { font-family: Verdana, Arial, Helvetica, sans-serif }
|
||||
|
@ -208,6 +214,4 @@ a.copyright:hover { color: #000000; text-decoration: underline;}
|
|||
</head>
|
||||
|
||||
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
|
||||
<span class="gen"><a name="top"></a></span><table width="100%" border="0" cellspacing="0" cellpadding="10" align="center">
|
||||
<tr>
|
||||
<td class="bodyline">
|
||||
<span class="gen"><a name="top"></a></span>
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
<td class="gensmall">Old topic</td>
|
||||
<td> </td>
|
||||
<td width="20" align="center"><img src="templates/subSilver/images/folder_announce.gif" alt="No new posts" width="19" height="18" /></td>
|
||||
<td class="gensmall">Announement</td>
|
||||
<td class="gensmall">Announcement</td>
|
||||
<td class="gensmall"> </td>
|
||||
<td class="gensmall"><img src="templates/subSilver/images/folder_lock.gif" alt="{L_NEWPOSTS}" width="19" height="18" /></td>
|
||||
<td class="gensmall">Topic is locked</td>
|
||||
|
|
Loading…
Add table
Reference in a new issue