2014-06-04 11:28:20 -04:00
|
|
|
doctype html
|
2014-02-12 05:23:40 -05:00
|
|
|
html(itemscope, itemtype='http://schema.org/Product')
|
2014-06-21 17:20:37 -04:00
|
|
|
block vars
|
|
|
|
|
2014-02-12 05:23:40 -05:00
|
|
|
head
|
2015-03-10 14:56:46 -04:00
|
|
|
script(type="text/javascript").
|
2015-02-05 06:23:45 -05:00
|
|
|
// Stop superfish from loading
|
|
|
|
window.similarproducts = true
|
2015-10-14 11:22:32 -04:00
|
|
|
style [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {display: none !important; display: none; }
|
2015-02-05 06:23:45 -05:00
|
|
|
|
2014-08-24 12:07:40 -04:00
|
|
|
-if (typeof(gaExperiments) != "undefined")
|
|
|
|
|!{gaExperiments}
|
2014-08-22 09:20:39 -04:00
|
|
|
|
|
|
|
|
2014-08-07 11:53:01 -04:00
|
|
|
-if (typeof(title) == "undefined")
|
2016-07-12 09:25:04 -04:00
|
|
|
title= 'ShareLaTeX, '+ translate("online_latex_editor")
|
2014-08-07 11:53:01 -04:00
|
|
|
-else
|
2014-08-07 10:15:07 -04:00
|
|
|
title= translate(title) + ' - ShareLaTeX, '+translate("online_latex_editor")
|
2014-08-01 08:47:14 -04:00
|
|
|
|
2014-07-23 10:56:15 -04:00
|
|
|
link(rel="icon", href="/favicon.ico")
|
2014-06-04 11:14:35 -04:00
|
|
|
link(rel='stylesheet', href='/stylesheets/style.css?fingerprint='+fingerprint('/stylesheets/style.css'))
|
2014-02-12 05:23:40 -05:00
|
|
|
|
2014-08-06 10:35:57 -04:00
|
|
|
if settings.i18n.subdomainLang
|
|
|
|
each subdomainDetails in settings.i18n.subdomainLang
|
2016-05-04 17:00:43 -04:00
|
|
|
if !subdomainDetails.hide
|
|
|
|
link(rel="alternate", href=subdomainDetails.url+currentUrl, hreflang=subdomainDetails.lngCode)
|
2014-08-06 10:05:13 -04:00
|
|
|
|
2016-03-02 10:29:52 -05:00
|
|
|
|
2014-08-07 11:09:31 -04:00
|
|
|
meta(itemprop="name", content="ShareLaTeX, the Online LaTeX Editor")
|
|
|
|
|
|
|
|
-if (typeof(meta) == "undefined")
|
2016-07-12 09:25:04 -04:00
|
|
|
meta(itemprop="description", name="description", content='#{translate("site_description")}')
|
2014-08-07 11:09:31 -04:00
|
|
|
-else
|
2015-02-18 16:40:15 -05:00
|
|
|
meta(itemprop="description", name="description" , content=meta)
|
2014-08-07 11:09:31 -04:00
|
|
|
|
2015-02-18 16:40:15 -05:00
|
|
|
meta(itemprop="image", name="image", content="https://www.sharelatex.com/favicon.ico")
|
2014-02-12 05:23:40 -05:00
|
|
|
|
|
|
|
- if (typeof(gaToken) != "undefined")
|
2014-06-04 11:28:20 -04:00
|
|
|
script(type='text/javascript').
|
2014-03-05 10:45:24 -05:00
|
|
|
(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');
|
2014-03-08 13:31:07 -05:00
|
|
|
ga('create', '#{gaToken}', 'sharelatex.com');
|
2014-03-05 10:45:24 -05:00
|
|
|
ga('send', 'pageview');
|
2014-03-14 07:14:02 -04:00
|
|
|
- else
|
2014-06-11 09:52:23 -04:00
|
|
|
script(type='text/javascript').
|
2016-07-12 09:25:04 -04:00
|
|
|
window.ga = function() { console.log("would send to GA", arguments) };
|
2014-03-05 10:45:24 -05:00
|
|
|
|
2016-07-04 11:51:31 -04:00
|
|
|
// Countly Analytics
|
|
|
|
if (settings.analytics && settings.analytics.countly && settings.analytics.countly.token)
|
|
|
|
script(type="text/javascript").
|
|
|
|
var Countly = Countly || {};
|
|
|
|
Countly.q = Countly.q || [];
|
2016-07-06 07:12:22 -04:00
|
|
|
Countly.app_key = '#{settings.analytics.countly.token}';
|
2016-07-11 06:02:52 -04:00
|
|
|
Countly.url = '#{settings.analytics.countly.server}';
|
2016-07-13 11:29:53 -04:00
|
|
|
!{ session.user ? 'Countly.device_id = "' + session.user._id + '";' : '' }
|
2016-07-06 06:59:33 -04:00
|
|
|
|
2016-07-04 11:51:31 -04:00
|
|
|
Countly.q.push(['track_sessions']);
|
|
|
|
Countly.q.push(['track_pageview']);
|
|
|
|
|
|
|
|
(function() {
|
2016-07-06 07:12:22 -04:00
|
|
|
var cly = document.createElement('script'); cly.type = 'text/javascript';
|
2016-07-04 11:51:31 -04:00
|
|
|
cly.async = true;
|
|
|
|
//enter url of script here
|
|
|
|
cly.src = 'https://cdnjs.cloudflare.com/ajax/libs/countly-sdk-web/16.6.0/countly.min.js';
|
|
|
|
cly.onload = function(){Countly.init()};
|
|
|
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(cly, s);
|
|
|
|
})();
|
|
|
|
|
2016-07-14 04:47:25 -04:00
|
|
|
script(type="text/javascript")
|
|
|
|
if (session && session.user)
|
2016-07-14 04:55:11 -04:00
|
|
|
- var name = session.user.first_name + (session.user.last_name ? ' ' + session.user.last_name : '');
|
|
|
|
| Countly.q.push(['user_details', { email: '#{session.user.email}', name: '#{name}' }]);
|
2016-07-14 04:47:25 -04:00
|
|
|
|
|
|
|
if (justRegistered)
|
|
|
|
| Countly.q.push(['add_event',{ key: 'user-registered' }]);
|
|
|
|
|
|
|
|
if (justLoggedIn)
|
|
|
|
| Countly.q.push(['add_event',{ key: 'user-logged-in' }]);
|
|
|
|
|
|
|
|
if (user && user.features)
|
2016-07-14 04:37:04 -04:00
|
|
|
- featureFlagSet = false;
|
|
|
|
|
|
|
|
if user.features.collaborators
|
2016-07-14 05:10:14 -04:00
|
|
|
| Countly.q.push([ 'userData.set', 'features-collaborators', #{ user.features.collaborators } ]);
|
2016-07-14 04:37:04 -04:00
|
|
|
- featureFlagSet = true;
|
|
|
|
|
|
|
|
if user.features.compileGroup
|
2016-07-14 05:10:14 -04:00
|
|
|
| Countly.q.push([ 'userData.set', 'features-compileGroup', '#{ user.features.compileGroup }' ]);
|
2016-07-14 04:37:04 -04:00
|
|
|
- featureFlagSet = true;
|
|
|
|
|
|
|
|
if user.features.compileTimeout
|
2016-07-14 05:10:14 -04:00
|
|
|
| Countly.q.push([ 'userData.set', 'features-compileTimeout', #{ user.features.compileTimeout } ]);
|
2016-07-14 04:37:04 -04:00
|
|
|
- featureFlagSet = true;
|
|
|
|
|
|
|
|
if user.features.dropbox
|
2016-07-14 05:10:14 -04:00
|
|
|
| Countly.q.push([ 'userData.set', 'features-dropbox', #{ user.features.dropbox } ]);
|
2016-07-14 04:37:04 -04:00
|
|
|
- featureFlagSet = true;
|
|
|
|
|
|
|
|
if user.features.github
|
2016-07-14 05:10:14 -04:00
|
|
|
| Countly.q.push([ 'userData.set', 'features-github', #{ user.features.github } ]);
|
2016-07-14 04:37:04 -04:00
|
|
|
- featureFlagSet = true;
|
|
|
|
|
|
|
|
if user.features.references
|
2016-07-14 05:10:14 -04:00
|
|
|
| Countly.q.push([ 'userData.set', 'features-references', #{ user.features.references } ]);
|
2016-07-14 04:37:04 -04:00
|
|
|
- featureFlagSet = true;
|
|
|
|
|
|
|
|
if user.features.templates
|
2016-07-14 05:10:14 -04:00
|
|
|
| Countly.q.push([ 'userData.set', 'features-templates', #{ user.features.templates } ]);
|
2016-07-14 04:37:04 -04:00
|
|
|
- featureFlagSet = true;
|
|
|
|
|
|
|
|
if user.features.versioning
|
2016-07-14 05:10:14 -04:00
|
|
|
| Countly.q.push([ 'userData.set', 'features-versioning', #{ user.features.versioning } ]);
|
2016-07-14 04:37:04 -04:00
|
|
|
- featureFlagSet = true;
|
|
|
|
|
|
|
|
|
|
|
|
if featureFlagSet
|
|
|
|
| Countly.q.push(['userData.save'])
|
|
|
|
|
2016-07-04 11:51:31 -04:00
|
|
|
// End countly Analytics
|
2016-06-15 10:35:03 -04:00
|
|
|
|
2014-06-11 09:52:23 -04:00
|
|
|
script(type="text/javascript").
|
2014-02-12 05:23:40 -05:00
|
|
|
window.csrfToken = "#{csrfToken}";
|
2014-09-01 10:14:08 -04:00
|
|
|
|
2014-06-11 09:52:23 -04:00
|
|
|
block scripts
|
2014-11-07 04:49:30 -05:00
|
|
|
script(src="#{jsPath}libs/jquery-1.11.1.min.js")
|
2015-06-03 06:14:26 -04:00
|
|
|
script(src="#{jsPath}libs/angular-1.3.15.min.js")
|
2014-07-23 06:29:04 -04:00
|
|
|
script.
|
|
|
|
window.sharelatex = {
|
|
|
|
siteUrl: '#{settings.siteUrl}',
|
2015-10-27 06:58:27 -04:00
|
|
|
jsPath: '#{jsPath}',
|
2015-10-27 07:37:11 -04:00
|
|
|
sixpackDomain: '#{settings.sixpack.domain}'
|
2014-07-23 06:29:04 -04:00
|
|
|
};
|
2014-07-24 08:24:08 -04:00
|
|
|
window.systemMessages = !{JSON.stringify(systemMessages).replace(/\//g, '\\/')};
|
2016-03-02 10:29:52 -05:00
|
|
|
window.ab = {};
|
|
|
|
window.user_id = '#{getLoggedInUserId()}';
|
|
|
|
|
2014-07-23 06:29:04 -04:00
|
|
|
- if (typeof(settings.algolia) != "undefined")
|
|
|
|
script.
|
|
|
|
window.sharelatex.algolia = {
|
|
|
|
app_id:'#{settings.algolia.app_id}',
|
|
|
|
api_key:'#{settings.algolia.read_only_api_key}',
|
|
|
|
indexes:!{JSON.stringify(settings.algolia.indexes)}
|
|
|
|
}
|
|
|
|
|
2014-08-22 08:10:32 -04:00
|
|
|
- if (typeof(settings.templates) != "undefined")
|
2014-07-23 06:29:04 -04:00
|
|
|
script.
|
|
|
|
window.sharelatex.templates = {
|
2014-08-22 08:10:32 -04:00
|
|
|
user_id : '!{settings.templates.user_id}',
|
|
|
|
cdnDomain : '!{settings.templates.cdnDomain}',
|
|
|
|
indexName : '!{settings.templates.indexName}'
|
2014-07-23 06:29:04 -04:00
|
|
|
}
|
|
|
|
|
2014-06-17 11:36:08 -04:00
|
|
|
body
|
2016-03-18 08:55:35 -04:00
|
|
|
|
2014-07-24 08:24:08 -04:00
|
|
|
- if(typeof(suppressSystemMessages) == "undefined")
|
|
|
|
.system-messages(
|
|
|
|
ng-cloak
|
|
|
|
ng-controller="SystemMessagesController"
|
|
|
|
)
|
|
|
|
.system-message(
|
|
|
|
ng-repeat="message in messages"
|
|
|
|
ng-controller="SystemMessageController"
|
|
|
|
ng-hide="hidden"
|
|
|
|
)
|
|
|
|
a(href, ng-click="hide()").pull-right ×
|
|
|
|
.system-message-content(ng-bind-html="htmlContent")
|
|
|
|
|
2014-08-20 09:08:59 -04:00
|
|
|
include translations/translation_message
|
2014-08-13 07:31:14 -04:00
|
|
|
|
2014-09-29 12:33:54 -04:00
|
|
|
|
2014-06-21 17:20:37 -04:00
|
|
|
- if(typeof(suppressNavbar) == "undefined")
|
|
|
|
include layout/navbar
|
|
|
|
|
2014-06-17 11:43:33 -04:00
|
|
|
block content
|
2014-09-29 12:33:54 -04:00
|
|
|
div(ng-controller="AbTestController")
|
2014-06-21 17:20:37 -04:00
|
|
|
- if(typeof(suppressFooter) == "undefined")
|
|
|
|
include layout/footer
|
2014-06-17 11:36:08 -04:00
|
|
|
|
2014-07-17 12:05:39 -04:00
|
|
|
|
|
|
|
|
2014-02-12 05:23:40 -05:00
|
|
|
- if (typeof(lookingForScribtex) != "undefined" && lookingForScribtex)
|
2014-07-17 12:05:39 -04:00
|
|
|
span(ng-controller="ScribtexPopupController")
|
|
|
|
include scribtex-modal
|
2014-02-12 05:23:40 -05:00
|
|
|
|
2014-06-17 07:43:42 -04:00
|
|
|
|
2014-06-21 17:20:37 -04:00
|
|
|
- if(typeof(suppressFooter) == "undefined")
|
|
|
|
script(type='text/javascript').
|
|
|
|
window.requirejs = {
|
2014-07-25 07:52:17 -04:00
|
|
|
"urlArgs" : "fingerprint=#{fingerprint(jsPath + 'main.js')}-#{fingerprint(jsPath + 'libs.js')}",
|
2014-07-08 07:01:32 -04:00
|
|
|
"paths" : {
|
2014-07-18 07:18:05 -04:00
|
|
|
"moment": "libs/moment-2.7.0"
|
2014-07-08 07:01:32 -04:00
|
|
|
}
|
2016-03-02 10:29:52 -05:00
|
|
|
};
|
2014-06-21 17:20:37 -04:00
|
|
|
script(
|
2014-07-08 07:01:32 -04:00
|
|
|
data-main=jsPath+'main.js',
|
2014-06-21 17:20:37 -04:00
|
|
|
baseurl=jsPath,
|
|
|
|
src=jsPath+'libs/require.js?fingerprint='+fingerprint(jsPath + 'libs/require.js')
|
|
|
|
)
|
2014-06-17 07:43:42 -04:00
|
|
|
|
2016-03-18 08:55:35 -04:00
|
|
|
include contact-us-modal
|
2016-06-18 07:29:52 -04:00
|
|
|
include sentry
|
|
|
|
|
2016-03-02 10:29:52 -05:00
|
|
|
|
2014-07-01 09:25:32 -04:00
|
|
|
|