phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: forum/templates/default admin.index.tpl,1.7,1.8


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: forum/templates/default admin.index.tpl,1.7,1.8 collapse.threads.tpl,1.4,1.5 index.body.tpl,1.5,1.6 normal.threads.tpl,1.4,1.5 post.body.tpl,1.6,1.7 read.body.tpl,1.7,1.8 threads.body.tpl,1.3,1.4 threads.row.tpl,1.2,1.3
Date: Tue, 07 May 2002 21:31:35 -0400

Update of /cvsroot/phpgroupware/forum/templates/default
In directory subversions:/tmp/cvs-serv29065

Modified Files:
        admin.index.tpl collapse.threads.tpl index.body.tpl 
        normal.threads.tpl post.body.tpl read.body.tpl 
        threads.body.tpl threads.row.tpl 
Log Message:
Remove now superfluous #



Index: admin.index.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/forum/templates/default/admin.index.tpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** admin.index.tpl     25 Jan 2002 02:39:38 -0000      1.7
--- admin.index.tpl     8 May 2002 01:31:33 -0000       1.8
***************
*** 1,10 ****
  
  <p>&nbsp;</p>
! <table align="center" bgcolor="#{TB_BG}" border="0" cellpadding="0" 
cellspacing="0" width="80%">
    <tbody> 
    <tr> 
      <td> 
        <table align="center" border="0" cellpadding="0" cellspacing="1" 
width="100%">
!         <tr bgcolor="#{TB_BG}"> 
            <td colspan="3"> 
              <div align="center">{LANG_CURRENT_SUBFORUM}</div>
--- 1,10 ----
  
  <p>&nbsp;</p>
! <table align="center" bgcolor="{TB_BG}" border="0" cellpadding="0" 
cellspacing="0" width="80%">
    <tbody> 
    <tr> 
      <td> 
        <table align="center" border="0" cellpadding="0" cellspacing="1" 
width="100%">
!         <tr bgcolor="{TB_BG}"> 
            <td colspan="3"> 
              <div align="center">{LANG_CURRENT_SUBFORUM}</div>
***************
*** 16,22 ****
          </tr>
                <tr> 
!           <td bgcolor="#{TD_BG}" width="4%"><img src="{CAT_IMG}" width="18" 
height="18" alt="{LANG_CATEGORY}"></td>
!           <td bgcolor="#{TD_BG}" width="69%">{CAT_NAME}</td>
!           <td rowspan="2" bgcolor="#{TD_BG}" width="27%"> 
              <div align="center">[ <a href="{EDIT_LINK}"><font 
size="2">{LANG_EDIT}</font></a><font size="2"> |  
                <a href="{DEL_LINK}">{LANG_DEL}</a> ]</font></div>
--- 16,22 ----
          </tr>
                <tr> 
!           <td bgcolor="{TD_BG}" width="4%"><img src="{CAT_IMG}" width="18" 
height="18" alt="{LANG_CATEGORY}"></td>
!           <td bgcolor="{TD_BG}" width="69%">{CAT_NAME}</td>
!           <td rowspan="2" bgcolor="{TD_BG}" width="27%"> 
              <div align="center">[ <a href="{EDIT_LINK}"><font 
size="2">{LANG_EDIT}</font></a><font size="2"> |  
                <a href="{DEL_LINK}">{LANG_DEL}</a> ]</font></div>
***************
*** 24,36 ****
          </tr>
          <tr> 
!           <td bgcolor="#{TD_BG}" width="4%">&nbsp;</td>
!           <td bgcolor="#{TD_BG}" width="69%"><font 
size="-2">({CAT_DESC})</font></td>
          </tr>
  
          <!-- BEGIN ForumBlock --> 
          <tr bgcolor="{TR_BG}"> 
