koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/pl/catalogue MARCde


From: Benedict P. Barszcz
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/pl/catalogue MARCdetail.tmpl,1.2,1.3
Date: Mon, 27 Oct 2003 07:07:27 -0800

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/pl/catalogue
In directory sc8-pr-cvs1:/tmp/cvs-serv10294

Modified Files:
        MARCdetail.tmpl 
Log Message:
update of translations, synchronization with files in ../default/en directory. 
Whenever they change we must followup... . 

Index: MARCdetail.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/pl/catalogue/MARCdetail.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** MARCdetail.tmpl     9 Feb 2003 09:47:22 -0000       1.2
--- MARCdetail.tmpl     27 Oct 2003 15:07:25 -0000      1.3
***************
*** 1,11 ****
- <html>
  <TMPL_INCLUDE NAME="cat-top.inc">
  
! <table width=100% cellspacing=0 cellpadding=5 border=1>
! <tr background="/images/background-mem.gif">
!       <th>Opis MARC: <TMPL_VAR name="bibid"></th>
! </tr>
  <tr>
        <td>
        <table width=100% border=0 colspacing=0 cellpadding=0>
        <tr>
--- 1,28 ----
  <TMPL_INCLUDE NAME="cat-top.inc">
  
! <STYLE TYPE="text/css" MEDIA=screen>
!       table { font-family:Arial;
!       font-weight:normal;
!       text-decoration:none;
!       font-size:10pt;}
! </STYLE>
! 
! <table width="100%" cellspacing=0 cellpadding=5>
  <tr>
+       <td width="80%">
+               <table width=100% cellspacing=0 cellpadding=5 border=1>
+               <tr background="<TMPL_VAR 
name="themelang">/images/background-mem.gif">
        <td>
+                       <table width="100%" border=0 cellpadding=0 
cellspacing=0>
+                               <tr>
+                                       <td width=8%><a 
href="acqui.simple/addbiblio.pl?oldbiblionumber=<TMPL_VAR 
name="biblionumber">"><img border="0" src="<TMPL_VAR 
name="interface">/<TMPL_VAR name="theme">/images/fileopen.png"></td>
+                                       <td width=8%><a 
href="detail.pl?bib=<TMPL_VAR name="biblionumber">">Normal</a></td>
+                                       <td align="center"><b>Opis MARC : 
<TMPL_VAR name="bibid"></b></td>
+                               </tr>
+                       </table>
+                       </td>
+               </tr>
+               <tr>
+                       <td colspan=3>
        <table width=100% border=0 colspacing=0 cellpadding=0>
        <tr>
***************
*** 20,40 ****
                <td width=9% align="center"><a href="javascript:active(8)"><div 
 id="link8">8</div></a></td>
                <td width=9% align="center"><a href="javascript:active(9)"><div 
 id="link9">9</div></a></td>
!               <td width=10% align="center"><a 
href="javascript:active(10)"><div  id="link10">Pozycja</div></a></td>
        </tr>
        </table>
        </td>
  </tr>
  </table>
  
!    <DIV name="0XX" id="0XX" 
style="position:absolute;left:40px;top:150px;visibility:visible;width:90%">
      <table width=100%  cellspacing=0 cellpadding=5 border=0>
        <TMPL_LOOP name="0XX">
!       <tr background="/images/background-mem.gif"><td colspan=4><b><tmpl_var 
name="tag"></td></tr>
        <TMPL_LOOP name="subfield">
        <tr>
           <td width="3%">&nbsp;</td>
!           <td width="2%"><b><TMPL_VAR name="marc_tag"></b></td>
!               <td width="55%"><TMPL_VAR name="marc_lib"></td>
                <td width="40%"><TMPL_VAR name="marc_value"></td>
        </tr>
        </tmpl_loop>
--- 37,67 ----
                <td width=9% align="center"><a href="javascript:active(8)"><div 
 id="link8">8</div></a></td>
                <td width=9% align="center"><a href="javascript:active(9)"><div 
 id="link9">9</div></a></td>
!                               <td width=10% align="center"><a 
href="javascript:active(10)"><div  id="link10">Pozycja</div></a></td>
        </tr>
        </table>
        </td>
+               </tr>
+               </table>
+       </td>
+       <td>
+               <TMPL_IF NAME="norequests">
+               <TMPL_ELSE>
+                       <a href=request.pl?bib=<TMPL_VAR NAME="biblionumber"> 
class="button">Zamów</a>
+               </TMPL_IF>
+       </td>
  </tr>
  </table>
  
