1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml"
5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
9 <script type="text/javascript">
15 var strPrintExplanation = '[strPrintExplanation]';
17 function ShowMessage(){
18 alert(strPrintExplanation);
22 var NList = document.getElementsByTagName('span');
23 for (var i=0; i<NList.length; i++){
24 if (NList[i].className == 'Letter'){
25 if (NList[i].style.display == 'inline'){
26 NList[i].style.display = 'none';
29 NList[i].style.display = 'inline';
41 <style type="text/css">
45 background-color: #ffffff;
47 font-family: [strFontFace];
48 font-size: [strFontSize];
64 vertical-align: middle;
68 table#Grid td.BlankCell{
73 vertical-align: middle;
74 background-color: #000000;
78 table#Grid td.LetterOnlyCell{
82 vertical-align: middle;
83 background-color: #ffffff;
87 table#Grid td.NumLetterCell{
92 background-color: #ffffff;
98 vertical-align: super;
116 padding: 0px 1em 0px 0px;
128 <body onload="ShowMessage()">
131 <h2 style="cursor: pointer;" onclick="ShowKey()">[strExerciseTitle]</h2>
132 [inclExerciseSubtitle]
133 <h3 class="ExerciseSubtitle">[strExerciseSubtitle]</h3>
134 [/inclExerciseSubtitle]
137 <table id="Grid" border="1" cellspacing="0" cellpadding="0">
140 <td class="BlankCell"> </td>
143 [StartLetterOnlyCell]
144 <td class="LetterOnlyCell"> <span class="Letter">[Letter]</span></td>
148 <td class="NumLetterCell"><span class="Num">[ClueNum]</span> <span class="Letter">[Letter]</span></td>
156 <table border="0" class="ClueTable">
157 <tr><td colspan="2"><h3>[strCluesAcrossLabel]</h3></td></tr>
159 [StartCluesAcrossLoop]
160 <tr><td class="ClueNum">[ClueNum]</td>
161 <td class="Clue">[Clue]</td></tr>
170 <table border="0" class="ClueTable">
171 <tr><td colspan="2"><h3>[strCluesDownLabel]</h3></td></tr>
174 <tr><td class="ClueNum">[ClueNum]</td>
175 <td class="Clue">[Clue]</td></tr>