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 thesa


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters thesaurus.tmpl,NONE,1.1 admin-home.tmpl,1.3,1.4
Date: Sat, 26 Oct 2002 10:57:20 -0700

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

Modified Files:
        admin-home.tmpl 
Added Files:
        thesaurus.tmpl 
Log Message:
road to 1.3.1
thesaurus / authorities support

--- NEW FILE ---
<TMPL_INCLUDE NAME="cat-top.inc">

<TMPL_IF name="detail_form">
<!-------------------------------------------------------------------------------------------------->
<font SIZE=6><em>Thesaurus management</em></font><br />
<table border=0 cellspacing=0 cellpadding=5>
<tr valign=top bgcolor=#99cc33>
        <td  background="/images/background-mem.gif"><b>Values related to 
<TMPL_VAR name="stdlib"> (<TMPL_VAR name="category">)</b></td>
</tr>
</table>
<br/><br/>
<table border=0 cellspacing=0 cellpadding=5>
<tr valign=top bgcolor=#99cc33>
        <td background="/images/background-mem.gif"><b>Other forms</b></td>
        <td background="/images/background-mem.gif">&nbsp;</td>
        <td background="/images/background-mem.gif">&nbsp;</td>
<TMPL_LOOP name="loop">
</tr valign=top bgcolor='<TMPL_VAR name="bgcolor">'>
        <td><TMPL_VAR name="freelib"></td>
        <td><a href="<TMPL_VAR name="edit">">Edit</a></td>
        <td><a href="<TMPL_VAR name="delete">">Delete</a></td>
</tr>
</TMPL_LOOP>
<form action='<TMPL_VAR name="script_name">' method=post>
<input type=hidden name=op value=add_form>
</table>
<form action='<TMPL_VAR name="script_name">' method=post>
<input type="hidden" name="op" value="add_form">
<input type="hidden" name="category" value="<TMPL_VAR name="category">">
<input type="hidden" name="stdlib" value="<TMPL_VAR name="stdlib">">
<br><input type=image src="/images/button-add-new.gif"  WIDTH=188  HEIGHT=44  
ALT="Add budget" BORDER=0 ></a><br>
</form>
</TMPL_IF>

<TMPL_IF name="add_form">
<!-------------------------------------------------------------------------------------------------->
        <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 cellpadding=3 cellspacing=3>
        <tr>
                <td>Category</td>
                <td><TMPL_VAR name="category"></td>
        </tr>
        <tr>
                <td>Authority lib</td>
                <td><input type=text name="stdlib" value='<TMPL_VAR 
name="stdlib">' maxlength="80" size="80"></td>
        </tr>
        <tr>
                <td>Other lib</td>
                <td><input type=text name="freelib" value='<TMPL_VAR 
name="freelib">' maxlength="80" size="80"></td>
        </tr>
        <tr>
                <td>&nbsp;</td>
                <td><input type="hidden" name="id" value="<TMPL_VAR name="id">">
                        <INPUT type="submit" value='OK'></td>
        </tr>
        </table>
        </form>
</TMPL_IF>


<TMPL_IF name="delete_confirm">
<!-------------------------------------------------------------------------------------------------->
<table border=0 cellspacing=0 cellpadding=5>
        <tr valign=top bgcolor=#99cc33>
                <td background="/images/background-mem.gif"><b>lib</b></td>
                <td background="/images/background-mem.gif"><b><TMPL_VAR 
name="search_category"></b></td>
        </tr>
        <tr><td>Value</td><td><TMPL_VAR name="Tvalue"></td></tr>
        <form action='<TMPL_VAR name="script_name">' method=post>
                <input type=hidden name=op value=delete_confirmed>
                <input type=hidden name=id value='<TMPL_VAR name="id">'>
                <input type="hidden" name="search_category" value="<TMPL_VAR 
name="search_category">">
        <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>

<!-------------------------------------------------------------------------------------------------->
<TMPL_IF name="else">
<font SIZE=6><em>Thesaurus management</em></font>
<p>Manages thesaurus and authorities files.<br />
<ul>
        <b>Dig</b> : see datas depending from this one<br />
        <b>Related</b> : see other forms of this authority entry</p>
</ul>
<form action=/cgi-bin/koha/admin/thesaurus.pl method=post>
        <TMPL_VAR name="tab_list">
        <input type="checkbox" name="toponly" value="1" <TMPL_IF 
name="toponly">checked</TMPL_IF>>Top hierarchy only
        <input type="text" name="searchstring" value="<TMPL_VAR 
name="searchstring">">
        <input type="submit" value="OK">
        <a href="thesaurus.pl?op=add_form">New category...</a>
