source: branches/stable/templates/msgblock.tmpl@ 545

Last change on this file since 545 was 545, checked in by Kris Deugau, 10 years ago

/branches/stable

Merge reverse DNS and location work; 2 of mumble

Numerous conflicts due to hand-copy or partial merges

File size: 249 bytes
Line 
1<TMPL_IF resultmsg>
2<div class="result"><TMPL_VAR NAME=resultmsg></div>
3</TMPL_IF>
4<TMPL_IF warnmsg>
5<div class="warning">Warning: <TMPL_VAR NAME=warnmsg></div>
6</TMPL_IF>
7<TMPL_IF errmsg>
8<div class="errmsg"><TMPL_VAR NAME=errmsg></div>
9</TMPL_IF>
Note: See TracBrowser for help on using the repository browser.