!           <td bgcolor="#{TR_BG}" width="4%"><img src="{FORUM_IMG}" width="16" 
height="16" alt="{LANG_SUBCAT}"></td>
!           <td bgcolor="#{TD_BG}" 
width="69%">&nbsp;&nbsp;&nbsp;{SUBCAT_NAME}</td>
!           <td bgcolor="#{TD_BG}" width="27%" rowspan="2"> 
              <div align="center"><font size=2>[ <a 
href="{SUBEDIT_LINK}">{LANG_EDIT}</a> 
                | <a href="{SUBDEL_LINK}">{LANG_DEL}</a> ]</font></div>
--- 24,36 ----
          </tr>
          <tr> 
!           <td bgcolor="{TD_BG}" width="4%">&nbsp;</td>
!           <td bgcolor="{TD_BG}" width="69%"><font 
size="-2">({CAT_DESC})</font></td>
          </tr>
  
          <!-- BEGIN ForumBlock --> 
          <tr bgcolor="{TR_BG}"> 
!           <td bgcolor="{TR_BG}" width="4%"><img src="{FORUM_IMG}" width="16" 
height="16" alt="{LANG_SUBCAT}"></td>
!           <td bgcolor="{TD_BG}" 
width="69%">&nbsp;&nbsp;&nbsp;{SUBCAT_NAME}</td>
!           <td bgcolor="{TD_BG}" width="27%" rowspan="2"> 
              <div align="center"><font size=2>[ <a 
href="{SUBEDIT_LINK}">{LANG_EDIT}</a> 
                | <a href="{SUBDEL_LINK}">{LANG_DEL}</a> ]</font></div>
***************
*** 38,43 ****
          </tr>
          <tr> 
!           <td bgcolor="#{TD_BG}" width="4%">&nbsp;</td>
!           <td bgcolor="#{TD_BG}" width="69%"><font 
size="-2">&nbsp;&nbsp;&nbsp;({SUBCAT_DESC})</font></td>
          </tr>
          <!-- END ForumBlock --> 
--- 38,43 ----
          </tr>
          <tr> 
!           <td bgcolor="{TD_BG}" width="4%">&nbsp;</td>
!           <td bgcolor="{TD_BG}" width="69%"><font 
size="-2">&nbsp;&nbsp;&nbsp;({SUBCAT_DESC})</font></td>
          </tr>
          <!-- END ForumBlock --> 

Index: collapse.threads.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/forum/templates/default/collapse.threads.tpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** collapse.threads.tpl        20 Jan 2002 03:37:08 -0000      1.4
--- collapse.threads.tpl        8 May 2002 01:31:33 -0000       1.5
***************
*** 3,11 ****
  <p>&nbsp;</p>
  <table width="90%" border="0" cellspacing="2" cellpadding="1" align="center">
!   <tr bgcolor="#{BGROUND}"> 
      <td colspan="2"><a href="{MAIN_LINK}">{LANG_MAIN}</a> : <a 
href="{FORUM_LINK}">{LANG_CATEGORY}</a>: 
        {LANG_FORUM}</td>
    </tr>
!   <tr bgcolor="#{BGROUND}"> 
      <td colspan="2">[ <a href="{POST_LINK}">{LANG_NEWTOPIC}</a> | <a 
href="{THREADS_LINK}">{LANG_THREADS}</a> 
        ]</td>
--- 3,11 ----
  <p>&nbsp;</p>
  <table width="90%" border="0" cellspacing="2" cellpadding="1" align="center">
!   <tr bgcolor="{BGROUND}"> 
      <td colspan="2"><a href="{MAIN_LINK}">{LANG_MAIN}</a> : <a 
href="{FORUM_LINK}">{LANG_CATEGORY}</a>: 
        {LANG_FORUM}</td>
    </tr>
!   <tr bgcolor="{BGROUND}"> 
      <td colspan="2">[ <a href="{POST_LINK}">{LANG_NEWTOPIC}</a> | <a 
href="{THREADS_LINK}">{LANG_THREADS}</a> 
        ]</td>
***************
*** 14,18 ****
  <p>&nbsp;</p>
  <table width="90%" border="0" cellspacing="1" cellpadding="2" align="center">
