Archived
1
0

add doctype

This commit is contained in:
Jeff Becker 2016-04-29 14:08:02 -04:00
parent a423b6bfe6
commit fe2fb50775
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
16 changed files with 21 additions and 8 deletions

View File

@ -37,7 +37,6 @@ function inject_livechan_widget(prefix, parent) {
// ignore // ignore
} }
if (j) { if (j) {
console.log(j);
livechan_got_post(parent, j); livechan_got_post(parent, j);
} }
} }

View File

@ -11,6 +11,7 @@
- Navbar ( a function that renders the navbar, should not be escaped ) - Navbar ( a function that renders the navbar, should not be escaped )
- Threads ( a list of Thread Models with the last few replies ) - Threads ( a list of Thread Models with the last few replies )
}} }}
<!doctype html>
<html> <html>
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />

View File

@ -5,7 +5,7 @@
- frontend ( the name of the frontend ) - frontend ( the name of the frontend )
- prefix ( the site's prefix ) - prefix ( the site's prefix )
}} }}
<!doctype html>
<html> <html>
<head> <head>
<link rel="stylesheet" href="{{prefix}}static/site.css"></link> <link rel="stylesheet" href="{{prefix}}static/site.css"></link>

View File

@ -1,3 +1,4 @@
<!doctype html>
<html> <html>
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />

View File

@ -4,6 +4,7 @@ template parameters:
- history ( a list of PostEntry instances, see srnd/model.go ) - history ( a list of PostEntry instances, see srnd/model.go )
}} }}
<!doctype html>
<html> <html>
<head> <head>
<meta charset="utf-8"></meta> <meta charset="utf-8"></meta>

View File

@ -5,7 +5,8 @@
- public ( the public key in hex ) - public ( the public key in hex )
- secret ( the secret key in hex ) - secret ( the secret key in hex )
- tripcode ( html version of the public key ) - tripcode ( html version of the public key )
}} }}
<!doctype html>
<html> <html>
<head> <head>
<meta charset="utf-8"></meta> <meta charset="utf-8"></meta>

View File

@ -3,6 +3,7 @@
template parameters: template parameters:
- prefix ( site prefix ) - prefix ( site prefix )
}} }}
<!doctype html>
<html> <html>
<head> <head>
<title> {{#i18n.Translations}}{{overboard_title}}{{/i18n.Translations}} </title> <title> {{#i18n.Translations}}{{overboard_title}}{{/i18n.Translations}} </title>

View File

@ -3,7 +3,8 @@
template parameters: template parameters:
- prefix ( the site's prefix ) - prefix ( the site's prefix )
}} }}
<!doctype html>
<html> <html>
<head> <head>
<link rel="stylesheet" href="{{prefix}}static/site.css" /> <link rel="stylesheet" href="{{prefix}}static/site.css" />

View File

@ -1,3 +1,4 @@
<!doctype html>
<html> <html>
<head> <head>
<link rel="stylesheet" href="{{prefix}}static/site.css" /> <link rel="stylesheet" href="{{prefix}}static/site.css" />

View File

@ -5,7 +5,8 @@
- mod_prefix ( the prefix to the mod panel, could be something like https://mod.site.tld/ or /mod/ ) - mod_prefix ( the prefix to the mod panel, could be something like https://mod.site.tld/ or /mod/ )
- message ( the message returned from the login attempt ) - message ( the message returned from the login attempt )
- fail ( present if the login failed ) // not yet added - fail ( present if the login failed ) // not yet added
}} }}
<!doctype html>
<html> <html>
<head> <head>
<link rel="stylesheet" href="{{prefix}}static/site.css" /> <link rel="stylesheet" href="{{prefix}}static/site.css" />

View File

@ -3,7 +3,8 @@
template parameters: template parameters:
- prefix ( the site's prefix ) - prefix ( the site's prefix )
}} }}
<!doctype html>
<html> <html>
<head> <head>
<link rel="stylesheet" href="{{prefix}}static/site.css" /> <link rel="stylesheet" href="{{prefix}}static/site.css" />

View File

@ -1,3 +1,4 @@
<!doctype html>
<html> <html>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="stylesheet" href="{{prefix}}static/site.css" /> <link rel="stylesheet" href="{{prefix}}static/site.css" />

View File

@ -1,3 +1,4 @@
<!doctype html>
<html> <html>
<head> <head>
<title> try again </title> <title> try again </title>

View File

@ -3,7 +3,8 @@
template parameters: template parameters:
- redirect_url ( the url of the next page we should redirect to ) - redirect_url ( the url of the next page we should redirect to )
- message_id ( the value of the Message-ID header in the post we made, the truncated sha1 of this is the >>posthash ) - message_id ( the value of the Message-ID header in the post we made, the truncated sha1 of this is the >>posthash )
}} }}
<!doctype html>
<html> <html>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="stylesheet" href="{{prefix}}static/site.css" /> <link rel="stylesheet" href="{{prefix}}static/site.css" />

View File

@ -10,6 +10,7 @@
- Board , the name of the Board this thread is on - Board , the name of the Board this thread is on
- BoardURL , the url that points to the board index page - BoardURL , the url that points to the board index page
}} }}
<!doctype html>
<html> <html>
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />

View File

@ -3,7 +3,8 @@
template parameters: template parameters:
- prefix ( site prefix ) - prefix ( site prefix )
- threads ( a list of Thread Models that represent the latest threads ) - threads ( a list of Thread Models that represent the latest threads )
}} }}
<!doctype html>
<html> <html>
<head> <head>
<title> {{#i18n.Translations}}{{overboard_title}}{{/i18n.Translations}} </title> <title> {{#i18n.Translations}}{{overboard_title}}{{/i18n.Translations}} </title>