Ignore:
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • .hgtags

    r319 r333  
    77b47c44506c830cd63d62d77300daa714fdf80fee hg_start
    88e62158696bc29ddd771699760c58742568b25688 pf-0.9.1
    9 b2ed9015dfb7c96fd5566f0ff62c0afcfba63299 Makefile
    10 5de30e5cfcc2d03adc6c6350ffd94a114af4e807 Makefilea
    11 5de30e5cfcc2d03adc6c6350ffd94a114af4e807 Makefilea
    12 0000000000000000000000000000000000000000 Makefilea
    13 0000000000000000000000000000000000000000 Makefilea
    14 0000000000000000000000000000000000000000 Makefilea
    15 b2ed9015dfb7c96fd5566f0ff62c0afcfba63299 Makefile
    16 0000000000000000000000000000000000000000 Makefile
    17 0000000000000000000000000000000000000000 Makefile
    18 0000000000000000000000000000000000000000 Makefile
    199c038d471343d129210a47183df19fd5482254d96 pf-0.9.3
    20106a5437ba9e4db5924d84f3e162e1b6ca8a17666c qx-1.5.1
  • source/class/pf/Application.js

    r316 r333  
    20952095                "pf/image/help.png", q);
    20962096            submenu.add(btn);
     2097            btn = new qx.ui.menu.Button("Reference Paper",
     2098                "pf/image/jinst.png");
     2099            btn.addListener("execute", function (ev) {
     2100                    var url = "http://dx.doi.org/10.1088/1748-0221/6/10/P10009";
     2101                    var w = qx.bom.Window.open(url, null, nvOptions);
     2102                }, this);
     2103            submenu.add(btn);
     2104            submenu.add(new qx.ui.menu.Separator);
    20972105            btn = new qx.ui.menu.Button("NRL Plasma Formulary",
    20982106                "pf/image/nrl.png");
  • source/index.html

    r286 r322  
    9393        </td>
    9494        <td class="button">
     95          <input type="button" value="Reference"
     96            onclick="window.open('http://dx.doi.org/10.1088/1748-0221/6/10/P10009',
     97                                 'gpl', 'width=850,scrollbars=1')"/>
     98        </td>
     99        <td class="button">
    95100          <input type="button" value="License Terms"
    96101            onclick="window.open('resource/pf/html/GPL.html',
    97102                                 'gpl', 'width=850,scrollbars=1')"/>
    98         </td>
    99         <td class="button">
    100           <input type="button" value="Download"
    101             onclick="window.location='pf.zip'"/>
    102103        </td>
    103104        <td class="button">
     
    106107        </td>
    107108      </tr>
    108       <tr align="center"><td colspan="4">
     109      <tr align="center">
     110        <td class="button" colspan="2">
     111          <input type="button" value="Download"
     112            onclick="window.location='pf.zip'"/>
     113        </td>
     114
     115        <td class="button" colspan="2">
    109116        <p>
    110117          <input type="button" value="Launch Now!"
    111118            onclick="window.open('pf.html','pf','width=800,height=550')"/>
    112119        </p>
    113       </td></tr>
     120        </td>
     121      </tr>
    114122      <tr>
    115123        <td align="left">
     
    117125            <img src="resource/pf/image/opensource.png"
    118126                 alt="Open Source Initiative"
    119                  style="width:64px;height:64px;vertical-align:middle" />
    120           </a>
     127                 style="width:64px;height:64px;vertical-align:middle" /></a>
    121128          <a href="http://www.qooxdoo.org/" target="_blank">
    122129            <img src="resource/pf/image/qx_powered.png"
    123130                 alt="Qooxdoo"
    124                  style="width:91px;height:43px;vertical-align:middle" />
    125           </a>
     131                 style="width:91px;height:43px;vertical-align:middle" /></a>
    126132        </td>
    127133        <td colspan="2"/>
     
    130136            <img src="resource/pf/image/valid-css3.png"
    131137                 alt="Valid CSS"
    132                  style="width:88px;height:31px;vertical-align:middle" />
    133           </a>
     138                 style="width:88px;height:31px;vertical-align:middle" /></a>
    134139          <a href="http://validator.w3.org/check?uri=referer" target="_blank">
    135140            <img src="resource/pf/image/valid-xhtml10.png"
    136141                 alt="Valid XHTML 1.0 Strict"
    137                  style="width:88px;height:31px;vertical-align:middle" />
    138           </a>
     142                 style="width:88px;height:31px;vertical-align:middle" /></a>
    139143        </td>
    140144      </tr>
Note: See TracChangeset for help on using the changeset viewer.