summaryrefslogtreecommitdiff
path: root/docs/fr/source/media-src/ishtar-coins.dot
diff options
context:
space:
mode:
Diffstat (limited to 'docs/fr/source/media-src/ishtar-coins.dot')
-rw-r--r--docs/fr/source/media-src/ishtar-coins.dot65
1 files changed, 0 insertions, 65 deletions
diff --git a/docs/fr/source/media-src/ishtar-coins.dot b/docs/fr/source/media-src/ishtar-coins.dot
deleted file mode 100644
index 8d41cc766..000000000
--- a/docs/fr/source/media-src/ishtar-coins.dot
+++ /dev/null
@@ -1,65 +0,0 @@
-digraph ishtar_dc {
-
- rankdir="LR";
- graph [fontname="cantarell" splines=false];
- node [shape=box fontname="liberationsansnarrow" style="rounded"
- color="#A4A4A4" fontcolor="#333333" margin="0.2,0.2"];
- edge [fontname="cantarell" color="#432776"];
-
- COINS_LANGUAGE [label="Langue (rtf.language)"];
- COINS_RIGHTS [label="Droits (rtf.rights)"];
- COINS_ISBN [label="ISBN (rtf.isbn)"];
- COINS_ISSN [label="ISBN (rtf.issn)"];
- COINS_SOURCE [label="Source (rtf.source)"];
- COINS_DATE [label="Date (rtf.date)"];
- COINS_PUBLISHER [label="Éditeur (rtf.publisher)"];
- COINS_DESCRIPTION [label="Description (rtf.description)"];
- COINS_GENRE [label="Genre (rft.genre)"];
- COINS_TYPE [label="Type (rft.type)"];
- COINS_AU [label="Auteur (rft.au)"];
- COINS_TITLE [label="Titre (rft.title)"];
-
- COinS [label="COinS" fontcolor="#ffffff" shape="folder"
- color="#432776" fillcolor="#432776" style="filled"];
-
- I_Rights [label="Droits/licences"];
- I_Source1 [label="Source - Document parent"];
- I_Source2 [label="Source - Saisie libre"];
- I_ISBN [label="ISBN"];
- I_ISSN [label="ISSN"];
- I_Language [label="Langue"];
-
- I_Date [label="Date"];
- I_Publisher [label="Éditeur"];
- I_Description [label="Description"];
- I_Type [label="Type"];
- I_Author [label="Auteurs"];
- I_Title [label="Titre"];
-
- Ishtar [label="Ishtar" fontcolor="#ffffff" shape="folder"
- color="#432776" fillcolor="#432776" style="filled"];
-
- Ishtar -> COinS [style=invis];
- I_Title -> COINS_TITLE;
- I_Author -> COINS_AU;
- I_Type -> COINS_TYPE;
- I_Type -> COINS_GENRE;
- I_Description -> COINS_DESCRIPTION;
- I_Publisher -> COINS_PUBLISHER;
- I_Date -> COINS_DATE;
- I_ISBN -> COINS_ISBN;
- I_ISSN -> COINS_ISSN;
- I_Source1 -> COINS_SOURCE;
- I_Source2 -> COINS_SOURCE;
- I_Rights -> COINS_RIGHTS;
- I_Language -> COINS_LANGUAGE;
-
-
- { rank = same; Ishtar; I_Title; I_Author; I_Description }
- { rank = same; COinS;
- COINS_PUBLISHER ; COINS_DATE ;
- COINS_AU ;
- COINS_TYPE ; COINS_GENRE
- }
- ;
-}