working pre-update
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<meta charset="utf-8">
|
||||
<title>IPost Privacy Policy</title>
|
||||
<meta name="description" content="IPosts PrivacyPolicy">
|
||||
<%- newrelic %>
|
||||
|
||||
<script>
|
||||
<%- warnmessagejs %>
|
||||
</script>
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>IPost Terms of Service</title>
|
||||
<%- newrelic %>
|
||||
|
||||
<meta name="description" content="IPosts Terms of Service">
|
||||
<script src="/js/addnavbar.js" charset="utf-8"></script>
|
||||
<script src="/js/warn_message.js" charset="utf-8"></script>
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
<% if(user.username === undefined) { %>
|
||||
<script> document.location.href = '/no_login?r='+encodeURIComponent(document.location.pathname) </script>
|
||||
<% } %>
|
||||
<%- newrelic %>
|
||||
|
||||
<style>
|
||||
<%- globalcss %>
|
||||
<%- loadfile("./css/posts.css") %>
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>IPost</title>
|
||||
<meta name="description" content="<%-unauthorized_description%>">
|
||||
<%- newrelic %>
|
||||
<style>
|
||||
<%- globalcss %>
|
||||
<%- loadfile("./css/logon.css") %>
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Login | IPost</title>
|
||||
<meta name="description" content="Chat on IPost by logging in today">
|
||||
<%- newrelic %>
|
||||
|
||||
<link rel="stylesheet" href="/css/logon.css">
|
||||
<script src="/js/warn_message.js" charset="utf-8"></script>
|
||||
<script src="/js/addnavbar.js" charset="utf-8"></script>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>USERS Page</title>
|
||||
<meta name="description" content="view other users pages on IPost today">
|
||||
<%- newrelic %>
|
||||
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
<link rel="stylesheet" href="/css/global.css">
|
||||
<script src="/js/addnavbar.js" charset="utf-8"></script>
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@
|
||||
<meta name="description" content="Chat on IPost now">
|
||||
<% } %>
|
||||
<title>Posts | IPost</title>
|
||||
<%- newrelic %>
|
||||
|
||||
<style>
|
||||
<%- globalcss %>
|
||||
<%- loadfile("./css/posts.css") %>
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" dir="ltr">
|
||||
<head>
|
||||
<%- newrelic %>
|
||||
|
||||
<link rel="stylesheet" href="/css/logon.css">
|
||||
<script src="/js/warn_message.js" charset="utf-8"></script>
|
||||
<script src="/js/addnavbar.js" charset="utf-8"></script>
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@
|
||||
<% } else { %>
|
||||
<meta name="description" content="search IPost now">
|
||||
<% } %>
|
||||
<%- newrelic %>
|
||||
|
||||
<link rel="stylesheet" href="/css/search.css">
|
||||
<script type="text/javascript" src="/js/htmlescape.js"></script>
|
||||
<link rel="stylesheet" href="/css/global.css">
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@
|
||||
<% if(user.username === undefined) { %>
|
||||
<script> document.location.href = '/no_login?r='+encodeURIComponent(document.location.pathname) </script>
|
||||
<% } %>
|
||||
<%- newrelic %>
|
||||
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
<link rel="stylesheet" href="/css/global.css">
|
||||
<script src="/js/addnavbar.js" charset="utf-8"></script>
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@
|
||||
<% if(user.username === undefined) { %>
|
||||
<script> document.location.href = '/no_login?r='+encodeURIComponent(document.location.pathname) </script>
|
||||
<% } %>
|
||||
<%- newrelic %>
|
||||
|
||||
<style>
|
||||
<%- globalcss %>
|
||||
<%- loadfile("./css/style.css") %>
|
||||
|
||||
Reference in New Issue
Block a user