~quam-plures-core/quam-plures/hic-sunt-dracones

« back to all changes in this revision

Viewing changes to phpdoc/smarty_template/templates/header.tpl

  • Committer: yabs
  • Date: 2010-01-04 17:32:41 UTC
  • Revision ID: yabs@innervisions.org.uk-20100104173241-u1fx0xjelcvnio6m
distilling trunk to essentials

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
 
<html xmlns="http://www.w3.org/1999/xhtml">
3
 
<head>
4
 
        <title>{$title}</title>
5
 
        <link rel="stylesheet" type="text/css" href="{$subdir}media/style.css?v=1" />
6
 
        <link rel="stylesheet" type="text/css" href="{$subdir}media/rsc/css/evonet2.css" />
7
 
        <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1' />
8
 
</head>
9
 
<body>
10
 
 
11
 
 
12
 
<div id="body_header">
13
 
        <!-- Start of page header -->
14
 
        <div class="shade">
15
 
 
16
 
                <h1 id="header_logo"><a href="http://b2evolution.net/" title="b2evolution: Home"><img src="{$subdir}media/rsc/img/b2evolution_logo_transp.gif" alt="b2evolution" width="472" height="90" border="0" /></a></h1>
17
 
                <h2 id="tagline">Multilingual multiuser multiblog engine</h2>
18
 
 
19
 
                <table class="main_menu" cellspacing="0">
20
 
                        <tr>
21
 
                                <td class=""><a href="http://b2evolution.net/index.php" title="b2evolution main page">Home</a></td>
22
 
                                <td class=""><a href="http://b2evolution.net/index.html" title="Read all about b2evolution">About</a></td>
23
 
                                <td class=""><a href="http://demo.b2evolution.net/" title="See for yourself with the online demo">Demo</a></td>
24
 
                                <td class=""><a href="http://b2evolution.net/downloads/index.html" title="Get your own b2evolution, it's free!">Download</a></td>
25
 
                                <td class=""><a href="http://b2evolution.net/about/recommended-hosting-lamp-best-choices.php" title="Get a first class host for your blog">Hosting</a></td>
26
 
                                <td class=""><a href="http://b2evolution.net/downloads/extend.html" title="Get more with skins, plugins and language packs">Extend</a></td>
27
 
                                <td class=""><a href="http://manual.b2evolution.net/" title="Get more documentation, howtos and tutorials from the manual">Docs</a></td>
28
 
                                <td class=""><a href="http://forums.b2evolution.net/" title="Get answers to your questions in our forums">Support</a></td>
29
 
                        </tr>
30
 
                </table>
31
 
 
32
 
        </div>
33
 
 
34
 
        <!-- End of page header -->
35
 
</div>
36
 
 
37
 
 
38
 
<div id="main-wrapper">
39
 
<div id="main-outer">
40
 
<div id="float-wrapper">
41
 
 
42
 
<div class="header-menu">
43
 
        <small><strong>{$maintitle}</strong></small>
44
 
                [ <a href="{$subdir}classtrees_{$package}.html" class="menu">class tree: {$package}</a> ]
45
 
                [ <a href="{$subdir}elementindex_{$package}.html" class="menu">index: {$package}</a> ]
46
 
                [ <a href="{$subdir}elementindex.html" class="menu">all elements</a> ]
47
 
        <br />
48
 
        <form method="get" action="http://www.google.com/search" id="doc_sitesearch">
49
 
                <p><input name="q" value="" type="text" />
50
 
                <input value="Google Search" type="submit" />
51
 
                <input value="10" name="num" type="hidden" />
52
 
                <input value="en" name="hl" type="hidden" />
53
 
                <input value="ISO-8859-1" name="ie" type="hidden" />
54
 
                <input value="Google Search" name="btnG" type="hidden" />
55
 
                <input name="as_q" value="inurl:/HEAD/" type="hidden" />
56
 
                <input name="as_dt" value="i" type="hidden" />
57
 
                <input value="doc.b2evolution.net" name="as_sitesearch" type="hidden" />
58
 
                <input value="off" name="safe" type="hidden" /></p>
59
 
        </form>
60
 
</div>
61
 
 
62
 
<div class="content">
63
 
{if !$hasel}{assign var="hasel" value=false}{/if}
64
 
{if $eltype == 'class' && $is_interface}{assign var="eltype" value="interface"}{/if}
65
 
{if $hasel}
66
 
<h1>{$eltype|capitalize}: {$class_name}</h1>
67
 
 
68
 
<p>Source Location: {$source_location}</p>
69
 
{/if}