mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-14 20:36:23 -07:00
Use generic page header for manage pages, add login template
This commit is contained in:
parent
c8d8af077b
commit
b2318af7a3
12 changed files with 132 additions and 44 deletions
|
@ -10,11 +10,11 @@
|
|||
{{- else}}<title>/{{$.board.Dir}}/ - #{{$.op.ID}}</title>{{end}}
|
||||
{{- else}}<title>/{{$.board.Dir}}/ - {{$.board.Title}}</title>{{end}}
|
||||
{{- else}}<title>{{.site_config.SiteName}}</title>{{end}}
|
||||
<link rel="stylesheet" href="{{$.webroot}}css/global.css" />
|
||||
<link id="theme" rel="stylesheet" href="{{.webroot}}css/{{.board.DefaultStyle}}" />
|
||||
<link rel="stylesheet" href="{{.webroot}}css/global.css" />
|
||||
<link id="theme" rel="stylesheet" href="{{.webroot}}css/{{.board_config.DefaultStyle}}" />
|
||||
<link rel="shortcut icon" href="{{.webroot}}favicon.png">
|
||||
<script type="text/javascript" src="{{$.webroot}}js/consts.js"></script>
|
||||
<script type="text/javascript" src="{{$.webroot}}js/gochan.js"></script>
|
||||
<script type="text/javascript" src="{{.webroot}}js/consts.js"></script>
|
||||
<script type="text/javascript" src="{{.webroot}}js/gochan.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="topbar">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue