[Zope3-checkins] CVS: zopeproducts/zwiki/browser/skin - template.pt:1.3 wiki.css:1.3
Stephan Richter
srichter@cbu.edu
Thu, 10 Apr 2003 07:31:40 -0400
Update of /cvs-repository/zopeproducts/zwiki/browser/skin
In directory cvs.zope.org:/tmp/cvs-serv2884/browser/skin
Modified Files:
template.pt wiki.css
Log Message:
- Added Search Functionality using a custom TextIndex called WikiTextIndex.
- Added more complex Wiki Creator. It asks you whether you want to install
the search capabilities automatically and whether you want a FrontPage
to start with.
There is still an open issue that events do not seem to arrive, and
therefore I have to refresh the index manually; this really sucks, since I
do not even have to start with the E-mail subscriptions then.
=== zopeproducts/zwiki/browser/skin/template.pt 1.2 => 1.3 ===
--- zopeproducts/zwiki/browser/skin/template.pt:1.2 Thu Apr 10 02:28:15 2003
+++ zopeproducts/zwiki/browser/skin/template.pt Thu Apr 10 07:31:39 2003
@@ -66,16 +66,19 @@
</div>
</div>
- <div id="personal">
- <div id="userDetails" i18n:translate="">
- User:
- <tal:block replace="request/user/getTitle"
- i18n:name="user">User</tal:block>
- (<tal:block replace="request/user/getLogin"
- tal:on-error="string:anonymous"
- i18n:name="login">login</tal:block>)
+ <div id="personal" i18n:translate="">
+ User:
+ <tal:block replace="request/user/getTitle"
+ i18n:name="user">User</tal:block>
+ (<tal:block replace="request/user/getLogin"
+ tal:on-error="string:anonymous"
+ i18n:name="login">login</tal:block>)
+
+ <div id="search">
+ <a href="../@@search.html">Search Wiki</a>
</div>
</div>
+
</div>
=== zopeproducts/zwiki/browser/skin/wiki.css 1.2 => 1.3 ===
--- zopeproducts/zwiki/browser/skin/wiki.css:1.2 Thu Apr 10 02:28:15 2003
+++ zopeproducts/zwiki/browser/skin/wiki.css Thu Apr 10 07:31:39 2003
@@ -41,12 +41,13 @@
/* Structural Elements */
+#search {
+ float: right;
+}
+
#personal {
padding-top: 0.5em;
text-align: left;
-}
-
-#userDetails {
}
#workspace {