Ignore:
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • .hgtags

    r333 r319  
    77b47c44506c830cd63d62d77300daa714fdf80fee hg_start
    88e62158696bc29ddd771699760c58742568b25688 pf-0.9.1
     9b2ed9015dfb7c96fd5566f0ff62c0afcfba63299 Makefile
     105de30e5cfcc2d03adc6c6350ffd94a114af4e807 Makefilea
     115de30e5cfcc2d03adc6c6350ffd94a114af4e807 Makefilea
     120000000000000000000000000000000000000000 Makefilea
     130000000000000000000000000000000000000000 Makefilea
     140000000000000000000000000000000000000000 Makefilea
     15b2ed9015dfb7c96fd5566f0ff62c0afcfba63299 Makefile
     160000000000000000000000000000000000000000 Makefile
     170000000000000000000000000000000000000000 Makefile
     180000000000000000000000000000000000000000 Makefile
    919c038d471343d129210a47183df19fd5482254d96 pf-0.9.3
    10206a5437ba9e4db5924d84f3e162e1b6ca8a17666c qx-1.5.1
  • source/class/pf/Application.js

    r333 r316  
    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);
    21052097            btn = new qx.ui.menu.Button("NRL Plasma Formulary",
    21062098                "pf/image/nrl.png");
  • source/index.html

    r322 r286  
    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',
     95          <input type="button" value="License Terms"
     96            onclick="window.open('resource/pf/html/GPL.html',
    9797                                 'gpl', 'width=850,scrollbars=1')"/>
    9898        </td>
    9999        <td class="button">
    100           <input type="button" value="License Terms"
    101             onclick="window.open('resource/pf/html/GPL.html',
    102                                  'gpl', 'width=850,scrollbars=1')"/>
     100          <input type="button" value="Download"
     101            onclick="window.location='pf.zip'"/>
    103102        </td>
    104103        <td class="button">
     
    107106        </td>
    108107      </tr>
    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">
     108      <tr align="center"><td colspan="4">
    116109        <p>
    117110          <input type="button" value="Launch Now!"
    118111            onclick="window.open('pf.html','pf','width=800,height=550')"/>
    119112        </p>
    120         </td>
    121       </tr>
     113      </td></tr>
    122114      <tr>
    123115        <td align="left">
     
    125117            <img src="resource/pf/image/opensource.png"
    126118                 alt="Open Source Initiative"
    127                  style="width:64px;height:64px;vertical-align:middle" /></a>
     119                 style="width:64px;height:64px;vertical-align:middle" />
     120          </a>
    128121          <a href="http://www.qooxdoo.org/" target="_blank">
    129122            <img src="resource/pf/image/qx_powered.png"
    130123                 alt="Qooxdoo"
    131                  style="width:91px;height:43px;vertical-align:middle" /></a>
     124                 style="width:91px;height:43px;vertical-align:middle" />
     125          </a>
    132126        </td>
    133127        <td colspan="2"/>
     
    136130            <img src="resource/pf/image/valid-css3.png"
    137131                 alt="Valid CSS"
    138                  style="width:88px;height:31px;vertical-align:middle" /></a>
     132                 style="width:88px;height:31px;vertical-align:middle" />
     133          </a>
    139134          <a href="http://validator.w3.org/check?uri=referer" target="_blank">
    140135            <img src="resource/pf/image/valid-xhtml10.png"
    141136                 alt="Valid XHTML 1.0 Strict"
    142                  style="width:88px;height:31px;vertical-align:middle" /></a>
     137                 style="width:88px;height:31px;vertical-align:middle" />
     138          </a>
    143139        </td>
    144140      </tr>
Note: See TracChangeset for help on using the changeset viewer.