|
Revision 2603, 476 bytes
(checked in by bsmith, 18 months ago)
|
|
bugzid:79938 - Normalizing Template Tags
|
-
Property svn:keywords set to
Id Revision
|
| Line | |
|---|
| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|---|
| 2 | <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard"> |
|---|
| 3 | <head><title><$mt:ImageURL$></title></head> |
|---|
| 4 | <body id="uploaded-image-popup" class="popup" style="margin: 0;padding: 0;"> |
|---|
| 5 | <img src="<$mt:ImageURL$>" width="<$mt:ImageWidth$>" height="<$mt:ImageHeight$>" alt="<$mt:ImageURL$>" style="margin: 0;padding: 0;border: 0;" /> |
|---|
| 6 | </body> |
|---|
| 7 | </html> |
|---|