Blame Extras/Trac/templates/header.cs

4c79b5
4c79b5
    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
4c79b5
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4c79b5
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4c79b5
<head>
4c79b5
 if:project.name_encoded ?>
4c79b5
 <title> - 
4c79b5
   var:project.name_encoded ?> - Trac</title>
4c79b5
 else ?>
4c79b5
 <title>Trac: </title>
4c79b5
 /if ?>
4c79b5
 if:html.norobots ?>
4c79b5
 <meta name="ROBOTS" content="NOINDEX, NOFOLLOW" />
4c79b5
 /if ?>
4c79b5
 each:rel = chrome.links ?>
4c79b5
  each:link = rel ?>
4c79b5
   var:name(rel) ?>" href=""
4c79b5
   if:link.title ?> title=""
4c79b5
   if:link.type ?> type="" />
4c79b5
  /each ?>
4c79b5
 /each ?><style type="text/css"></style>
4c79b5
 each:script = chrome.scripts ?>
4c79b5
 <script type="<?cs var:script.type ?>" src="<?cs var:script.href ?>"></script>
4c79b5
 /each ?>
4c79b5
</head>
4c79b5
<body>
4c79b5
4c79b5
4c79b5
4c79b5
4c79b5
4c79b5
 if:chrome.logo.src ?>
4c79b5
  var:chrome.logo.link ?>">
4c79b5
  if:chrome.logo.width ?> width=""
4c79b5
  if:chrome.logo.height ?> height=""
4c79b5
  /if ?> alt="" />
4c79b5
 elif:project.name_encoded ?>

4c79b5
  var:project.name_encoded ?>
4c79b5
 /if ?>
4c79b5
4c79b5
4c79b5
<form id="search" action="<?cs var:trac.href.search ?>" method="get">
4c79b5
 
4c79b5
  <label for="proj-search">Search:</label>
4c79b5
  <input type="text" id="proj-search" name="q" size="10" accesskey="f" value="" />
4c79b5
  <input type="submit" value="Search" />
4c79b5
  <input type="hidden" name="wiki" value="on" />
4c79b5
  <input type="hidden" name="changeset" value="on" />
4c79b5
  <input type="hidden" name="ticket" value="on" />
4c79b5
 
4c79b5
</form>
4c79b5
4c79b5
4c79b5
 if:len(items) ?>
    4c79b5
      set:idx = 0 ?>
    4c79b5
      set:max = len(items) - 1 ?>
    4c79b5
      each:item = items ?>
    4c79b5
       set:first = idx == 0 ?>
    4c79b5
       set:last = idx == max ?>
    4c79b5
       if:first || last || item.active ?> class="
    4c79b5
        if:item.active ?>active
    4c79b5
        if:item.active && (first || last) ?> 
    4c79b5
        if:first ?>first
    4c79b5
        if:(item.active || first) && last ?> 
    4c79b5
        if:last ?>last"
    4c79b5
       /if ?>>
    4c79b5
       set:idx = idx + 1 ?>
    4c79b5
      /each ?>
    4c79b5
     /if ?>
    4c79b5
    /def ?>
    4c79b5
    4c79b5
    4c79b5
    4c79b5
    4c79b5
    4c79b5
    4c79b5
    4c79b5
    4c79b5