Ignore:
Timestamp:
2005-11-08T17:30:57+13:00 (19 years ago)
Author:
jrm21
Message:

documentaction modified for new HTML4/CSS stuff (eg stop looking for
icon width macros). Other files modified to tidy up output (put tag
attribute values in quotes, use & instead of &, etc). Not quite
finished yet but it works.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/statusaction.cpp

    r9931 r10873  
    6161      << "_status:infoheader_(_titlewelcome_)\n"
    6262      << "_status:welcome_"
    63       << "<center><table width=_pagewidth_>\n"
     63      << "<table>\n"
    6464      << "<th align=left>abbrev.</th><th align=left>collection</th>"
    6565      << "<th align=left>public?</th><th align=left>running?</th></tr>\n";
     
    127127  }
    128128
    129   textout << "</table></center>\n";
     129  textout << "</table>\n";
    130130  textout << outconvert << disp << "_status:infofooter_\n";
    131131}
Note: See TracChangeset for help on using the changeset viewer.