changed git call from https to git readonly
[atutor.git] / mods / phpdoc2 / PhpDocumentor / phpDocumentor / Converters / HTML / frames / templates / earthli / templates / basicindex.tpl
1 <div class="index-letter-menu">\r
2 {section name=letter loop=$letters}\r
3         <a class="index-letter" href="{$indexname}.html#{$letters[letter].letter}">{$letters[letter].letter}</a>\r
4 {/section}\r
5 </div>\r
6 \r
7 {section name=index loop=$index}\r
8         <a name="{$index[index].letter}"></a>\r
9         <div class="index-letter-section">\r
10                 <div style="float: left" class="index-letter-title">{$index[index].letter}</div>\r
11                 <div style="float: right"><a href="#top">top</a></div>\r
12                 <div style="clear: both"></div>\r
13         </div>\r
14         <dl>\r
15         {section name=contents loop=$index[index].index}\r
16                 <dt class="field">\r
17                         {if ($index[index].index[contents].title == "Variable")}\r
18                         <img src="{$subdir}media/images/{if $index[index].index[contents].access == 'private'}Private{/if}{$index[index].index[contents].title}.png" alt="{$index[index].index[contents].title}" title="{$index[index].index[contents].title}" /></title>\r
19                         <span class="var-title">{$index[index].index[contents].name}</span>\r
20                         {elseif ($index[index].index[contents].title == "Global")}\r
21                         <img src="{$subdir}media/images/{$index[index].index[contents].title}.png" alt="{$index[index].index[contents].title}" title="{$index[index].index[contents].title}" /></title>\r
22                         <span class="var-title">{$index[index].index[contents].name}</span>\r
23                         {elseif ($index[index].index[contents].title == "Method")}\r
24                         <img src="{$subdir}media/images/{if $index[index].index[contents].constructor}Constructor{elseif $index[index].index[contents].destructor}Destructor{else}{if $index[index].index[contents].abstract}Abstract{/if}{if $index[index].index[contents].access == 'private'}Private{/if}{$index[index].index[contents].title}{/if}.png" alt="{$index[index].index[contents].title}" title="{$index[index].index[contents].title}" /></title>\r
25                         <span class="method-title">{$index[index].index[contents].name}</span>\r
26                         {elseif ($index[index].index[contents].title == "Function")}\r
27                         <img src="{$subdir}media/images/{$index[index].index[contents].title}.png" alt="{$index[index].index[contents].title}" title="{$index[index].index[contents].title}" /></title>\r
28                         <span class="method-title">{$index[index].index[contents].name}</span>\r
29                         {elseif ($index[index].index[contents].title == "Constant")}\r
30                         <img src="{$subdir}media/images/{$index[index].index[contents].title}.png" alt="{$index[index].index[contents].title}" title="{$index[index].index[contents].title}" /></title>\r
31                         <span class="const-title">{$index[index].index[contents].name}</span>\r
32                         {elseif ($index[index].index[contents].title == "Page") || ($index[index].index[contents].title == "Include")}\r
33                         <img src="{$subdir}media/images/{$index[index].index[contents].title}.png" alt="{$index[index].index[contents].title}" title="{$index[index].index[contents].title}" /></title>\r
34                         <span class="include-title">{$index[index].index[contents].name}</span>\r
35                         {elseif ($index[index].index[contents].title == "Class")}\r
36                         <img src="{$subdir}media/images/{if $index[index].index[contents].abstract}Abstract{/if}{if $index[index].index[contents].access == 'private'}Private{/if}{$index[index].index[contents].title}.png" alt="{$index[index].index[contents].title}" title="{$index[index].index[contents].title}" /></title>\r
37                         {$index[index].index[contents].name}\r
38                         {else}\r
39                         <img src="{$subdir}media/images/{$index[index].index[contents].title}.png" alt="{$index[index].index[contents].title}" title="{$index[index].index[contents].title}" /></title>\r
40                         {$index[index].index[contents].name}\r
41                         {/if}\r
42                 </dt>\r
43                 <dd class="index-item-body">\r
44                         <div class="index-item-details">{$index[index].index[contents].link} in {$index[index].index[contents].file_name}</div>\r
45                         {if $index[index].index[contents].description}\r
46                                 <div class="index-item-description">{$index[index].index[contents].description}</div>\r
47                         {/if}\r
48                 </dd>\r
49         {/section}\r
50         </dl>\r
51 {/section}\r
52 \r
53 <div class="index-letter-menu">\r
54 {section name=letter loop=$letters}\r
55         <a class="index-letter" href="{$indexname}.html#{$letters[letter].letter}">{$letters[letter].letter}</a>\r
56 {/section}\r
57 </div>\r