Author: fm
Date: Mon Oct 28 22:19:49 2013
New Revision: 4635

Log:
help files updated by Arvernes

Added:
   
trunk/AncestrisExtensions/Geo/javahelp/ancestris/modules/geo/docs/ancestris.css
Modified:
   
trunk/AncestrisExtensions/Geo/javahelp/ancestris/modules/geo/docs/geo-about.html
   
trunk/AncestrisExtensions/Geo/javahelp/ancestris/modules/geo/docs/geo-edit_place.html
   
trunk/AncestrisExtensions/Geo/javahelp/ancestris/modules/geo/docs/geo-menu_event.html
   
trunk/AncestrisExtensions/Geo/javahelp/ancestris/modules/geo/docs/geo-menu_place.html
   
trunk/AncestrisExtensions/Geo/javahelp/ancestris/modules/geo/docs/geo-search.html

Added: 
trunk/AncestrisExtensions/Geo/javahelp/ancestris/modules/geo/docs/ancestris.css
==============================================================================
--- (empty file)
+++ 
trunk/AncestrisExtensions/Geo/javahelp/ancestris/modules/geo/docs/ancestris.css 
    Mon Oct 28 22:19:49 2013
@@ -0,0 +1,299 @@
+/*
+ * rave.css      08/13/2004
+ *
+ * Copyright (c) 2009 Sun Microsystems, Inc. All rights reserved.
+ * Use is subject to license terms.
+ *
+ * Changes from NetBeans ide.css:
+ * Oct. 2003
+ * Got rid of <tr> and <td> definitions.
+ * Changed table definition and added <border> tag
+ * to improve appearance of tables in web browsers.
+ * Added <th> definition to make default text alignment left.
+ * 
+ * Added <dl>, <dt>, and <dd> definitions to be used instead
+ * of formatting tables for See Also lists. For example:
+ * <dl>
+ * <dt>See Also</dt>
+ * <dd>First Linked Element of List</dd>
+ * <dd>Second Linked Element of List</dd>
+ * </dl>
+ * 
+ * Added <ul> and <ol> definitions that support blue ball
+ * and blue square graphics for bullets. Definitions
+ * account for sublists and for subslists of sublists.
+ * 
+ */
+
+
+
+/* Lists */
+
+li {margin-top: 0;
+    margin-bottom: 5;
+ }
+        
+li p{margin-top: 5;
+     margin-bottom: 0}
+
+/* Ordered lists */
+
+ul {list-style-image:url(images/blue-ball-mid.gif);
+    margin-top: 5;
+    margin-bottom: 0;
+    margin-left: 32;
+}
+
+ul li ul{list-style-image:url(images/blue-sqr-mid.gif);}
+
+ul ul{list-style-image:url(images/blue-sqr-mid.gif)}
+
+/* Numbered lists embedded in ordered lists */
+
+ul li ol{list-style-image:none;
+         list-style-type: decimal}
+
+ul li ol li ol{list-style-type: lower-alpha}
+
+ul li ol ol{list-style-type: lower-alpha}
+
+ul ol{list-style-image:none;
+      list-style-type: decimal}
+
+ul ol li ol{list-style-type: lower-alpha}
+
+ul ol ol{list-style-type: lower-alpha}
+
+/* Graphics for notes and warnings */
+ul.note {list-style-image:url(images/tip.gif);
+     margin-top: 5;
+     margin-bottom: 0;
+     margin-left: 16;
+}
+
+ul.warning {list-style-image:url(images/warn.gif);
+     margin-top: 5;
+     margin-bottom: 0;
+     margin-left: 16;
+}
+
+/* Numbered lists */
+
+ol {list-style-type: decimal;
+     margin-top: 5;
+     margin-bottom: 0;
+     margin-left: 22;
+}
+
+ol li ol{list-style-type: lower-alpha}
+
+ol ol{list-style-type: lower-alpha}
+
+/* Ordered lists embedded in Numbered lists */
+
+ol li ul {list-style-image:url(images/blue-ball-mid.gif)}
+
+ol li ul li ul {list-style-image:url(images/blue-sqr-mid.gif)}
+
+ol li ul ul {list-style-image:url(images/blue-sqr-mid.gif)}
+
+ol ul {list-style-image:url(images/blue-ball-mid.gif)}
+
+ol ul li ul {list-style-image:url(images/blue-sqr-mid.gif)}
+
+ol ul ul{list-style-image:url(images/blue-sqr-mid.gif)}
+
+dl {margin-left: 0;
+    margin-top: 10;
+    margin-bottom: 5}
+
+dt {font-size: 12px;
+    font-style: normal;
+    font-weight: bold;
+    margin-top: 0;
+    margin-bottom: 0;
+    text-indent: 0}
+
+dd {font-size: 12px;
+    font-style: normal;
+    font-weight: normal;
+    margin-top: 2;
+    margin-left: 25}
+        
+table {
+    border-style: solid;
+    border-color: silver;
+    margin-top: 5;
+    margin-bottom: 5;
+}
+
+td {
+    border-style: solid;
+    border-color: silver;
+    padding-left: 1;
+    padding-right: 1;
+    padding-top: 1;
+    padding-bottom: 1;
+}
+
+th {
+    border-style: solid;
+    border-color: silver;
+    padding-left: 1;
+    padding-right: 1;
+    padding-top: 1;
+    padding-bottom: 1;
+}
+
+small {font-size: x-small}
+
+/* Specific style for the Help section of Ancestris - Start */
+
+/* Page */
+
+body  {
+    font-size: 12px;
+    font-family: SansSerif, Arial, Helvetica, sans-serif;
+    margin-left: 10;
+    margin-right: 10;
+    color: Black;
+    background-color: White;
+}
+
+/* Paragraphs */
+
+p  {
+    font-size: 12px;
+    margin-top: 5;
+    margin-bottom: 5;
+}
+
+p.justify  {
+    font-size: 12px;
+    margin-top: 5;
+    margin-bottom: 5;
+    text-align: justify;
+    text-justify: newspaper;
+}
+
+p.marge40  {
+    font-size: 12px;
+    margin-top: 5;
+    margin-bottom: 5;
+    margin-left: 40;
+    text-align: justify;
+    text-justify: newspaper;
+}
+
+p.warning   {
+    font-weight: bolder;
+    color: red;
+    background: white;
+    }
+
+/* Titles */
+
+h1.ancestris_help_title   {
+    color: #000000;
+    background: #ffffff;
+    font-size: 14pt;
+    font-weight: 900;
+    text-decoration: underline;
+    }
+
+h2.ancestris_help_title   {
+    color: #000000;
+    background: #ffffff;
+    font-size: 13pt;
+    font-weight: 700;
+    text-decoration: underline;
+    }
+
+h2.ancestris_back_section   {
+    color: #000000;
+    background: #ffffff;
+    font-size: 12pt;
+    font-weight: 700;
+    text-align: center;
+    text-decoration: underline;
+    }
+
+h3.ancestris_help_title   {
+    color: #000000;
+    background: #ffffff;
+    font-size: 12pt;
+    font-weight: 700;
+    text-decoration: underline;
+    }
+
+h4.ancestris_help_title   {
+    color: #000000;
+    background: #ffffff;
+    font-size: 10pt;
+    font-weight: 700;
+    font-style: italic;
+    text-decoration: underline;
+    }
+
+/*
+ * Use the h6 tag for the term in a glossary popup
+ * topic. The term being defined is the heading for
+ * the topic.
+ */
+
+h6 {
+    font-size: smaller;
+    font-weight: bold;
+    margin-top: 0;
+    margin-bottom: 10;
+}
+
+div.section1    {
+    color: #000000;
+    font-size: 9pt;
+    font-weight: 400;
+    margin-left: 10px;
+    margin-right: 5px;
+    text-align: justify;
+    }
+
+/* Specific Texts */
+
+.ancestris_stop_tip {
+    background-color:#abeee2;
+    font-size: 11px;
+    text-align: justify;
+    text-justify: newspaper;
+}
+
+.ancestris_info_image {
+    color: #24006b;
+    font-style: italic;
+    font-size: 10px;
+}
+
+.featured {
+    margin: 30px 0;
+    padding: 7px 4px;
+    border: 2px dotted #090;
+    background: #e8fcd9;
+    color: #333;
+    border-radius: 4px;
+    -moz-border-radius: 4px;
+    -webkit-border-radius: 4px;
+}
+
+.code_citation {
+    font-family: monospace;
+    font-size: 7pt;
+    margin: 20px 0;
+    padding: 7px 4px;
+    border: 2px dotted #090;
+    background: #e5e5e5;
+    color: #333;
+    border-radius: 4px;
+    -moz-border-radius: 4px;
+    -webkit-border-radius: 4px;
+}
+
+/* Specific style for the Help section of Ancestris - End */

