-
-
- Home -
- About -
- Testimonials -
- Demos -
- Download -
- Documentation -
- Blogs -
- Forum -
- Support -
From 272eb77cd5f757247ab67d55e488e0244d0c163b Mon Sep 17 00:00:00 2001 From: rojaro <> Date: Fri, 3 Jun 2011 10:15:41 +0000 Subject: merged template fix from trunk --- .../templates/PradoSoft/templates/header.tpl | 235 ++++++++++----------- 1 file changed, 113 insertions(+), 122 deletions(-) (limited to 'buildscripts/PhpDocumentor') diff --git a/buildscripts/PhpDocumentor/phpDocumentor/Converters/HTML/Smarty/templates/PradoSoft/templates/header.tpl b/buildscripts/PhpDocumentor/phpDocumentor/Converters/HTML/Smarty/templates/PradoSoft/templates/header.tpl index d65936f9..659168cf 100644 --- a/buildscripts/PhpDocumentor/phpDocumentor/Converters/HTML/Smarty/templates/PradoSoft/templates/header.tpl +++ b/buildscripts/PhpDocumentor/phpDocumentor/Converters/HTML/Smarty/templates/PradoSoft/templates/header.tpl @@ -1,122 +1,113 @@ - - - - -
-
-{if count($ric) >= 1}
-
- {section name=ric loop=$ric}
-
- {/section}
-
-{/if}
- Packages:- {section name=packagelist loop=$packageindex} - {$packageindex[packagelist].title} - {/section} - -{if $tutorials} - Tutorials/Manuals: - {if $tutorials.pkg} - Package-level: - {section name=ext loop=$tutorials.pkg} - {$tutorials.pkg[ext]} - {/section} - {/if} - {if $tutorials.cls} - Class-level: - {section name=ext loop=$tutorials.cls} - {$tutorials.cls[ext]} - {/section} - {/if} - {if $tutorials.proc} - Procedural-level: - {section name=ext loop=$tutorials.proc} - {$tutorials.proc[ext]} - {/section} - {/if} -{/if} - {if !$noleftindex}{assign var="noleftindex" value=false}{/if} - {if !$noleftindex} -{* -{if $compiledfileindex} - Files: - {eval var=$compiledfileindex} - {/if} -*} - {if $compiledclassindex} - Classes: - {eval var=$compiledclassindex} - {/if} - {/if} - |
-
-
|