source: contrib/MailArchiver/sources/docs/metaarchive_models/metaarchive_DB_model.html @ 6785

Revision 6785, 863 bytes checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado codigo do MailArchiver?. Documentação na subpasta DOCS.

Line 
1<html>
2<body>
3<script type="text/javascript" language="javascript" src="GraphMLViewer.js"></script>
4
5<script language="javascript" type="text/javascript">
6<!--
7
8if (!RunPlayer(
9    "width", "100%",
10    "height", "100%",
11    "graphUrl", "metaarchive_DB_model.graphml",
12    "overview", "true",
13    "toolbar", "true",
14    "tooltips", "true",
15    "movable", "true",
16    "links", "true",
17    "linksInNewWindow", "true",
18    "viewport", "full"
19    )) {
20  // Flash Player is too old or not installed.
21  if (!InstallFlashUpdate("width", "100%", "height", "100%")) {
22    // Flash Player is too old for the updater or not installed.
23    // Place alternate content here:
24    document.write('This content requires the Adobe Flash Player Version 9.0.38 or higher. '
25        + '<a href=http://www.adobe.com/go/getflash/>Get Flash</a>');
26  }
27}
28
29
30
31//-->
32</script>
33</body>
34</html>
Note: See TracBrowser for help on using the repository browser.