Modified: 
trunk/AncestrisExtensions/Geo/javahelp/ancestris/modules/geo/docs/geo-about.html
==============================================================================
--- 
trunk/AncestrisExtensions/Geo/javahelp/ancestris/modules/geo/docs/geo-about.html
    (original)
+++ 
trunk/AncestrisExtensions/Geo/javahelp/ancestris/modules/geo/docs/geo-about.html
    Mon Oct 28 22:19:49 2013
@@ -6,11 +6,11 @@
     <head>
         <title></title>
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-        <link rel="stylesheet" href="../../docs/ancestris.css">
+        <link rel="stylesheet" href="./ancestris.css">
     </head>
     <body>
         <div class="section1">
-            <center><h2 class="section1">Module Géo<br>Présentation 
Générale</h2></center>
+            <center><h2 class="ancestris_help_title">Module 
Géo<br>Présentation Générale</h2></center>
             <br>
             Le module Geo d'Ancestris permet de placer les individus et les 
événements de votre généalogie sur une carte géographique.<br>
             <br>
@@ -25,12 +25,12 @@
             </ul>
             <br>
             <a name="utilisation"></a>
-            <h3 class="section1">Utilisation de la Vue Géographique</h3>
+            <h3 class="ancestris_help_title">Utilisation de la Vue 
Géographique</h3>
             L'utilisation de la Vue Géographique est très simple. Elle se 
