Commit 6e0ff01b authored by Jim Fulton's avatar Jim Fulton

Now url_quote ids.

Also sort items in add list.
parent 6d9c1120
...@@ -5,10 +5,6 @@ ...@@ -5,10 +5,6 @@
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555"> <BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
<!--#var manage_tabs--> <!--#var manage_tabs-->
<P> <P>
<!--#if Principia-Session-->
<EM>You are currently working in session <!--#var Principia-Session--></EM>
<P>
<!--#/if Principia-Session-->
<FORM ACTION="." METHOD="POST"> <FORM ACTION="." METHOD="POST">
<!--#if objectItems--> <!--#if objectItems-->
...@@ -20,13 +16,13 @@ ...@@ -20,13 +16,13 @@
</TD> </TD>
<TD ALIGN="LEFT" VALIGN="TOP"> <TD ALIGN="LEFT" VALIGN="TOP">
<!--#if icon--> <!--#if icon-->
<A HREF="<!--#var sequence-key fmt=url-quote-->/manage_workspace"> <A HREF="<!--#var sequence-key url_quote-->/manage_workspace">
<IMG SRC="<!--#var SCRIPT_NAME-->/<!--#var icon-->" <IMG SRC="<!--#var SCRIPT_NAME-->/<!--#var icon-->"
ALT="[<!--#var meta_type-->]" BORDER="0"></A> ALT="[<!--#var meta_type-->]" BORDER="0"></A>
<!--#/if icon--> <!--#/if icon-->
</TD> </TD>
<TD ALIGN="LEFT" VALIGN="TOP"> <TD ALIGN="LEFT" VALIGN="TOP">
<A HREF="<!--#var sequence-key fmt=url-quote-->/manage_workspace"> <A HREF="<!--#var sequence-key url_quote-->/manage_workspace">
<!--#var sequence-key--> <!--#if title-->(<!--#var title-->)<!--#/if--> <!--#var sequence-key--> <!--#if title-->(<!--#var title-->)<!--#/if-->
</A> </A>
<!--#if locked_in_session--> <!--#if locked_in_session-->
...@@ -80,7 +76,7 @@ There are currently no items in <EM><!--#var title_or_id--></EM> ...@@ -80,7 +76,7 @@ There are currently no items in <EM><!--#var title_or_id--></EM>
<TD VALIGN="TOP"> <TD VALIGN="TOP">
<FORM ACTION="." METHOD="GET"> <FORM ACTION="." METHOD="GET">
<SELECT NAME=":method"> <SELECT NAME=":method">
<!--#in all_meta_types mapping--> <!--#in all_meta_types mapping sort=name-->
<OPTION value="<!--#var action-->"><!--#var name--> <OPTION value="<!--#var action-->"><!--#var name-->
<!--#/in all_meta_types--> <!--#/in all_meta_types-->
</SELECT><BR> </SELECT><BR>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment