Ignore:
Timestamp:
08/21/07 17:28:27 (17 years ago)
Author:
niltonneto
Message:

* empty log message *

Location:
trunk/instant_messenger/xsl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/instant_messenger/xsl/information_user.xsl

    r57 r60  
    3232                                </tr> 
    3333                                <tr> 
    34                                         <td width="30%" align="right"><xsl:value-of select="getlang/ROLE"/> .: </td> 
    35                                 <xsl:choose> 
    36                                   <xsl:when test="vcard/role"> 
    37                                                 <td><input id="ORGNAME" type="text" size="17" maxlength="17" value="{vcard/role}"/></td> 
    38                                           </xsl:when> 
    39                                   <xsl:otherwise> 
    40                                                 <td><input id="ORGNAME" type="text" size="17" maxlength="17" value="{vcard/ROLE}"/></td> 
    41                                   </xsl:otherwise> 
    42                                 </xsl:choose> 
    43                                 </tr> 
    44                                 <tr> 
    4534                                        <td width="30%" align="right"><xsl:value-of select="getlang/ORGNAME"/> .: </td> 
    4635                                <xsl:choose> 
    4736                                  <xsl:when test="vcard/orgname"> 
    48                                                 <td><input id="ORGUNIT" type="text" size="10" maxlength="10" value="{vcard/orgname}"/></td> 
     37                                                <td><input id="ORGNAME" type="text" size="17" maxlength="17" value="{vcard/orgname}"/></td> 
    4938                                          </xsl:when> 
    5039                                  <xsl:otherwise> 
    51                                                 <td><input id="ORGUNIT" type="text" size="10" maxlength="10" value="{vcard/ORGNAME}"/></td> 
     40                                                <td><input id="ORGNAME" type="text" size="17" maxlength="17" value="{vcard/ORGNAME}"/></td> 
    5241                                  </xsl:otherwise> 
    5342                                </xsl:choose> 
     
    5746                                <xsl:choose> 
    5847                                  <xsl:when test="vcard/orgunit"> 
    59                                                 <td><input id="ROLE" type="text" size="25" maxlength="25" value="{vcard/orgunit}"/></td> 
     48                                                <td><input id="ORGUNIT" type="text" size="10" maxlength="10" value="{vcard/orgunit}"/></td> 
    6049                                          </xsl:when> 
    6150                                  <xsl:otherwise> 
    62                                                 <td><input id="ROLE" type="text" size="25" maxlength="25" value="{vcard/ORGUNIT}"/></td> 
     51                                                <td><input id="ORGUNIT" type="text" size="10" maxlength="10" value="{vcard/ORGUNIT}"/></td> 
     52                                  </xsl:otherwise> 
     53                                </xsl:choose> 
     54                                </tr> 
     55                                <tr> 
     56                                        <td width="30%" align="right"><xsl:value-of select="getlang/ROLE"/> .: </td> 
     57                                <xsl:choose> 
     58                                  <xsl:when test="vcard/role"> 
     59                                                <td><input id="ROLE" type="text" size="25" maxlength="25" value="{vcard/role}"/></td> 
     60                                          </xsl:when> 
     61                                  <xsl:otherwise> 
     62                                                <td><input id="ROLE" type="text" size="25" maxlength="25" value="{vcard/ROLE}"/></td> 
    6363                                  </xsl:otherwise> 
    6464                                </xsl:choose> 
  • trunk/instant_messenger/xsl/window.xsl

    r55 r60  
    88   </head> 
    99   <body> 
    10       <div id="{@id}_im_window_master" class="master" style="top:{@top};left:{@left};height:{(@height + 48)};width:{(@width + 12)};{@style}"> 
    11          <div id="{@id}_im_window" class="pai" style="height:{(@height + 40)}"> 
     10      <div id="{@id}_im_window_master" class="master" style="top:{@top};left:{@left};height:{(@height + 48)};width:{(@width + 12)};{@style};"> 
     11        <div id="{@id}_im_window" class="pai" style="height:{(@height + 40)};"> 
    1212                <div id="{@id}_im_window_icon" class="im_window_icon" /> 
    1313            <div class="tit"><xsl:value-of select="@title" /></div> 
    1414            <xsl:apply-templates select="/" mode='buttons' /> 
    15             <div class="filho" id="{@id}_im_window_body_inner" style="width:{@width};height:{@height}" /> 
    16          </div> 
     15            <div class="filho" id="{@id}_im_window_body_inner" style="width:{@width};height:{@height};" /> 
     16         </div>       
    1717      </div> 
     18 
    1819      <div class="im-windowfantom-des" id="{@id}_im_window_fantom" /> 
    1920      <div class="im-windowfantom-des" id="{@id}_im_window_movable" /> 
Note: See TracChangeset for help on using the changeset viewer.