lance en choisissant "Affichage/Vue géographique" dans le menu principal.<br>
             Vous pouvez modifier les marqueurs sur la carte ou filtrer les 
lieux à afficher. Vous pouvez également afficher la liste des lieux depuis 
cette vue.<br>
             <br>
             <br>
-            <h3 class="section1">Utilisation de la liste des lieux</h3>
+            <h3 class="ancestris_help_title">Utilisation de la liste des 
lieux</h3>
             L'utilisation de la liste des lieux est très simple. Elle se lance 
en choisissant "Affichage/Liste des lieux" dans le menu principal.<br>
             La liste des lieux est classée par nom de commune croissant, 
quelque soit la façon dont vous avez ordonné les juridictions. <br>
             <br>

Modified: 
trunk/AncestrisExtensions/Geo/javahelp/ancestris/modules/geo/docs/geo-edit_place.html
==============================================================================
--- 
trunk/AncestrisExtensions/Geo/javahelp/ancestris/modules/geo/docs/geo-edit_place.html
       (original)
+++ 
trunk/AncestrisExtensions/Geo/javahelp/ancestris/modules/geo/docs/geo-edit_place.html
       Mon Oct 28 22:19:49 2013
@@ -6,14 +6,14 @@
     <head>
         <title></title>
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-        <link rel="stylesheet" href="../../docs/ancestris.css">
+        <link rel="stylesheet" href="./ancestris.css">
     </head>
     <body>
         <div class="section1">
-            <center><h2 class="section1">Module Géo<br>Edition d'un 
lieu</h2></center>
+            <center><h2 class="ancestris_help_title">Module Géo<br>Edition 
d'un lieu</h2></center>
             <br>
             <a name="edit_lieu"></a>
-            <h3 class="section1">Fenêtre d'édition d'un lieu</h3>
+            <h3 class="ancestris_help_title">Fenêtre d'édition d'un lieu</h3>
             <br>
             Cette fenêtre permet de modifier plusieurs informations se 
rapportant aux lieux :
             <ul>

Modified: 
trunk/AncestrisExtensions/Geo/javahelp/ancestris/modules/geo/docs/geo-menu_event.html
==============================================================================
--- 
trunk/AncestrisExtensions/Geo/javahelp/ancestris/modules/geo/docs/geo-menu_event.html
       (original)
