chiark / gitweb /
Fix spelling error in intro
[ypp-sc-tools.db-live.git] / yarrg / web / lookup
index 6021531c39b6b631fcf0c638db27ac2de0dca8f8..6fc1cd76e0cafa0d93da1ce9c8d3037f1254616b 100755 (executable)
@@ -128,6 +128,7 @@ $ours
 
 <html lang="en"><head><title><% ucfirst $ahtml{Query} %> - YARRG</title>
 <style type="text/css">
+<& style.css &>
   body { color: #000000; background: #c5c7ae; }
   div.query { background: #d7d8b3; padding: 1em; }
   div.results { padding: 1em; }
@@ -148,14 +149,7 @@ $ours
 
 % if (!printable($m)) {
 <div class="navoptbar">
-<a href="<% $m->current_comp()->name() |u %>">YARRG</a> -
- Yet Another Revenue Research Gatherer
-|
-<a href="intro">introduction</a>
-|
-<a href="docs">documentation</a>
-|
-<a href="devel">development</a>
+<& navbar &>
 <p>
 % }
 <%perl>
@@ -273,7 +267,6 @@ $debug => 0
        return 0;
     }
  &>
-</div>
 
 %#---------- debugging and epilogue ----------