|
From: <var...@us...> - 2021-12-15 08:19:15
|
Revision: 10777
http://sourceforge.net/p/phpwiki/code/10777
Author: vargenau
Date: 2021-12-15 08:19:13 +0000 (Wed, 15 Dec 2021)
Log Message:
-----------
Remove unused template themes/wikilens/templates/newuserwelcomepage.tmpl
Modified Paths:
--------------
trunk/TODO
trunk/locale/Makefile
Removed Paths:
-------------
trunk/themes/wikilens/templates/newuserwelcomepage.tmpl
Modified: trunk/TODO
===================================================================
--- trunk/TODO 2021-12-14 18:00:57 UTC (rev 10776)
+++ trunk/TODO 2021-12-15 08:19:13 UTC (rev 10777)
@@ -62,7 +62,6 @@
to statically define predicates used by PhpWiki:SemanticWeb
(semantically enriched links, like interwiki links).
* SqlResult paging (finished?)
-* plugin\NewUserWelcomePage.php (some better template solution)
* plugin\SearchHighlight
* logfile stuff:
* plugin\RecentReferrers
Modified: trunk/locale/Makefile
===================================================================
--- trunk/locale/Makefile 2021-12-14 18:00:57 UTC (rev 10776)
+++ trunk/locale/Makefile 2021-12-15 08:19:13 UTC (rev 10777)
@@ -510,7 +510,6 @@
${POT_FILE}: .././themes/wikilens/templates/body.tmpl
${POT_FILE}: .././themes/wikilens/templates/head.tmpl
${POT_FILE}: .././themes/wikilens/templates/navbar.tmpl
-${POT_FILE}: .././themes/wikilens/templates/newuserwelcomepage.tmpl
${POT_FILE}: .././themes/wikilens/templates/ratings.tmpl
${POT_FILE}: .././themes/wikilens/templates/top.tmpl
${POT_FILE}: .././themes/wikilens/themeinfo.php
Deleted: trunk/themes/wikilens/templates/newuserwelcomepage.tmpl
===================================================================
--- trunk/themes/wikilens/templates/newuserwelcomepage.tmpl 2021-12-14 18:00:57 UTC (rev 10776)
+++ trunk/themes/wikilens/templates/newuserwelcomepage.tmpl 2021-12-15 08:19:13 UTC (rev 10777)
@@ -1,27 +0,0 @@
-<?php
- $dbi = $request->getDbh();
-?>
-<div>
-<h2>Welcome <?php echo $FRIEND ?></h2>
-<p>Welcome to <?php echo WIKI_NAME ?>. A good place to learn about <?php echo WIKI_NAME ?> is to check out the <a href="<?php echo WikiURL(WIKI_NAME.'/'
-._("Tutorial"), '', true); ?>"><?php echo WIKI_NAME ?> Tutorial</a></p>
-<br />
-<?php if ($PAGE1 || $PAGE2 || $PAGE3) { ?>
-Here are pages on <?php echo WIKI_NAME ?> that <?php echo $SENDER ?> thinks you will be interested in:<br />
-<?php
- foreach (array($PAGE1, $PAGE2, $PAGE3) as $pagename) {
- if ($dbi->isWikiPage($pagename)) {
-?>
- <a href="<?php echo WikiURL($pagename, '', true); ?>"><?php echo $pagename ?></a><br>
-<?php
- }
- }
- }
-?>
-<br />
-<?php if ($dbi->isWikiPage($SENDERUSERNAME)) { ?>
-<p>Also, <?php echo $SENDER; ?> has his own homepage at <?php echo WIKI_NAME._(': ') ?><a href="<?php echo WikiURL($SENDERUSERNAME, '', true); ?>"><?php echo $SENDER ?>'s page</a></p>
-<?php } ?>
-<br>
-<p>To create your own login on <?php echo WIKI_NAME ?>, you can <a href="<?php echo WikiURL('NewUserRegister', '', true) ?>">Register</a></p>
-</div>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|