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
}
if (j) {
console.log(j);
livechan_got_post(parent, j);
}
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -6,6 +6,7 @@
- message ( the message returned from the login attempt )
- fail ( present if the login failed ) // not yet added
}}
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="{{prefix}}static/site.css" />

View File

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

View File

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

View File

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

View File

@ -4,6 +4,7 @@
- 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 )
}}
<!doctype html>
<html>
<meta charset="utf-8" />
<link rel="stylesheet" href="{{prefix}}static/site.css" />

View File

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

View File

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