<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<title>Templates - how to include boilerplate</title>
<style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
p
        {mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman";}
pre
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:navy;}
@page Section1
        {size:595.3pt 841.9pt;
        margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-GB link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>This could be achieved by creating a
special file &#8211; eg, boilerplate.conf<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Then in each MRTG file (or your template
file), start off with the line <o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=black face="Courier New"><span
style='font-size:10.0pt;font-family:"Courier New";color:black'>&nbsp; Include:
boilerplate.conf<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Then in the boilerplate.conf file, use
commands like the following:<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=black face="Courier New"><span
style='font-size:10.0pt;font-family:"Courier New";color:black'>&nbsp;
PageTop[^]: &lt;small&gt;This is mine, mine I tell you! Muahaha.&lt;/small&gt;&lt;hr&gt;<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=black face="Courier New"><span
style='font-size:10.0pt;font-family:"Courier New";color:black'>&nbsp;
AddHead[_]: &lt;link rev=&#8221;webmaster&#8221; href=mailto:president@whitehouse.gov&gt;<o:p></o:p></span></font></p>

<pre><font size=2 color=black face="Courier New"><span style='font-size:10.0pt;
color:black'>&nbsp; BodyTag[_]:&lt;BODY LEFTMARGIN=&quot;1&quot; TOPMARGIN=&quot;1&quot; BACKGROUND=&quot;/images/playboy/mindy.gif&quot;&gt;<o:p></o:p></span></font></pre>

<p class=MsoNormal><font size=2 color=black face="Courier New"><span
style='font-size:10.0pt;font-family:"Courier New";color:black'>&nbsp; PageFoot[$]:
&lt;small&gt;Copyright me.&nbsp; Don&#8217;t look at it with your eyes open.&lt;/small&gt;<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>In fact you can put anything you like in
here, so even including your general global options would be a good idea.&nbsp;
Note we are using the prepend target for PageTop so that you can still use
PageTop in the various .cfg files.&nbsp; This is just an example; you don&#8217;t
need to use all these directives.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>If using routers2 as a frontend, the same
thing will mostly work, but you will need to enable mrtgpagetop=yes in the
routers2.conf.&nbsp; Alternatively, just set your boilerplate in the pagetop=
definition in the routers2.conf.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Steve<o:p></o:p></span></font></p>

<div style='border:none;border-left:solid blue 1.5pt;padding:0cm 0cm 0cm 4.0pt'>

<p><font size=2 face=Arial><span style='font-size:10.0pt;font-family:Arial'>I
am looking for a hand with adding a bunch of silly boilerplate html to the top
of every MRTG generated page.</span></font> <br>
<font size=2 face=Arial><span style='font-size:10.0pt;font-family:Arial'>It
seems to me that the sensible place to do this would be in my Host and
Interface template files; however that still leaves me with about a dozen
different files that all need the same boilerplate. I'd like to be able to use
an INCLUDE inside the template, or some such mechanism. That way, when it changes,
they all change at once.</span></font> <font color=navy><span style='color:
navy'><o:p></o:p></span></font></p>

</div>

</div>

</body>

</html>