compare.tpl 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>文档比较 - Powered by MinDoc</title>
  6. <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
  7. <meta name="description" content="Merge and Diff your documents with diff online and share" />
  8. <meta name="keywords" content="diff,merge,compare,jsdiff,comparison,difference,file,text,unix,patch,algorithm,saas,longest common subsequence,diff online" />
  9. <meta name="author" content="Jamie Peabody" />
  10. <link rel="shortcut icon" href="/favicon.ico" />
  11. <link href='http://fonts.googleapis.com/css?family=Noto+Sans:400,700' rel='stylesheet' type='text/css' />
  12. <script type="text/javascript" src="/static/jquery/1.12.4/jquery.min.js"></script>
  13. <link type='text/css' rel='stylesheet' href='/static/mergely/editor/lib/wicked-ui.css' />
  14. <script type="text/javascript" src="/static/mergely/editor/lib/wicked-ui.js"></script>
  15. <link type='text/css' rel='stylesheet' href='/static/mergely/editor/lib/tipsy/tipsy.css' />
  16. <script type="text/javascript" src="/static/mergely/editor/lib/tipsy/jquery.tipsy.js"></script>
  17. <script type="text/javascript" src="/static/mergely/editor/lib/farbtastic/farbtastic.js"></script>
  18. <link type="text/css" rel="stylesheet" href="/static/mergely/editor/lib/farbtastic/farbtastic.css" />
  19. <script type="text/javascript" src="/static/mergely/lib/codemirror.min.js"></script>
  20. <script type="text/javascript" src="/static/mergely/lib/mergely.min.js"></script>
  21. <script type="text/javascript" src="/static/mergely/editor/editor.min.js"></script>
  22. <link type="text/css" rel="stylesheet" href="/static/mergely/lib/codemirror.css" />
  23. <link type="text/css" rel="stylesheet" href="/static/mergely/lib/mergely.css" />
  24. <link type='text/css' rel='stylesheet' href='/static/mergely/editor/editor.css' />
  25. <script type="text/javascript" src="/static/mergely/lib/searchcursor.js"></script>
  26. <script type="text/javascript">
  27. var key = '';
  28. var isSample = key == 'usaindep';
  29. </script>
  30. </head>
  31. <body style="visibility:hidden">
  32. <!-- editor -->
  33. <div style="position: absolute;top: 0px;bottom: 10px;left: 5px;right: 5px;overflow-y: hidden;padding-bottom: 2px;">
  34. <div id="mergely"></div>
  35. </div>
  36. </body>
  37. </html>