Author Topic: HTML Path  (Read 2751 times)

0 Members and 1 Guest are viewing this topic.

Offline kiadisa

  • VIP
  • Hero Member
  • *
  • Posts: 347
    • View Profile
HTML Path
« on: March 05, 2017, 16:21:07 »
Bonsoir,
Dans Edit.html j'ai mis <prop path=INDI:BIRT:SOUR:PAGE img=No>, mais sans succès
Quelqu'un peut-il m'indiquer le chemin pour afficher le TAG PAGE d'une source,
D'avance merci
Claude

Offline FredericL

  • VIP
  • Hero Member
  • *
  • Posts: 756
    • View Profile
    • Généalogie personnelle et logiciel gratuit Ancestris
Re: HTML Path
« Reply #1 on: March 05, 2017, 16:41:17 »
Bonjour,

Le chemin semble le bon, mais quel est ce fichier "Edit.html" que tu essaies de modifier ? A quelle fonctionnalité d'Ancestris cela correspond ? (à partir de là je pourrais essayer de voir).

Merci,
Frédéric

Offline kiadisa

  • VIP
  • Hero Member
  • *
  • Posts: 347
    • View Profile
Re: HTML Path
« Reply #2 on: March 05, 2017, 16:45:12 »
Il s'agit de l'écran en dessous de l'éditeur Gedcom,

Offline Jeannot

  • VIP
  • Hero Member
  • *
  • Posts: 321
    • View Profile
Re: HTML Path
« Reply #3 on: March 06, 2017, 07:42:24 »
Bonjour,

Sur mon arbre cette ligne marche:
<prop path=INDI:BIRT:SOUR:PAGE img=No>
Comment est écrite cette ligne dans le gedcom?
Pour moi c'est
0 INDI
 1 BIRT
  2 SOUR
   3 PAGE

Amicalement
Jeannot

Offline kiadisa

  • VIP
  • Hero Member
  • *
  • Posts: 347
    • View Profile
Re : HTML Path
« Reply #4 on: March 06, 2017, 08:59:48 »
Merci Jeannot
 
J'ai changé PAGE par _URL ce qui donne :
<table width="100%" border="1">
 <tr valign=top>
 <td>
   <font color="blue"><b><prop path=INDI></b></font> [ <prop path=INDI:SEX img=yes txt=no>]
   <br>
   <b><prop path=INDI:NAME></b>
   <br>
   <i><name tag=BIRT></i>&nbsp;:&nbsp;<b><prop path=INDI:BIRT:DATE img=no></b>&nbsp;
   (<prop path=INDI:BIRT:PLAC>)
   <i><name tag=CHR></i>&nbsp;:&nbsp;<b><prop path=INDI:CHR:DATE img=no></b>&nbsp;
   (<prop path=INDI:CHR:PLAC>)
   <br>
   <i><name tag=DEAT></i>&nbsp;:&nbsp;<b><prop path=INDI:DEAT:DATE img=no></b>&nbsp;
   (<prop path=INDI:DEAT:PLAC>)
   <br>
  <prop path=INDI:DEAT:SOUR:_URL>
  <br>
    <i><name tag=BURI></i>&nbsp;:&nbsp;<b><prop path=INDI:BURI:DATE img=no></b>&nbsp;
   (<prop path=INDI:BURI:PLAC>)
   <br>
   <br>
   <i><name tag=OCCU></i>&nbsp;:&nbsp;<prop path=INDI:OCCU img=no>
  </td>
  <td valign=top align=right>
   <media max=20>
  </td>
 </tr>
 </table>
J'aimerais l'activation de l'hyperlien pour <prop path=INDI:DEAT:SOUR:_URL>, j'ai transformé en : <a href="<prop path=INDI:DEAT:SOUR:_URL>" target="_blank"> Acte de deces</a>
Sans succès
a-t-il un moyen de l'activer?
Claude

Offline Jeannot

  • VIP
  • Hero Member
  • *
  • Posts: 321
    • View Profile
Re: HTML Path
« Reply #5 on: March 13, 2017, 07:19:08 »
Bonjour,

Je pense que le html d'Ancestris est trop basic pour permettre cela

Amicalement
Jeannot

Offline kiadisa

  • VIP
  • Hero Member
  • *
  • Posts: 347
    • View Profile
Re : HTML Path
« Reply #6 on: March 13, 2017, 09:33:28 »
ok
merci
Claude