2016-05-29 05:54:24 -04:00
|
|
|
<!doctype html>
|
2021-03-11 06:21:44 -05:00
|
|
|
<html>
|
2016-05-29 05:54:24 -04:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
|
|
|
<meta name="mobile-web-app-capable" content="yes">
|
2016-06-21 09:42:03 -04:00
|
|
|
<% if(typeof robots !== 'undefined' && robots) { %>
|
2016-11-26 09:55:31 -05:00
|
|
|
<meta name="robots" content="<%= robots %>">
|
2016-06-21 09:42:03 -04:00
|
|
|
<% } %>
|
|
|
|
<% if(typeof description !== 'undefined' && description) { %>
|
2016-11-26 09:55:31 -05:00
|
|
|
<meta name="description" content="<%= description %>">
|
2016-06-21 09:42:03 -04:00
|
|
|
<% } %>
|
2019-12-19 12:00:51 -05:00
|
|
|
<base href="<%- serverURL %>/">
|
2016-11-26 09:55:31 -05:00
|
|
|
<title><%= title %></title>
|
2021-02-09 14:27:29 -05:00
|
|
|
<%- include('includes/favicon.ejs') %>
|
2018-09-13 15:26:39 -04:00
|
|
|
<link rel="stylesheet" href="<%- serverURL %>/build/reveal.js/css/reveal.css">
|
|
|
|
<link rel="stylesheet" href='<%- serverURL %>/build/emojify.js/dist/css/basic/emojify.min.css'>
|
2021-02-09 14:27:29 -05:00
|
|
|
<%- include('build/slide-pack-header') %>
|
2016-07-02 04:09:26 -04:00
|
|
|
|
2016-11-28 11:44:15 -05:00
|
|
|
<!-- For reveal.js theme -->
|
2017-05-31 18:28:43 -04:00
|
|
|
<% if(typeof theme !== 'undefined' && theme) { %>
|
2018-09-13 15:26:39 -04:00
|
|
|
<link rel="stylesheet" href="<%- serverURL %>/build/reveal.js/css/theme/<%= theme %>.css" id="theme">
|
2017-05-31 18:28:43 -04:00
|
|
|
<% } else { %>
|
2018-09-13 15:26:39 -04:00
|
|
|
<link rel="stylesheet" href="<%- serverURL %>/build/reveal.js/css/theme/black.css" id="theme">
|
2017-05-31 18:28:43 -04:00
|
|
|
<% } %>
|
2016-11-07 08:27:58 -05:00
|
|
|
<!-- For syntax highlighting -->
|
2018-09-13 15:26:39 -04:00
|
|
|
<link rel="stylesheet" href="<%- serverURL %>/build/reveal.js/lib/css/zenburn.css">
|
2016-11-26 10:24:59 -05:00
|
|
|
<!-- For overwrite reveal.js -->
|
2018-09-13 15:26:39 -04:00
|
|
|
<link rel="stylesheet" href="<%- serverURL %>/css/slide.css">
|
2016-05-29 05:54:24 -04:00
|
|
|
|
2016-10-29 11:35:10 -04:00
|
|
|
<!-- Printing and PDF exports -->
|
2017-10-18 11:48:53 -04:00
|
|
|
<script nonce="<%= cspNonce %>">
|
2017-04-17 17:24:04 -04:00
|
|
|
var link = document.createElement( 'link' );
|
|
|
|
link.rel = 'stylesheet';
|
|
|
|
link.type = 'text/css';
|
2018-09-13 15:26:39 -04:00
|
|
|
link.href = '<%- serverURL %>/build/reveal.js/' + (window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css');
|
2017-04-17 17:24:04 -04:00
|
|
|
document.getElementsByTagName( 'head' )[0].appendChild( link );
|
|
|
|
</script>
|
2016-05-29 05:54:24 -04:00
|
|
|
</head>
|
2021-03-11 06:21:44 -05:00
|
|
|
<body translate="no">
|
2016-08-14 23:30:12 -04:00
|
|
|
<div class="container">
|
|
|
|
<div class="reveal">
|
2017-10-18 09:20:24 -04:00
|
|
|
<div class="slides"><%= body %></div>
|
2016-08-14 23:30:12 -04:00
|
|
|
</div>
|
2016-05-29 05:54:24 -04:00
|
|
|
|
2017-10-18 09:20:24 -04:00
|
|
|
<div id="meta"><%= meta %></div>
|
2016-07-31 12:08:22 -04:00
|
|
|
|
2016-08-14 23:30:12 -04:00
|
|
|
<div class="footer">
|
2017-10-18 09:20:24 -04:00
|
|
|
<div class="unselectable hidden-print gray-font">
|
2016-08-14 23:30:12 -04:00
|
|
|
<small>
|
|
|
|
<span>
|
|
|
|
<% if(lastchangeuserprofile) { %>
|
|
|
|
<span class="ui-lastchangeuser"> <i class="ui-user-icon small" style="background-image: url(<%- lastchangeuserprofile.photo %>);" data-toggle="tooltip" data-placement="right" title="<%- lastchangeuserprofile.name %>"></i></span>
|
|
|
|
<% } else { %>
|
2017-10-18 09:20:24 -04:00
|
|
|
<span class="ui-no-lastchangeuser"> <i class="fa fa-clock-o fa-fw"></i></span>
|
2016-08-14 23:30:12 -04:00
|
|
|
<% } %>
|
|
|
|
<span class="text-uppercase ui-status-lastchange"></span>
|
|
|
|
<span class="ui-lastchange text-uppercase" data-createtime="<%- createtime %>" data-updatetime="<%- updatetime %>"></span>
|
|
|
|
</span>
|
2018-06-24 17:50:19 -04:00
|
|
|
<span class="pull-right"><%- viewcount %> views <a href="#" class="ui-edit" title="Edit this note"><i class="fa fa-fw fa-pencil"></i></a><a class="ui-print" href="" title="Open print view"><i class="fa fa-fw fa-print"></i></a></span>
|
2016-10-10 08:32:20 -04:00
|
|
|
<br>
|
|
|
|
<% if(ownerprofile && owner !== lastchangeuser) { %>
|
|
|
|
<span class="ui-owner">
|
|
|
|
 <i class="ui-user-icon small" style="background-image: url(<%- ownerprofile.photo %>);" data-toggle="tooltip" data-placement="right" title="<%- ownerprofile.name %>"></i>
|
|
|
|
<span class="text-uppercase">owned this note</span>
|
|
|
|
</span>
|
|
|
|
<% } %>
|
2016-08-14 23:30:12 -04:00
|
|
|
</small>
|
|
|
|
</div>
|
2019-06-08 17:33:34 -04:00
|
|
|
<% if(typeof disqus !== 'undefined' && disqus && !dnt) { %>
|
2017-10-18 09:20:24 -04:00
|
|
|
<div class="slides-disqus">
|
2021-02-09 14:27:29 -05:00
|
|
|
<%- include('shared/disqus') %>
|
2016-08-14 23:30:12 -04:00
|
|
|
</div>
|
|
|
|
<% } %>
|
2016-08-14 23:25:27 -04:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2018-09-13 15:26:39 -04:00
|
|
|
<script src="<%= serverURL %>/js/mathjax-config-extra.js"></script>
|
|
|
|
<script src="<%- serverURL %>/build/MathJax/MathJax.js" defer></script>
|
|
|
|
<script src="<%- serverURL %>/build/MathJax/config/TeX-AMS-MML_HTMLorMML.js" defer></script>
|
2019-03-03 05:32:58 -05:00
|
|
|
<script src="<%- serverURL %>/build/MathJax/config/Safe.js" defer></script>
|
2021-02-09 14:27:29 -05:00
|
|
|
<%- include('build/slide-pack-scripts') %>
|
2016-05-29 05:54:24 -04:00
|
|
|
</body>
|
|
|
|
</html>
|
2016-06-21 09:42:03 -04:00
|
|
|
|
2021-02-09 14:27:29 -05:00
|
|
|
<%- include('shared/ga') %>
|