Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Expand
titleTable of Contents

Table of Contents


...

NOTE:  A lot of this can be done directly through the tool bar in the latest version of Confluence.

How to include link to attachment on another page?


...

Search for all pages I created
  • In search box: creatorName:elr37


...

Use of Progress Bars
Code Block
languagenone
{HTML}
<!--
{include:~elr37:progress_bar_5pct}
{include:~elr37:progress_bar_30pct}
{include:~elr37:progress_bar_50pct}
{include:~elr37:progress_bar_75pct}
{include:~elr37:progress_bar_85pct}
{include:~elr37:progress_bar_95pct}
{include:~elr37:progress_bar_100pct}
-->
{HTML}

...

Progress

Description

Include Page
progress_bar_5pct
progress_bar_5pct

5% complete

Include Page
progress_bar_30pct
progress_bar_30pct

30% complete

Include Page
progress_bar_50pct
progress_bar_50pct

50% complete

Include Page
progress_bar_75pct
progress_bar_75pct

75% complete

Include Page
progress_bar_85pct
progress_bar_85pct

85% complete

Include Page
progress_bar_95pct
progress_bar_95pct

95% complete

Include Page
progress_bar_100pct
progress_bar_100pct

100% complete


...

Example Status Page (using status include macros)

Minimal:

Code Block
languagenone
{include:~elr37:Status Legend}

...


NOTE: Don't include a space between HTML and } AND remove spaces from HTML comment tags <!-- and -->. The includes at this point are to make it easier to access the images for use on the page to mark status.


...

Example Table with colspan secondary headers

...

  • Add this include to the page that will use secondary headers...

    Code Block
    languagenone
    {include:~elr37:CSS Extensions}



  • Set up secondary headers in table with...

    Code Block
    languagenone
    || Status || project.xml Phase || project.xml Step {HTML} </tr>
    <tr><td class='confluenceTd level1Td' colspan='3'>Common Workflow</td>
     {HTML} ||
    | DONE | READ | 1 | 
    | DONE | WRITE | 1 {HTML} </tr>
    <tr><td class='confluenceTd level1Td' colspan='3'>Hand BrowseWorkflow</td>
     {HTML} |
    | DONE | READ | 1 | 
    | DONE | WRITE | 1 |



    NOTE: Don't include a space between HTML and }.


...

Example Table secondary headers without colspan

How to...

  • Add this include to the page that will use secondary headers...

    Code Block
    languagenone
    {include:~elr37:CSS Extensions}



  • Set up secondary headers in table with...

    Code Block
    languagenone
      </tr>
      <tr>
        <td class='confluenceTd level2Td'>Easy</td>
        <td class='confluenceTd level2Td'>Pulse</td>
        <td class='confluenceTd level2Td'></td>
        <td class='confluenceTd level2Td'>Broad Band Spike</td>
        <td class='confluenceTd level2Td'>Narrow Time Interval</td>
        <td class='confluenceTd level2Td'></td>
        <td class='confluenceTd level2Td'></td>
      </tr>



...

How to add formatting with HTML tags inside a code block?

You can't with

macro.

But you can by using the following syntax...

...

Panel
borderColor#333333
bgColorwhite
borderStyledashed




...

How to add a header to all pages in a space?

With space admin privileges, but without site admin privileges...

...