Ignore:
Timestamp:
03/02/07 14:50:28 (5 years ago)
Author:
sam
Message:

Ajout ico genDeploy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_sendServerGenDeploy/show.xsl.xml

    r8838 r8849  
    6363                                <xsl:choose> 
    6464                                        <xsl:when test="@status='null'"><!-- première génération --> 
    65                                                 <button class="bGen" label="(Exporter toute la génération)" oncommand="callServer(document.getElementById('root'), 'show.xsl', 'G*'+window.frameElement.getAttribute('ancestorGenCd')+'_[![agent=//codeGenerator]!]', '{@code}', '&amp;mode=full', {concat('{&quot;ancestorGenCd&quot;:&quot;', $ancestorGenCd, '&quot;}')})"/> 
     65                                                <button class="bDepl" label="(Exporter toute la génération)" oncommand="callServer(document.getElementById('root'), 'show.xsl', 'G*'+window.frameElement.getAttribute('ancestorGenCd')+'_[![agent=//codeGenerator]!]', '{@code}', '&amp;mode=full', {concat('{&quot;ancestorGenCd&quot;:&quot;', $ancestorGenCd, '&quot;}')})"/> 
    6666                                        </xsl:when> 
    6767                                        <!-- <xsl:when test="not(@uriPub and @status!='failed')"></xsl:when> --> 
    6868                                        <xsl:otherwise> 
    69                                                 <button class="bGen" label="(N'exporter que les éléments modifiés)" oncommand="callServer(document.getElementById('root'), 'show.xsl', 'G*'+window.frameElement.getAttribute('ancestorGenCd')+'_[![agent=//codeGenerator]!]', '{@code}', '&amp;mode=update', {concat('{&quot;ancestorGenCd&quot;:&quot;', $ancestorGenCd, '&quot;}')})"/> 
    70                                                 <button class="bGen" label="(Ré-exporter toute la génération)" oncommand="callServer(document.getElementById('root'), 'show.xsl', 'G*'+window.frameElement.getAttribute('ancestorGenCd')+'_[![agent=//codeGenerator]!]', '{@code}', '&amp;mode=full', {concat('{&quot;ancestorGenCd&quot;:&quot;', $ancestorGenCd, '&quot;}')})"/> 
    71                                                 <button class="bGen" label="(Purger le répertoire de génération et ré-exporter)" oncommand="if(ut.confirm('Le répertoire de publication sur le serveur sera supprimé. Voulez-vous continuer?')) callServer(document.getElementById('root'), 'show.xsl', 'G*'+window.frameElement.getAttribute('ancestorGenCd')+'_[![agent=//codeGenerator]!]', '{@code}', '&amp;mode=purgeAndFull', {concat('{&quot;ancestorGenCd&quot;:&quot;', $ancestorGenCd, '&quot;}')})"/> 
     69                                                <button class="bDepl" label="(N'exporter que les éléments modifiés)" oncommand="callServer(document.getElementById('root'), 'show.xsl', 'G*'+window.frameElement.getAttribute('ancestorGenCd')+'_[![agent=//codeGenerator]!]', '{@code}', '&amp;mode=update', {concat('{&quot;ancestorGenCd&quot;:&quot;', $ancestorGenCd, '&quot;}')})"/> 
     70                                                <button class="bDepl" label="(Ré-exporter toute la génération)" oncommand="callServer(document.getElementById('root'), 'show.xsl', 'G*'+window.frameElement.getAttribute('ancestorGenCd')+'_[![agent=//codeGenerator]!]', '{@code}', '&amp;mode=full', {concat('{&quot;ancestorGenCd&quot;:&quot;', $ancestorGenCd, '&quot;}')})"/> 
     71                                                <button class="bDepl" label="(Purger le répertoire de génération et ré-exporter)" oncommand="if(ut.confirm('Le répertoire de publication sur le serveur sera supprimé. Voulez-vous continuer?')) callServer(document.getElementById('root'), 'show.xsl', 'G*'+window.frameElement.getAttribute('ancestorGenCd')+'_[![agent=//codeGenerator]!]', '{@code}', '&amp;mode=purgeAndFull', {concat('{&quot;ancestorGenCd&quot;:&quot;', $ancestorGenCd, '&quot;}')})"/> 
    7272                                                <button id="consultBtn" class="{$vReportClass}" label="(Consulter le dernier rapport)" oncommand="openSupport('{@uriPub}')"/> 
    7373                                        </xsl:otherwise> 
    7474                                </xsl:choose> 
    75   
    76                                 <!-- 
    77                                 <xsl:if test="@mimeDownload and @status!='null' and @status!='failed'"> 
    78                                         <button class="bShow" label="(Télécharger le dernier export)" oncommand="downloadSupport('{@code}')"/> 
    79                                 </xsl:if> 
    80                                 --> 
    81                                 <!--  
    82                                 <xsl:if test="@localPathPub and @status!='null' and @status!='failed'"> 
    83                                         <button class="bShow" label="(Révéler le dernier export)" oncommand="revealSupport(this.getAttribute('localPath'))" localPath="{@localPathPub}"/> 
    84                                 </xsl:if> 
    85                                  --> 
    86                                 <!--  
    87                                 <xsl:if test="@uriTraces"> 
    88                                         <button class="bLog" label="(Consulter les traces)" oncommand="openTraces('{@uriTraces}')"/> 
    89                                 </xsl:if> 
    90                                  --> 
    9175                        </xsl:if> 
    9276                </vbox> 
Note: See TracChangeset for help on using the changeset viewer.