fixed markup to be xhtml compatible
This commit is contained in:
parent
0df66504d9
commit
2ea7797c89
23 changed files with 90 additions and 88 deletions
|
@ -1,3 +1,3 @@
|
|||
... <% weblog.link to="edit" text="preferences" %><br>
|
||||
... <% weblog.link to="members" text="members" %><br>
|
||||
... <% weblog.link to="skins" text="skin editor" %><br>
|
||||
... <% weblog.link to="edit" text="preferences" %><br />
|
||||
... <% weblog.link to="members" text="members" %><br />
|
||||
... <% weblog.link to="skins" text="skin editor" %><br />
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<table border="0" cellspacing="0" cellpadding="2">
|
||||
<tr>
|
||||
<td colspan="7" align="center" nowrap><div class="calHead"><% param.month %> <% param.year %></div></td>
|
||||
<td colspan="7" align="center" nowrap="nowrap"><div class="calHead"><% param.month %> <% param.year %></div></td>
|
||||
</tr>
|
||||
<% param.calendar %>
|
||||
<tr>
|
||||
<td colspan="3" align="right" nowrap><div class="calFoot"><% param.back %></div></td>
|
||||
<td nowrap><div class="calFoot"> </div></td>
|
||||
<td colspan="3" nowrap><div class="calFoot"><% param.forward %></div></td>
|
||||
<td colspan="3" align="right" nowrap="nowrap"><div class="calFoot"><% param.back %></div></td>
|
||||
<td nowrap="nowrap"><div class="calFoot"> </div></td>
|
||||
<td colspan="3" nowrap="nowrap"><div class="calFoot"><% param.forward %></div></td>
|
||||
</tr>
|
||||
</table>
|
|
@ -1 +1 @@
|
|||
<td nowrap><div class="calDay"><% param.day %></div></td>
|
||||
<td nowrap="nowrap"><div class="calDay"><% param.day %></div></td>
|
||||
|
|
|
@ -1 +1 @@
|
|||
<td nowrap><div class="calDay"><% param.day %></div></td>
|
||||
<td nowrap="nowrap"><div class="calDay"><% param.day %></div></td>
|
||||
|
|
|
@ -1 +1 @@
|
|||
<td nowrap><div class="calSelDay"><% param.day %></div></td>
|
||||
<td nowrap="nowrap"><div class="calSelDay"><% param.day %></div></td>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
... <% weblog.link to="stories/create" text="create a story" %><br>
|
||||
... <% weblog.link to="stories" text="storypool" %><br>
|
||||
... <% weblog.link to="images" text="imagepool" %><br>
|
||||
... <% weblog.link to="goodies" text="goodiepool" %><br>
|
||||
... <% weblog.link to="stories/create" text="create a story" %><br />
|
||||
... <% weblog.link to="stories" text="storypool" %><br />
|
||||
... <% weblog.link to="images" text="imagepool" %><br />
|
||||
... <% weblog.link to="goodies" text="goodiepool" %><br />
|
Loading…
Add table
Add a link
Reference in a new issue