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/en/parameters marc_


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters marc_subfields_structure.tmpl,1.2,1.3
Date: Fri, 11 Oct 2002 02:20:00 -0700

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters
In directory 
usw-pr-cvs1:/tmp/cvs-serv24774/koha-tmpl/intranet-tmpl/default/en/parameters

Modified Files:
        marc_subfields_structure.tmpl 
Log Message:
bugfixes + improvment in navigation

Index: marc_subfields_structure.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/marc_subfields_structure.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** marc_subfields_structure.tmpl       7 Oct 2002 11:31:11 -0000       1.2
--- marc_subfields_structure.tmpl       11 Oct 2002 09:19:57 -0000      1.3
***************
*** 4,8 ****
  
<!-------------------------------------------------------------------------------------------------->
        <H1><TMPL_VAR name="action"></H1>
!       <form action='<TMPL_VAR name="script_name">' name=Aform method=post>
        <input type=hidden name=op value='add_validate'>
        <table>
--- 4,8 ----
  
<!-------------------------------------------------------------------------------------------------->
        <H1><TMPL_VAR name="action"></H1>
!       <form action='<TMPL_VAR name="script_name">' name=Aform method=put>
        <input type=hidden name=op value='add_validate'>
        <table>
***************
*** 33,43 ****
  <table border=0 cellspacing=0 cellpadding=5>
        <tr valign=top bgcolor=#99cc33>
!               <td background="/images/background-mem.gif"><b>tag</b></td>
                <td background="/images/background-mem.gif"><b><TMPL_VAR 
name="searchfield"></b></td>
        </tr>
        <tr><td>&nbsp;</td><td><TMPL_VAR name="liblibrarian"></td></tr>
!       <form action='<TMPL_VAR name="script_name">' method=post><input 
type=hidden name=op value=delete_confirmed><input type=hidden name=searchfield 
value='<TMPL_VAR name="searchfield">'>
        <tr><td colspan=2 align=center>CONFIRM DELETION</td></tr>
!       <tr><td><INPUT type=submit value='YES'></form></td><td><form 
action='<TMPL_VAR name="script_name">' method=post><input type=submit 
value=NO></form></td></tr>
  </TMPL_IF>
  
--- 33,45 ----
  <table border=0 cellspacing=0 cellpadding=5>
        <tr valign=top bgcolor=#99cc33>
!               <td background="/images/background-mem.gif"><b>Subfield</b></td>
                <td background="/images/background-mem.gif"><b><TMPL_VAR 
name="searchfield"></b></td>
        </tr>
        <tr><td>&nbsp;</td><td><TMPL_VAR name="liblibrarian"></td></tr>
!       <form action='<TMPL_VAR name="delete_link">' method=post><input 
type=hidden name=op value=delete_confirmed><input type=hidden name=searchfield 
value='<TMPL_VAR name="searchfield">'>
!       <input type=hidden name=tagfield value='<TMPL_VAR name="tagfield">'>
!       <input type=hidden name=tagsubfield value='<TMPL_VAR 
name="tagsubfield">'>
        <tr><td colspan=2 align=center>CONFIRM DELETION</td></tr>
!       <tr><td><INPUT type=submit value='YES'></form></td><td><form 
action='<TMPL_VAR name="script_name">' method=post><input type="hidden" 
name="tagfield" value="<TMPL_VAR name="tagfield">"><input type=submit 
value=NO></form></td></tr>
  </TMPL_IF>
  
***************
*** 45,49 ****
  
<!-------------------------------------------------------------------------------------------------->
        data deleted
!       <form action='<TMPL_VAR name="script_name">' method=post>
        <input type=submit value=OK>
        </form>
--- 47,51 ----
  
<!-------------------------------------------------------------------------------------------------->
        data deleted
!       <form action='<TMPL_VAR name="script_name"> method=post><input 
type="hidden" name="tagfield" value="<TMPL_VAR name="tagfield">">
        <input type=submit value=OK>
        </form>
***************
*** 53,64 ****
  <TMPL_IF name="else">
  <font SIZE=6><em>MARC subfield structure admin for <TMPL_VAR 
