gui.html 700 B

123456789101112131415161718192021222324252627
  1. <!-- 消息 -->
  2. <style>
  3. .msgbox_r>.head,
  4. .msgbox_s>.head {
  5. font-size: 90%;
  6. border-bottom: 1px solid var(--border-line-color);
  7. color: gray;
  8. margin-bottom: 6px;
  9. }
  10. </style>
  11. <div id="msg_panal_right_head" style="display:flex;">
  12. <div id="msg_panal_list_toolbar">
  13. <span id="msg_list_title"><?php echo $_local->gui->message; ?>
  14. </span>
  15. </div>
  16. <div id="msg_panal_content_toolbar">
  17. <button onclick="msg_show_list_panal()"><?php echo $_local->gui->back;?></button>
  18. <span id="msg_content_title"></span>
  19. </div>
  20. <guide gid="studio_message" style="margin-left:auto;"></guide>
  21. </div>
  22. <div id="msg_panal_right">
  23. <div id="msg_panal_list">
  24. </div>
  25. <div id="msg_panal_content">
  26. </div>
  27. </div>