+++ 
trunk/AncestrisExtensions/Geo/javahelp/ancestris/modules/geo/docs/geo-menu_event.html
       Mon Oct 28 22:19:49 2013
@@ -6,14 +6,14 @@
     <head>
         <title></title>
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-        <link rel="stylesheet" href="../../docs/ancestris.css">
+        <link rel="stylesheet" href="./ancestris.css">
     </head>
     <body>
         <div class="section1">
-            <center><h2 class="section1">Module Géo<br>Menu 
évenement</h2></center>
+            <center><h2 class="ancestris_help_title">Module Géo<br>Menu 
évenement</h2></center>
             <br>
             <a name="menu_evenement"></a>
-            <h3 class="section1">Menu contextuel pour un "événement"</h3>
+            <h3 class="ancestris_help_title">Menu contextuel pour un 
"événement"</h3>
             Un clic droit sur un événement fait apparaitre un menu contextuel 
avec une action possible : "éditer cet événement dans l'éditeur".<br><br>
             Cette action a pour effet de basculer sur l'éditeur d'Ancestris et 
d'y faire apparaître l'événement en question pour édition.<br>
             <br>

Modified: 
trunk/AncestrisExtensions/Geo/javahelp/ancestris/modules/geo/docs/geo-menu_place.html
==============================================================================
--- 
trunk/AncestrisExtensions/Geo/javahelp/ancestris/modules/geo/docs/geo-menu_place.html
       (original)
+++ 
trunk/AncestrisExtensions/Geo/javahelp/ancestris/modules/geo/docs/geo-menu_place.html
       Mon Oct 28 22:19:49 2013
@@ -6,14 +6,14 @@
     <head>
         <title></title>
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-        <link rel="stylesheet" href="../../docs/ancestris.css">
+        <link rel="stylesheet" href="./ancestris.css">
     </head>
     <body>
         <div class="section1">
-            <center><h2 class="section1">Module Géo<br>Menu lieu</h2></center>
+            <center><h2 class="ancestris_help_title">Module Géo<br>Menu 
lieu</h2></center>
             <br>
             <a name="menu_lieu"></a>
-            <h3 class="section1">Menu contextuel pour un lieu</h3>
+            <h3 class="ancestris_help_title">Menu contextuel pour un lieu</h3>
             Un clic droit sur un lieu fait apparaitre un menu contextuel avec 
quatre actions possibles : <br>
             <ul>
                 <li>

Modified: 
trunk/AncestrisExtensions/Geo/javahelp/ancestris/modules/geo/docs/geo-search.html
==============================================================================
--- 
trunk/AncestrisExtensions/Geo/javahelp/ancestris/modules/geo/docs/geo-search.html
   (original)
+++ 
trunk/AncestrisExtensions/Geo/javahelp/ancestris/modules/geo/docs/geo-search.html
   Mon Oct 28 22:19:49 2013
@@ -6,11 +6,11 @@
     <head>
         <title></title>
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-        <link rel="stylesheet" href="../../docs/ancestris.css">
+        <link rel="stylesheet" href="./ancestris.css">
     </head>
     <body>
         <div class="section1">
-            <center><h2 class="section1">Module Géo<br>Recherche des 
lieux</h2></center>
+            <center><h2 class="ancestris_help_title">Module Géo<br>Recherche 
des lieux</h2></center>
             <br>
             <h3 class="section1">Comment Ancestris trouve-t-il les coordonnées 
géographiques ?</h3>
             Au lancement de l'une ou l'autre des deux interfaces du module 
Géo, Ancestris va récupérer les coordonnées géographiques de l'ensemble des 
lieux de votre généalogie.

---------------------------------------------------------------------
Site Web Ancestris : http://www.ancestris.org

<*> Pour vous desinscrire de cette liste, envoyez un mail a :
              [email protected]
<*> Pour obtenir de l'aide sur les commandes de la liste :
              [email protected]

Pour obtenir tous les messages lies a ce fil de discussion, cliquez sur le 
lien ci-dessous, cela ouvrira votre logiciel de messagerie. Il vous suffira 
d'envoyer le message :
              [email protected]

Reply via email to