VWcms Include Examples  

•  Introduction

•  Editing Content

•  Managing Content

•  Designing The Site

•  Site Template

•  Style-Sheet

•  HTML Content

•  Substitution

•  Include Examples

•  Print Template

•  Installation

•  Configuration

•  Miscellaneous

•  Site Map

Print+ (Site)

Login

$$INCLUDE$/veedub/$$

Places a remote (network) URL into a scrolling window on the page.


$$$INCLUDE$height:150px;$plain:///_site.html$$

Places the content of a local file as plain text into a scrolling window.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">

<head>
<title>$$DRAFT$$$$TITLE$$</title>
$$! this '/_TEST' just exercises the URI substitution code in TemplateUri() !$$
<link rel="stylesheet" href="/_TEST/_vwcms.css" type="text/css" />
<link rel="stylesheet" href="/_veedub/_stylesheet.css" type="text/css" />
<head>

<body onload="if(window.VWcmsOnLoad)VWcmsOnLoad()">
<p><a name="TOP" id="TOP">
<table style="width: 100%; white-space: nowrap;" class="veedub_site">
    <tbody>
        <tr>
            <td><img src="/_veedub/veedub.gif" alt="" /></td>
            <td style="vertical-align: middle; font-size: 200%; letter-spacing: 0pt; padding-left: 0.5em; padding-right: 1em;">VWcms</td>
            <td style="vertical-align: middle;" class="veedub_title">$$TITLE$$</td>
            <td style="vertical-align: bottom; text-align: right; width: 70%;">$$SEARCH$$</td>
            <td style="width: 20%;">&#160;</td>
        </tr>
    </tbody>
</table>
<table class="veedub_main">
    <tbody>
        <tr>
            <td class="veedub_left"><nobr>$$TOC$&#8226;&#160;&#160;$$</nobr>
            <p style="margin-top: 1em;">$$PRINT$$$$PRINT$1$+$$&#160;($$PRINT$9$Site$$)</p>
            <p style="margin-top: 1em;">$$LOGIN$Login$Logout$$$$USER$&#160;&#160;<font size="-1">($)</font>$$<br />
            $$MANAGE$Manage Site$View Site$$</p>
            </td>
            <td class="veedub_middle">
            <div class="veedub_content">$$CONTENT$$</div>
            <table class="veedub_footer">
                <tbody>
                    <tr>
                        <td style="text-align: left;">$$PREV$$</td>
                        <td style="text-align: center;">$$TOP$$</td>
                        <td style="text-align: right;">$$NEXT$$</td>
                    </tr>
                    <tr>
                        <td style="text-align: left;" colspan="3">$$ADVISE$NOTE:&#160;$$</td>
                    </tr>
                    <tr>
                        <td style="width: 100%; white-space: nowrap; text-align: right;" colspan="3"><b>As&#160;at:</b>&#160;$$TIME$$&#160;&#160; <b>Updated:</b>&#160;$$LASTMOD$$&#160;($$AGO$$)</td>
                    </tr>
                </tbody>
            </table>
            </td>
            <td class="veedub_right">&#160;</td>
        </tr>
    </tbody>
</table>
</a></p>
</body>
</html>


$$$INSERT$/veedub/$$

Places a remote (network) URL in-line with the content of the page.


$$$INSERT$plain:///_site.html$$

Places the content in-line with the content of the page.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <title>$$DRAFT$$$$TITLE$$</title> $$! this '/_TEST' just exercises the URI substitution code in TemplateUri() !$$ <link rel="stylesheet" href="/_TEST/_vwcms.css" type="text/css" /> <link rel="stylesheet" href="/_veedub/_stylesheet.css" type="text/css" /> <head> <body onload="if(window.VWcmsOnLoad)VWcmsOnLoad()"> <p><a name="TOP" id="TOP"> <table style="width: 100%; white-space: nowrap;" class="veedub_site"> <tbody> <tr> <td><img src="/_veedub/veedub.gif" alt="" /></td> <td style="vertical-align: middle; font-size: 200%; letter-spacing: 0pt; padding-left: 0.5em; padding-right: 1em;">VWcms</td> <td style="vertical-align: middle;" class="veedub_title">$$TITLE$$</td> <td style="vertical-align: bottom; text-align: right; width: 70%;">$$SEARCH$$</td> <td style="width: 20%;">&#160;</td> </tr> </tbody> </table> <table class="veedub_main"> <tbody> <tr> <td class="veedub_left"><nobr>$$TOC$&#8226;&#160;&#160;$$</nobr> <p style="margin-top: 1em;">$$PRINT$$$$PRINT$1$+$$&#160;($$PRINT$9$Site$$)</p> <p style="margin-top: 1em;">$$LOGIN$Login$Logout$$$$USER$&#160;&#160;<font size="-1">($)</font>$$<br /> $$MANAGE$Manage Site$View Site$$</p> </td> <td class="veedub_middle"> <div class="veedub_content">$$CONTENT$$</div> <table class="veedub_footer"> <tbody> <tr> <td style="text-align: left;">$$PREV$$</td> <td style="text-align: center;">$$TOP$$</td> <td style="text-align: right;">$$NEXT$$</td> </tr> <tr> <td style="text-align: left;" colspan="3">$$ADVISE$NOTE:&#160;$$</td> </tr> <tr> <td style="width: 100%; white-space: nowrap; text-align: right;" colspan="3"><b>As&#160;at:</b>&#160;$$TIME$$&#160;&#160; <b>Updated:</b>&#160;$$LASTMOD$$&#160;($$AGO$$)</td> </tr> </tbody> </table> </td> <td class="veedub_right">&#160;</td> </tr> </tbody> </table> </a></p> </body> </html>