Changeset 12940


Ignore:
Timestamp:
2006-09-29T14:46:00+12:00 (18 years ago)
Author:
mdewsnip
Message:

New _cicblankline_ macro.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cic-hcap/macros/extra.dm

    r12934 r12940  
    1717_starthighlight_ {}
    1818_endhighlight_ {}
     19
     20# Convenience macro for a HTML 4 compliant blank line
     21_cicblankline_ {<div>&nbsp;</div>}
    1922
    2023# Custom navigation bar
     
    474477_cicpagecontent_ {
    475478<div class="cicheading">Type of Place</div>
    476 
    477 <table width="100%" style="padding-top: 1em;">
     479_cicblankline_
     480<table width="100%">
    478481  <tr>
    479482    <td width="50%"><center><a href="_gwcgi_?a=p&amp;p=typesIndividualbuilding"><img alt="Cooper Hall, Limestone College" src="_httpcollection_/images/building.jpg"/><br />Buildings</a></center></td>
     
    710713_cicpagecontent_ {
    711714<div class="cicheading">Function</div>
    712 
    713 <table cellpadding="0" cellspacing="0" width="100%" style="padding-top: 1em;">
     715_cicblankline_
     716<table cellpadding="0" cellspacing="0" width="100%">
    714717<tr>
    715718<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsacademicdepartmentbuilding">Academic department building</a></td>
     
    13441347_cicbibliographysearchpage_ {
    13451348<div class="cicheading">Bibliography Search</div>
    1346 
    1347 <table style="padding-top: 1em;">
     1349_cicblankline_
     1350<table>
    13481351  <tr>
    13491352    <td>
     
    13691372
    13701373<div class="cicsubheading">Advanced Search for References</div>
    1371 
    1372 <form name="AdvancedBibliographyQueryForm" method="get" action="_gwcgi_" onSubmit="prepareAdvancedBibliographySearch();" style="padding-top: 1em;">
     1374_cicblankline_
     1375<form name="AdvancedBibliographyQueryForm" method="get" action="_gwcgi_" onSubmit="prepareAdvancedBibliographySearch();">
    13731376  <input type="hidden" name="a" value="q">
    13741377  <input type="hidden" name="q" value="">
     
    14181421</noscript>
    14191422
     1423_cicblankline_
    14201424<center>
    1421   <form name="QueryForm" method="get" action="_gwcgi_" style="padding-top: 1em;">
     1425  <form name="QueryForm" method="get" action="_gwcgi_">
    14221426    _advancedforms_
    14231427  </form>
     
    17511755
    17521756_pagefooterextra_ {
    1753 <table cellspacing="0" cellpadding="0" width="100%" style="padding-top: 1em;">
     1757_cicblankline_
     1758<table cellspacing="0" cellpadding="0" width="100%">
    17541759<tr>
    17551760<td align="left">_If_(_prevfirst_,<a href="_gwcgi_?e=_compressedoptions_&amp;a=q&amp;r=_prevfirst_">_textmatches__prevfirst_ - _prevlast_</a>)</td>
Note: See TracChangeset for help on using the changeset viewer.