!   <tr bgcolor="#{BGROUND}"> 
      <td colspan="2"> 
        <div align="center">{LANG_TOPIC}</div>
--- 14,18 ----
  <p>&nbsp;</p>
  <table width="90%" border="0" cellspacing="1" cellpadding="2" align="center">
!   <tr bgcolor="{BGROUND}"> 
      <td colspan="2"> 
        <div align="center">{LANG_TOPIC}</div>
***************
*** 29,33 ****
    </tr>
    <!-- BEGIN CollapseThreads --> 
!   <tr bgcolor=#{COLOR}> 
      <td align=left width="3%"><img src="{THREAD_IMG}" width="13" height="13" 
alt="{LANG_SUBCAT}"></td>
      <td valign="middle" width="30%"> 
--- 29,33 ----
    </tr>
    <!-- BEGIN CollapseThreads --> 
!   <tr bgcolor={COLOR}> 
      <td align=left width="3%"><img src="{THREAD_IMG}" width="13" height="13" 
alt="{LANG_SUBCAT}"></td>
      <td valign="middle" width="30%"> 

Index: index.body.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/forum/templates/default/index.body.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** index.body.tpl      20 Jan 2002 03:37:08 -0000      1.5
--- index.body.tpl      8 May 2002 01:31:33 -0000       1.6
***************
*** 2,10 ****
  <p>&nbsp;</p>
  <table width="90%" border="0" align="center" cellspacing="2">
!       <tr bgcolor="#{BGROUND}"> 
                <td colspan="5">{FORUM}</td>
        </tr>
        <!-- BEGIN CategoryForum --> 
!       <tr bgcolor="#{COLOR}">
                <td width="2%" height="20" valign="top"><img src="{CAT_IMG}" 
width="18" height="18" alt="{LANG_CATEGORY}"></td>
                <td width="40%" height="20"><a href="{CAT_LINK}">{CAT}</a></td>
--- 2,10 ----
  <p>&nbsp;</p>
  <table width="90%" border="0" align="center" cellspacing="2">
!       <tr bgcolor="{BGROUND}"> 
                <td colspan="5">{FORUM}</td>
        </tr>
        <!-- BEGIN CategoryForum --> 
!       <tr bgcolor="{COLOR}">
                <td width="2%" height="20" valign="top"><img src="{CAT_IMG}" 
width="18" height="18" alt="{LANG_CATEGORY}"></td>
                <td width="40%" height="20"><a href="{CAT_LINK}">{CAT}</a></td>

Index: normal.threads.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/forum/templates/default/normal.threads.tpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** normal.threads.tpl  14 Jul 2001 01:26:51 -0000      1.4
--- normal.threads.tpl  8 May 2002 01:31:33 -0000       1.5
***************
*** 3,11 ****
  <p>&nbsp;</p>
  <table width="90%" border="0" cellspacing="2" cellpadding="1" align="center">
!   <tr bgcolor="#{BGROUND}"> 
      <td colspan="2"><a href="{MAIN_LINK}">{LANG_MAIN}</a> : <a 
href="{FORUM_LINK}">{LANG_CATEGORY}</a>: 
        {LANG_FORUM}</td>
    </tr>
!   <tr bgcolor="#{BGROUND}"> 
      <td colspan="2">[ <a href="{POST_LINK}">{LANG_NEWTOPIC}</a> | <a 
href="{THREADS_LINK}">{LANG_THREADS}</a> 
        ]</td>
--- 3,11 ----
  <p>&nbsp;</p>
  <table width="90%" border="0" cellspacing="2" cellpadding="1" align="center">
!   <tr bgcolor="{BGROUND}"> 
      <td colspan="2"><a href="{MAIN_LINK}">{LANG_MAIN}</a> : <a 
href="{FORUM_LINK}">{LANG_CATEGORY}</a>: 
        {LANG_FORUM}</td>
    </tr>
