mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
71 lines
3 KiB
Text
71 lines
3 KiB
Text
!!!
|
|
html(itemscope, itemtype='http://schema.org/Product')
|
|
head
|
|
if (typeof(gaExperimentCode) !== "undefined" && gaExperimentCode)
|
|
!{gaExperimentCode}
|
|
|
|
- if (typeof(priority_title) !== "undefined" && priority_title)
|
|
title= title + ' - Online LaTeX Editor ShareLaTeX'
|
|
- else
|
|
title= 'Online LaTeX Editor ShareLaTeX - ' +title
|
|
link(rel='stylesheet', href='/stylesheets/mainStyle.css?fingerprint='+fingerprint('/stylesheets/mainStyle.css'))
|
|
link(href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css",rel="stylesheet")
|
|
|
|
meta(itemprop="name" ,content="ShareLaTeX - Real Time Online LaTeX Collaborative Editor in Your Browser")
|
|
meta(itemprop="description", content="Online LaTeX editor for collaborative editing, great for Maths or Sciences. You don't need to install LaTeX so it's great for beginners too.")
|
|
meta(itemprop="image", content="https://www.sharelatex.com/favicon.ico")
|
|
meta(name="description", content="Online LaTeX editor for collaborative editing, great for Maths or Sciences. You don't need to install LaTeX so it's great for beginners too.")
|
|
|
|
block scripts
|
|
|
|
- if (typeof(gaToken) != "undefined")
|
|
script(type='text/javascript')
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
ga('create', '#{gaToken}', 'sharelatex.com');
|
|
ga('send', 'pageview');
|
|
- else
|
|
script(type='text/javascript')
|
|
window.ga = function() { console.log("Sending to GA", arguments) };
|
|
|
|
script
|
|
window.csrfToken = "#{csrfToken}";
|
|
|
|
script(src=jsPath+'libs/jquery.js')
|
|
|
|
- if (typeof(bodyClasses) == "undefined")
|
|
bodyClasses = []
|
|
body(class=bodyClasses)
|
|
include menubar
|
|
block content
|
|
- if (typeof(lookingForScribtex) != "undefined" && lookingForScribtex)
|
|
.modal.hide#scribtexModal
|
|
.modal-header
|
|
h3 Looking for ScribTeX?
|
|
.modal-body
|
|
p ScribTeX has moved to <strong>https://scribtex.sharelatex.com</strong>. Please update your bookmarks.
|
|
p(style="text-align: center") You can find the page you were looking for here:
|
|
p(style="text-align: center")
|
|
a(href="https://scribtex.sharelatex.com#{scribtexPath}", style="font-size: 16px") https://scribtex.sharelatex.com#{scribtexPath}
|
|
.modal-footer
|
|
button(data-dismiss="modal").btn OK
|
|
|
|
include modals
|
|
|
|
if !locals.supressDefaultJs
|
|
script(type='text/javascript')
|
|
require = {
|
|
"urlArgs" : "fingerprint=#{fingerprint(jsPath + 'main.js')}"
|
|
}
|
|
script(data-main=jsPath+'main.js', src=jsPath+'libs/require.js?fingerprint=' + fingerprint(jsPath + 'libs/require.js'), baseurl=jsPath)
|
|
|
|
- if (typeof(tenderUrl) != "undefined")
|
|
script(src="https://#{tenderUrl}/tender_widget.js" )
|
|
script(type="text/javascript")
|
|
Tender = {
|
|
hideToggle: true,
|
|
widgetToggles: $(".js-tender-widget"),
|
|
category: "questions"
|
|
};
|