Home | History | Annotate | Download | only in templates
      1 
      2 document.write('<table class="footer" border="0">')
      3 
      4 document.write('<tr>')
      5 
      6 document.write('  <td valign="top" align="left">Copyright &copy; 2004-2015  <a href="http://www.qos.ch/">QOS.ch</a></td>')
      7 
      8 //document.write('  <td rowspan="2">');
      9 //document.write('    <a href="http://twitter.com/qos_ch">');
     10 //document.write('      <img alt="Follow @qos_ch" src="images/follow_us.png" />');
     11 //document.write('    </a>');
     12 //document.write('  </td>');
     13 
     14 
     15 document.write('</tr>')
     16 
     17 AAT = '@'
     18 DOOTT = '.'
     19 document.write('<tr>')
     20 document.write('<td align="left" colspan="1">')
     21 document.write('We are actively looking for volunteers to proofread the documentation. Please send your corrections or suggestions for improvement to "corrections' + AAT +'qos'+DOOTT+'ch". See also the <a href="http://articles.qos.ch/contributing.html">instructions for contributors</a>.');
     22 document.write('</td>')
     23 document.write('</tr>')
     24 
     25 
     26 document.write('</table>')
     27 
     28 
     29