bagder: curl-www/viewvc-templates/include Makefile, NONE, 1.1 diff_form.ezt, NONE, 1.1 dir_footer.ezt, NONE, 1.1 dir_header.ezt, NONE, 1.1 file_header.ezt, NONE, 1.1 footer.ezt, NONE, 1.1 footer.t, NONE, 1.1 header.ezt, NONE, 1.1 header.t, NONE, 1.1 log_footer.ezt, NONE, 1.1 log_header.ezt, NONE, 1.1 org-footer.ezt, NONE, 1.1 org-header.ezt, NONE, 1.1 paging.ezt, NONE, 1.1 pathrev_form.ezt, NONE, 1.1 props.ezt, NONE, 1.1 sort.ezt, NONE, 1.1

[email protected] Mon, 28 Sep 2009 08:58:46 +0000
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www/viewvc-templates/include
In directory giant.haxx.se:/var/tmp/cvs-serv25563/include

Added Files:
	Makefile diff_form.ezt dir_footer.ezt dir_header.ezt 
	file_header.ezt footer.ezt footer.t header.ezt header.t 
	log_footer.ezt log_header.ezt org-footer.ezt org-header.ezt 
	paging.ezt pathrev_form.ezt props.ezt sort.ezt 
Log Message:
the entire viewvc template dir, for maximum customizabilty of the viewvc
output