!   <tr bgcolor="{BGROUND}"> 
      <td colspan="2">[ <a href="{POST_LINK}">{LANG_NEWTOPIC}</a> | <a 
href="{THREADS_LINK}">{LANG_THREADS}</a> 
        ]</td>
***************
*** 14,18 ****
  <p>&nbsp;</p>
  <table width="90%" border="0" cellspacing="2" cellpadding="1" align="center">
!   <tr bgcolor="#{BGROUND}"> 
      <td width="51%"> 
        <div align="center">{LANG_TOPIC}</div>
--- 14,18 ----
  <p>&nbsp;</p>
  <table width="90%" border="0" cellspacing="2" cellpadding="1" align="center">
!   <tr bgcolor="{BGROUND}"> 
      <td width="51%"> 
        <div align="center">{LANG_TOPIC}</div>
***************
*** 26,30 ****
    </tr>
    <!-- BEGIN NormalThreads --> 
!   <tr bgcolor=#{COLOR}> 
      <td align=left width="51%">{DEPTH}<a href="{READ_LINK}">{TOPIC}</a></td>
      <td align=center width="24%">{AUTHOR}</td>
--- 26,30 ----
    </tr>
    <!-- BEGIN NormalThreads --> 
!   <tr bgcolor={COLOR}> 
      <td align=left width="51%">{DEPTH}<a href="{READ_LINK}">{TOPIC}</a></td>
      <td align=center width="24%">{AUTHOR}</td>

Index: post.body.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/forum/templates/default/post.body.tpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** post.body.tpl       20 Jan 2002 03:37:08 -0000      1.6
--- post.body.tpl       8 May 2002 01:31:33 -0000       1.7
***************
*** 2,10 ****
  <p>&nbsp;</p>
  <table width="90%" border="0" cellspacing="2" cellpadding="1" align="center">
!   <tr bgcolor="#{BGROUND}"> 
      <td colspan="2"><a href="{MAIN_LINK}">{LANG_MAIN}</a> : <a 
href="{FORUM_LINK}">{LANG_CATEGORY}</a>: 
        {LANG_FORUM}</td>
    </tr>
!   <tr bgcolor="#{BGROUND}"> 
      <td colspan="2">[ <a href="{POST_LINK}">{LANG_NEWTOPIC}</a> | <a 
href="{THREADS_LINK}">{LANG_THREADS}</a> 
        | {LANG_SEARCH}]</td>
--- 2,10 ----
  <p>&nbsp;</p>
  <table width="90%" border="0" cellspacing="2" cellpadding="1" align="center">
!   <tr bgcolor="{BGROUND}"> 
      <td colspan="2"><a href="{MAIN_LINK}">{LANG_MAIN}</a> : <a 
href="{FORUM_LINK}">{LANG_CATEGORY}</a>: 
        {LANG_FORUM}</td>
    </tr>
!   <tr bgcolor="{BGROUND}"> 
      <td colspan="2">[ <a href="{POST_LINK}">{LANG_NEWTOPIC}</a> | <a 
href="{THREADS_LINK}">{LANG_THREADS}</a> 
        | {LANG_SEARCH}]</td>

Index: read.body.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/forum/templates/default/read.body.tpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** read.body.tpl       20 Jan 2002 03:37:08 -0000      1.7
--- read.body.tpl       8 May 2002 01:31:33 -0000       1.8
***************
*** 2,10 ****
  <p>&nbsp;</p>
  <table width="90%" border="0" cellspacing="2" cellpadding="1" align="center">
!   <tr bgcolor="#{BGROUND}"> 
      <td colspan="2"><a href="{MAIN_LINK}">{LANG_MAIN}</a> : <a 
href="{FORUM_LINK}">{LANG_CATEGORY}</a>: 
        {LANG_FORUM}</td>
    </tr>
!   <tr bgcolor="#{BGROUND}"> 
      <td colspan="2">[ <a href="{POST_LINK}">{LANG_NEWTOPIC}</a> | <a 
href="{THREADS_LINK}">{LANG_THREADS}</a> 
        | {LANG_SEARCH}]</td>
