removed mods directory from the ATutor codebase
[atutor.git] / mods / phpdoc2 / PhpDocumentor / phpDocumentor / Converters / HTML / frames / templates / DOM / earthli / templates / tutorial_nav.tpl
diff --git a/mods/phpdoc2/PhpDocumentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/tutorial_nav.tpl b/mods/phpdoc2/PhpDocumentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/tutorial_nav.tpl
deleted file mode 100644 (file)
index 17eea71..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-<table class="tutorial-nav-box">\r
-       <tr>\r
-               <td style="width: 30%">\r
-                       {if $prev}\r
-                               <a href="{$prev}"><img src="{$subdir}media/images/previous_button.png" alt="Previous"></a>\r
-                       {else}\r
-                               <span class="disabled"><img src="{$subdir}media/images/previous_button_disabled.png" alt="Previous"></span>\r
-                       {/if}\r
-               </td>\r
-               <td style="text-align: center">\r
-                       {if $up}\r
-                               <a href="{$up}"><img src="{$subdir}media/images/up_button.png" alt="Up"></a>\r
-                       {/if}\r
-               </td>\r
-               <td style="text-align: right; width: 30%">\r
-                       {if $next}\r
-                               <a href="{$next}"><img src="{$subdir}media/images/next_button.png" alt="Next"></a>\r
-                       {else}\r
-                               <span class="disabled"><img src="{$subdir}media/images/next_button_disabled.png" alt="Next"></span>\r
-                       {/if}\r
-               </td>\r
-       </tr>\r
-       <tr>\r
-               <td style="width: 30%">\r
-                       {if $prevtitle}\r
-                               <span class="detail">{$prevtitle}</span>\r
-                       {/if}\r
-               </td>\r
-               <td style="text-align: center">\r
-                       {if $uptitle}\r
-                               <span class="detail">{$uptitle}</span>\r
-                       {/if}\r
-               </td>\r
-               <td style="text-align: right; width: 30%">\r
-                       {if $nexttitle}\r
-                               <span class="detail">{$nexttitle}</span>\r
-                       {/if}\r
-               </td>\r
-       </tr>\r
-</table>\r
-       
\ No newline at end of file