[newpage=home] ------------------------------------------------------------------------- titre=Obligations liées à un APPD [frame=1] --------------------------------------------------------------------------- $ var torder=new Array(); var lettre=new Array('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r'); $ torder['FishingArea']="Zone de pêche autorisée"; $ torder['DocOnboard']="Documents devant être présents à bord"; $ torder['Logbook']="Déclaration des captures et transmission du livre de bord"; $ torder['NotifPort']="Notifications avant d'arriver au port"; $ torder['VMS']="Système de suivi des positions du navire / VMS"; $ torder['DESC']="Déclarations d'entrée, de sortie et de captures / DESC"; $ torder['Inspection']="Inspection au port ou en mer"; $ torder['DCP']="Mesures relatives aux DCP"; $ torder['BonnesPratiques']="Limitation des impacts sur les espèces sensibles"; $ torder['INNwatch']="Surveillance participative en matière de lutte contre la pêche INN"; $ torder['Marins']="Embarquement de marins"; $ torder['Observateurs']="Observateurs embarqués désignés par "+appd['pays-le']; $ entetePage(1,3); $ titreFiche("Obligations liées à l'APPD avec "+appd['pays-nom']);
$ titreniv1("L'accord en vigueur");
' width=>


$ if (appd['pays-ocean']=='atl') { $ var tinfo="
Période de validité du protocole actuel : du "+appd['validite-debut']+" au "+appd['validite-fin']+"
Coûts à la tonne pour les senneurs : "+appd['redevance-senneurs']+"
Redevance annuelle pour les senneurs : "+appd['redevance-forfait']+"
Nombre de licences : France : "+appd['nb_licence-fr']+", Espagne : "+appd['nb_licence-sp']; $ } else { $ var tinfo="
Période de validité du protocole actuel : du "+appd['validite-debut']+" au "+appd['validite-fin']+"
Coûts à la tonne pour les senneurs : "+appd['redevance-senneurs']+"
Redevance annuelle pour les senneurs : "+appd['redevance-forfait']+"
Nombre de licences : France : "+appd['nb_licence-fr']+", Espagne : "+appd['nb_licence-sp']+", Italie : "+appd['nb_licence-it']; $ } $ if (appd['nb_licence-1']!='') { tinfo+="
"+appd['nb_licence-1']; } $ infoFiche(tinfo);
$ titreniv1("Références"); ' target=new>Protocole publié au


$ var page=1; $ for (i=1;i<19;i++) { $ if (appd['order-'+i]) { $ if (appd['order-'+i]=="finPage") { $ finPage(7,majfirstletter(appd['date-fiche'])); $ page++; $ entetePage(page,4); $ titreFiche(); $ } else if (appd['order-'+i]!="") { $ var section=appd['order-'+i]; $ iconright('obl-accords/'+section+'.png'); $ titreniv1(torder[section]+" [note]("+appd[section+'-article']+")[/note]");
$ for (j=0;j<9;j++) { $ if (appd[section+'-'+j]) { $ if (appd[section+'-'+j]!='') { $ } $ } $ } $ for (j=0;j<19;j++) { $ if (appd[section+'-'+lettre[j]]) { $ if (appd[section+'-'+lettre[j]]!='') { $ var t=appdtransform(appd[section+'-'+lettre[j]]); $ document.write("
"+lettre[j]+"-"+t); $ } $ } $ } $ for (j=0;j<9;j++) { $ if (appd[section+'-p'+j]) { $ if (appd[section+'-p'+j]!='') { $ } $ } $ }
$ ii=i+1; if ((appd['order-'+ii]!="finPage") && (appd['order-'+ii])) {
$ } $ } $ } $ } $ finPage(7,appd['auteur-nom']+", "+appd['date-fiche']); $ function appdtransform(text) { $ var nt=text.replaceAll("[rouge",""); $ nt=nt.replaceAll("[bleu",""); $ nt=nt.replaceAll("[/normal",""); $ nt=nt.replaceAll("[lepays",appd['pays-le']); $ nt=nt.replaceAll("[dupays",appd['pays-du']); $ nt=nt.replaceAll("]",""); $ return nt; $ }