cms_pagehist.tpl 1.5 KB

12345678910111213141516171819202122
  1. <style scoped>
  2. BODY { background:transparent !important;color:#B0B0B0;}
  3. INPUT.input, TEXTAREA.input, SELECT.input { background: rgba(32,32,32,0.95); color:#fff !important; }
  4. INPUT.reqinput, TEXTAREA.reqinput, SELECT.reqinput { background: rgba(48,32,32,0.95); color:#fff !important; }
  5. </style>
  6. <div class='infobox' style='padding:5px;overflow:auto;'>
  7. <span style='width:360px;display:inline-block;'><b><!=L("Modified at")></b></span>
  8. <span style='width:160px;display:inline-block;'><b><!=L("Modified by")></b></span>
  9. <span style='width:160px;display:inline-block;'><b><!=L("Published by")></b></span>
  10. <!foreach versions>
  11. <div style='cursor:pointer;z-index:9;display:block;width:100%;' onmouseover='this.style.background="#808080";' onmouseout='this.style.background="";' onclick='top.document.location.href="<!if IDX!=1><!=url("cms","archive")+""+urlencode(id)>?created=<!=urlencode(created)>&diff<!else><!=url(id)><!/if>";'>
  12. <span style='width:360px;display:inline-block;<!if publishid==0>color:rgb(240,173,78) !important;<!/if>'>
  13. <!time created> (<!difftime strtotime(created)-strtotime(ct)>)</span>
  14. <span style='width:160px;display:inline-block;<!if publishid==0>color:rgb(240,173,78) !important;<!/if>'>
  15. <!if modifyid==-1>admin<!else><!if moduser><!=moduser><!else>?<!/if><!/if>
  16. </span>
  17. <span style='width:160px;display:inline-block;<!if publishid==0>color:rgb(240,173,78) !important;<!/if>'>
  18. <!if publishid==-1>admin<!else><!if pubuser><!=pubuser><!else>&Oslash;<!/if><!/if>
  19. </span>
  20. </div>
  21. <!/foreach>
  22. </div>