<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>ABCD</title>
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <meta name="robots" CONTENT="NONE" />
<meta http-equiv="keywords" content="" />
<meta http-equiv="description" content="" />
<!-- Stylesheets -->
<link rel="stylesheet" rev="stylesheet" href="../css/template.css" type="text/css" media="screen"/>
<!--[if IE]>
<link rel="stylesheet" rev="stylesheet" href="../css/bugfixes_ie.css" type="text/css" media="screen"/>
<![endif]-->
<!--[if IE 6]>
<link rel="stylesheet" rev="stylesheet" href="../css/bugfixes_ie6.css" type="text/css" media="screen"/>
<![endif]-->
</head>
<script>
is_marc=''
PickList=new Array()
NamePickList=new Array()
SubCampos=new Array()
mod_picklist="Modificar la lista de selección"
reload_picklist="Recargar la lista de selección"
function RefrescarPicklist(tabla,Ctrl,valor){
ValorOpcion=valor
document.refrescarpicklist.picklist.value=tabla
document.refrescarpicklist.Ctrl.value=Ctrl
document.refrescarpicklist.valor.value=valor
msgwin=window.open("","Picklist","width=20,height=10,scrollbars, resizable")
document.refrescarpicklist.submit()
msgwin.focus()
}
function AgregarPicklist(tabla,Ctrl,valor){
ValorOpcion=valor
document.agregarpicklist.picklist.value=tabla
document.agregarpicklist.Ctrl.value=Ctrl
document.agregarpicklist.valor.value=valor
msgwin=window.open("","Picklist","width=600,height=500,scrollbars, resizable")
document.agregarpicklist.submit()
msgwin.focus()
}
//SE ACTUALIZA EL SELECT CON LA TABLA ACTUALIADA
ValorTabla=""
SelectName=""
ValorOpcion=""
function AsignarTabla(){
opciones=ValorTabla.split('$$$$')
var Sel = document.getElementById(SelectName);
Sel.options.length = 0;
var newOpt =Sel.appendChild(document.createElement('option'));
newOpt.text = "";
newOpt.value = " ";
for (x in opciones){
op=opciones[x].split('|')
if (op[0]=="")
op[0]=op[1]
if (op[1]=="")
op[1]=op[0]
var newOpt =Sel.appendChild(document.createElement('option'));
newOpt.text = op[1];
newOpt.value = op[0];
if (op[0]==ValorOpcion)
newOpt.selected=true
}
}
function EnviarArchivo(Tag,subc){
msgwin=window.open("","Upload","status=yes,resizable=yes,toolbar=no,menu=no,scrollbars=yes,width=750,height=180,top=100,left=5");
msgwin.document.close();
msgwin.document.writeln("<html><title>Subir archivo</title><body link=black vlink=black bgcolor=white>\n");
msgwin.document.writeln("<form name=upload action=upload_img.php method=POST enctype=multipart/form-data>\n");
msgwin.document.writeln("<input type=hidden name=base value=>\n");
msgwin.document.writeln("<input type=hidden name=Tag value="+Tag+">")
msgwin.document.writeln("<input type=hidden name=subc value=\""+subc+"\">")
msgwin.document.writeln(" Almacenar en: <input type=text name=storein size=40 value=\"\" onfocus=blur()>\n");
msgwin.document.writeln(" <a href=dirs_explorer.php?Opcion=explorar&base=&tag="+Tag+" target=_blank>explorar</a>")
msgwin.document.writeln("<br>");
msgwin.document.writeln("<table width=100%>");
msgwin.document.writeln("<tr><td class=menusec1>Archivo</td><td class=menusec1></td>\n");
msgwin.document.writeln("<tr><td><input name=userfile[] type=file size=50></td><td></td>\n");
msgwin.document.writeln("</table>\n");
msgwin.document.writeln(" <input type=submit value='Subir archivo'>\n");
msgwin.document.writeln("</form>\n");
msgwin.document.writeln("</body>\n");
msgwin.document.writeln("</html>\n");
msgwin.focus() ;
}
<?
echo "</script>\n";
?>
<STYLE type=text/css>
TABLE {
BACKGROUND-COLOR: #ffffff; FONT-FAMILY: Verdana, Helvetica, Arial; FONT-SIZE: 8pt
}
BODY {
FONT-FAMILY: Verdana, Helvetica, Arial; FONT-SIZE: 8pt
}
input {BORDER-TOP-COLOR: #000000; BORDER-LEFT-COLOR: #000000; BORDER-RIGHT-COLOR: #000000; BORDER-BOTTOM-COLOR: #000000; BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 12px; BORDER-BOTTOM-WIDTH: 1px; FONT-FAMILY: Arial,Helvetica; BORDER-RIGHT-WIDTH: 1px}
select {BORDER-TOP-COLOR: #000000; BORDER-LEFT-COLOR: #000000; BORDER-RIGHT-COLOR: #000000; BORDER-BOTTOM-COLOR: #000000; BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 12px; BORDER-BOTTOM-WIDTH: 1px; FONT-FAMILY: Arial,Helvetica; BORDER-RIGHT-WIDTH: 1px}
textarea {BORDER-TOP-COLOR: #000000; BORDER-LEFT-COLOR: #000000; BORDER-RIGHT-COLOR: #000000; BORDER-BOTTOM-COLOR: #000000; BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 12px; BORDER-BOTTOM-WIDTH: 1px; FONT-FAMILY: Arial,Helvetica; BORDER-RIGHT-WIDTH: 1px}
text {BORDER-TOP-COLOR: #000000; BORDER-LEFT-COLOR: #000000; BORDER-RIGHT-COLOR: #000000; BORDER-BOTTOM-COLOR: #000000; BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 12px; BORDER-BOTTOM-WIDTH: 1px; FONT-FAMILY: Arial,Helvetica; BORDER-RIGHT-WIDTH: 1px}
checkbox {BORDER-TOP-COLOR: #000000; BORDER-LEFT-COLOR: #000000; BORDER-RIGHT-COLOR: #000000; BORDER-BOTTOM-COLOR: #000000; BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 12px; BORDER-BOTTOM-WIDTH: 1px; FONT-FAMILY: Arial,Helvetica; BORDER-RIGHT-WIDTH: 1px}
</STYLE>
</head>
<script language=JavaScript src=js/terminoseleccionado.js></SCRIPT>
<script language=JavaScript src=js/lr_trim.js></SCRIPT>
<script language=javascript>
base=window.opener.top.base
url_indice=""
Ctrl_activo=""
function getElement(psID) {
if(!document.all) {
return document.getElementById(psID);
} else {
return document.all[psID];
}
}
function AbrirIndiceAlfabetico(xI,Prefijo,SubC,Separa,db,cipar,tag,Formato){
Ctrl_activo=getElement(xI)
document.forma1.Indice.value=xI
Separa="&delimitador="+Separa
Prefijo=Separa+"&tagfst="+tag+"&prefijo="+Prefijo
ancho=200
url_indice="capturaclaves.php?opcion=autoridades&base="+db+"&cipar="+cipar+"&Tag="+xI+Prefijo+"&indice="+xI+"&repetible=0"+"&Formato="+Formato+"&postings=10&sfe=s"
msgwin=window.open(url_indice,"indice","width=550, height=425,resizable, scrollbar")
msgwin.focus()
return
}
function AbrirIndice(ira){
url_indice=url_indice+ira
ancho=screen.width-500-20
msgwin=window.open(url_indice,"Indice","status=yes,resizable=yes,toolbar=no,menu=yes,scrollbars=yes,width=500,height=600,top=20,left="+ancho)
msgwin.focus()
}
function Ayuda(tag){
help=window.opener.url_H
if (help!=""){
url=help
}else{
tagx=String(tag)
if (tagx.length<3) tagx="0"+tagx
if (tagx.length<3) tagx="0"+tagx
url="../documentacion/ayuda_db.php?help="+base+"/ayudas/es/tag_"+tagx+".html"
}
msgwin=window.open(url,"Ayuda","status=yes,resizable=yes,toolbar=no,menu=yes,scrollbars=yes,width=600,height=400,top=100,left=100")
msgwin.focus()
}
</script>
<body>
<div class="helper">
<a href=../documentacion/ayuda.php?help=es/assist_sc.html target=_blank>Ayuda</a> 
<a href=../documentacion/edit.php?archivo=es/assist_sc.html target=_blank>Editar ayuda</a><font color=white> Script: campos.php</font>
</div>
<div class="middle form">
<div class="formContent">
<body link=black vlink=black bgcolor=white>
<form name=agregarpicklist action=../dbadmin/picklist_edit.php method=post target=Picklist>
<input type=hidden name=base value=>
<input type=hidden name=picklist>
<input type=hidden name=Ctrl>
<input type=hidden name=valor>
<input type=hidden name=desde value=dataentry>
</form>
<form name=refrescarpicklist action=../dbadmin/picklist_refresh.php method=post target=Picklist>
<input type=hidden name=base value=>
<input type=hidden name=picklist>
<input type=hidden name=Ctrl>
<input type=hidden name=valor>
<input type=hidden name=desde value=dataentry>
</form>
<form name=forma1>
<input type=hidden name=tagcampo>
<input type=hidden name=occur>
<input type=hidden name=ep>
<input type=hidden name=NoVar>
<input type=hidden name=Indice value="">
<input type=hidden name=base>
<input type=hidden name=cipar>
<input type=hidden name=Formato>
<input type=hidden name=Repetible>
<input type=hidden name=Indice>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class=td2>
<tr>
<td>
<script language=JavaScript src=js/editarocurrencias.js></SCRIPT>
</td>
<tr>
<td id="asubc">
</td>
<tr>
<td><br>
<!-- <font size=1>Use los símbolos <img src=../img/add.gif> y <img src=../img/delete.gif> para agregar o eliminar ocurrencias respectivamente.
Cuando agregue una ocurrencia, la misma se adicionará al menú de selección cuando haga clic sobre <img src=../img/aceptar.gif alt='Aceptar estos cambios' border=0 height=15>.
Al terminar la edición del campo, haga clic sobre <img src=../img/pasaraldocumento.gif alt='Pasar al registro' border=0 height=15> para actualizar el formulario de ingreso.
Si no desea pasar los cambios al formulario, haga clic sobre <img src=../img/cancelar.gif alt='cancelar la edición del campo' border=0 height=15>-->
</td>
</table>
<br><center>
<table width=200 bgcolor=#FFFFFF border=0 cellspacing=5>
<td align=center>
<a href=javascript:AceptarCambios()><img src=img/aceptar.gif border=0><br>Aceptar</a>
</td>
<td align=center><a href=javascript:ActualizarForma()><img src=img/pasaraldocumento.gif border=0><br>Actualizar</a>
</td>
<td align=center>
<a href="javascript:self.close()"><img src=img/cancelar.gif border=0><br>Cancelar</a>
</td>
</table>
<script language=javascript>
if (Occ>0) {
TerminoSeleccionado()
}else{
Redraw("")
}
</script>
</form>
</center>
</div>
</div>
<div class="footer">
<div class="systemInfo">
<strong>ABCD 1.2 BETA TRANSITIONAL</strong>
<span>2013 UCI</span>
<a href="http://www.bireme.br" target=_blank>http://www.bireme.br</a>
</div>
<div class="distributorLogo">
<a href="http://www.bireme.br" target=_blank><span>Automatización de Biblioteca y Centros de Documentación</span></a>
</div>
<div class="spacer"> </div>
</div>
<p>
</body></html>