source: CPL/oasis3-mct/branches/OASIS3-MCT_2.0_branch/util/oasisgui/library/oasis3-mct/XML/oasis3-mct/param/image.php @ 4775

Last change on this file since 4775 was 4775, checked in by aclsce, 5 years ago
  • Imported oasis3-mct from Cerfacs svn server (not suppotred anymore).

The version has been extracted from https://oasis3mct.cerfacs.fr/svn/branches/OASIS3-MCT_2.0_branch/oasis3-mct@1818

  • Property svn:executable set to *
File size: 3.0 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
3<html>
4
5<head>
6<meta name="robots" content="noindex,nofollow">
7<meta http-equiv="x-dns-prefetch-control" content="off">
8<script type="text/javascript" language="JavaScript">
9<!--
10if (self != top) { try { if (document.domain != top.document.domain) { throw "Clickjacking security violation! Please log out immediately!"; /* this code should never execute - exception should already have been thrown since it's a security violation in this case to even try to access top.document.domain (but it's left here just to be extra safe) */ } } catch (e) { self.location = "/src/signout.php"; top.location = "/src/signout.php" } }
11// -->
12</script>
13
14<title>SquirrelMail</title><script language="JavaScript" type="text/javascript">
15<!--
16function checkForm() {
17   var f = document.forms.length;
18   var i = 0;
19   var pos = -1;
20   while( pos == -1 && i < f ) {
21       var e = document.forms[i].elements.length;
22       var j = 0;
23       while( pos == -1 && j < e ) {
24           if ( document.forms[i].elements[j].type == 'text'            || document.forms[i].elements[j].type == 'password' ) {
25               pos = j;
26           }
27           j++;
28       }
29   i++;
30   }
31   if( pos >= 0 ) {
32       document.forms[i-1].elements[pos].focus();
33   }
34   
35}
36// -->
37</script>
38
39<!--[if IE 6]>
40<style type="text/css">
41/* avoid stupid IE6 bug with frames and scrollbars */
42body {
43    width: expression(document.documentElement.clientWidth - 30);
44}
45</style>
46<![endif]-->
47
48</head>
49
50<body text="#000000" bgcolor="#ffffff" link="#0000cc" vlink="#0000cc" alink="#0000cc" onload="checkForm();">
51
52<a name="pagetop"></a>
53<table bgcolor="#ffffff" border="0" width="100%" cellspacing="0" cellpadding="2">
54
55<tr bgcolor="#ababab">
56
57<td align="left">
58
59&nbsp;      </td>
60<td align="right">
61<b>
62<a href="/src/signout.php" target="_top">Sign Out</a></b></td>
63   </tr>
64<tr bgcolor="#ffffff">
65
66<td align="left">
67
68<a href="/src/compose.php?mailbox=None&amp;startMessage=0">Compose</a>&nbsp;&nbsp;
69<a href="/src/addressbook.php">Addresses</a>&nbsp;&nbsp;
70<a href="/src/folders.php">Folders</a>&nbsp;&nbsp;
71<a href="/src/options.php">Options</a>&nbsp;&nbsp;
72<a href="/src/search.php?mailbox=None">Search</a>&nbsp;&nbsp;
73<a href="/src/help.php">Help</a>&nbsp;&nbsp;
74      </td>
75<td align="right">
76
77<a href=" https://dino.cerfacs.fr/" target="_blank">CERFACS</a></td>
78   </tr>
79</table><br>
80
81<br /><table width="100%" border="0" cellspacing="0" cellpadding="2" align="center">
82<tr><td bgcolor="#dcdcdc"><b><center>Viewing an image attachment - <a href="read_body.php?mailbox=INBOX&amp;passed_id=53227&amp;startMessage=1&amp;ent_id=0">View message</a></b></td></tr>
83<tr><td align="center">
84<a href="../src/download.php?passed_id=53227&amp;mailbox=INBOX&amp;ent_id=2&amp;absolute_dl=true">Download this as a file</a>
85<br />&nbsp;</td></tr></table>
86
87<table border="0" cellspacing="0" cellpadding="2" align="center">
88<tr><td bgcolor="#ffffff">
89<img src="../src/download.php?passed_id=53227&amp;mailbox=INBOX&amp;ent_id=2&amp;absolute_dl=true" />
90
91</td></tr></table>
92</body></html>
Note: See TracBrowser for help on using the repository browser.