Ignore:
Timestamp:
2012-02-21T16:21:13+13:00 (12 years ago)
Author:
sjm84
Message:

The first wave of changes supporting the new login method

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/oran/transform/pages/authen.xsl

    r24149 r25123  
    293293        <xsl:param name="pro_action"/>
    294294        <div>
    295             <form id="LoginForm" method="get" action="{$library_name}">
     295            <form id="LoginForm" method="post" action="{$library_name}">
    296296                <input type='hidden' name='a' value='g'/>
    297297                <input type='hidden' name='sa' value='{$sub_action}'/>
     
    370370                    <td bgcolor="#eeeeee"><xsl:value-of select="@umc"/></td>
    371371                    <td bgcolor="#eeeeee">
    372                         <form name="ListUsersForm" method="get" action="{$library_name}">
     372                        <form name="ListUsersForm" method="post" action="{$library_name}">
    373373                            <input type='hidden' name='a' value='g'/>
    374374                            <input type='hidden' name='sa' value='authen'/>
     
    400400        <xsl:param name="asn"/>
    401401        <div>
    402             <form id="modifyForm" method="get" action="{$library_name}">
     402            <form id="modifyForm" method="post" action="{$library_name}">
    403403                <input type='hidden' name='a' value='g'/>
    404404                <input type='hidden' name='sa' value='{$sub_action}'/>
     
    435435        <xsl:param name="asn"/>
    436436        <div>
    437             <form id="deleteForm" method="get" action="{$library_name}">
     437            <form id="deleteForm" method="post" action="{$library_name}">
    438438                <input type='hidden' name='a' value='g'/>
    439439                <input type='hidden' name='sa' value='{$sub_action}'/>
     
    465465        <xsl:param name="oumun_s"/>
    466466        <xsl:param name="asn"/>
    467             <form id="editForm" method="get" action="{$library_name}">
     467            <form id="editForm" method="post" action="{$library_name}">
    468468                <input type='hidden' name='a' value='g'/>
    469469                <input type='hidden' name='sa' value='{$sub_action}'/>
Note: See TracChangeset for help on using the changeset viewer.