Changeset 12553


Ignore:
Timestamp:
2006-08-25T10:43:29+12:00 (18 years ago)
Author:
mdewsnip
Message:

Some HTML 4 compliance fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/macros/gti.dm

    r12479 r12553  
    1111_pagetitle_ {_textgti_}
    1212
    13 _imagecollection_ {<a href="_gwcgi_?a=gti&p=home&e=_compressedoptions_"><img src="_httpimg_/gti.gif"></a>}
     13_imagecollection_ {<a href="_gwcgi_?a=gti&amp;p=home&amp;e=_compressedoptions_"><img alt="_textgti_" src="_httpimg_/gti.gif" /></a>}
    1414
    1515# The preferences button must go to the "homepref" page, since we are not in a collection
     
    1919_content_ {
    2020<div class="divbar">&nbsp;</div>
    21 <p>
     21
    2222<form method="post" action="_gwcgi_">
    2323  <input type="hidden" name="a" value="gti"/>
     
    2525  _gtiformcontent_
    2626</form>
    27 <p>
     27
    2828<div class="divbar">&nbsp;</div>
    2929}
     
    3838# Content of the GTI "home" page
    3939_gtihome_ {
    40 _textgtihome_
    41 <p>
     40<p>_textgtihome_</p>
     41
    4242<table border="0" width="100%">
    43   <td>_textgtiselecttlc_:</td><td align="right">_gtitlcselection_</td>
     43  <tr><td>_textgtiselecttlc_:</td><td align="right">_gtitlcselection_</td></tr>
    4444</table>
    45 <p>
     45
    4646<center>
    4747  <input type="hidden" name="p" value="lang"/><input type="submit" value="_textgtienter_"/>
     
    6464# Content of the GTI "find text fragments" page
    6565_gtifind_ {
    66 <h2><a href="_gwcgi_?a=gti&p=lang&e=_compressedoptions_">_gtitargetlanguagename_</a> -- <a href="_gwcgi_?a=gti&p=core&e=_compressedoptions_">_gtitranslationfiledesc_</a></h2>
     66<h2><a href="_gwcgi_?a=gti&amp;p=lang&amp;e=_compressedoptions_">_gtitargetlanguagename_</a> -- <a href="_gwcgi_?a=gti&amp;p=core&amp;e=_compressedoptions_">_gtitranslationfiledesc_</a></h2>
    6767<p>
    6868_textgtienterquery_:
     
    7777# Content of the GTI "core" page (with text areas for entering and updating translations)
    7878_gticore_ {
    79 <h2><a href="_gwcgi_?a=gti&p=lang&e=_compressedoptions_">_gtitargetlanguagename_</a> -- _gtitranslationfiledesc_</h2>
     79<h2><a href="_gwcgi_?a=gti&amp;p=lang&amp;e=_compressedoptions_">_gtitargetlanguagename_</a> -- _gtitranslationfiledesc_</h2>
    8080<p>
    8181<center>
     
    9292# Content of the GTI "done" page, thanking the translator for completing the file
    9393_gtidone_ {
    94 <h2><a href="_gwcgi_?a=gti&p=lang&e=_compressedoptions_">_gtitargetlanguagename_</a> -- _gtitranslationfiledesc_</h2>
     94<h2><a href="_gwcgi_?a=gti&amp;p=lang&amp;e=_compressedoptions_">_gtitargetlanguagename_</a> -- _gtitranslationfiledesc_</h2>
    9595<p>
    9696<center>
     
    132132  <tr><td align="right">_2_</td><td>_textgtinumchunksrequiringtranslation_</td></tr>
    133133  _If_(_4_,<tr><td align="right">&nbsp;</td><td>
    134      <a href="_gwcgi_?a=gti&p=find&e=_compressedoptions_">_textgticorrectexistingtranslations_</a><br>
     134     <a href="_gwcgi_?a=gti&amp;p=find&amp;e=_compressedoptions_">_textgticorrectexistingtranslations_</a><br>
    135135     <a href="_httpprefix_/_4_">_textgtidownloadtargetfile_</a><br>
    136136     _gtiviewtranslationfileinaction_
     
    211211
    212212# Links to see the translation files in action
    213 _gtiviewcoredminaction_ {<a href="_gwcgi_?a=p&p=about&c=demo&l=_cgiargtlc_&e=_compressedoptions_">_textgtiviewtargetfileinaction_</a>}
    214 _gtiviewauxdminaction_ {<a href="_gwcgi_?a=p&p=about&c=demo&l=_cgiargtlc_&e=_compressedoptions_">_textgtiviewtargetfileinaction_</a>}
     213_gtiviewcoredminaction_ {<a href="_gwcgi_?a=p&amp;p=about&amp;c=demo&amp;l=_cgiargtlc_&amp;e=_compressedoptions_">_textgtiviewtargetfileinaction_</a>}
     214_gtiviewauxdminaction_ {<a href="_gwcgi_?a=p&amp;p=about&amp;c=demo&amp;l=_cgiargtlc_&amp;e=_compressedoptions_">_textgtiviewtargetfileinaction_</a>}
    215215
    216216_gtiviewperlmodulesinaction_ {}
Note: See TracChangeset for help on using the changeset viewer.