Text-data macro effecting page width

Christopher Jones June 30, 2015

I am having a problem with the use of a scaffolding template that includes the text-data macro.

When the text data macro is set to accept rich text input (to allow inclusion of formatting and pictures), it causes the page content to narrow to half the page width, as shown in this screenshot.

Column halved.jpg

This does not happen when the text-data macro is removed and replaced with the rich text content that the user is supposed to input into that field. (See second screenshot.)

Without text-data.jpg

The cause of the problem is that the text-data macro generates a number of:-

  • empty <em></em> tags, or
  • <em></em>tags filled only with a newline/whitespace

from the rich text input.

 

Several of these are placed directly following the <div> element containing the column of the actual content, making them adjacent in the DOM. These are interpreted by the browser as separate columns, as Atlassian uses the CSS element “DISPLAY: TABLE-CELL” for formatting columns of text.

Is there any way I can rectify this without abandoning the template-based approach entirely? (I don't want to ask my users to enter only unformatted text into my template, since this would defeat the point of my project.)

 

Thanks,

 

Chris

8 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
xpauls
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 5, 2015

Does this problem persist without the image? Everything was max width for me. I copied first 3 paragraphs of https://www.atlassian.com/end-user-agreement/

0 votes
Christopher Jones July 5, 2015

Dear Pauls, Here is the wiki markup of the template, corresponding to the page with the problem (first screenshot). It's a bit long, sorry. <ac:layout> <ac:layout-section ac:type="single"> <ac:layout-cell> <ac:structured-macro ac:name="style"> <ac:plain-text-body><![CDATA[#shareContentLink {display: none;} #labels-section {display: none;} #likes-section {display: none;} #children-section {display: none;} #editPageLink {display: none;} #add-menu-link {display: none;} #page-metadata-modification-info {display: none !important;} #comments-section {display: none;}]]></ac:plain-text-body> </ac:structured-macro> <p> </p> <p> <span style="color: rgb(255,0,0);"> <br/> </span> </p> </ac:layout-cell> </ac:layout-section> <ac:layout-section ac:type="single"> <ac:layout-cell> <h3>Statistical Information Model</h3> <ac:structured-macro ac:name="show-if"> <ac:parameter ac:name="action">edit</ac:parameter> <ac:parameter ac:name="atlassian-macro-output-type">BLOCK</ac:parameter> <ac:rich-text-body> <p> <span style="color: rgb(153,153,153);"> <em> <em>Provide a diagram or explanation of the statistical information model used in your organization. Explain how/when it was developed.</em> <em class="confluence-link">Illustrate how this maps to the Generic Statistical Information Model – a more detailed description of this model is published at <a href="http://www1.unece.org/stat/platform/display/gsim">http://www1.unece.org/stat/platform/display/gsim</a>.<br/>; </em> </em> </span> </p> </ac:rich-text-body> </ac:structured-macro> <ac:structured-macro ac:name="text-data"> <ac:parameter ac:name="height">100px</ac:parameter> <ac:parameter ac:name="width">100%</ac:parameter> <ac:parameter ac:name="name">infmodel</ac:parameter> <ac:parameter ac:name="atlassian-macro-output-type">BLOCK</ac:parameter> <ac:rich-text-body>.</ac:rich-text-body> </ac:structured-macro> <h3>Use of GSIM</h3> <ac:structured-macro ac:name="show-if"> <ac:parameter ac:name="action">edit</ac:parameter> <ac:parameter ac:name="atlassian-macro-output-type">BLOCK</ac:parameter> <ac:rich-text-body> <p> <span style="color: rgb(153,153,153);"> <em>Do you intend to use GSIM? Are you in the process of using it? <br/> </em> </span> </p> </ac:rich-text-body> </ac:structured-macro> <ac:structured-macro ac:name="text-data"> <ac:parameter ac:name="height">100px</ac:parameter> <ac:parameter ac:name="width">1000px</ac:parameter> <ac:parameter ac:name="name">adoption</ac:parameter> <ac:parameter ac:name="atlassian-macro-output-type">BLOCK</ac:parameter> <ac:rich-text-body>.</ac:rich-text-body> </ac:structured-macro> <h3>Overview of the main components</h3> <ac:structured-macro ac:name="show-if"> <ac:parameter ac:name="action">edit</ac:parameter> <ac:parameter ac:name="atlassian-macro-output-type">BLOCK</ac:parameter> <ac:rich-text-body> <p> <span style="color: rgb(153,153,153);"> <em> <em>Provide a short overview of your system with a description of modules/components</em>.</em> </span> </p> </ac:rich-text-body> </ac:structured-macro> <ac:structured-macro ac:name="text-data"> <ac:parameter ac:name="height">100px</ac:parameter> <ac:parameter ac:name="width">100%</ac:parameter> <ac:parameter ac:name="name">overview</ac:parameter> <ac:parameter ac:name="atlassian-macro-output-type">BLOCK</ac:parameter> <ac:rich-text-body>.</ac:rich-text-body> </ac:structured-macro> <h3>Process description that this use of GSIM supports</h3> <ac:structured-macro ac:name="show-if"> <ac:parameter ac:name="action">edit</ac:parameter> <ac:parameter ac:name="atlassian-macro-output-type">BLOCK</ac:parameter> <ac:rich-text-body> <p> <span style="color: rgb(153,153,153);"> <em>What phases/processes/sub-processes does your planned or current use of GSIM support?</em> </span> </p> </ac:rich-text-body> </ac:structured-macro> <ac:structured-macro ac:name="text-data"> <ac:parameter ac:name="height">100px</ac:parameter> <ac:parameter ac:name="width">1000px</ac:parameter> <ac:parameter ac:name="name">process</ac:parameter> <ac:parameter ac:name="atlassian-macro-output-type">BLOCK</ac:parameter> <ac:rich-text-body>.</ac:rich-text-body> </ac:structured-macro> <p> </p> <h3>Business case</h3> <ac:structured-macro ac:name="show-if"> <ac:parameter ac:name="action">edit</ac:parameter> <ac:parameter ac:name="atlassian-macro-output-type">BLOCK</ac:parameter> <ac:rich-text-body> <p> <span style="color: rgb(153,153,153);"> <em>Describe the current or planned Business Case for using GSIM in your organisation.</em> </span> </p> </ac:rich-text-body> </ac:structured-macro> <ac:structured-macro ac:name="text-data"> <ac:parameter ac:name="height">100px</ac:parameter> <ac:parameter ac:name="width">1000px</ac:parameter> <ac:parameter ac:name="name">business</ac:parameter> <ac:parameter ac:name="atlassian-macro-output-type">BLOCK</ac:parameter> <ac:rich-text-body>.</ac:rich-text-body> </ac:structured-macro> <p> </p> <p> <span style="color: rgb(153,153,153);"> <em>Principles are general rules and guidelines, intended to be enduring and seldom amended, that inform and support the way in which an organization sets about fulfilling its mission.</em> </span> </p> <p> <span style="color: rgb(153,153,153);"> <em>In their turn, principles may be just one element in a structured set of ideas that collectively define and guide the organization, from values through to actions and results.</em> </span> </p> <p> <em> <span style="color: rgb(153,153,153);">For more details see</span> <a href="http://pubs.opengroup.org/architecture/togaf8-doc/arch/chap29.html">http://pubs.opengroup.org/architecture/togaf8-doc/arch/chap29.html</a>; </em> </p> <h3>Decision and Design</h3> <ac:structured-macro ac:name="show-if"> <ac:parameter ac:name="action">edit</ac:parameter> <ac:parameter ac:name="atlassian-macro-output-type">BLOCK</ac:parameter> <ac:rich-text-body> <p> <span style="color: rgb(153,153,153);"> <em>Describe any principles (e.g. Decision and Design) that you have used for your Statistical Information Model.</em> </span> </p> </ac:rich-text-body> </ac:structured-macro> <p> <em> <br/> </em> </p> <ac:structured-macro ac:name="text-data"> <ac:parameter ac:name="height">100px</ac:parameter> <ac:parameter ac:name="width">1000px</ac:parameter> <ac:parameter ac:name="name">design</ac:parameter> <ac:parameter ac:name="atlassian-macro-output-type">BLOCK</ac:parameter> <ac:rich-text-body>.</ac:rich-text-body> </ac:structured-macro> <p> <em> <br/> </em> </p> <h3>Relation to other models</h3> <ac:structured-macro ac:name="show-if"> <ac:parameter ac:name="action">edit</ac:parameter> <ac:parameter ac:name="atlassian-macro-output-type">BLOCK</ac:parameter> <ac:rich-text-body> <p> <span style="color: rgb(153,153,153);"> <em>Do you (intend to) use GSIM in conjunction with GSBPM, or with your own statistical business process model? </em> </span> </p> <p> <span style="color: rgb(153,153,153);"> <em>Do you (intend to) use GSIM in conjunction with an international implementation standard (for example, DDI and/or SDMX) or your own implementation standard? Please explain how and why.<br/> </em> </span> </p> </ac:rich-text-body> </ac:structured-macro> <ac:structured-macro ac:name="text-data"> <ac:parameter ac:name="height">100px</ac:parameter> <ac:parameter ac:name="width">1000px</ac:parameter> <ac:parameter ac:name="name">relation</ac:parameter> <ac:parameter ac:name="atlassian-macro-output-type">BLOCK</ac:parameter> <ac:rich-text-body>.</ac:rich-text-body> </ac:structured-macro> <p> </p> <h3>New Information Objects and/or new specialisations of GSIM Information Objects</h3> <ac:structured-macro ac:name="show-if"> <ac:parameter ac:name="action">edit</ac:parameter> <ac:parameter ac:name="atlassian-macro-output-type">BLOCK</ac:parameter> <ac:rich-text-body> <p> <em> <span style="color: rgb(153,153,153);">If you have extended the GSIM with other Information Objects, then provide names, definitions and relations to other information objects. For an example using the method illustrated by</span> <a href="http://www1.unece.org/stat/platform/display/GSIMclick/Data+Set">http://www1.unece.org/stat/platform/display/GSIMclick/Data+Set</a>; </em> </p> <p> <span style="color: rgb(153,153,153);"> <em>If you have specialised any GSIM Information Objects, then provide names, definitions and relations to other information objects.</em> </span> </p> </ac:rich-text-body> </ac:structured-macro> <ac:structured-macro ac:name="text-data"> <ac:parameter ac:name="height">100px</ac:parameter> <ac:parameter ac:name="width">1000px</ac:parameter> <ac:parameter ac:name="name">newobjects</ac:parameter> <ac:parameter ac:name="atlassian-macro-output-type">BLOCK</ac:parameter> <ac:rich-text-body>.</ac:rich-text-body> </ac:structured-macro> <p> </p> <h3>Lessons learned</h3> <ac:structured-macro ac:name="show-if"> <ac:parameter ac:name="action">edit</ac:parameter> <ac:parameter ac:name="atlassian-macro-output-type">BLOCK</ac:parameter> <ac:rich-text-body> <p> <span style="color: rgb(153,153,153);"> <em>Describe important lessons learned from your experiences when using GSIM, both positive and negative.</em> </span> </p> </ac:rich-text-body> </ac:structured-macro> <ac:structured-macro ac:name="text-data"> <ac:parameter ac:name="height">100px</ac:parameter> <ac:parameter ac:name="width">1000px</ac:parameter> <ac:parameter ac:name="name">lessons</ac:parameter> <ac:parameter ac:name="atlassian-macro-output-type">BLOCK</ac:parameter> <ac:rich-text-body>.</ac:rich-text-body> </ac:structured-macro> <h3>Suggestions for changes to GSIM</h3> <ac:structured-macro ac:name="show-if"> <ac:parameter ac:name="action">edit</ac:parameter> <ac:parameter ac:name="atlassian-macro-output-type">BLOCK</ac:parameter> <ac:rich-text-body> <p> <span style="color: rgb(153,153,153);"> <em>If you have any suggestions for changes to GSIM, please add them to the <ac:link> <ri:page ri:content-title="GSIM discussion forum" ri:space-key="gsim"/> <ac:plain-text-link-body><![CDATA[GSIM discussion forum]]></ac:plain-text-link-body> </ac:link>.</em> </span> </p> </ac:rich-text-body> </ac:structured-macro> <ac:structured-macro ac:name="text-data"> <ac:parameter ac:name="height">100px</ac:parameter> <ac:parameter ac:name="width">1000px</ac:parameter> <ac:parameter ac:name="name">changes</ac:parameter> <ac:parameter ac:name="atlassian-macro-output-type">BLOCK</ac:parameter> <ac:rich-text-body>.</ac:rich-text-body> </ac:structured-macro> <p> </p> <p> </p> <ac:structured-macro ac:name="show-if"> <ac:parameter ac:name="action">edit</ac:parameter> <ac:parameter ac:name="atlassian-macro-output-type">BLOCK</ac:parameter> <ac:rich-text-body> <p> <span style="color: rgb(153,153,153);"> <em>The </em> </span> <ac:link> <ri:page ri:content-title="Statistical Classification Model" ri:space-key="gsim"/> <ac:link-body> <span style="color: rgb(0,0,128);"> <em>GSIM Statistical Classification Model</em> </span> <span style="color: rgb(153,153,153);"> </span> </ac:link-body> </ac:link> <span style="color: rgb(153,153,153);"> <em> has the most detailed information objects in GSIM, because it is firmly based on, and easily mapped to, the experiences of many organisations when using the previous Neuchâtel Classifications Model. </em> </span> </p> <p> <span style="color: rgb(153,153,153);"> <em>If you have an implementation based on GSIM and/or the Neuchâtel Classifications Model, then please document this here.</em> </span> </p> <h1> <span style="color: rgb(153,153,153);"> <em>Download <span style="color: rgb(0,0,255);"> <u> <a href="http://www1.unece.org/stat/platform/download/attachments/101157970/GSIM%20classification%20implementation.xlsx?api=v2">; <span style="color: rgb(0,0,255);">this Excel file</span> </a> </u> </span>.<span style="color: rgb(0,0,255);"> <u> <ac:link> <ri:attachment ri:filename="GSIM classification implementation.xlsx"> <ri:page ri:content-title="Draft case study template" ri:space-key="MCOS"/> </ri:attachment> <ac:link-body> <span style="color: rgb(0,0,255);"> </span> </ac:link-body> </ac:link> </u> </span> </em> </span> </h1> <p> <span style="color: rgb(153,153,153);"> <em>In the file, indicate the level of use (Always, Sometimes, Never) for the objects and attributes in the GSIM Statistical Classification Model. Save the file as "GSIM &lt;your country or organisation name&gt;.xlsx", and then re-upload it using the attachments tool in the following section. <br/> </em> </span> </p> </ac:rich-text-body> </ac:structured-macro> <ac:structured-macro ac:name="section"> <ac:rich-text-body> <ac:structured-macro ac:name="column"> <ac:parameter ac:name="width">50%</ac:parameter> <ac:rich-text-body> <p> <ac:structured-macro ac:name="attachments"> <ac:parameter ac:name="old">false</ac:parameter> <ac:parameter ac:name="patterns">GSIM*.*</ac:parameter> <ac:parameter ac:name="preview">false</ac:parameter> <ac:parameter ac:name="upload">false</ac:parameter> </ac:structured-macro> </p> </ac:rich-text-body> </ac:structured-macro> <ac:structured-macro ac:name="column"> <ac:parameter ac:name="width">50%</ac:parameter> <ac:rich-text-body> <ac:structured-macro ac:name="show-if"> <ac:parameter ac:name="action">edit</ac:parameter> <ac:parameter ac:name="atlassian-macro-output-type">BLOCK</ac:parameter> <ac:rich-text-body> <p> <span style="color: rgb(153,153,153);"> <em>Indicate the main persons responsible for completion of this file, if different from the contact indicated for the GSIM section of this case study overall.<br/> </em> </span> </p> </ac:rich-text-body> </ac:structured-macro> <h4>Name of contact for statistical classifications model:</h4> <ac:structured-macro ac:name="text-data"> <ac:parameter ac:name="content">wiki</ac:parameter> <ac:parameter ac:name="name">classificationcontact</ac:parameter> <ac:parameter ac:name="atlassian-macro-output-type">BLOCK</ac:parameter> <ac:parameter ac:name="type">line</ac:parameter> <ac:rich-text-body> </ac:rich-text-body> </ac:structured-macro> <h4>Email:</h4> <ac:structured-macro ac:name="text-data"> <ac:parameter ac:name="content">wiki</ac:parameter> <ac:parameter ac:name="name">classificationemail</ac:parameter> <ac:parameter ac:name="atlassian-macro-output-type">BLOCK</ac:parameter> <ac:parameter ac:name="type">line</ac:parameter> <ac:rich-text-body> </ac:rich-text-body> </ac:structured-macro> </ac:rich-text-body> </ac:structured-macro> </ac:rich-text-body> </ac:structured-macro> <p> </p> <h3>Licensing</h3> <ac:structured-macro ac:name="show-if"> <ac:parameter ac:name="action">edit</ac:parameter> <ac:parameter ac:name="atlassian-macro-output-type">BLOCK</ac:parameter> <ac:rich-text-body> <p> <span style="color: rgb(153,153,153);"> <em>Both GSBPM and GSIM are licensed under the Creative Commons Attribution 3.0 Unported License. To view a copy of this license, visit </em> </span> <a href="http://creativecommons.org/licenses/by/3.0/">; <em>http://creativecommons.org/licenses/by/3.0/</em>; </a> <em>. </em> </p> <p> <em> <span style="color: rgb(153,153,153);">Provide any licensing information that applies to your Statistical Information Model.</span> </em> </p> </ac:rich-text-body> </ac:structured-macro> <ac:structured-macro ac:name="text-data"> <ac:parameter ac:name="height">100px</ac:parameter> <ac:parameter ac:name="width">1000px</ac:parameter> <ac:parameter ac:name="name">licensing</ac:parameter> <ac:parameter ac:name="atlassian-macro-output-type">BLOCK</ac:parameter> <ac:rich-text-body>.</ac:rich-text-body> </ac:structured-macro> <p> </p> <p> </p> <ac:structured-macro ac:name="show-if"> <ac:parameter ac:name="action">edit</ac:parameter> <ac:parameter ac:name="match">all</ac:parameter> <ac:parameter ac:name="atlassian-macro-output-type">BLOCK</ac:parameter> <ac:rich-text-body> <p> <span style="color: rgb(153,153,153);"> <em>Provide any relevant links to assist with understanding of this section of your case study.<br/> </em> </span> </p> <p> <span style="color: rgb(153,153,153);"> <em>To add links, paste the <u>full URL</u> into the box below (<span style="color: rgb(255,0,0);"> <strong>including the http:// part</strong> </span>). You can add as many links as you need to: use the green plus sign to add additional rows. </em> </span> </p> <p> <span style="color: rgb(153,153,153);"> <em>If you wish to write link text to explain what it is that you are linking to, enclose your link text and the URL, separated by a vertical line, in square brackets, e.g. "[UNECE website|<a href="http://www.unece.org/">http://www.unece.org/</a>;]"<span class="nolink"> </span> <br/> </em> </span> </p> </ac:rich-text-body> </ac:structured-macro> <ac:structured-macro ac:name="section"> <ac:rich-text-body> <ac:structured-macro ac:name="column"> <ac:parameter ac:name="width">50%</ac:parameter> <ac:rich-text-body> <ac:structured-macro ac:name="table-plus"> <ac:parameter ac:name="enableHeadingAttributes">false</ac:parameter> <ac:parameter ac:name="columnAttributes">style="border:0"</ac:parameter> <ac:parameter ac:name="enableHighlighting">false</ac:parameter> <ac:parameter ac:name="enableSorting">false</ac:parameter> <ac:parameter ac:name="atlassian-macro-output-type">BLOCK</ac:parameter> <ac:parameter ac:name="border">0</ac:parameter> <ac:parameter ac:name="multiple">false</ac:parameter> <ac:rich-text-body> <ac:structured-macro ac:name="table-data"> <ac:parameter ac:name="initialRows">1</ac:parameter> <ac:parameter ac:name="width">600px</ac:parameter> <ac:parameter ac:name="name">linktable</ac:parameter> <ac:rich-text-body> <table> <tbody> <tr> <th colspan="1">Links:</th> </tr> <tr> <td> <ac:structured-macro ac:name="text-data"> <ac:parameter ac:name="content">wiki</ac:parameter> <ac:parameter ac:name="width">570px</ac:parameter> <ac:parameter ac:name="name">weblink</ac:parameter> <ac:parameter ac:name="atlassian-macro-output-type">INLINE</ac:parameter> <ac:parameter ac:name="type">line</ac:parameter> <ac:rich-text-body> </ac:rich-text-body> </ac:structured-macro> </td> </tr> </tbody> </table> </ac:rich-text-body> </ac:structured-macro> <ac:structured-macro ac:name="show-if"> <ac:parameter ac:name="action">view</ac:parameter> <ac:parameter ac:name="atlassian-macro-output-type">BLOCK</ac:parameter> <ac:rich-text-body> <ac:structured-macro ac:name="hidden-data"> <ac:parameter ac:name="whenHasRows">linktable</ac:parameter> <ac:parameter ac:name="atlassian-macro-output-type">BLOCK</ac:parameter> <ac:rich-text-body> <p> <em>No links have been added to this page.</em> </p> </ac:rich-text-body> </ac:structured-macro> </ac:rich-text-body> </ac:structured-macro> </ac:rich-text-body> </ac:structured-macro> </ac:rich-text-body> </ac:structured-macro> <ac:structured-macro ac:name="column"> <ac:parameter ac:name="width">50%</ac:parameter> <ac:rich-text-body> <h3>Attachments</h3> <ac:structured-macro ac:name="show-if"> <ac:parameter ac:name="action">edit</ac:parameter> <ac:parameter ac:name="match">all</ac:parameter> <ac:parameter ac:name="atlassian-macro-output-type">BLOCK</ac:parameter> <ac:rich-text-body> <p> <span style="color: rgb(153,153,153);"> <em>Please attach any relevant documents to support this section of your case study. </em> </span> </p> <p> <span style="color: rgb(153,153,153);"> <em>This could include Enterprise Architecture files, if available<br/> </em> </span> </p> <p> <span style="color: rgb(153,153,153);"> <em>To add an attachment, <span style="color: rgb(255,0,0);"> <strong> <u>FIRST SAVE THIS PAGE</u> </strong> </span> </em> </span> </p> <p> <span style="color: rgb(153,153,153);"> <em>Then drag and drop or browse for attachments using the tool that you will see in this section.<br/> </em> </span> </p> </ac:rich-text-body> </ac:structured-macro> <ac:structured-macro ac:name="show-if"> <ac:parameter ac:name="action">view</ac:parameter> <ac:parameter ac:name="atlassian-macro-output-type">BLOCK</ac:parameter> <ac:rich-text-body> <p> <ac:structured-macro ac:name="attachments"> <ac:parameter ac:name="old">false</ac:parameter> <ac:parameter ac:name="sortBy">name</ac:parameter> <ac:parameter ac:name="sortOrder">descending</ac:parameter> </ac:structured-macro> </p> </ac:rich-text-body> </ac:structured-macro> </ac:rich-text-body> </ac:structured-macro> </ac:rich-text-body> </ac:structured-macro> </ac:layout-cell> </ac:layout-section> <ac:layout-section ac:type="single"> <ac:layout-cell> <ac:structured-macro ac:name="auihorizontalnav"> <ac:rich-text-body> <ac:structured-macro ac:name="auihorizontalnavpage"> <ac:parameter ac:name="title">1. Information Model of the Statistical Organization</ac:parameter> <ac:rich-text-body> </ac:rich-text-body> </ac:structured-macro> <ac:structured-macro ac:name="auihorizontalnavpage"> <ac:parameter ac:name="title">2. Business Case for using GSIM</ac:parameter> <ac:rich-text-body> </ac:rich-text-body> </ac:structured-macro> <ac:structured-macro ac:name="auihorizontalnavpage"> <ac:parameter ac:name="title">3. Principles</ac:parameter> <ac:rich-text-body> </ac:rich-text-body> </ac:structured-macro> <ac:structured-macro ac:name="auihorizontalnavpage"> <ac:parameter ac:name="title">4. Relation to other Models</ac:parameter> <ac:rich-text-body> </ac:rich-text-body> </ac:structured-macro> <ac:structured-macro ac:name="auihorizontalnavpage"> <ac:parameter ac:name="title">5. Extensions to GSIM</ac:parameter> <ac:rich-text-body> </ac:rich-text-body> </ac:structured-macro> <ac:structured-macro ac:name="auihorizontalnavpage"> <ac:parameter ac:name="title">6. Lessons learned</ac:parameter> <ac:rich-text-body> </ac:rich-text-body> </ac:structured-macro> <ac:structured-macro ac:name="auihorizontalnavpage"> <ac:parameter ac:name="title">7. Statistical Classifications Model</ac:parameter> <ac:rich-text-body> </ac:rich-text-body> </ac:structured-macro> <ac:structured-macro ac:name="auihorizontalnavpage"> <ac:parameter ac:name="title">8. Licensing</ac:parameter> <ac:rich-text-body> </ac:rich-text-body> </ac:structured-macro> <ac:structured-macro ac:name="auihorizontalnavpage"> <ac:parameter ac:name="title">9. Links and attachments</ac:parameter> <ac:rich-text-body> </ac:rich-text-body> </ac:structured-macro> </ac:rich-text-body> </ac:structured-macro> </ac:layout-cell> </ac:layout-section> <ac:layout-section ac:type="single"> <ac:layout-cell> <p> <ac:structured-macro ac:name="viewtracker"> <ac:parameter ac:name="hide">true</ac:parameter> </ac:structured-macro> </p> <ac:structured-macro ac:name="show-if"> <ac:parameter ac:name="match">all</ac:parameter> <ac:parameter ac:name="atlassian-macro-output-type">BLOCK</ac:parameter> <ac:parameter ac:name="group">confluence-administrators</ac:parameter> <ac:rich-text-body> <ac:structured-macro ac:name="expand"> <ac:parameter ac:name="title">Click for viewtracker</ac:parameter> <ac:rich-text-body> <ac:structured-macro ac:name="viewtracker-report"> <ac:parameter ac:name="renderusernames">false</ac:parameter> <ac:parameter ac:name="dateformat">dd-MMM-yyyy</ac:parameter> </ac:structured-macro> </ac:rich-text-body> </ac:structured-macro> </ac:rich-text-body> </ac:structured-macro> </ac:layout-cell> </ac:layout-section> </ac:layout>

0 votes
xpauls
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 2, 2015

I also need Storage format for this template. To get it you need Confluence Source Editor plugin. This will enable the button in the answer provided by Nelson Carranza.

0 votes
Christopher Jones July 2, 2015

<ac:structured-macro ac:name="live-template"><ac:parameter ac:name="template">GSIM use case study home</ac:parameter></ac:structured-macro>

0 votes
xpauls
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 2, 2015

No, I need storage format. http://imgur.com/QErJ8Gs

0 votes
Christopher Jones July 1, 2015

I am using server-based Confluence 5.4.4, and the text-data macro is part of the Scaffolding version 6.2.1 plugin. Thanks.

0 votes
Nelson Carranza
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 1, 2015

Hi Christopher,

If there are unclosed html tags in the text data, it will affect other parts of the pages.  You check if tags are properly closed in the source editor(image below). I reported this to service rocket https://community.servicerocket.com/servicerocket/topics/text-data-rich-text-breaks-html-page

If this is not the issue, you can ask a question in their community where an official rep can help you. https://community.servicerocket.com/servicerocket

 

Regards

Nelson

sourceEditor.PNG

Christopher Jones July 1, 2015

The <em></em> tags that I mention don't appear when the template is edited in the wiki markup editor. - They only appear in the page that is generated using the template together with the rich text input. To see the <em></em> tags, you have to use the "inspect element" feature in Google Chrome.

0 votes
xpauls
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 1, 2015

Can you provide your storage format?

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

TAGS
AUG Leaders

Atlassian Community Events