summaryrefslogtreecommitdiff
path: root/template/roomlist.st
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-01-29 23:36:35 +0000
committeryo momma <shutup@oops.wtf>2026-01-29 23:36:35 +0000
commitb2d1b69fd6d9b1f0473ea70bc473df6f370891da (patch)
tree9f28a4ffe0a144518a413341eb0aed2a5d7fe9d3 /template/roomlist.st
parente620f19487c5dd8bf2c072c0dc18e04ed601d08e (diff)
Refactor: extract inline CSS into static/css
Diffstat (limited to 'template/roomlist.st')
-rwxr-xr-xtemplate/roomlist.st5
1 files changed, 4 insertions, 1 deletions
diff --git a/template/roomlist.st b/template/roomlist.st
index a7f5d07..e25e2a1 100755
--- a/template/roomlist.st
+++ b/template/roomlist.st
@@ -6,12 +6,15 @@
type="text/javascript"></script>
<script src="/static/js/jquery.tablesorter.min.js"
type="text/javascript"></script>
- <link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/ui-lightness/jquery-ui.css"
+ <link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/ui-lightness/jquery-ui.css">
<script src="/static/js/admin.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="/static/tsort/style.css">
+ <link rel="stylesheet" type="text/css" href="/static/css/roomlist.css?v=20260129">
+ <!--
<style>
body { font-family: Monaco, "Courier New", Courier, monospace; }
</style>
+ -->
<script>
jQuery(function() { jQuery('.tablesorter').tablesorter({
sortList: [[4, 1]]