--- 2,10 ----
  <p>&nbsp;</p>
  <table width="90%" border="0" cellspacing="2" cellpadding="1" align="center">
!   <tr bgcolor="{BGROUND}"> 
      <td colspan="2"><a href="{MAIN_LINK}">{LANG_MAIN}</a> : <a 
href="{FORUM_LINK}">{LANG_CATEGORY}</a>: 
        {LANG_FORUM}</td>
    </tr>
!   <tr bgcolor="{BGROUND}"> 
      <td colspan="2">[ <a href="{POST_LINK}">{LANG_NEWTOPIC}</a> | <a 
href="{THREADS_LINK}">{LANG_THREADS}</a> 
        | {LANG_SEARCH}]</td>

Index: threads.body.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/forum/templates/default/threads.body.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** threads.body.tpl    14 Jul 2001 01:26:51 -0000      1.3
--- threads.body.tpl    8 May 2002 01:31:33 -0000       1.4
***************
*** 6,14 ****
      <td>
        <table width="100%" border="0" cellspacing="2" cellpadding="0">
!         <tr bgcolor="#{BGROUND}"> 
            <td colspan="2"><a href="{MAINL}">{LMAIN}</a> : <a 
href="{FORUML}">{LCATEGORY}</a>: 
              {LFORUM}</td>
          </tr>
!         <tr bgcolor="#{BGROUND}">
            <td colspan="2">[ <a href="{POSTL}">{LNEWTOPIC}</a> | <a 
href="{THREADSL}">{LTHREADS}</a> 
              ]</td>
--- 6,14 ----
      <td>
        <table width="100%" border="0" cellspacing="2" cellpadding="0">
!         <tr bgcolor="{BGROUND}"> 
            <td colspan="2"><a href="{MAINL}">{LMAIN}</a> : <a 
href="{FORUML}">{LCATEGORY}</a>: 
              {LFORUM}</td>
          </tr>
!         <tr bgcolor="{BGROUND}">
            <td colspan="2">[ <a href="{POSTL}">{LNEWTOPIC}</a> | <a 
href="{THREADSL}">{LTHREADS}</a> 
              ]</td>
***************
*** 21,25 ****
  <p>&nbsp;</p>
  <table width="90%" border="0" cellspacing="1" cellpadding="2" align="center">
!   <tr bgcolor="#{BGROUND}"> 
      <td width="39%"> 
        <div align="center">{LTOPIC}</div>
--- 21,25 ----
  <p>&nbsp;</p>
  <table width="90%" border="0" cellspacing="1" cellpadding="2" align="center">
!   <tr bgcolor="{BGROUND}"> 
      <td width="39%"> 
        <div align="center">{LTOPIC}</div>
***************
*** 35,39 ****
    </tr>
  <!-- BEGIN NormalThreads -->
! <tr bgcolor=#{COLOR}>
      <td align=left width="39%">{DEPTH}<a href="{READL}">{TOPIC}</a></td>
      <td align=center width="29%">{AUTHOR}</td>
--- 35,39 ----
    </tr>
  <!-- BEGIN NormalThreads -->
! <tr bgcolor={COLOR}>
      <td align=left width="39%">{DEPTH}<a href="{READL}">{TOPIC}</a></td>
      <td align=center width="29%">{AUTHOR}</td>

Index: threads.row.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/forum/templates/default/threads.row.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** threads.row.tpl     14 Jul 2001 01:26:51 -0000      1.2
--- threads.row.tpl     8 May 2002 01:31:33 -0000       1.3
***************
*** 1,4 ****
  
! <tr bgcolor=#{COLOR}>
      <td align=left width="16%">{DEPTH}<a href="{READL}">{TOPIC}</a></td>
      <td align=center width="20%">{AUTHOR}</td>
--- 1,4 ----
  
! <tr bgcolor={COLOR}>
      <td align=left width="16%">{DEPTH}<a href="{READL}">{TOPIC}</a></td>
      <td align=center width="20%">{AUTHOR}</td>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]