x
Yes No
Do you want to visit DriveHQ English website?
iptc_keywords.pl - Hosted on DriveHQ Cloud IT Platform
  • Goto parent folder Arriba
  • Upload files to the selected folder Subir
  • Download files to local Descargar
  • Share the selected folder/file online Compartir
  • Publish the selected folder/file online Publicar
  • Create a new folder Nueva carpeta
  • Create a new file Nuevo archivo
  • Copy selected files/folders Copiar
  • Cut selected files/folders Cortar
  • Delete selected files/folders Eliminar
  • Paste files/folders to this folder Pegar
  • Clasificación
  • Actualizar
Ruta de la carpeta: \\LITTLELEV\ImageFolioLite\admin\iptc_keywords.pl
Girar Efecto Propiedad Historial
|; } else { if (($iptcattribute =~ /custom/) && !$is_user) { $star = ' *'; $star_note = 1; } elsif ($iptcattribute =~ /date/i) { if ($eu_date_format) { $star = ' dd/mm/yyyy'; } else { $star = ' mm/dd/yyyy'; } } else { $star = ''; } if (defined($iptc_info)){ $iptcvalue = $iptc_info->Attribute("$iptcattribute"); } $fieldvalue = $iptcvalue; if ($iptcattribute =~ /date/i && $fieldvalue =~ /\S+/) { @character = split(//, $fieldvalue); if ($eu_date_format) { $fieldvalue = qq|@character[6]@character[7]/@character[4]@character[5]/@character[0]@character[1]@character[2]@character[3]|; } else { $fieldvalue = qq|@character[4]@character[5]/@character[6]@character[7]/@character[0]@character[1]@character[2]@character[3]|; } } $fieldlength = $iptcbytes - length($fieldvalue); $onkeyup = qq|val = this.value; if (val.length > $iptcbytes) {alert('According to the IPTC standard this field ($iptcfield) can not be longer then $iptcbytes characters.'); this.value = val.substring(0,$iptcbytes); $iptcattributeform.focus() }|; $boxsize = length($iptcbytes); if ($iptcbytes > '128') { $metadata .= qq||; } else{ $metadata .= qq||; } } } $keyform .= qq|
<$admin_small_font>$iptcfield$star
($rule)
<$admin_small_font>$iptcfield$star
($rule)
$metadata
|; } ############################################################################### # GET IMAGELIST # We read the directory selected in step one and pull out all of the images # in the directory and create a selection form ############################################################################### sub get_imagelist { $totalnames = 0; if ($image eq $file) { $selected = " selected"; } else { $selected = ""; } opendir(IMAGEDIR,"$image_directory/$category") or &Error ("Could not read directory, $image_directory/$category. Reason: $!"); $imagelist .= qq||; unless ($totalnames >= 1) { &Error ("The category '$category' does not contain any images."); } } 1;
iptc_keywords.pl
Dirección de la página
Dirección del archivo
Anterior  19/27  Siguiente
Descargar ( 28 KB )

Comments
Total ratings:  0 Average rating:      No clasificado of 10