</form>
<TMPL_VAR name="search_category">
<TMPL_LOOP name="hierarchy_loop">
        <a href="thesaurus.pl?branch=<TMPL_VAR name="branch">"><TMPL_VAR 
name="string"></a><br />
</TMPL_LOOP>
<table border=0 cellspacing=0 cellpadding=5>
<tr valign=top bgcolor=#99cc33>
        <td background="/images/background-mem.gif" width="10%">&nbsp;</td>
        <td background="/images/background-mem.gif" 
width="50%"><b>Authority</b></td>
        <td background="/images/background-mem.gif" width="10%"><b>Dig</b></td>
        <td background="/images/background-mem.gif" 
width="10%"><b>Related</b></td>
        <td background="/images/background-mem.gif" width="10%">&nbsp;</td>
        <td background="/images/background-mem.gif" width="10%">&nbsp;</td>
<TMPL_LOOP name="loop">
</tr valign=top bgcolor='<TMPL_VAR name="bgcolor">'>
        <td>&nbsp;</td>
        <td><TMPL_VAR name="stdlib"></td>
        <td><TMPL_VAR name="dig">Dig</a></td>
        <td><TMPL_VAR name="related">Related</a></td>
        <td><a href="<TMPL_VAR name="edit">">Edit</a></td>
        <td><a href="<TMPL_VAR name="delete">">Delete</a></td>
</tr>
</TMPL_LOOP>
<form action='<TMPL_VAR name="script_name">' method=post>
<input type=hidden name=op value=add_form>
</table>
<table width=40%>
        <tr>
                <td width=50%><TMPL_VAR name="previous"></td>
                <td width=50%><TMPL_VAR name="next"></td>
        </tr>
</table>
<form action='<TMPL_VAR name="script_name">' method=post>
<input type="hidden" name="op" value="add_form">
<input type="hidden" name="category" value="<TMPL_VAR name="category">">
<br><input type=image src="/images/button-add-new.gif"  WIDTH=188  HEIGHT=44  
ALT="Add budget" BORDER=0 ></a><br>
</form>
</TMPL_IF>

<TMPL_INCLUDE NAME="cat-bottom.inc">

Index: admin-home.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/admin-home.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** admin-home.tmpl     25 Oct 2002 10:55:46 -0000      1.3
--- admin-home.tmpl     26 Oct 2002 17:57:18 -0000      1.4
***************
*** 2,55 ****
  <center>
  <FONT SIZE=6><em>Koha admin page</em></FONT><br><br><br>
! <table cellspacing=0 cellpadding=3 width=60%>
! <th width="30%" background="/images/background-mem.gif">Table</th><th 
width="70%" background="/images/background-mem.gif">Meaning</th>
  <tr>
!       <td valign="top"><a href=/cgi-bin/koha/admin/branches.pl>libraries 
branches</a></td>
!       <td>the differents branches you manage with this koha server</td>
  </tr>
  <tr>
!       <td valign="top"><a href=/cgi-bin/koha/admin/aqbudget.pl>budget</a></td>
        <td>the budgets allowed to differents book funds.</td>
  </tr>
  <tr>
!       <td valign="top"><a href=/cgi-bin/koha/admin/aqbookfund.pl>book 
funds</a></td>
        <td>the differents book funds.</td>
  </tr>
  <tr>
!       <td valign="top"><a 
href=/cgi-bin/koha/admin/categorie.pl>categories</a></td>
!       <td>the differents types of borrowers.</td>
  </tr>
  <tr>
!       <td valign="top"><a href=/cgi-bin/koha/admin/itemtypes.pl>Item 
types</a></td>
!       <td>the supports of an item.</td>
  </tr>
  <tr>
!       <td valign="top"><a 
href=/cgi-bin/koha/admin/currency.pl>Currencies</a></td>
        <td>Currencies of booksellers.</td>
  </tr>
  <tr>
!       <td valign="top"><a 
href=/cgi-bin/koha/admin/printers.pl>Printers</a></td>
        <td>Printers (UNIX paths).</td>
  </tr>
  <tr>
!       <td valign="top"><a 
href=/cgi-bin/koha/admin/stopwords.pl>stopwords</a></td>
        <td>Words deleted during searches</td>
  </tr>
  <tr>
!       <td valign="top"><a 
href=/cgi-bin/koha/admin/systempreferences.pl>systempreferences</a></td>
        <td>System preferences</td>
  </tr>