name="tagfield"></em></font>
  <table border=0 cellspacing=0 cellpadding=5>
  <tr valign=top bgcolor=#99cc33>
        <td background="/images/background-mem.gif" 
width=5%><b>Subfield</b></td>
!       <td background="/images/background-mem.gif" width=50%><b>Lib</b></td>
!       <td background="/images/background-mem.gif" width=10%><b>koha field</b> 
<span style="font-size:8" title="the koha-DB field linked to this 
subfield">?</span></td>
!       <td background="/images/background-mem.gif" width=8%><b>Rep</b> <span 
style="font-size:8" title="subfield may be repeated (1=yes, 0=no)">?</span></td>
!       <td background="/images/background-mem.gif" width=8%><b>Mand</b> <span 
style="font-size:8" title="subfield is mandatory (1=yes, 0=no)">?</span></td>
!       <td background="/images/background-mem.gif" width=9%><b>Tab</b> <span 
style="font-size:8" title="subfield is shown in which tab (0-9 or 
item)">?</span></td>
  <TMPL_LOOP name="loop">
  <tr valign=top bgcolor='<TMPL_VAR name="bgcolor">'>
--- 55,70 ----
  <TMPL_IF name="else">
  <font SIZE=6><em>MARC subfield structure admin for <TMPL_VAR 
name="tagfield"></em></font>
+ <p>This screen shows the subfields associated with the selected tag. You can 
edit subfields or add a new one by clicking on "edit". </p>
+ <p>The column <b>koha field</b> shows that the subfield is linked with a 
"koha field". Koha can manage a marc interface, or a koha interface. This link
+ ensure that both DB are synchronized, thus you can change from MARC to KOHA 
interface easily.</p>
  <table border=0 cellspacing=0 cellpadding=5>
  <tr valign=top bgcolor=#99cc33>
        <td background="/images/background-mem.gif" 
width=5%><b>Subfield</b></td>
!       <td background="/images/background-mem.gif" width=42%><b>Lib</b></td>
!       <td background="/images/background-mem.gif" width=10%><b>koha field</b> 
<span style="font-size:8;color:red" title="the koha-DB field linked to this 
subfield">?</span></td>
!       <td background="/images/background-mem.gif" width=8%><b>Rep</b> <span 
style="font-size:8;color:red" title="subfield may be repeated (1=yes, 
0=no)">?</span></td>
!       <td background="/images/background-mem.gif" width=8%><b>Mand</b> <span 
style="font-size:8;color:red" title="subfield is mandatory (1=yes, 
0=no)">?</span></td>
!       <td background="/images/background-mem.gif" width=8%><b>Tab</b> <span 
style="font-size:8;color:red" title="subfield is shown in which tab (0-9 or 
item)">?</span></td>
!       <td background="/images/background-mem.gif" width=8%>
  <TMPL_LOOP name="loop">
  <tr valign=top bgcolor='<TMPL_VAR name="bgcolor">'>
***************
*** 69,80 ****
        <td><TMPL_IF name="mandatory">Yes<TMPL_ELSE>No</TMPL_IF></td>
        <td><TMPL_VAR name="tab"></td>
  </tr>
  </TMPL_LOOP>
  </table>
  <TMPL_VAR name="edit">
! <table width=40%>
        <tr>
!               <td width=50%><TMPL_VAR name="previous"></td>
!               <td width=50%><TMPL_VAR name="next"></td>
        </tr>
  </table>
--- 75,88 ----
        <td><TMPL_IF name="mandatory">Yes<TMPL_ELSE>No</TMPL_IF></td>
        <td><TMPL_VAR name="tab"></td>
+       <td><a href="<TMPL_VAR name="delete">">delete</a></td>
  </tr>
  </TMPL_LOOP>
  </table>
  <TMPL_VAR name="edit">
! <table width=60%>
        <tr>
!               <td width=33%><TMPL_VAR name="previous"></td>
!               <td width=33%><TMPL_VAR name="next"></td>
!               <td width=33%><a href="marctagstructure.pl">Back to 
Tags</a></td>
        </tr>
  </table>




reply via email to

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