Example Template Notice

From AlfrescoWiki

Jump to: navigation, search


Contents

[edit] Description

Displays a notice in a space. Use the template to communicate important notices, for example the system will be unavailable while system maintenance is undertaken.

[edit] Screenshot

Image:Examplenotice.gif

[edit] Template

<table border="0" cellpadding="0" cellspacing="0" width="100%">
   <tbody>
      <tr>
         <td width="7"><img src="/alfresco/images/parts/yellow_01.gif" alt="" height="7" width="7"></td>
         <td background="/alfresco/images/parts/yellow_02.gif"><img src="/alfresco/images/parts/yellow_02.gif" alt="" height="7" width="7"></td>
         <td width="7"><img src="/alfresco/images/parts/yellow_03.gif" alt="" height="7" width="7"></td>
      </tr>
      <tr>
         <td background="/alfresco/images/parts/yellow_04.gif"><img src="/alfresco/images/parts/yellow_04.gif" alt="" height="7" width="7"></td>
         <td bgcolor="#ffffcc">
            <table style="" border="0" cellpadding="2" cellspacing="2" width="100%">
              <tbody>
                <tr class="alignTop">
                  <td>
                    <table border="0" cellpadding="2" cellspacing="2">
                      <tbody>
                        <tr>
                          <td>
                            <p><span style="font-size: 11px; font-weight: bold;">Put your notice heading here</span></p>
                            <p>Put your notice content here.</p>
                          </td>
                        </tr>
                      </tbody>
                    </table>
                  </td>
                </tr>
              </tbody>
            </table>
         </td>
         <td background="/alfresco/images/parts/yellow_06.gif"><img src="/alfresco/images/parts/yellow_06.gif" alt="" height="7" width="7"></td>
        </tr>
        <tr>
          <td width="7"><img src="/alfresco/images/parts/yellow_07.gif" alt="" height="7" width="7"></td>
          <td background="/alfresco/images/parts/yellow_08.gif"><img src="/alfresco/images/parts/yellow_08.gif" alt="" height="7" width="7"></td>
          <td width="7"><img src="/alfresco/images/parts/yellow_09.gif" alt="" height="7" width="7"></td>
      </tr>
   </tbody>
</table>

[edit] Requirements

Alfresco Version 2. It uses standard images provided in this version of Alfresco.

[edit] Source

This template was used in the Alfresco Content Community to post a notice on the Company Home page about system maintenance.