Ticket #4245: 4245_2.patch
File 4245_2.patch, 1.6 KB (added by , 14 years ago) |
---|
-
_source/plugins/templates/templates/default.js
19 19 description: 'One main image with a title and text that surround the image.', 20 20 html: 21 21 '<h3>' + 22 '<img style="margin-right: 10px" height="100" alt=""width="100" align="left"/>' +22 '<img style="margin-right: 10px" height="100" width="100" align="left"/>' + 23 23 'Type the title here'+ 24 24 '</h3>' + 25 25 '<p>' + … … 31 31 image: 'template2.gif', 32 32 description: 'A template that defines two colums, each one with a title, and some text.', 33 33 html: 34 '<table cellspacing="0" cellpadding="0" width="100%" border="0">' +34 '<table cellspacing="0" cellpadding="0" style="width:100%;" border="0">' + 35 35 '<tr>' + 36 '<td width="50%">' +36 '<td style="width:50%">' + 37 37 '<h3>Title 1</h3>' + 38 38 '</td>' + 39 39 '<td></td>' + 40 '<td width="50%">' +40 '<td style="width:50%">' + 41 41 '<h3>Title 2</h3>' + 42 42 '</td>' + 43 43 '</tr>' + … … 64 64 '<h3>' + 65 65 'Title goes here' + 66 66 '</h3>' + 67 '<table style="float: right" cellspacing="0" cellpadding="0" width="150" border="1">' +67 '<table style="float: right" cellspacing="0" cellpadding="0" style="width:150px;" border="1">' + 68 68 '<caption style="border:solid 1px black">' + 69 69 '<strong>Table title</strong>' + 70 70 '</caption>' +