diff options
| author | jasplin <qt-info@nokia.com> | 2011-05-04 10:04:04 +0200 |
|---|---|---|
| committer | jasplin <qt-info@nokia.com> | 2011-05-04 10:04:04 +0200 |
| commit | eae8ff839296559a637ff100d7585562d68b5cb1 (patch) | |
| tree | 4986d3f1c7971446b7cca241603a0a6396319fc7 /web/changesummary/cstabledef.html | |
| parent | 30f21cd291af000f2a6835d7f7d1d187c951814e (diff) | |
Added skeleton for Change Summary page
Diffstat (limited to 'web/changesummary/cstabledef.html')
| -rw-r--r-- | web/changesummary/cstabledef.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/web/changesummary/cstabledef.html b/web/changesummary/cstabledef.html new file mode 100644 index 0000000..9c6fbf5 --- /dev/null +++ b/web/changesummary/cstabledef.html @@ -0,0 +1,19 @@ +<thead> +<tr> + <th>Host</th> + <th>Platform</th> + <th>Branch</th> + <th>0</th> + <th>1</th> + <th>2</th> + <th>3</th> + <th>4</th> + <th>5</th> + <th>6</th> + <th>7</th> + <th>8</th> + <th>9</th> +</tr> +</thead> +<tbody> +</tbody> |