!    <DIV name="0XX" id="0XX" 
style="position:absolute;visibility:visible;width:90%">
      <table width=100%  cellspacing=0 cellpadding=5 border=0>
        <TMPL_LOOP name="0XX">
!       <tr background="<TMPL_VAR 
name="themelang">/images/background-mem.gif"><td colspan=5><b><tmpl_var 
name="tag"></td></tr>
        <TMPL_LOOP name="subfield">
        <tr>
           <td width="3%">&nbsp;</td>
!           <td width="2%"><b><TMPL_VAR name="marc_subfield"></b></td>
!               <td width="55%" align="right"><TMPL_VAR name="marc_lib"></td>
                <td width="40%"><TMPL_VAR name="marc_value"></td>
+               <td width="20"><a 
href="search.marc/search.pl?op=do_search&marclist=<TMPL_VAR 
name="marc_tag"><TMPL_VAR 
name="marc_subfield">&operator=&#x003D&type=intranet&value=<TMPL_VAR 
name="marc_value" ESCAPE=URL>"><img border="0" src="<TMPL_VAR 
name="interface">/<TMPL_VAR name="theme">/images/filefind.png" 
height=15></a></td>
        </tr>
        </tmpl_loop>
***************
*** 43,56 ****
       </DIV>
  
!     <DIV name="1XX" id="1XX" 
style="position:absolute;left:40px;top:150px;visibility:hidden;width:90%">
      <table width=100%  cellspacing=0 cellpadding=5 border=0>
        <TMPL_LOOP name="1XX">
!       <tr background="/images/background-mem.gif"><td colspan=4><b><tmpl_var 
name="tag"></td></tr>
        <TMPL_LOOP name="subfield">
        <tr>
           <td width="3%">&nbsp;</td>
!           <td width="2%"><b><TMPL_VAR name="marc_tag"></b></td>
                <td width="55%"><TMPL_VAR name="marc_lib"></td>
                <td width="40%"><TMPL_VAR name="marc_value"></td>
         </tr>
        </TMPL_LOOP>
--- 70,84 ----
       </DIV>
  
!     <DIV name="1XX" id="1XX" 
style="position:absolute;visibility:hidden;width:90%">
      <table width=100%  cellspacing=0 cellpadding=5 border=0>
        <TMPL_LOOP name="1XX">
!       <tr background="<TMPL_VAR 
name="themelang">/images/background-mem.gif"><td colspan=5><b><tmpl_var 
name="tag"></td></tr>
        <TMPL_LOOP name="subfield">
        <tr>
           <td width="3%">&nbsp;</td>
!           <td width="2%"><b><TMPL_VAR name="marc_subfield"></b></td>
                <td width="55%"><TMPL_VAR name="marc_lib"></td>
                <td width="40%"><TMPL_VAR name="marc_value"></td>
+               <td width="20"><a 
href="search.marc/search.pl?op=do_search&marclist=<TMPL_VAR 
name="marc_tag"><TMPL_VAR 
name="marc_subfield">&operator=&#x003D&type=intranet&value=<TMPL_VAR 
name="marc_value" ESCAPE=URL>"><img border="0" src="<TMPL_VAR 
name="interface">/<TMPL_VAR name="theme">/images/filefind.png" 
height=15></a></td>
         </tr>
        </TMPL_LOOP>
***************
*** 59,72 ****
       </DIV>
  
!     <DIV name="2XX" id="2XX" 
style="position:absolute;left:40px;top:150px;visibility:hidden;width:90%">
      <table width=100% cellspacing=0 cellpadding=5  border=0>
        <TMPL_LOOP name="2XX">
!       <tr background="/images/background-mem.gif"><td colspan=4><b><tmpl_var 
name="tag"></td></tr>
        <TMPL_LOOP name="subfield">
        <tr>
           <td width="3%">&nbsp;</td>
!           <td width="2%"><b><TMPL_VAR name="marc_tag"></b></td>
                <td width="55%"><TMPL_VAR name="marc_lib"></td>
                <td width="40%"><TMPL_VAR name="marc_value"></td>
         </tr>
        </TMPL_LOOP>
--- 87,101 ----
       </DIV>
  
