~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to dialogs/about.php

  • Committer: V. Keith Hughitt
  • Date: 2009-04-01 21:08:05 UTC
  • Revision ID: hughitt1@kore-20090401210805-372f7dgih07vxk42
nightly build 04-01-2009

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?php
2
 
    if ( !$config = parse_ini_file('../settings/Config.ini') ) {
3
 
        die('Missing config file!');
4
 
    }
5
 
?>
6
 
<img src="<?php echo $config['about_logo']; ?>" alt="Helioviewer.org Logo"><br>
7
 
<div style="width:100%; text-align: center;">
8
 
    <span style="margin-left: auto; margin-right: auto; font-size:small;"><?php printf("Last Updated: %s (2.4.0)", $config["last_update"]); ?></span>
9
 
</div>
10
 
<br />
11
 
 
12
 
Helioviewer.org is an open-source project for the visualization of solar and heliospheric data.
13
 
The project is funded by <acronym title="European Space Agency">ESA</acronym> and <acronym title="National Aeronautics and Space Administration">NASA</acronym>.
14
 
For more information, please visit our <a href="http://helioviewer.org/wiki/Main_Page" style="text-decoration: underline; font-weight: normal;" class="light">Wiki</a>.
15
 
 
16
 
<br /><br />
17
 
 
18
 
<!-- Credits -->
19
 
<div id="about-credits" style="width:100%; text-align:center;">
20
 
    <span style="margin-left:auto; margin-right: auto;">
21
 
        <b>Credits: </b><br />
22
 
        <a href="http://sdo.gsfc.nasa.gov/">SDO (NASA)</a>,
23
 
        <a href="http://sohowww.nascom.nasa.gov/">SOHO</a> (<a href="http://soho.esac.esa.int/" title="European Space Agency">ESA</a>/<a href="http://nasa.gov/" title="National Aeronautics and Space Administration">NASA</a>),
24
 
        <a href="http://www.nasa.gov/mission_pages/stereo/main/index.html">STEREO (NASA)</a>,
25
 
        <a href="http://sci.esa.int/proba2/">PROBA2 (ESA)</a>,
26
 
        <a href="http://www.isas.ac.jp/e/enterp/missions/yohkoh/index.shtml">Yohkoh (JAXA/NASA/PPARC)</a>,
27
 
        <a href="http://www.nasa.gov/centers/goddard/home/index.html" title="Goddard Space Flight Center">GSFC</a>,
28
 
        <a href="http://www.astro.oma.be/" title="Royal Observatory of Belgium">Royal Observatory of Belgium</a>,
29
 
        <a href="http://www.lmsal.com" title="Lockheed Martin Solar &amp; Astrophysics Laboratory">LMSAL</a>,
30
 
        <a href="http://umbra.nascom.nasa.gov/" title="Solar Data Analysis Center">SDAC</a>,
31
 
        <a href="http://sun.stanford.edu/">Stanford University</a>,
32
 
        <a href="http://solar.physics.montana.edu/sol_phys/fft/">MSU/SDO-FFT</a>
33
 
    </span>
34
 
</div>
 
1
<?php require_once('../settings/Config.php'); ?>
 
2
<img src="images/logos/about_white.png" alt="Helioviewer.org Logo"><br>
 
3
<span style="font-size:small;"><?php printf("Last Updated: %s (rev. %s)", Config::LAST_UPDATE, Config::BUILD_NUM); ?></span><br><br>
 
4
<span style='font-weight: bold;'>Current Developers:</span><br>
 
5
<ul>
 
6
        <li><a href="mailto:webmaster@helioviewer.org" class="light">Keith Hughitt</a></li>
 
7
        <li><a href="mailto:Jack.Ireland@ nasa.gov" class="light">Jack Ireland</a></li>
 
8
</ul>
 
 
b'\\ No newline at end of file'