- <tr>
-       <td valign="top"><a 
href=/cgi-bin/koha/admin/authorised_values.pl>authorised values</a></td>
-       <td>Define here categories and authorised values for them. 
-                       Authorised values are used in MARC form to limit/help 
editing MARC biblios</td>
- </tr>
- 
- <th background="/images/background-mem.gif">Table</th><th 
background="/images/background-mem.gif">Meaning</th>
- <tr><td valign="top"><a href=/cgi-bin/koha/admin/marctagstructure.pl>MARC tag 
structure</a></td><td>MARC structure : tag then subfields</td></tr>
- <tr><td valign="top"><a href=/cgi-bin/koha/admin/koha2marclinks.pl>Links koha 
- MARC DB</a></td><td>Define links between the koha standard DB and the MARC 
one. Note those links can be defined through MARC structure. This tool is just 
a shortcut to speed up linkage</td></tr>
- 
- 
  </table>
  </center>
  <TMPL_INCLUDE NAME="cat-bottom.inc">
--- 2,74 ----
  <center>
  <FONT SIZE=6><em>Koha admin page</em></FONT><br><br><br>
! <table width=100% cellspacing=0 cellpadding=5 border=1>
! <tr background="/images/background-mem.gif">
!       <th>Biblio related parameters </th>
! </tr>
! </table>
! <table cellspacing=0 cellpadding=3 width=80%>
  <tr>
!       <td valign="top" width="25%"><a 
href=/cgi-bin/koha/admin/itemtypes.pl>Item types</a></td>
!       <td>the supports of an item.</td>
  </tr>
  <tr>
!       <td valign="top" width="25%"><a 
href=/cgi-bin/koha/admin/aqbudget.pl>budget</a></td>
        <td>the budgets allowed to differents book funds.</td>
  </tr>
  <tr>
!       <td valign="top" width="25%"><a 
href=/cgi-bin/koha/admin/aqbookfund.pl>book funds</a></td>
        <td>the differents book funds.</td>
  </tr>
  <tr>
!       <td valign="top" width="25%"><a 
href=/cgi-bin/koha/admin/authorised_values.pl>authorised values</a></td>
!       <td>Define here categories and authorised values for them.
!                       Authorised values are used in MARC form to limit/help 
editing MARC biblios</td>
  </tr>
  <tr>
!       <td valign="top" width="25%"><a 
href=/cgi-bin/koha/admin/thesaurus.pl>Thesaurus</a></td>
!       <td>Thesaurus management. You can define as many thesaurus as needed, 
through definiitions of thesaurus "category"</td>
! </tr>
! 
! <table width=100% cellspacing=0 cellpadding=5 border=1>
! <tr background="/images/background-mem.gif">
!       <th>MARC related parameters </th>
! </tr>
! </table>
! <table cellspacing=0 cellpadding=3 width=80%>
! <tr><td valign="top" width="25%"><a 
href=/cgi-bin/koha/admin/marctagstructure.pl>MARC tag 
structure</a></td><td>MARC structure : tag then subfields</td></tr>
! <tr><td valign="top" width="25%"><a 
href=/cgi-bin/koha/admin/koha2marclinks.pl>Links koha - MARC 
DB</a></td><td>Define links between the koha standard DB and the MARC one. Note 
those links can be defined through MARC structure. This tool is just a shortcut 
to speed up linkage</td></tr>
! </table>
! <table width=100% cellspacing=0 cellpadding=5 border=1>
! <tr background="/images/background-mem.gif">
!       <th>Various datas : </th>
! </tr>
! </table>
! <table cellspacing=0 cellpadding=3 width="80%">
! <tr>
!       <td valign="top" width="25%"><a 
href=/cgi-bin/koha/admin/branches.pl>libraries branches</a></td>
!       <td>the differents branches you manage with this koha server</td>
  </tr>
  <tr>
!       <td valign="top" width="25%"><a 
href=/cgi-bin/koha/admin/categorie.pl>categories</a></td>
!       <td>the differents types of borrowers.</td>
! </tr>
! <tr>
!       <td valign="top" width="25%"><a 
href=/cgi-bin/koha/admin/currency.pl>Currencies</a></td>
        <td>Currencies of booksellers.</td>
  </tr>
  <tr>
!       <td valign="top" width="25%"><a 
href=/cgi-bin/koha/admin/printers.pl>Printers</a></td>
        <td>Printers (UNIX paths).</td>
  </tr>
  <tr>
!       <td valign="top" width="25%"><a 
href=/cgi-bin/koha/admin/stopwords.pl>stopwords</a></td>
        <td>Words deleted during searches</td>
  </tr>
  <tr>
!       <td valign="top" width="25%"><a 
href=/cgi-bin/koha/admin/systempreferences.pl>systempreferences</a></td>
        <td>System preferences</td>
  </tr>
  </table>
+ 
  </center>
  <TMPL_INCLUDE NAME="cat-bottom.inc">




reply via email to

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