ext-validator introduces, several HTML cleanups, fixes for e.g. user email link,...
[mailer.git] / templates / de / html / validator / validator_links.tpl
1 <div class="validator_links">
2         <a href="http://validator.w3.org/check?uri=http://{%server,server_name%}{%server,request_uri%}"
3          rel="external" target="_blank"><img style="border:0;width:88px;height:31px"
4          src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Transitional" /></a>
5         <a href="http://jigsaw.w3.org/css-validator/validator?uri=http://{%server,server_name%}{%server,request_uri%}"
6          rel="external" target="_blank"><img style="border:0;width:88px;height:31px"
7          src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!" /></a>
8         <a title="tableless" href="http://w3tableless.com?uri=http://{%server,server_name%}{%server,request_uri%}"
9          rel="external" target="_blank"><img style="border:0px;width:80px;height:15px"
10          src="http://w3tableless.com/images/w3tableless1.gif" alt="tableless" /></a>
11 </div>