From 3b7e1a5f07d7d46136ed6d3efef1476f86dc987a Mon Sep 17 00:00:00 2001 From: rojaro <> Date: Fri, 3 Jun 2011 10:11:50 +0000 Subject: Removed obsolete links from template --- .../templates/PradoSoft/templates/header.tpl | 235 ++++++++++----------- 1 file changed, 113 insertions(+), 122 deletions(-) (limited to 'buildscripts') 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 @@ - - - - - -PRADO API Manual: {$title} - - - - - - - - - - - - - - - - - -
- - - -
- - - - - - -
-{if count($ric) >= 1} -
- {section name=ric loop=$ric} -

{$ric[ric].name}

- {/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} -
- - -
-
- Keyword - -
-
-{* -{if !$hasel}{assign var="hasel" value=false}{/if} -{if $hasel} -

{$eltype|capitalize}: {$class_name}

-Source Location: {$source_location}

-{/if} -*} + + + + PRADO API Manual: {$title} + + + + + + + + + + + + + + + +
+ +
+ + + + +
+{if count($ric) >= 1} +
+{section name=ric loop=$ric} +

{$ric[ric].name}

+{/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} +
+ + + + + +
+
+ Keyword + +
+
+{* +{if !$hasel}{assign var="hasel" value=false}{/if} +{if $hasel} +

{$eltype|capitalize}: {$class_name}

+ Source Location: {$source_location}

+{/if} +*} -- cgit v1.2.3