Project

General

Profile

« Previous | Next » 

Revision 3780

Added by daigle about 16 years ago

Changes to remove ANT tokens for the turnkey install project

View differences:

resultset-table.xsl
45 45
                <table class="resultstable" width="95%" align="center" border="0" cellpadding="0" cellspacing="0">
46 46
                    <tr>
47 47
                        <th class="tablehead_lcorner" align="right" valign="top">
48
                            <img src="{$contextURL}style/skins/default/images/transparent1x1.gif" width="1" height="1" />
48
                            <img src="{$contextURL}/style/skins/default/images/transparent1x1.gif" width="1" height="1" />
49 49
                        </th>
50 50
                        <th class="tablehead" style="text-align: left">
51 51
                            Title
......
65 65
                            </th>
66 66
                        </xsl:if>
67 67
                        <th class="tablehead_rcorner" align="right" valign="top">
68
                            <img src="{$contextURL}style/skins/default/images/transparent1x1.gif" width="1" height="1" />
68
                            <img src="{$contextURL}/style/skins/default/images/transparent1x1.gif" width="1" height="1" />
69 69
                        </th>
70 70
                    </tr>
71 71
                    
......
87 87
                            
88 88
                            <td width="10">&#160;</td>
89 89
                            <td class="text_plain">
90
                                <form action="{$contextURL}metacat" method="POST">
90
                                <form action="{$contextURL}/metacat" method="POST">
91 91
                                    <xsl:attribute name="name"><xsl:value-of
92 92
                                        select="translate(./docid, '()-.', '____')" /></xsl:attribute>
93 93
                                    
......
181 181
                            
182 182
                            <xsl:if test="$enableediting = 'true'">
183 183
                                <td class="text_plain">
184
                                    <form action="{$contextURL}metacat" method="POST">
184
                                    <form action="{$contextURL}/metacat" method="POST">
185 185
                                        <input type="hidden" name="action" value="read" />
186 186
                                        <input type="hidden" name="qformat" value="{$qformat}" />
187 187
                                        <input type="hidden" name="sessionid" value="{$sessid}" />

Also available in: Unified diff