~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to lib/jsunit-2.2/app/main-frame.html

  • 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
 
2
<html>
 
3
<head>
 
4
    <title>jsUnit Main Frame</title>
 
5
</head>
 
6
<frameset rows="230,30,30,30,0,*" border="0">>
 
7
    <frame name="mainData" src="main-data.html" scrolling="no" frameborder="0">
 
8
    <frame name="mainStatus" src="main-status.html" scrolling="no" frameborder="0">
 
9
    <frame name="mainProgress" src="main-progress.html" scrolling="no" frameborder="0">
 
10
    <frame name="mainCounts" src="main-counts.html" scrolling="no" frameborder="0">
 
11
    <frame name="mainResults" src="main-results.html" scrolling="no" frameborder="0">
 
12
    <frame name="mainErrors" src="main-errors.html" scrolling="no" frameborder="0">
 
13
    <noframes>
 
14
        <body>
 
15
        <p>Sorry, JsUnit requires frames.</p>
 
16
        </body>
 
17
    </noframes>
 
18
</frameset>
 
19
</html>