Subversion Repositories DevTools

Rev

Rev 7289 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7289 Rev 7337
Line 197... Line 197...
197
   <%Case "Indefinite Pause"%>
197
   <%Case "Indefinite Pause"%>
198
      <table width="10" border="0" cellspacing="0">
198
      <table width="10" border="0" cellspacing="0">
199
         <tr>
199
         <tr>
200
            <%BuildActionButtonClick bState, "Set Indefinite Pause", "Indefinite Pause",TRUE, _
200
            <%BuildActionButtonClick bState, "Set Indefinite Pause", "Indefinite Pause",TRUE, _
201
                                     "src='icons/tpause.gif' width='16' height='16' align='absmiddle' border='0' hspace='3'", _
201
                                     "src='icons/tpause.gif' width='16' height='16' align='absmiddle' border='0' hspace='3'", _
202
                                     "location.href='_setInfinitePause.asp';" %>
202
                                     "showGlobalProgress();location.href='_setInfinitePause.asp';" %>
203
         </tr>
203
         </tr>
204
      </table>
204
      </table>
205
 
205
 
206
   <%Case "Resume"%>
206
   <%Case "Resume"%>
207
      <table width="10" border="0" cellspacing="0">
207
      <table width="10" border="0" cellspacing="0">
208
         <tr>
208
         <tr>
209
            <%BuildActionButtonClick bState, "Set Resume", "Resume Processing",TRUE, _
209
            <%BuildActionButtonClick bState, "Set Resume", "Resume Processing",TRUE, _
210
                                     "src='icons/tplay.gif' width='16' height='16' align='absmiddle' border='0' hspace='3'", _
210
                                     "src='icons/tplay.gif' width='16' height='16' align='absmiddle' border='0' hspace='3'", _
211
                                     "location.href='_setResume.asp';" %>
211
                                     "showGlobalProgress();location.href='_setResume.asp';" %>
212
         </tr>
212
         </tr>
213
      </table>
213
      </table>
214
 
214
 
215
   <%Case "Add Daemon Instruction"%>
215
   <%Case "Add Daemon Instruction"%>
216
      <table width="10" border="0" cellspacing="10">
216
      <table width="10" border="0" cellspacing="10">