Subversion Repositories DevTools

Rev

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

Rev 4028 Rev 4082
Line 258... Line 258...
258
   Response.write("    <td width='50%'>")
258
   Response.write("    <td width='50%'>")
259
   If Not ((ipv_id = "") or (IsNull(ipv_id))) Then
259
   If Not ((ipv_id = "") or (IsNull(ipv_id))) Then
260
     Call RenderActionButtons
260
     Call RenderActionButtons
261
   End If
261
   End If
262
   Response.write("    </td>")
262
   Response.write("    </td>")
263
   Response.write("    <td width='25%'>")
-
 
264
   Response.write("    </td>")
-
 
-
 
263
 
265
   Response.write("    <td width='1%'>")
264
   Response.write("    <td width='1%'>")
266
   Call RenderDaemonBar(irtag_id,ipv_id)
265
   Call RenderDaemonBar(irtag_id,ipv_id)
267
   Response.write("    </td>")
266
   Response.write("    </td>")
268
   Response.write("  </tr>")
267
   Response.write("  </tr>")
269
   Response.write("</table>")
268
   Response.write("</table>")