HTML
Splash!
PostScript
  
Template Toolkit Examples: Splash! Library: Cross-Hair Frames

  box
hair
tabbox  

Cross-Hair Frames

The splash/hair element generates a frame enclosing the content with cross-hair corners.

Source #1:
    [% INCLUDE splash/hair
               content = 'Box Content'
               col   = 'white'
               bgcol = 'black'
    %]
Output #1:

Box Content


Source #2:
    [% WRAPPER splash/hair
               col   = 'grey75'
               bgcol = 'marine'
               pad = 10
    %]
    This is the content
    <br>
    More content
    [% END %]
Output #2:

This is the content
More content