You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

queue.tmpl 375 B

2 years ago
12345678910
  1. {{template "base/head" .}}
  2. <link rel="stylesheet" href="{{StaticUrlPrefix}}/css/vp-resources-queue.css?v={{MD5 AppVer}}" />
  3. <div class="admin resource">
  4. {{template "admin/navbar" .}}
  5. <div class="ui container">
  6. <div id="__vue-root"></div>
  7. </div>
  8. </div>
  9. <script src="{{StaticUrlPrefix}}/js/vp-resources-queue.js?v={{MD5 AppVer}}"></script>
  10. {{template "base/footer" .}}