!     <DIV name="2XX" id="2XX" 
style="position:absolute;visibility:hidden;width:90%">
      <table width=100% cellspacing=0 cellpadding=5  border=0>
        <TMPL_LOOP name="2XX">
!       <tr background="<TMPL_VAR 
name="themelang">/images/background-mem.gif"><td colspan=5><b><tmpl_var 
name="tag"></td></tr>
        <TMPL_LOOP name="subfield">
        <tr>
           <td width="3%">&nbsp;</td>
!           <td width="2%"><b><TMPL_VAR name="marc_subfield"></b></td>
                <td width="55%"><TMPL_VAR name="marc_lib"></td>
                <td width="40%"><TMPL_VAR name="marc_value"></td>
+               <td width="20"><a 
href="search.marc/search.pl?op=do_search&marclist=<TMPL_VAR 
name="marc_tag"><TMPL_VAR 
name="marc_subfield">&operator=&#x003D&type=intranet&value=<TMPL_VAR 
name="marc_value" ESCAPE=URL>"><img border="0" src="<TMPL_VAR 
name="interface">/<TMPL_VAR name="theme">/images/filefind.png" 
height=15></a></td>
         </tr>
        </TMPL_LOOP>
***************
*** 75,88 ****
       </DIV>
  
!     <DIV name="3XX" id="3XX" 
style="position:absolute;left:40px;top:150px;visibility:hidden;width:90%">
      <table width=100% cellspacing=0 cellpadding=5  border=0>
        <TMPL_LOOP name="3XX">
!       <tr background="/images/background-mem.gif"><td colspan=4><b><tmpl_var 
name="tag"></td></tr>
        <TMPL_LOOP name="subfield">
        <tr>
           <td width="3%">&nbsp;</td>
!           <td width="2%"><b><TMPL_VAR name="marc_tag"></b></td>
                <td width="55%"><TMPL_VAR name="marc_lib"></td>
                <td width="40%"><TMPL_VAR name="marc_value"></td>
         </tr>
        </TMPL_LOOP>
--- 104,118 ----
       </DIV>
  
!     <DIV name="3XX" id="3XX" 
style="position:absolute;visibility:hidden;width:90%">
      <table width=100% cellspacing=0 cellpadding=5  border=0>
        <TMPL_LOOP name="3XX">
!       <tr background="<TMPL_VAR 
name="themelang">/images/background-mem.gif"><td colspan=5><b><tmpl_var 
name="tag"></td></tr>
        <TMPL_LOOP name="subfield">
        <tr>
           <td width="3%">&nbsp;</td>
!           <td width="2%"><b><TMPL_VAR name="marc_subfield"></b></td>
                <td width="55%"><TMPL_VAR name="marc_lib"></td>
                <td width="40%"><TMPL_VAR name="marc_value"></td>
+               <td width="20"><a 
href="search.marc/search.pl?op=do_search&marclist=<TMPL_VAR 
name="marc_tag"><TMPL_VAR 
name="marc_subfield">&operator=&#x003D&type=intranet&value=<TMPL_VAR 
name="marc_value" ESCAPE=URL>"><img border="0" src="<TMPL_VAR 
name="interface">/<TMPL_VAR name="theme">/images/filefind.png" 
height=15></a></td>
         </tr>
        </TMPL_LOOP>
***************
*** 91,104 ****
       </DIV>
  
!     <DIV name="4XX" id="4XX" 
style="position:absolute;left:40px;top:150px;visibility:hidden;width:90%">
      <table width=100%  cellspacing=0 cellpadding=5 border=0>
        <TMPL_LOOP name="4XX">
!       <tr background="/images/background-mem.gif"><td colspan=4><b><tmpl_var 
name="tag"></td></tr>
        <TMPL_LOOP name="subfield">
        <tr>
           <td width="3%">&nbsp;</td>
!           <td width="2%"><b><TMPL_VAR name="marc_tag"></b></td>
                <td width="55%"><TMPL_VAR name="marc_lib"></td>
                <td width="40%"><TMPL_VAR name="marc_value"></td>
         </tr>
        </TMPL_LOOP>
--- 121,135 ----
       </DIV>
  
!     <DIV name="4XX" id="4XX" 
style="position:absolute;visibility:hidden;width:90%">
      <table width=100%  cellspacing=0 cellpadding=5 border=0>
        <TMPL_LOOP name="4XX">