--- NEW FILE: dir_header.ezt ---
[# setup page definitions]
  [define page_title]Index of /[where][end]
  [define help_href][docroot]/help_[if-any where]dir[else]root[end]view.html[end]
[# end]

[include "header.ezt" "directory"]

[if-any where][else]
  <!-- you may insert repository access instructions here -->
[end]

<table class="auto">
<tr><td>Files shown:</td><td><strong>[files_shown]</strong>
[is num_dead "0"]
[else]
  [if-any attic_showing]
    (<a href="[hide_attic_href]">Hide [num_dead] dead files</a>)
  [else]
    (<a href="[show_attic_href]">Show [num_dead] dead files</a>)
  [end]
[end]
</td></tr>

[is roottype "svn"]
<tr>
  <td>Directory revision:</td>
  <td><a href="[tree_rev_href]" title="Revision [tree_rev]">[tree_rev]</a>[if-any youngest_rev] (of <a href="[youngest_rev_href]" title="Revision [youngest_rev]">[youngest_rev]</a>)[end]</td>
</tr>
[end]
<tr>
  <td>Sticky [is roottype "cvs"]Tag[else]Revision[end]:</td>
  <td>[include "pathrev_form.ezt"]</td>
</tr>

[if-any search_re_action]
<tr>
  <td>Filter files by content:</td>
  <td><form method="get" action="[search_re_action]" style="display: inline;">
      <div style="display: inline;">
      [for search_re_hidden_values]<input type="hidden" name="[search_re_hidden_values.name]" value="[search_re_hidden_values.value]"/>[end]
      <input type="text" name="search" value="[search_re]" />
      <input type="submit" value="Search Regexp" />
      </div>
     </form>
     [if-any search_re]
     <form method="get" action="[search_re_action]" style="display: inline;">
     <div style="display: inline;">
     [for search_re_hidden_values]<input type="hidden" name="[search_re_hidden_values.name]" value="[search_re_hidden_values.value]"/>[end]
     <input type="submit" value="Show All Files" />
     </div>
     </form>
     [end]
  </td>
</tr>
[end]

[if-any queryform_href]
<tr>
  <td>Query:</td>
  <td><a href="[queryform_href]">Query revision history</a></td>
</tr>
[end]

</table>

[is picklist_len "0"]
[else]
  [is picklist_len "1"]
  [else]
    <form method="get" action="[dir_paging_action]">
      [for dir_paging_hidden_values]<input type="hidden" name="[dir_paging_hidden_values.name]" value="[dir_paging_hidden_values.value]"/>[end]
      <input type="submit" value="Go to:" />
      <select name="dir_pagestart"  onchange="submit()">
        [for picklist]
          <option [is picklist.count dir_pagestart]selected[end] value="[picklist.count]">Page [picklist.page]: [picklist.start] to [picklist.end]</option>
        [end]
      </select>
    </form>
  [end]
[end]

<p><a name="dirlist"></a></p>
<hr />


--- NEW FILE: org-header.ezt ---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!-- ViewVC :: http://www.viewvc.org/ -->
<head>
  <title>[if-any rootname][[][rootname]][else]ViewVC[end] [page_title]</title>
  <meta name="generator" content="ViewVC [vsn]" />
  <link rel="shortcut icon" href="[docroot]/images/favicon.ico" type="image/x-icon" />
  <link rel="stylesheet" href="[docroot]/styles.css" type="text/css" />
  [if-any rss_href]<link rel="alternate" type="application/rss+xml" title="RSS [[][rootname]][where]" href="[rss_href]" />[end]
</head>
<body>
<div class="vc_navheader">
<table><tr>
<td><strong>[if-any roots_href]<a href="[roots_href]"><span class="pathdiv">/</span></a>[else]<span class="pathdiv">/</span>[end][if-any nav_path][for nav_path][if-any nav_path.href]<a href="[nav_path.href]">[end][if-index nav_path first][[][nav_path.name]][else][nav_path.name][end][if-any nav_path.href]</a>[end][if-index nav_path last][else]<span class="pathdiv">/</span>[end][end][end]</strong></td>
<td style="text-align: right;">[if-any username]Logged in as: <strong>[username]</strong>[end]</td>
</tr></table>
</div>

<div style="float: right; padding: 5px;"><a href="http://www.viewvc.org/" title="ViewVC Home"><img src="[docroot]/images/viewvc-logo.png" alt="ViewVC logotype" width="240" height="70" /></a></div>
<h1>[page_title]</h1>



--- NEW FILE: sort.ezt ---
[is roottype "svn"]
[else]
<form method="get" action="[logsort_action]">
  <div>
    <hr />
    <a name="logsort"></a>
      [for logsort_hidden_values]<input type="hidden" name="[logsort_hidden_values.name]" value="[logsort_hidden_values.value]"/>[end]
      Sort log by:
      <select name="logsort" onchange="submit()">
        <option value="cvs" [is logsort "cvs"]selected="selected"[end]>Not sorted</option>
        <option value="date" [is logsort "date"]selected="selected"[end]>Commit date</option>
        <option value="rev" [is logsort "rev"]selected="selected"[end]>Revision</option>
      </select>
      <input type="submit" value="  Sort  " />
  </div>
</form>
[end]
--- NEW FILE: dir_footer.ezt ---
[# if you want to disable tarball generation remove the following: ]
[if-any tarball_href]
<hr/>
<p style="margin:0;"><a href="[tarball_href]">Download GNU tarball</a></p>
[end]

[include "props.ezt"]
[include "footer.ezt"]


--- NEW FILE: Makefile ---
ROOT = ../..

MAINPARTS= $(ROOT)/_doctype.html $(ROOT)/setup.t \
 $(ROOT)/where.t $(ROOT)/mirrorlinks.t $(ROOT)/ad.t
NOW=$(shell gnudate +'-D__TODAY__=%B %d, %Y')
ACTION= cpp -I.. -I$(ROOT) -WWW -Uunix -P -H -C -V -LL "$(NOW)" $< $@

all: header.ezt footer.ezt

header.ezt: header.t $(MAINPARTS)
	$(ACTION)

footer.ezt: footer.t $(MAINPARTS)
	$(ACTION)

--- NEW FILE: props.ezt ---
[if-any properties]
<hr/>
<div class="vc_properties">
<h2>Properties</h2>
<table cellspacing="1" cellpadding="2" class="auto">
<thead>
  <tr>
    <th class="vc_header_sort">Name</th>
    <th class="vc_header">Value</th>
  </tr>
</thead>
<tbody>
[for properties]
  <tr class="vc_row_[if-index properties even]even[else]odd[end]">
    <td><strong>[properties.name]</strong></td>
    [if-any properties.undisplayable]
    <td><em>Property value is undisplayable.</em></td>
    [else]
    <td style="white-space: pre;">[properties.value]</td>
    [end]
  </tr>
[end]
</tbody>
</table>
</div>
[end]

--- NEW FILE: log_footer.ezt ---
[include "paging.ezt"]

[is pathtype "file"]
  [include "diff_form.ezt"]
[end]

[include "sort.ezt"]

[include "footer.ezt"]


--- NEW FILE: footer.ezt ---
[# standard footer used by all ViewVC pages ]
</td></tr></table>
<p>
<a href="http://curl.haxx.se/donation.html"><img border="0" src="http://curl.haxx.se/pix/donate.png" alt="donate!"
width="88" height="31"></a>
<span class="aboutbox">
Page updated September 28, 2009.<br>
<a href="http://curl.haxx.se/about.html">web site info</a>
</span>
<center>
<a class="bottomad" href="http://www.easyalgo.com/eaupload.aspx"
title="Asp.net upload component">File upload with ASP.NET</a>
</center>
<!-- last-line-in-body -->

--- NEW FILE: pathrev_form.ezt ---
<form method="get" action="[pathrev_action]" style="display: inline">
<div style="display: inline">
[for pathrev_hidden_values]<input type="hidden" name="[pathrev_hidden_values.name]" value="[pathrev_hidden_values.value]"/>[end]
[is roottype "cvs"]
  [define pathrev_selected][pathrev][end]
  <select name="pathrev" onchange="submit()">
  <option value=""></option>
  [if-any branch_tags]
    <optgroup label="Branches">
    [for branch_tags]
      [is branch_tags pathrev]
        <option selected>[branch_tags]</option>
        [define pathrev_selected][end]
      [else]
        <option>[branch_tags]</option>
      [end]
    [end]
    </optgroup>
  [end]
  <optgroup label="Non-branch tags">
  [for plain_tags]
    [is plain_tags pathrev]
      <option selected>[plain_tags]</option>
      [define pathrev_selected][end]
    [else]
      <option>[plain_tags]</option>
    [end]
  [end]
  </optgroup>
  [if-any pathrev_selected]
    <option selected>[pathrev_selected]</option>
  [end]
  </select>
[else]
  <input type="text" name="pathrev" value="[pathrev]" size="6"/>
[end]
<input type="submit" value="Set" />
</div>
</form>

[if-any pathrev]
<form method="get" action="[pathrev_clear_action]" style="display: inline">
<div style="display: inline">
[for pathrev_clear_hidden_values]<input type="hidden" name="[pathrev_clear_hidden_values.name]" value="[pathrev_clear_hidden_values.value]"/>[end]
[if-any lastrev]
  [is pathrev lastrev][else]<input type="submit" value="Set to [lastrev]" />[end]
  (<i>Current path doesn't exist after revision <strong>[lastrev]</strong></i>)
[else]
  <input type="submit" value="Clear" />
[end]
</div>
</form>
[end]

--- NEW FILE: org-footer.ezt ---
[# standard footer used by all ViewVC pages ]

<hr />

<table>
<tr>
  <td>[if-any cfg.general.address]<address><a href="mailto:[cfg.general.address]">[cfg.general.address]</a></address>[else]&nbsp;[end]</td>
  <td style="text-align: right;"><strong><a href="[help_href]">ViewVC Help</a></strong></td>
</tr>
<tr>
  <td>Powered by <a href="http://viewvc.tigris.org/">ViewVC [vsn]</a></td>
  <td style="text-align: right;">[if-any rss_href]<a href="[rss_href]" title="RSS 2.0 feed"><img src="[docroot]/images/feed-icon-16x16.jpg" class="vc_icon" alt="RSS 2.0 feed" /></a>[else]&nbsp;[end]</td>
</tr>
</table>

</body>
</html>

--- NEW FILE: diff_form.ezt ---
  <hr />
  <p><a name="diff"></a>
  This form allows you to request diffs between any two revisions of this file.
  For each of the two "sides" of the diff,
[if-any tags]
  select a symbolic revision name using the selection box, or choose
  'Use Text Field' and enter a numeric revision.
[else]
  enter a numeric revision.
[end]
  </p>
  <form method="get" action="[diff_select_action]" id="diff_select">

  <table cellpadding="2" cellspacing="0" class="auto">
  <tr>
  <td>&nbsp;</td>
  <td>
  [for diff_select_hidden_values]<input type="hidden" name="[diff_select_hidden_values.name]" value="[diff_select_hidden_values.value]"/>[end]
  Diffs between
[if-any tags]
  <select name="r1">
    <option value="text" selected="selected">Use Text Field</option>
  [for tags]
    <option value="[tags.rev]:[tags.name]">[tags.name]</option>
  [end]
  </select>
  <input type="text" size="12" name="tr1" 
         value="[if-any rev_selected][rev_selected][else][first_revision][end]"
         onchange="document.getElementById('diff_select').r1.selectedIndex=0" />
[else]
  <input type="text" size="12" name="r1"
         value="[if-any rev_selected][rev_selected][else][first_revision][end]" />
[end]

  and
[if-any tags]
  <select name="r2">
    <option value="text" selected="selected">Use Text Field</option>
  [for tags]
    <option value="[tags.rev]:[tags.name]">[tags.name]</option>
  [end]
  </select>
  <input type="text" size="12" name="tr2" 
         value="[last_revision]"
         onchange="document.getElementById('diff_select').r2.selectedIndex=0" />
[else]
  <input type="text" size="12" name="r2" value="[last_revision]" />
[end]
  </td>
  </tr>
  <tr>
  <td>&nbsp;</td>
  <td>
  Type of Diff should be a
  <select name="diff_format" onchange="submit()">
    <option value="h" [is diff_format "h"]selected="selected"[end]>Colored Diff</option>
    <option value="l" [is diff_format "l"]selected="selected"[end]>Long Colored Diff</option>
    <option value="f" [is diff_format "f"]selected="selected"[end]>Full Colored Diff</option>
    <option value="u" [is diff_format "u"]selected="selected"[end]>Unidiff</option>
    <option value="c" [is diff_format "c"]selected="selected"[end]>Context Diff</option>
    <option value="s" [is diff_format "s"]selected="selected"[end]>Side by Side</option>
  </select>
  <input type="submit" value="  Get Diffs  " />
  </td>
  </tr>
  </table>
  </form>

--- NEW FILE: paging.ezt ---
  [is picklist_len "0"]
  [else]
    [is picklist_len "1"]
    [else]
      <hr />
      <form method="get" action="[log_paging_action]">
        [for log_paging_hidden_values]<input type="hidden" name="[log_paging_hidden_values.name]" value="[log_paging_hidden_values.value]"/>[end]
        <input type="submit" value="Go to:">
        <select name="log_pagestart"  onchange="submit()">
          [for picklist]
           [if-any picklist.more]
            <option [is picklist.count log_pagestart]selected[end] value="[picklist.count]">Page [picklist.page]: [picklist.start] ...</option>
           [else]
            <option [is picklist.count log_pagestart]selected[end] value="[picklist.count]">Page [picklist.page]: [picklist.start] - [picklist.end]</option>
           [end]
          [end]
        </select>
      </form>
    [end]
  [end]
--- NEW FILE: file_header.ezt ---
<p style="margin:0;">
[is pathtype "file"]
<a href="[up_href]"><img src="[docroot]/images/back_small.png" class="vc_icon" alt="Parent Directory" /> Parent Directory</a>
[if-any log_href] 
  | <a href="[log_href]"><img src="[docroot]/images/log.png" class="vc_icon" alt="Revision Log" /> Revision Log</a>
[end]
[if-any graph_href]
  | <a href="[graph_href]"><img src="[docroot]/images/cvsgraph_16x16.png" class="vc_icon" alt="View Revision Graph" /> Revision Graph</a>
[end]
[is view "diff"]
  | <a href="[patch_href]"><img src="[docroot]/images/diff.png" class="vc_icon" alt="View Patch" /> Patch</a>
[end]
[else]
<a href="[view_href]"><img src="[docroot]/images/dir.png" class="vc_icon" alt="View Directory Listing" /> Directory Listing</a>
[end]
</p>

--- NEW FILE: footer.t ---
[# standard footer used by all ViewVC pages ]

#include "_footer.html"


--- NEW FILE: header.ezt ---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <title>[if-any rootname][[][rootname]][else]ViewVC[end] [page_title]</title>
  <meta name="generator" content="ViewVC [vsn]" />
  <link rel="shortcut icon" href="http://curl.haxx.se/favicon.ico" />
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
<link rel="STYLESHEET" type="text/css" href="/curl.css">
<link rel="shortcut icon" href="http://curl.haxx.se/favicon.ico">
  <link rel="stylesheet" href="[docroot]/styles.css" type="text/css" />
  [if-any rss_href]<link rel="alternate" type="application/rss+xml" title="RSS [[][rootname]][where]" href="[rss_href]" />[end]
</head>
<BODY bgcolor="#ffffff" text="#000000" LINK="#0000ff" VLINK="#808080" ALINK="red">
<!-- first-line-in-body -->
<table width="100%"><tr valign="top"><td> <a href="http://curl.haxx.se/"><img border="0" src="http://curl.haxx.se/ds-curlicon.png"
width="99" height="37" alt="cURL"></a></td>
<td align="center">
<table><tr valign="top"><td>
<a href="http://curl.haxx.se/about.html#ads" title="Your ad here would be seen by 100,000 unique
vistors every month"><img border="0"
src="http://curl.haxx.se/pix/468x60-your-ad-here.png" width="468" height="60"
alt="Your ad here would be seen by 100,000 unique vistors every month"></a>
</td><td>
<a href="http://www.haxx.se/curl.html"><img border="0" width="150" height="60"
src="http://curl.haxx.se/ad/haxx-curl-ad3.png" alt="Haxx ad"></a>
</td>
</tr></table>
</td>
<td align="right"><a
href="http://curl.haxx.se/libcurl/"><img src="http://curl.haxx.se/ds-libcurlicon.png" border="0" alt="libcurl"
width="99" height="37"></a></td></tr></table>
<table cellspacing="0" cellpadding="5"><tr><td valign="top" align="left">
<div class="mainmenu">
<div><a href="http://curl.haxx.se/" class="menuitem" title="curl site front page">Front Page</a></div>
<div><a href="http://curl.haxx.se/download.html" class="menuitem" title="Get curl packages">Download</a></div>
<div><a href="http://curl.haxx.se/docs/" class="menuitem" title="curl documentation">Docs &raquo;</a></div>
<div><a href="http://curl.haxx.se/news.html" class="menuitem" title="Recent events and news in the project">News</a></div>
<div><a href="http://curl.haxx.se/mail/" class="menuitem" title="Mailing List info and archives">Mailing Lists</a></div>
<div><a href="http://curl.haxx.se/devel.html" class="menuitem" title="Resources for development and developers">Development</a></div>
<div><a href="http://curl.haxx.se/libcurl/" class="menuitem" title="libcurl web site section">libcurl &raquo;</a></div>
<div><a href="http://curl.haxx.se/support.html" class="menuitem" title="Buy commercial support from these companies">Support</a></div>
<div><a href="http://curl.haxx.se/search.html" class="menuitem" title="Search the curl web site">Search</a></div>
</div>
<p>
<p>
<table cellspacing="0" cellpadding="0" width="120" style="border-width: thin;
border-style: solid;">
<tbody> <tr> <td>
<font face="arial" size="1">
<a href="http://www.shop-script.com">Shopping cart software</a>,
<a href="http://www.webasyst.net/files/">Online file storage</a>,
<a href="http://www.webasyst.net/photos/">Online photo storage</a>,
<a href="http://www.webasyst.net/shop/">Hosted shopping cart</a>,
<a href="http://www.webasyst.net/contacts/">Contact management software</a>,
<a href="http://www.webasyst.net/mail/">Email marketing software</a>,
<a href="http://www.webasyst.net/projects/">Project management software</a>,
<a href="http://www.webasyst.net/issue-tracker/">Issue tracking software</a>,
<a href="http://www.webasyst.net/notes/">Online notepad</a>,
<a href="http://www.webasyst.net/pages/">Web publishing software</a>
</font>
</td></tr></tbody></table>
<p>
<a href="http://sourceforge.net/projects/curl/"><img src="http://sourceforge.net/sflogo.php?group_id=976&type=8" width="80" height="15" border="0" alt="curl's project page on SourceForge.net"></a>
<p>
 <a href="http://curl.haxx.se/sponsors.html">Sponsors</a>:<br>
<a href="http://www.haxx.se/">Haxx</a>
</td><td valign="top" align="left" width="100%">
<div class="vc_navheader">
<table><tr>
<td><strong>[if-any roots_href]<a href="[roots_href]"><span class="pathdiv">/</span></a>[else]<span class="pathdiv">/</span>[end][if-any nav_path][for nav_path][if-any nav_path.href]<a href="[nav_path.href]">[end][if-index nav_path first][[][nav_path.name]][else][nav_path.name][end][if-any nav_path.href]</a>[end][if-index nav_path last][else]<span class="pathdiv">/</span>[end][end][end]</strong></td>
<td style="text-align: right;">[if-any username]Logged in as: <strong>[username]</strong>[end]</td>
</tr></table>
</div>
<h1>[page_title]</h1>

--- NEW FILE: header.t ---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <title>[if-any rootname][[][rootname]][else]ViewVC[end] [page_title]</title>
  <meta name="generator" content="ViewVC [vsn]" />
  <link rel="shortcut icon" href="http://curl.haxx.se/favicon.ico" />
#include "css.t"
  <link rel="stylesheet" href="[docroot]/styles.css" type="text/css" />
  [if-any rss_href]<link rel="alternate" type="application/rss+xml" title="RSS [[][rootname]][where]" href="[rss_href]" />[end]
</head>

#include "_menu.html"

<div class="vc_navheader">
<table><tr>
<td><strong>[if-any roots_href]<a href="[roots_href]"><span class="pathdiv">/</span></a>[else]<span class="pathdiv">/</span>[end][if-any nav_path][for nav_path][if-any nav_path.href]<a href="[nav_path.href]">[end][if-index nav_path first][[][nav_path.name]][else][nav_path.name][end][if-any nav_path.href]</a>[end][if-index nav_path last][else]<span class="pathdiv">/</span>[end][end][end]</strong></td>
<td style="text-align: right;">[if-any username]Logged in as: <strong>[username]</strong>[end]</td>
</tr></table>
</div>

<h1>[page_title]</h1>



--- NEW FILE: log_header.ezt ---
[# setup page definitions]
  [define page_title]Log of /[where][end]
  [define help_href][docroot]/help_log.html[end]
[# end]

[include "header.ezt" "log"]
[include "file_header.ezt"]

<hr />

<table class="auto">

[if-any default_branch]
<tr>
  <td>Default branch:</td>
  <td>[for default_branch]<a href="[default_branch.href]">[default_branch.name]</a>[if-index default_branch last][else], [end]
[end]</td>
</tr>
[end]

[is pathtype "file"]
[if-any head_view_href]
<tr>
  <td>Links to HEAD:</td>
  <td>
    (<a href="[head_view_href]">view</a>)
    [if-any head_download_href](<a href="[head_download_href]">download</a>)[end]
    [if-any head_download_text_href](<a href="[head_download_text_href]">as text</a>)[end]
    [if-any head_annotate_href](<a href="[head_annotate_href]">annotate</a>)[end]
  </td>
</tr>
[end]

[if-any tag_view_href]
<tr>
  <td>Links to [pathrev]:</td>
  <td>
    (<a href="[tag_view_href]">view</a>)
    [if-any tag_download_href](<a href="[tag_download_href]">download</a>)[end]
    [if-any tag_download_text_href](<a href="[tag_download_text_href]">as text</a>)[end]
    [if-any tag_annotate_href](<a href="[tag_annotate_href]">annotate</a>)[end]
  </td>
</tr>
[end]
[end]

<tr>
  <td>Sticky [is roottype "cvs"]Tag[else]Revision[end]:</td>
  <td>[include "pathrev_form.ezt"]</td>
</tr>

</table>

[include "paging.ezt"]