[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/zh-TW/parameters pr
From: |
Ambrose Li |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/zh-TW/parameters printers.tmpl,NONE,1.1 |
Date: |
Mon, 09 Feb 2004 20:40:58 -0800 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/zh-TW/parameters
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15937/parameters
Added Files:
printers.tmpl
Log Message:
Sync to en (new file)
--- NEW FILE ---
<!-- TMPL_INCLUDE NAME="parameters-top.inc" -->
<!-- TMPL_IF NAME=add_form -->
<script>
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////
function isNotNull(f,noalert) {
if (f.value.length ==0) {
return false;
}
return true;
}
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////
function toUC(f) {
var x=f.value.toUpperCase();
f.value=x;
return true;
}
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////
function isNum(v,maybenull) {
var n = new Number(v.value);
if (isNaN(n)) {
return false;
}
if (maybenull==0 && v.value=='') {
return false;
}
return true;
}
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////
function isDate(f) {
var t = Date.parse(f.value);
if (isNaN(t)) {
return false;
}
}
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////
function Check(f) {
var ok=1;
var _alertString="";
var alertString2;
if (f.printername.value.length==0) {
_alertString += "- printer name missing\n";
}
if (f.printqueue.value.length==0) {
_alertString += "- Queue missing\n";
}
if (_alertString.length==0) {
document.Aform.submit();
} else {
alertString2 = "Form not submitted because of the
following problem(s)\n";
alertString2 +=
"------------------------------------------------------------------------------------\n\n";
alertString2 += _alertString;
alert(alertString2);
}
}
</SCRIPT>
<!-- TMPL_IF NAME=searchfield -->
<h1>§ó§ï¥´¦L¾÷</h1>
<!-- TMPL_ELSE -->
<h1>·s¼W¥´¦L¾÷</h1>
<!-- /TMPL_IF -->
<form action='<!-- TMPL_VAR NAME=script_name -->' name=Aform
method=post>
<input type=hidden name=op value='add_validate'>
<table>
<!-- TMPL_IF NAME=searchfield -->
<tr>
<td>¥´¦L¾÷¦WºÙ</td>
<td>
<input type=hidden name=printername value='<!--
TMPL_VAR NAME=searchfield -->'><!-- TMPL_VAR NAME=searchfield -->
</td>
</tr>
<!-- TMPL_ELSE -->
<tr>
<td>¥´¦L¾÷¦WºÙ</td>
<td>
<input type=text name=printername size=50
maxlength=50>
</td>
</tr>
<!-- /TMPL_IF -->
<tr>
<td>¶¤¦C</td>
<td><input type=text name=printqueue size=50
maxlength=50 value='<!-- TMPL_VAR NAME=printqueue -->'> </td>
</tr>
<tr>
<td>Ãþ§O</td>
<td><input type=text name=printtype size=50
maxlength=50 value='<!-- TMPL_VAR NAME=printtype -->'> </td>
</tr>
<tr>
<td> </td>
<td><INPUT type=button value='¦n'
onClick='Check(this.form)'></td>
</tr>
</table>
</form>
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME=add_validate -->
Data recorded
<form action='<!-- TMPL_VAR NAME=script_name -->' method=post>
<input type=submit value=OK>
</form>
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME=delete_confirm -->
<table border=0 cellspacing=0 cellpadding=5>
<tr bgcolor='#99cc33'>
<td
background='/images/background-mem.gif'><b>¥´¦L¾÷</b></td>
<td background='/images/background-mem.gif'><b><!--
TMPL_VAR NAME=searchfield --></b></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>¶¤¦C</td>
<td><!-- TMPL_VAR NAME=printqueue --></td>
</tr>
<tr>
<td>Ãþ§O</td>
<td><!-- TMPL_VAR NAME=printtype --></td>
</tr>
<tr>
<td colspan=2 align=center>½T©wn²¾°£¶Ü¡H</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>
</table>
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME=delete_confirmed -->
¸ê®Æ¤w³Q²¾°£
<form action='<!-- TMPL_VAR NAME=script_name -->' method=post>
<input type=submit value=OK>
</form>
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME=else -->
<h2>¦Lªí¾÷ºÞ²z</h2>
<form action='<!-- TMPL_VAR NAME=script_name -->' method=post>
<input type=text name=description value=<!-- TMPL_VAR
NAME=searchfield -->>
<input type=reset name=reset value="²MªÅ">
</form>
<!-- TMPL_IF NAME=searchfield -->
±z¬d¸ß<b><!-- TMPL_VAR NAME=searchfield --></b>
<!-- /TMPL_IF -->
<table border=0 cellspacing=0 cellpadding=5>
<tr bgcolor='#99cc33'>
<td
background='/images/background-mem.gif'><b>¦WºÙ</b></td>
<td
background='/images/background-mem.gif'><b>¶¤¦C</b></td>
<td
background='/images/background-mem.gif'><b>Ãþ§O</b></td>
<td background='/images/background-mem.gif'> </td>
<td background='/images/background-mem.gif'> </td>
</tr>
<!-- TMPL_LOOP NAME=loop -->
<tr bgcolor="<!-- TMPL_VAR NAME=toggle -->">
<td><!-- TMPL_VAR NAME=printername --></td>
<td><!-- TMPL_VAR NAME=printqueue --></td>
<td><!-- TMPL_VAR NAME=printtype --></td>
<td><a href="<!-- TMPL_VAR NAME=script_name
-->?op=add_form&searchfield=<!-- TMPL_VAR NAME=printername -->">קï</a></td>
<td><a href="<!-- TMPL_VAR NAME=script_name
-->?op=delete_confirm&searchfield=<!-- TMPL_VAR NAME=printername
-->">²¾°£</a></td>
</tr>
<!-- /TMPL_LOOP -->
</table>
<form action='<!-- TMPL_VAR NAME=script_name -->' method=post>
<input type=hidden name=op value=add_form>
<!-- TMPL_IF NAME=offsetgtzero -->
<a href="<!-- TMPL_VAR NAME=script_name -->?offset=<!--
TMPL_VAR NAME=prevpage -->"><< Prev</a>
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME=ltcount -->
<a href="<!-- TMPL_VAR NAME=script_name -->?offset=<!--
TMPL_VAR NAME=nextpage -->">address@hidden >></a>
<!-- /TMPL_iF -->
<br>
<input type=submit class="button" value="·s¼W¥´¦L¾÷" alt="·s¼W¥´¦L¾÷">
<br>
</form>
<!-- /TMPL_IF -->
<!-- TMPL_INCLUDE NAME="parameters-bottom.inc" -->
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/zh-TW/parameters printers.tmpl,NONE,1.1,
Ambrose Li <=
- Prev by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/zh-TW/parameters admin-home.tmpl,1.3,1.3.2.1 systempreferences.tmpl,1.3,1.3.2.1
- Next by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/zh-TW/parameters printers.tmpl,NONE,1.1.2.1
- Previous by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/zh-TW/parameters admin-home.tmpl,1.3,1.3.2.1 systempreferences.tmpl,1.3,1.3.2.1
- Next by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/zh-TW/parameters printers.tmpl,NONE,1.1.2.1
- Index(es):