From 2ea7797c89be44f8f3e4ebaf900513f90e532c0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobi=20Sch=C3=A4fer?= Date: Mon, 3 Jun 2002 16:49:20 +0000 Subject: [PATCH] fixed markup to be xhtml compatible --- code/Choice/edit.skin | 2 +- code/Comment/edit.skin | 4 ++-- code/File/edit.skin | 20 ++++++++++---------- code/HopObject/delete.skin | 6 ++++-- code/HopObject/historyview.skin | 2 +- code/Image/edit.skin | 14 +++++++------- code/Membership/edit.skin | 24 ++++++++++++------------ code/Poll/edit.skin | 6 +++--- code/Poll/listitem.skin | 6 +++--- code/PollMgr/closedpoll.skin | 4 ++-- code/Root/javascript.skin | 2 +- code/Site/adminnavigation.skin | 6 +++--- code/Site/calendar.skin | 8 ++++---- code/Site/calendarday.skin | 2 +- code/Site/calendardayheader.skin | 2 +- code/Site/calendarselday.skin | 2 +- code/Site/contribnavigation.skin | 8 ++++---- code/Skin/edit.skin | 2 +- code/SkinMgr/edit.skin | 4 ++-- code/Story/display.skin | 6 +++--- code/Story/edit.skin | 18 +++++++++--------- code/Story/listitem.skin | 6 +++--- code/User/edit.skin | 24 ++++++++++++------------ 23 files changed, 90 insertions(+), 88 deletions(-) diff --git a/code/Choice/edit.skin b/code/Choice/edit.skin index a8d04e34..bb101ba4 100644 --- a/code/Choice/edit.skin +++ b/code/Choice/edit.skin @@ -1,4 +1,4 @@ -Choice <% param.count %>:
+Choice <% param.count %>:
diff --git a/code/Comment/edit.skin b/code/Comment/edit.skin index f654826c..ec88e79d 100644 --- a/code/Comment/edit.skin +++ b/code/Comment/edit.skin @@ -1,6 +1,6 @@ -

Title:
+

Title:
<% this.title as="editor" width="25" style="formTitle" %>

-

Text:
+

Text:
<% this.text as="editor" width="31" height="10" style="formText" %>

<% this.input type="button" name="save" value="save" %> <% this.input type="button" name="cancel" value="cancel" %>

diff --git a/code/File/edit.skin b/code/File/edit.skin index 5cfbd2b8..cb7a8d55 100644 --- a/code/File/edit.skin +++ b/code/File/edit.skin @@ -1,23 +1,23 @@ - + - - + + - - + + - - + + - - + +
To insert this goodie into a story copy/paste the following code:
<% goodie name="<% this.alias %>" %>

To insert this goodie into a story copy/paste the following code:
<% goodie name="<% this.alias %>" %>

Name:
<% this.alias as="editor" %>Name:<% this.alias as="editor" %>
Description:<% this.description as="editor" width="25" %>Description:<% this.description as="editor" width="25" %>
<% this.filesize prefix="size: " suffix="
" %> -<% this.mimetype prefix="format: " suffix="
" %>
<% this.filesize prefix="size: " suffix="
" %> +<% this.mimetype prefix="format: " suffix="
" %>
 <% this.input type="button" value="save" %> <% this.input type="button" value="cancel" %> <% this.input type="button" value="save" %> <% this.input type="button" value="cancel" %>
\ No newline at end of file diff --git a/code/HopObject/delete.skin b/code/HopObject/delete.skin index 075c0c97..8b917577 100644 --- a/code/HopObject/delete.skin +++ b/code/HopObject/delete.skin @@ -1,3 +1,5 @@ -

Warning!

+ +

Warning!

You are about to delete <% param.what %>! Be aware of the fact that there is no "undo", so if you klick on "delete" here it will be gone forever!

-

<% this.input type="button" name="remove" value="delete" %> <% this.input type="button" name="cancel" value="cancel" %>

\ No newline at end of file +

<% this.input type="button" name="remove" value="delete" %> <% this.input type="button" name="cancel" value="cancel" %>

