hanni76

Untitled

Sep 21st, 2025
9
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. @*else if (Busy == ReportPageLayout.BusyStatus.SUCCESS)
  2. {
  3. <svg xmlns="http://www.w3.org/2000/svg" class="animated-check" viewBox="0 0 24 24">
  4. <path d="M4.1 12.7L9 17.6 20.3 6.3" fill="none" />
  5. </svg>
  6. }
  7. else if (Busy == ReportPageLayout.BusyStatus.ERROR)
  8. {
  9. <svg xmlns="http://www.w3.org/2000/svg" class="errormark" viewBox="0 0 52 52">
  10. <circle cx="26" cy="26" r="25" fill="none" />
  11. <path fill="none" d="M14.1 14.1l23.8 23.8 m0,-23.8 l-23.8,23.8" />
  12. </svg>
  13. }*@
  14.  
  15.  
Advertisement
Add Comment
Please, Sign In to add comment