Lines Matching refs:cs
1 <?cs include:"doctype.cs" ?>
2 <?cs include:"macros.cs" ?>
3 <?cs set:resources="true" ?>
5 <?cs include:"head_tag.cs" ?>
6 <?cs include:"header.cs" ?>
14 <h1><?cs var:page.title ?></h1>
20 <?cs var:summary ?>
22 <?cs if:subcount(subdirs) ?>
25 <?cs each:dir=subdirs ?>
26 <li><a href="<?cs var:dir.name ?>/index.html"><?cs
28 <?cs /each ?>
30 <?cs /if ?>
32 <?cs if:subcount(files) ?>
35 <?cs each:file=files ?>
36 <li><a href="<?cs var:file.href ?>"><?cs
38 <?cs /each ?>
40 <?cs /if ?>
44 <?cs include:"footer.cs" ?>
48 <?cs include:"trailer.cs" ?>