+ diff --git a/code/HopObject/historyview.skin b/code/HopObject/historyview.skin index 01e69c08..78373177 100644 --- a/code/HopObject/historyview.skin +++ b/code/HopObject/historyview.skin @@ -1,5 +1,5 @@ -<% this.title as="link" %>
+<% this.title as="link" %>
<% this.text limit="50" suffix=" ..." %>
by <% this.author %> @ <% this.modifytime format="short" %>
diff --git a/code/Image/edit.skin b/code/Image/edit.skin index 14dc9f14..aa6c6c31 100644 --- a/code/Image/edit.skin +++ b/code/Image/edit.skin @@ -7,20 +7,20 @@ -
+
- - + + - - + + - - + +
Name:
<% this.alias as="editor" width="25" %>Name:<% this.alias as="editor" width="25" %>
Alttext:<% this.alttext as="editor" width="25" %>Alttext:<% this.alttext as="editor" width="25" %>
 <% this.input type="button" value="save" %> <% this.input type="button" value="cancel" %> <% this.input type="button" value="save" %> <% this.input type="button" value="cancel" %>
\ No newline at end of file diff --git a/code/Membership/edit.skin b/code/Membership/edit.skin index 557a177b..bef09ecd 100644 --- a/code/Membership/edit.skin +++ b/code/Membership/edit.skin @@ -1,28 +1,28 @@

To change the status of this member, simply choose from the dropdown-menu and click on "save" (the member will get a mail telling that his/her status has been changed by you).

- - + + - - + + - - + + - - + + - - + + - - + +
Username:
<% this.username %>Username:<% this.username %>
eMail:<% this.email %>eMail:<% this.email %>
url:<% this.url %>url:<% this.url %>
currently<% this.level %>currently<% this.level %>
change to:<% this.level as="editor" %>change to:<% this.level as="editor" %>
 <% this.input type="button" value="save" %> <% this.input type="button" value="cancel" %> <% this.input type="button" value="save" %> <% this.input type="button" value="cancel" %>
\ No newline at end of file diff --git a/code/Poll/edit.skin b/code/Poll/edit.skin index f8904406..d03b6e5d 100644 --- a/code/Poll/edit.skin +++ b/code/Poll/edit.skin @@ -3,18 +3,18 @@
- - <% response.choices %> -
Title:
+
Title:
<% this.title as="editor" width="24" style="formTitle" %>
Question:
+
Question:
<% this.question as="editor" width="30" height="3" style="formText" %>

<% this.input type="button" value="save" %> <% this.input type="button" value="add choice" %> <% this.input type="button" value="cancel" %> +

<% this.input type="button" value="save" %> <% this.input type="button" value="add choice" %> <% this.input type="button" value="cancel" %>

<% this.info %>

diff --git a/code/Poll/listitem.skin b/code/Poll/listitem.skin index b6cdf858..237db688 100644 --- a/code/Poll/listitem.skin +++ b/code/Poll/listitem.skin @@ -3,8 +3,8 @@ <% this.creator as="link" %>, <% this.createtime format="short" %> (<% this.total no="votes" one="vote" more="votes" %>) -<% this.title suffix="
" %>
<% this.question limit="200" suffix=" ..." %> -  -<% this.viewlink prefix="... " suffix="
" %><% this.editlink prefix="... " suffix="
" %><% this.closelink prefix="... " suffix="
" %><% this.deletelink prefix="... " %> +<% this.title suffix="
" %>
<% this.question limit="200" suffix=" ..." %> +  +<% this.viewlink prefix="... " suffix="
" %><% this.editlink prefix="... " suffix="
" %><% this.closelink prefix="... " suffix="
" %><% this.deletelink prefix="... " %> \ No newline at end of file diff --git a/code/PollMgr/closedpoll.skin b/code/PollMgr/closedpoll.skin index fe188962..919d551f 100644 --- a/code/PollMgr/closedpoll.skin +++ b/code/PollMgr/closedpoll.skin @@ -1,8 +1,8 @@   - - + +
c
l
d
c
l
d
<% param.poll %>
\ No newline at end of file diff --git a/code/Root/javascript.skin b/code/Root/javascript.skin index b9485a96..ba63a131 100644 --- a/code/Root/javascript.skin +++ b/code/Root/javascript.skin @@ -1,4 +1,4 @@ -