!       <tr background="<TMPL_VAR 
name="themelang">/images/background-mem.gif"><td colspan=5><b><tmpl_var 
name="tag"></td></tr>
        <TMPL_LOOP name="subfield">
        <tr>
           <td width="3%">&nbsp;</td>
!           <td width="2%"><b><TMPL_VAR name="marc_subfield"></b></td>
                <td width="55%"><TMPL_VAR name="marc_lib"></td>
                <td width="40%"><TMPL_VAR name="marc_value"></td>
+               <td width="20"><a 
href="search.marc/search.pl?op=do_search&marclist=<TMPL_VAR 
name="marc_tag"><TMPL_VAR 
name="marc_subfield">&operator=&#x003D&type=intranet&value=<TMPL_VAR 
name="marc_value" ESCAPE=URL>"><img border="0" src="<TMPL_VAR 
name="interface">/<TMPL_VAR name="theme">/images/filefind.png" 
height=15></a></td>
         </tr>
        </TMPL_LOOP>
***************
*** 107,120 ****
       </DIV>
  
!     <DIV name="5XX" id="5XX" 
style="position:absolute;left:40px;top:150px;visibility:hidden;width:90%">
      <table width=100% cellspacing=0 cellpadding=5  border=0>
        <TMPL_LOOP name="5XX">
!       <tr background="/images/background-mem.gif"><td colspan=4><b><tmpl_var 
name="tag"></td></tr>
        <TMPL_LOOP name="subfield">
        <tr>
           <td width="3%">&nbsp;</td>
!           <td width="2%"><b><TMPL_VAR name="marc_tag"></b></td>
                <td width="55%"><TMPL_VAR name="marc_lib"></td>
                <td width="40%"><TMPL_VAR name="marc_value"></td>
         </tr>
        </TMPL_LOOP>
--- 138,152 ----
       </DIV>
  
!     <DIV name="5XX" id="5XX" 
style="position:absolute;visibility:hidden;width:90%">
      <table width=100% cellspacing=0 cellpadding=5  border=0>
        <TMPL_LOOP name="5XX">
!       <tr background="<TMPL_VAR 
name="themelang">/images/background-mem.gif"><td colspan=5><b><tmpl_var 
name="tag"></td></tr>
        <TMPL_LOOP name="subfield">
        <tr>
           <td width="3%">&nbsp;</td>
!           <td width="2%"><b><TMPL_VAR name="marc_subfield"></b></td>
                <td width="55%"><TMPL_VAR name="marc_lib"></td>
                <td width="40%"><TMPL_VAR name="marc_value"></td>
+               <td width="20"><a 
href="search.marc/search.pl?op=do_search&marclist=<TMPL_VAR 
name="marc_tag"><TMPL_VAR 
name="marc_subfield">&operator=&#x003D&type=intranet&value=<TMPL_VAR 
name="marc_value" ESCAPE=URL>"><img border="0" src="<TMPL_VAR 
name="interface">/<TMPL_VAR name="theme">/images/filefind.png" 
height=15></a></td>
         </tr>
        </TMPL_LOOP>
***************
*** 123,136 ****
       </DIV>
  
!       <DIV name="6XX" id="6XX" 
style="position:absolute;left:40px;top:150px;visibility:hidden;width:90%">
      <table width=90% cellspacing=0 cellpadding=5  border=0>
        <TMPL_LOOP name="6XX">
!       <tr background="/images/background-mem.gif"><td colspan=4><b><tmpl_var 
name="tag"></td></tr>
        <TMPL_LOOP name="subfield">
        <tr>
           <td width="3%">&nbsp;</td>
!           <td width="2%"><b><TMPL_VAR name="marc_tag"></b></td>
                <td width="55%"><TMPL_VAR name="marc_lib"></td>
                <td width="40%"><TMPL_VAR name="marc_value"></td>
         </tr>
        </TMPL_LOOP>
--- 155,169 ----
       </DIV>
  
!       <DIV name="6XX" id="6XX" 
style="position:absolute;visibility:hidden;width:90%">
      <table width=90% cellspacing=0 cellpadding=5  border=0>
        <TMPL_LOOP name="6XX">
!       <tr background="<TMPL_VAR 
name="themelang">/images/background-mem.gif"><td colspan=5><b><tmpl_var 
name="tag"></td></tr>
        <TMPL_LOOP name="subfield">
        <tr>
           <td width="3%">&nbsp;</td>
