Changeset 264:b45686ba53c1 for source


Ignore:
Timestamp:
May 24, 2011, 12:47:58 PM (13 years ago)
Author:
Evgeny Stambulchik <Evgeny.Stambulchik@…>
Branch:
default
Phase:
public
Message:

Added checks for JS enabled.

Location:
source
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • source/index.html

    r262 r264  
    5757  <body>
    5858
     59    <noscript>
     60      <p>
     61        JavaScript is <span style="color:red;">disabled</span>! Please enable it
     62        in order to use <i>Plasma Formulary</i>.
     63      </p>
     64    </noscript>
     65
    5966    <table>
    6067      <tr align="center">
    61         <td colspan="4"><h1>Plasma Formulary <span class="interactive">Interactive</span></h1></td>
     68        <td colspan="4">
     69          <h1>Plasma Formulary <span class="interactive">Interactive</span></h1>
     70        </td>
    6271      </tr>
    6372      <tr><td colspan="4">
  • source/pf.html

    r259 r264  
    1616  </head>
    1717  <body>
     18    <noscript>
     19      <p>
     20        JavaScript is <span style="color:red;">disabled</span>! Please enable it
     21        in order to use <i>Plasma Formulary</i>.
     22      </p>
     23    </noscript>
    1824  </body>
    1925</html>
Note: See TracChangeset for help on using the changeset viewer.