[Gd-chatter] r10772 - trunk/libraries/koala/www/wiki
hannes at gwydiondylan.org
hannes at gwydiondylan.org
Fri Jun 2 03:56:05 CEST 2006
Author: hannes
Date: Fri Jun 2 03:56:03 2006
New Revision: 10772
Modified:
trunk/libraries/koala/www/wiki/edit.dsp (contents, props changed)
trunk/libraries/koala/www/wiki/footer.dsp (contents, props changed)
trunk/libraries/koala/www/wiki/header.dsp (contents, props changed)
trunk/libraries/koala/www/wiki/login.dsp (contents, props changed)
trunk/libraries/koala/www/wiki/logout.dsp (contents, props changed)
trunk/libraries/koala/www/wiki/recent.dsp (contents, props changed)
trunk/libraries/koala/www/wiki/search.dsp (props changed)
trunk/libraries/koala/www/wiki/view.dsp (props changed)
trunk/libraries/koala/www/wiki/wiki.css (props changed)
Log:
Job: minor
setting eol-style to native and mime-type to text/plain
Modified: trunk/libraries/koala/www/wiki/edit.dsp
==============================================================================
--- trunk/libraries/koala/www/wiki/edit.dsp (original)
+++ trunk/libraries/koala/www/wiki/edit.dsp Fri Jun 2 03:56:03 2006
@@ -1,54 +1,54 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<%dsp:taglib name="wiki"/>
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
- <title>Dylan Wiki:
- <dsp:if test="new-page?">
- <dsp:then>Adding Page</dsp:then>
- <dsp:else>Editing <wiki:show-title/></dsp:else>
- </dsp:if>
- </title>
- <link rel="stylesheet" href="/wiki/wiki.css"/>
-</head>
-
-<body>
-
- <%dsp:include url="header.dsp"/>
-
- <div id="form-notes">
- <dsp:show-form-notes/>
- </div>
-
- <dsp:if test="login?">
- <dsp:then>
- <dsp:if test="new-page?">
- <dsp:then>
- <h1>Adding new Page</h1>
- </dsp:then>
- <dsp:else>
- <h1>Editing "<wiki:show-title v="false" for-url="false"/>"</h1>
- </dsp:else>
- </dsp:if>
- <form action="/wiki/edit.dsp" method="post">
- <div id="edit">
- <dsp:if test="new-page?">
- <dsp:then>Title: <input type="text" name="title"/><br/></dsp:then>
- <dsp:else><input type="hidden" name="title" value="<wiki:show-title/>"/></dsp:else>
- </dsp:if>
- <textarea name="page-content" cols="80" rows="20"><wiki:show-content format="raw"/></textarea>
- <br/>
- Comment: <input type="text" name="comment"/>
- <br/>
- <input type="submit" value="Save"/>
- </div>
- </form>
- </dsp:then>
- <dsp:else>
- Error: you're not allowed to edit <wiki:show-title/>.
- </dsp:else>
- </dsp:if>
-
- <%dsp:include url="footer.dsp"/>
-
-</body>
-</html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<%dsp:taglib name="wiki"/>
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+ <title>Dylan Wiki:
+ <dsp:if test="new-page?">
+ <dsp:then>Adding Page</dsp:then>
+ <dsp:else>Editing <wiki:show-title/></dsp:else>
+ </dsp:if>
+ </title>
+ <link rel="stylesheet" href="/wiki/wiki.css"/>
+</head>
+
+<body>
+
+ <%dsp:include url="header.dsp"/>
+
+ <div id="form-notes">
+ <dsp:show-form-notes/>
+ </div>
+
+ <dsp:if test="login?">
+ <dsp:then>
+ <dsp:if test="new-page?">
+ <dsp:then>
+ <h1>Adding new Page</h1>
+ </dsp:then>
+ <dsp:else>
+ <h1>Editing "<wiki:show-title v="false" for-url="false"/>"</h1>
+ </dsp:else>
+ </dsp:if>
+ <form action="/wiki/edit.dsp" method="post">
+ <div id="edit">
+ <dsp:if test="new-page?">
+ <dsp:then>Title: <input type="text" name="title"/><br/></dsp:then>
+ <dsp:else><input type="hidden" name="title" value="<wiki:show-title/>"/></dsp:else>
+ </dsp:if>
+ <textarea name="page-content" cols="80" rows="20"><wiki:show-content format="raw"/></textarea>
+ <br/>
+ Comment: <input type="text" name="comment"/>
+ <br/>
+ <input type="submit" value="Save"/>
+ </div>
+ </form>
+ </dsp:then>
+ <dsp:else>
+ Error: you're not allowed to edit <wiki:show-title/>.
+ </dsp:else>
+ </dsp:if>
+
+ <%dsp:include url="footer.dsp"/>
+
+</body>
+</html>
Modified: trunk/libraries/koala/www/wiki/footer.dsp
==============================================================================
--- trunk/libraries/koala/www/wiki/footer.dsp (original)
+++ trunk/libraries/koala/www/wiki/footer.dsp Fri Jun 2 03:56:03 2006
@@ -1,28 +1,28 @@
-<%dsp:taglib name="wiki"/>
-<!-- standard wiki footer -->
-<div id="footer">
-<br/>
-<div class="navbar">
- <dsp:when test="editable?">
- <a href="/wiki/edit.dsp?title=<wiki:show-title v="true" for-url="true"/>">Edit This Page</a>
- </dsp:when>
-
- <dsp:if test="login?">
- <dsp:then>
- Logged in as <wiki:username/>.
- <a href="/wiki/logout.dsp">Logout</a>
- </dsp:then>
- <dsp:else>
- <a href="/wiki/login.dsp">Login</a>
- </dsp:else>
- </dsp:if>
- <a href="/wiki/recent.dsp">Recent Changes</a>
- <a href="/wiki/index.dsp">Index</a>
- <span class="lastrevisions">
- <wiki:show-revisions count="10">
- <a class="revisionlink" href="/wiki/view.dsp?title=<wiki:show-title v="false"/>&v=<wiki:version/>">[<wiki:version/>]</a>
- </wiki:show-revisions>
- </span>
-</div>
- <p id="valid_xhtml"><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p>
-</div>
+<%dsp:taglib name="wiki"/>
+<!-- standard wiki footer -->
+<div id="footer">
+<br/>
+<div class="navbar">
+ <dsp:when test="editable?">
+ <a href="/wiki/edit.dsp?title=<wiki:show-title v="true" for-url="true"/>">Edit This Page</a>
+ </dsp:when>
+
+ <dsp:if test="login?">
+ <dsp:then>
+ Logged in as <wiki:username/>.
+ <a href="/wiki/logout.dsp">Logout</a>
+ </dsp:then>
+ <dsp:else>
+ <a href="/wiki/login.dsp">Login</a>
+ </dsp:else>
+ </dsp:if>
+ <a href="/wiki/recent.dsp">Recent Changes</a>
+ <a href="/wiki/index.dsp">Index</a>
+ <span class="lastrevisions">
+ <wiki:show-revisions count="10">
+ <a class="revisionlink" href="/wiki/view.dsp?title=<wiki:show-title v="false"/>&v=<wiki:version/>">[<wiki:version/>]</a>
+ </wiki:show-revisions>
+ </span>
+</div>
+ <p id="valid_xhtml"><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p>
+</div>
Modified: trunk/libraries/koala/www/wiki/header.dsp
==============================================================================
--- trunk/libraries/koala/www/wiki/header.dsp (original)
+++ trunk/libraries/koala/www/wiki/header.dsp Fri Jun 2 03:56:03 2006
@@ -1,22 +1,22 @@
-<%dsp:taglib name="wiki"/>
-<!-- standard wiki header -->
-<div id="header">
- <div id="logo"><a href="http://www.gwydiondylan.org/dylan-wiki.html" class="logo">Dylan Wiki</a></div>
- <form action="/wiki/search.dsp" method="post">
- <div class="search">
- <input type="text" name="search-terms" size="20"/>
- <input type="submit" value="search"/>
- </div>
- </form>
- <div class="navbar">
- <a href="/wiki/view.dsp?title=Home">Home</a>
- <a href="/wiki/new.dsp">New Page</a>
- <a href="/wiki/view.dsp?title=Markup">Wiki Markup</a>
- <a href="/wiki/backlink.dsp?title=<wiki:show-title/>">Backlinks</a>
- <dsp:when test="editable?">
- <a href="/wiki/edit.dsp?title=<wiki:show-title v="true" for-url="true"/>">Edit This Page</a>
- </dsp:when>
- </div>
- <dsp:show-form-notes/>
-</div>
-<!-- begin user-generated page content -->
+<%dsp:taglib name="wiki"/>
+<!-- standard wiki header -->
+<div id="header">
+ <div id="logo"><a href="http://www.gwydiondylan.org/dylan-wiki.html" class="logo">Dylan Wiki</a></div>
+ <form action="/wiki/search.dsp" method="post">
+ <div class="search">
+ <input type="text" name="search-terms" size="20"/>
+ <input type="submit" value="search"/>
+ </div>
+ </form>
+ <div class="navbar">
+ <a href="/wiki/view.dsp?title=Home">Home</a>
+ <a href="/wiki/new.dsp">New Page</a>
+ <a href="/wiki/view.dsp?title=Markup">Wiki Markup</a>
+ <a href="/wiki/backlink.dsp?title=<wiki:show-title/>">Backlinks</a>
+ <dsp:when test="editable?">
+ <a href="/wiki/edit.dsp?title=<wiki:show-title v="true" for-url="true"/>">Edit This Page</a>
+ </dsp:when>
+ </div>
+ <dsp:show-form-notes/>
+</div>
+<!-- begin user-generated page content -->
Modified: trunk/libraries/koala/www/wiki/login.dsp
==============================================================================
--- trunk/libraries/koala/www/wiki/login.dsp (original)
+++ trunk/libraries/koala/www/wiki/login.dsp Fri Jun 2 03:56:03 2006
@@ -1,34 +1,34 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<%dsp:taglib name="wiki"/>
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
- <title>Dylan Wiki: <wiki:show-title/></title>
- <link rel="stylesheet" href="/wiki/wiki.css"/>
-</head>
-
-<body>
- <%dsp:include url="header.dsp"/>
- <div id="content">
- <dsp:if test="login?">
- <dsp:then>
- Logged in as <wiki:username/>. <a href="/wiki/logout.dsp">Logout</a>
- </dsp:then>
- <dsp:else>
- You need to have Cookies enabled to continue.<br>
- <dsp:show-form-notes/>
- <form action="/wiki/login.dsp" method="post">
- <div class="login">
- Username: <input type="text" name="username" size="20"/> <br/>
- Password: <input type="password" name="password" size="20"/> <br/>
- <input type="hidden" name="referer" value="<dsp:show-referer/>">
- <input type="submit" name="login" value="login"/> <br/><br/>
- eMail-Address: <input type="text" name="email" size="60" /> (only required for creating new user)<br/>
- <input type="submit" name="adduser" value="create user"/>
- </div>
- </form>
- </dsp:else>
- </dsp:if>
- </div>
- <%dsp:include url="footer.dsp"/>
-</body>
-</html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<%dsp:taglib name="wiki"/>
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+ <title>Dylan Wiki: <wiki:show-title/></title>
+ <link rel="stylesheet" href="/wiki/wiki.css"/>
+</head>
+
+<body>
+ <%dsp:include url="header.dsp"/>
+ <div id="content">
+ <dsp:if test="login?">
+ <dsp:then>
+ Logged in as <wiki:username/>. <a href="/wiki/logout.dsp">Logout</a>
+ </dsp:then>
+ <dsp:else>
+ You need to have Cookies enabled to continue.<br>
+ <dsp:show-form-notes/>
+ <form action="/wiki/login.dsp" method="post">
+ <div class="login">
+ Username: <input type="text" name="username" size="20"/> <br/>
+ Password: <input type="password" name="password" size="20"/> <br/>
+ <input type="hidden" name="referer" value="<dsp:show-referer/>">
+ <input type="submit" name="login" value="login"/> <br/><br/>
+ eMail-Address: <input type="text" name="email" size="60" /> (only required for creating new user)<br/>
+ <input type="submit" name="adduser" value="create user"/>
+ </div>
+ </form>
+ </dsp:else>
+ </dsp:if>
+ </div>
+ <%dsp:include url="footer.dsp"/>
+</body>
+</html>
Modified: trunk/libraries/koala/www/wiki/logout.dsp
==============================================================================
--- trunk/libraries/koala/www/wiki/logout.dsp (original)
+++ trunk/libraries/koala/www/wiki/logout.dsp Fri Jun 2 03:56:03 2006
@@ -1,23 +1,23 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<%dsp:taglib name="wiki"/>
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
- <title>Dylan Wiki: <wiki:show-title/></title>
- <link rel="stylesheet" href="/wiki/wiki.css"/>
-</head>
-
-<body>
- <%dsp:include url="header.dsp"/>
- <div id="content">
- <dsp:if test="login?">
- <dsp:then>
- Error logging out user!
- </dsp:then>
- <dsp:else>
- User logged out! <a href="<dsp:show-referer/>">back</a>
- </dsp:else>
- </dsp:if>
- </div>
- <%dsp:include url="footer.dsp"/>
-</body>
-</html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<%dsp:taglib name="wiki"/>
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+ <title>Dylan Wiki: <wiki:show-title/></title>
+ <link rel="stylesheet" href="/wiki/wiki.css"/>
+</head>
+
+<body>
+ <%dsp:include url="header.dsp"/>
+ <div id="content">
+ <dsp:if test="login?">
+ <dsp:then>
+ Error logging out user!
+ </dsp:then>
+ <dsp:else>
+ User logged out! <a href="<dsp:show-referer/>">back</a>
+ </dsp:else>
+ </dsp:if>
+ </div>
+ <%dsp:include url="footer.dsp"/>
+</body>
+</html>
Modified: trunk/libraries/koala/www/wiki/recent.dsp
==============================================================================
--- trunk/libraries/koala/www/wiki/recent.dsp (original)
+++ trunk/libraries/koala/www/wiki/recent.dsp Fri Jun 2 03:56:03 2006
@@ -1,27 +1,27 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<%dsp:taglib name="wiki"/>
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
- <title>Dylan Wiki: Recent Changes</title>
- <link rel="stylesheet" href="/wiki/wiki.css"/>
-</head>
-
-<body>
- <%dsp:include url="header.dsp"/>
- <div id="content">
-
- <dsp:show-form-notes/>
- <h3>Recent Changes</h3>
- <ul>
- <wiki:gen-recent-changes count="50">
- <li><wiki:show-change-timestamp/> <a href="/wiki/view.dsp?title=<wiki:show-change-title/>&v=<wiki:show-change-version/>"><wiki:show-change-title/></a> version <wiki:show-change-version/> <a href="/wiki/diff.dsp?title=<wiki:show-change-title/>&version=<wiki:show-change-version/>">diff</a> by <wiki:show-change-author/> Comment <wiki:show-change-comment/>
- <dsp:when test="admin?">
- <a href="/worker?title=<wiki:show-change-title/>&action=undo">revert</a>
- </dsp:when>
- </li>
- </wiki:gen-recent-changes>
- </ul>
- </div>
- <%dsp:include url="footer.dsp"/>
-</body>
-</html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<%dsp:taglib name="wiki"/>
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+ <title>Dylan Wiki: Recent Changes</title>
+ <link rel="stylesheet" href="/wiki/wiki.css"/>
+</head>
+
+<body>
+ <%dsp:include url="header.dsp"/>
+ <div id="content">
+
+ <dsp:show-form-notes/>
+ <h3>Recent Changes</h3>
+ <ul>
+ <wiki:gen-recent-changes count="50">
+ <li><wiki:show-change-timestamp/> <a href="/wiki/view.dsp?title=<wiki:show-change-title/>&v=<wiki:show-change-version/>"><wiki:show-change-title/></a> version <wiki:show-change-version/> <a href="/wiki/diff.dsp?title=<wiki:show-change-title/>&version=<wiki:show-change-version/>">diff</a> by <wiki:show-change-author/> Comment <wiki:show-change-comment/>
+ <dsp:when test="admin?">
+ <a href="/worker?title=<wiki:show-change-title/>&action=undo">revert</a>
+ </dsp:when>
+ </li>
+ </wiki:gen-recent-changes>
+ </ul>
+ </div>
+ <%dsp:include url="footer.dsp"/>
+</body>
+</html>
More information about the chatter
mailing list