removed mods directory from the ATutor codebase
[atutor.git] / mods / phpdoc2 / PhpDocumentor / phpDocumentor / Converters / HTML / frames / templates / earthli / templates / top_frame.tpl
diff --git a/mods/phpdoc2/PhpDocumentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/top_frame.tpl b/mods/phpdoc2/PhpDocumentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/top_frame.tpl
deleted file mode 100644 (file)
index b07e54d..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>\r
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
-  <html xmlns="http://www.w3.org/1999/xhtml">\r
-               <head>\r
-                       <!-- template designed by Marco Von Ballmoos -->\r
-                       <title>{$title}</title>\r
-                       <link rel="stylesheet" href="{$subdir}media/stylesheet.css" />\r
-                       <link rel="stylesheet" href="{$subdir}media/banner.css" />\r
-                       <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>\r
-               </head>\r
-               <body>\r
-                       <div class="banner">\r
-                               <div class="banner-title">{$package}</div>\r
-                               <div class="banner-menu">\r
-                                       <form>\r
-                                               <table cellpadding="0" cellspacing="0" style="width: 100%">\r
-                                                       <tr>\r
-                                                               <td>\r
-                                                                       {if count($ric) >= 1}\r
-                                                                               {assign var="last_ric_name" value=""}\r
-                                                                               {section name=ric loop=$ric}\r
-                                                                                       {if $last_ric_name != ""} | {/if}\r
-                                                                                       <a href="{$ric[ric].file}" target="right">{$ric[ric].name}</a>\r
-                                                                                       {assign var="last_ric_name" value=$ric[ric].name}\r
-                                                                               {/section}\r
-                                                                       {/if}\r
-                                                               </td>\r
-                                                               <td style="width: 2em">&nbsp;</td>\r
-                                                               <td style="text-align: right">\r
-                                                                       {if count($packages) > 1}\r
-                                                                               <span class="field">Packages</span> \r
-                                                                               <select class="package-selector" onchange="window.parent.left_bottom.location=this[selectedIndex].value">\r
-                                                                               {section name=p loop=$packages}\r
-                                                                                       <option value="{$packages[p].link}">{$packages[p].title}</option>\r
-                                                                               {/section}\r
-                                                                               </select>\r
-                                                                       {/if}\r
-                                                               </td>\r
-                                                       </tr>\r
-                                               </table>\r
-                                       </form>\r
-                               </div>\r
-                       </div>\r
-               </body>\r
-       </html>
\ No newline at end of file