File: section_menu-people.html

package info (click to toggle)
lua-orbit 2.1.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,908 kB
  • ctags: 543
  • sloc: sql: 56; sh: 32; makefile: 28; xml: 20
file content (13 lines) | stat: -rw-r--r-- 246 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
$import{ "section_list" }

<div id="menu">
 	</div>
	<div id="contents">
		<div class="blogentry">
			<h2>$title</h2>

                  $section_list{ include_tags = { "people-%" },
		    template = "list_pubs.html" }
		  		  
		</div>
		</div>