|
From: Paul S. O. <ps...@us...> - 2001-10-16 16:25:00
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv31864
Modified Files:
faq_body.tpl viewforum_body.tpl posting_topic_review.tpl
simple_footer.tpl simple_header.tpl
Log Message:
Various updates, Tom
Index: faq_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/faq_body.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** faq_body.tpl 2001/10/05 08:29:32 1.1
--- faq_body.tpl 2001/10/16 16:24:51 1.2
***************
*** 1,11 ****
<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline">
<tr>
! <th class="thRight">{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 />
! <br />
! <span class="postbody">{faqrow.FAQ_ANSWER}</span>
</td>
</tr>
--- 1,11 ----
<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline">
<tr>
! <th class="thHead">{L_FAQ}</th>
</tr>
! <!-- BEGIN faqrow -->
<tr>
! <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>
</tr>
Index: viewforum_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/viewforum_body.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** viewforum_body.tpl 2001/10/10 15:01:05 1.5
--- viewforum_body.tpl 2001/10/16 16:24:51 1.6
***************
*** 69,73 ****
<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"> </td>
<td class="gensmall"><img src="templates/subSilver/images/folder_lock.gif" alt="{L_NEWPOSTS}" width="19" height="18" /></td>
--- 69,73 ----
<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">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>
Index: posting_topic_review.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/posting_topic_review.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** posting_topic_review.tpl 2001/10/16 11:12:27 1.1
--- posting_topic_review.tpl 2001/10/16 16:24:52 1.2
***************
*** 3,16 ****
<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline">
<tr>
! <th class="thTop" height="25"><b>{L_TOPIC_REVIEW}</b></th>
</tr>
<tr>
! <td><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>
</tr>
<!-- BEGIN postrow -->
--- 3,17 ----
<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline">
<tr>
!
! <td class="catHead" height="28" align="center"><b>{L_TOPIC_REVIEW}</b></td>
</tr>
<tr>
! <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" 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 -->
Index: simple_footer.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/simple_footer.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** simple_footer.tpl 2001/10/16 11:12:27 1.1
--- simple_footer.tpl 2001/10/16 16:24:52 1.2
***************
*** 18,24 ****
<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>
--- 18,21 ----
Index: simple_header.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/simple_header.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** simple_header.tpl 2001/10/16 11:12:27 1.1
--- simple_header.tpl 2001/10/16 16:24:52 1.2
***************
*** 25,28 ****
--- 25,34 ----
scrollbar-arrow-color: #006699; scrollbar-track-color: #EFEFEF;
scrollbar-darkshadow-color: #7294AF;
+ margin-bottom:0px;
+ margin-left:0px;
+ margin-right:0px;
+ margin-top:0px;
+ }
+
}
***************
*** 209,213 ****
<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">
--- 215,217 ----
<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>
|