From: naoki i. <am...@us...> - 2008-01-27 04:58:57
|
Update of /cvsroot/popfile/engine/skins/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6532/skins/default Modified Files: common-bottom.thtml Log Message: Change some of the UI's footer links to point to Wiki pages and make some of the links localizable. Index: common-bottom.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/common-bottom.thtml,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** common-bottom.thtml 29 Sep 2005 08:26:11 -0000 1.15 --- common-bottom.thtml 27 Jan 2008 04:55:21 -0000 1.16 *************** *** 20,27 **** <TMPL_VAR NAME="Localize_Footer_Manual"></a> <br /> ! <a class="bottomLink" href="http://getpopfile.org/cgi-bin/wiki.pl" title="<TMPL_VAR NAME="Localize_tip_Footer_Wiki">"> <TMPL_VAR NAME="Localize_Footer_Wiki"></a> <br /> ! <a class="bottomLink" href="http://getpopfile.org/cgi-bin/wiki.pl?<TMPL_VAR NAME="Localize_FAQLink">" title="<TMPL_VAR NAME="Localize_tip_Footer_FAQ">"> <TMPL_VAR NAME="Localize_FAQ"></a> <br /> --- 20,27 ---- <TMPL_VAR NAME="Localize_Footer_Manual"></a> <br /> ! <a class="bottomLink" href="http://getpopfile.org/wiki/<TMPL_VAR NAME="Localize_WikiLink">" title="<TMPL_VAR NAME="Localize_tip_Footer_Wiki">"> <TMPL_VAR NAME="Localize_Footer_Wiki"></a> <br /> ! <a class="bottomLink" href="http://getpopfile.org/wiki/<TMPL_VAR NAME="Localize_FAQLink">" title="<TMPL_VAR NAME="Localize_tip_Footer_FAQ">"> <TMPL_VAR NAME="Localize_FAQ"></a> <br /> *************** *** 36,43 **** </td> <td class="footerBody"> ! <a class="bottomLink" href="http://sourceforge.net/tracker/index.php?group_id=63137&atid=502959" title="<TMPL_VAR NAME="Localize_tip_Footer_RFE">"> <TMPL_VAR NAME="Localize_Footer_RequestFeature"></a> <br /> ! <a class="bottomLink" href="http://lists.sourceforge.net/lists/listinfo/popfile-announce" title="<TMPL_VAR NAME="Localize_tip_Footer_MailingList">"> <TMPL_VAR NAME="Localize_Footer_MailingList"></a> <br /> --- 36,43 ---- </td> <td class="footerBody"> ! <a class="bottomLink" href="http://getpopfile.org/wiki/<TMPL_VAR NAME="Localize_RequestFeatureLink">" title="<TMPL_VAR NAME="Localize_tip_Footer_RFE">"> <TMPL_VAR NAME="Localize_Footer_RequestFeature"></a> <br /> ! <a class="bottomLink" href="http://getpopfile.org/wiki/<TMPL_VAR NAME="Localize_MailingListLink">" title="<TMPL_VAR NAME="Localize_tip_Footer_MailingList">"> <TMPL_VAR NAME="Localize_Footer_MailingList"></a> <br /> |