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" ?>
16 <h1><?cs var:page.title ?></h1>
22 <?cs var:summary ?>
24 <?cs if:subcount(subdirs) ?>
27 <?cs each:dir=subdirs ?>
28 <li><a href="<?cs var:dir.name ?>/index.html"><?cs
30 <?cs /each ?>
32 <?cs /if ?>
34 <?cs if:subcount(files) ?>
37 <?cs each:file=files ?>
38 <li><a href="<?cs var:file.href ?>"><?cs
40 <?cs /each ?>
42 <?cs /if ?>
46 <?cs include:"footer.cs" ?>
50 <?cs include:"trailer.cs" ?>