!           <td width="2%"><b><TMPL_VAR name="marc_subfield"></b></td>
                <td width="55%"><TMPL_VAR name="marc_lib"></td>
                <td width="40%"><TMPL_VAR name="marc_value"></td>
+               <td width="20"><a 
href="search.marc/search.pl?op=do_search&marclist=<TMPL_VAR 
name="marc_tag"><TMPL_VAR 
name="marc_subfield">&operator=&#x003D&type=intranet&value=<TMPL_VAR 
name="marc_value" ESCAPE=URL>"><img border="0" src="<TMPL_VAR 
name="interface">/<TMPL_VAR name="theme">/images/filefind.png" 
height=15></a></td>
         </tr>
        </TMPL_LOOP>
***************
*** 139,152 ****
       </DIV>
  
!     <DIV name="7XX" id="7XX" 
style="position:absolute;left:40px;top:150px;visibility:hidden;width:90%">
      <table width=100%  cellspacing=0 cellpadding=5 border=0>
        <TMPL_LOOP name="7XX">
!       <tr background="/images/background-mem.gif"><td colspan=4><b><tmpl_var 
name="tag"></td></tr>
        <TMPL_LOOP name="subfield">
        <tr>
           <td width="3%">&nbsp;</td>
!           <td width="2%"><b><TMPL_VAR name="marc_tag"></b></td>
                <td width="55%"><TMPL_VAR name="marc_lib"></td>
                <td width="40%"><TMPL_VAR name="marc_value"></td>
         </tr>
        </TMPL_LOOP>
--- 172,186 ----
       </DIV>
  
!     <DIV name="7XX" id="7XX" 
style="position:absolute;visibility:hidden;width:90%">
      <table width=100%  cellspacing=0 cellpadding=5 border=0>
        <TMPL_LOOP name="7XX">
!       <tr background="<TMPL_VAR 
name="themelang">/images/background-mem.gif"><td colspan=5><b><tmpl_var 
name="tag"></td></tr>
        <TMPL_LOOP name="subfield">
        <tr>
           <td width="3%">&nbsp;</td>
!           <td width="2%"><b><TMPL_VAR name="marc_subfield"></b></td>
                <td width="55%"><TMPL_VAR name="marc_lib"></td>
                <td width="40%"><TMPL_VAR name="marc_value"></td>
+               <td width="20"><a 
href="search.marc/search.pl?op=do_search&marclist=<TMPL_VAR 
name="marc_tag"><TMPL_VAR 
name="marc_subfield">&operator=&#x003D&type=intranet&value=<TMPL_VAR 
name="marc_value" ESCAPE=URL>"><img border="0" src="<TMPL_VAR 
name="interface">/<TMPL_VAR name="theme">/images/filefind.png" 
height=15></a></td>
         </tr>
        </TMPL_LOOP>
***************
*** 155,168 ****
       </DIV>
  
!     <DIV name="8XX" id="8XX" 
style="position:absolute;left:40px;top:150px;visibility:hidden;width:90%">
      <table width=100% cellspacing=0 cellpadding=5  border=0>
        <TMPL_LOOP name="8XX">
!       <tr background="/images/background-mem.gif"><td colspan=4><b><tmpl_var 
name="tag"></td></tr>
        <TMPL_LOOP name="subfield">
        <tr>
           <td width="3%">&nbsp;</td>
!           <td width="2%"><b><TMPL_VAR name="marc_tag"></b></td>
                <td width="55%"><TMPL_VAR name="marc_lib"></td>
                <td width="40%"><TMPL_VAR name="marc_value"></td>
         </tr>
        </TMPL_LOOP>
--- 189,203 ----
       </DIV>
  
!     <DIV name="8XX" id="8XX" 
style="position:absolute;visibility:hidden;width:90%">
      <table width=100% cellspacing=0 cellpadding=5  border=0>
        <TMPL_LOOP name="8XX">
!       <tr background="<TMPL_VAR 
name="themelang">/images/background-mem.gif"><td colspan=5><b><tmpl_var 
name="tag"></td></tr>
        <TMPL_LOOP name="subfield">
        <tr>
           <td width="3%">&nbsp;</td>
