summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxue <>2007-01-17 16:45:16 +0000
committerxue <>2007-01-17 16:45:16 +0000
commit74acb5d2a4426cb4ae7f0fdd86e23c1459813a60 (patch)
tree5b61c5b16cacf9227a8e5ab96b266899185d529b
parent0b0d95eb8df416feb8a54fd517957d08b0cf20d2 (diff)
updated build script and prado powered link target.
-rw-r--r--build.xml4
-rw-r--r--framework/PradoBase.php2
2 files changed, 3 insertions, 3 deletions
diff --git a/build.xml b/build.xml
index 3078aa24..50f53978 100644
--- a/build.xml
+++ b/build.xml
@@ -200,7 +200,7 @@
destdir="${build.doc.dir}/manual"
sourcepath="${build.src.dir}/framework"
ignorelist="*pradolite.php,*prado-cli.php,*3rdParty/*,*Javascripts/*,*I18N/core/*"
- output="CHM:default:default,HTML:Smarty:PradoSoft" />
+ output="HTML:frames:default,CHM:default:default,HTML:Smarty:PradoSoft" />
<echo>Indexing API manuals...</echo>
<prado-api-index docdir="${build.doc.dir}/manual/HTMLSmartyConverter" todir="${build.doc.dir}/manual/HTMLSmartyConverter" />
@@ -235,7 +235,7 @@
<if>
<equals arg1="${prado.winbuild}" arg2="true"/>
<then>
- <move file="${build.doc.dir}/manual/CHMdefaultConverter/documentation.chm" tofile="${build.src.dir}/docs/manual.chm" />
+ <move file="${build.doc.dir}/prado3_manual.chm" tofile="${build.src.dir}/docs/prado3_manual.chm" />
</then>
</if>
diff --git a/framework/PradoBase.php b/framework/PradoBase.php
index ac3949ba..dc270350 100644
--- a/framework/PradoBase.php
+++ b/framework/PradoBase.php
@@ -105,7 +105,7 @@ class PradoBase
*/
public static function poweredByPrado()
{
- return '<a title="Powered by PRADO" href="http://www.pradosoft.com/"><img src="http://www.pradosoft.com/images/powered.gif" style="border-width:0px;" alt="Powered by PRADO" /></a>';
+ return '<a title="Powered by PRADO" href="http://www.pradosoft.com/"><img src="http://www.pradosoft.com/images/powered.gif" style="border-width:0px;" alt="Powered by PRADO" target="_blank" /></a>';
}
/**