!           <td width="2%"><b><TMPL_VAR name="marc_subfield"></b></td>
                <td width="55%"><TMPL_VAR name="marc_lib"></td>
                <td width="40%"><TMPL_VAR name="marc_value"></td>
+               <td width="20"><a 
href="search.marc/search.pl?op=do_search&marclist=<TMPL_VAR 
name="marc_tag"><TMPL_VAR 
name="marc_subfield">&operator=&#x003D&type=intranet&value=<TMPL_VAR 
name="marc_value" ESCAPE=URL>"><img border="0" src="<TMPL_VAR 
name="interface">/<TMPL_VAR name="theme">/images/filefind.png" 
height=15></a></td>
         </tr>
        </TMPL_LOOP>
***************
*** 171,184 ****
       </DIV>
  
!     <DIV name="9XX" id="9XX" 
style="position:absolute;left:40px;top:150px;visibility:hidden;width:90%">
      <table width=90% cellspacing=0 cellpadding=5  border=0>
        <TMPL_LOOP name="9XX">
!       <tr background="/images/background-mem.gif"><td colspan=4><b><tmpl_var 
name="tag"></td></tr>
        <TMPL_LOOP name="subfield">
        <tr>
           <td width="3%">&nbsp;</td>
!           <td width="2%"><b><TMPL_VAR name="marc_tag"></b></td>
                <td width="55%"><TMPL_VAR name="marc_lib"></td>
                <td width="40%"><TMPL_VAR name="marc_value"></td>
         </tr>
        </TMPL_LOOP>
--- 206,220 ----
       </DIV>
  
!     <DIV name="9XX" id="9XX" 
style="position:absolute;visibility:hidden;width:90%">
      <table width=90% cellspacing=0 cellpadding=5  border=0>
        <TMPL_LOOP name="9XX">
!       <tr background="<TMPL_VAR 
name="themelang">/images/background-mem.gif"><td colspan=5><b><tmpl_var 
name="tag"></td></tr>
        <TMPL_LOOP name="subfield">
        <tr>
           <td width="3%">&nbsp;</td>
!           <td width="2%"><b><TMPL_VAR name="marc_subfield"></b></td>
                <td width="55%"><TMPL_VAR name="marc_lib"></td>
                <td width="40%"><TMPL_VAR name="marc_value"></td>
+               <td width="20"><a 
href="search.marc/search.pl?op=do_search&marclist=<TMPL_VAR 
name="marc_tag"><TMPL_VAR 
name="marc_subfield">&operator=&#x003D&type=intranet&value=<TMPL_VAR 
name="marc_value" ESCAPE=URL>"><img border="0" src="<TMPL_VAR 
name="interface">/<TMPL_VAR name="theme">/images/filefind.png" 
height=15></a></td>
         </tr>
        </TMPL_LOOP>
***************
*** 187,193 ****
       </DIV>
  
!     <DIV name="10XX" id="10XX" 
style="position:absolute;left:40px;top:150px;visibility:hidden;width:90%">
      <table border=1 cellspacing=0 cellpadding=5>
!               <tr  background="/images/background-mem.gif">
                        <TMPL_LOOP name="item_header_loop"><th><tmpl_var 
name="header_value"></th></TMPL_LOOP>
                </tr>
--- 223,229 ----
       </DIV>
  
!     <DIV name="10XX" id="10XX" 
style="position:absolute;visibility:hidden;width:90%">
      <table border=1 cellspacing=0 cellpadding=5>
!               <tr  background="<TMPL_VAR 
name="themelang">/images/background-mem.gif">
                        <TMPL_LOOP name="item_header_loop"><th><tmpl_var 
name="header_value"></th></TMPL_LOOP>
                </tr>
***************
*** 209,213 ****
        document.getElementById(ong).style.visibility="visible";
        document.getElementById(link).style.backgroundColor="#11AA11";
!       
document.getElementById(link).style.backgroundImage="url(/images/background-mem.gif)";
  } else {
        document.getElementById(ong).style.visibility="hidden";
--- 245,249 ----
        document.getElementById(ong).style.visibility="visible";
        document.getElementById(link).style.backgroundColor="#11AA11";
!       document.getElementById(link).style.backgroundImage="url(<TMPL_VAR 
name="themelang">/images/background-mem.gif)";
  } else {
        document.getElementById(ong).style.visibility="hidden";
***************
*** 220,222 ****
  </body>
  </html>
- 
--- 256,257 ----




reply via email to

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