2014-06-30 12:08:54 -04:00
|
|
|
|
extends ../layout
|
|
|
|
|
|
|
|
|
|
block content
|
|
|
|
|
.content.content-alt
|
|
|
|
|
.container
|
|
|
|
|
.row
|
|
|
|
|
.page-header
|
2014-07-22 10:56:36 -04:00
|
|
|
|
h2
|
|
|
|
|
a(href="/templates") Templates
|
|
|
|
|
| ›
|
2014-07-23 07:16:18 -04:00
|
|
|
|
- if(tag)
|
|
|
|
|
a(href=tag.tagPagePath) #{tag.name}
|
|
|
|
|
| ›
|
2014-07-22 10:56:36 -04:00
|
|
|
|
| #{template.name}
|
2014-07-22 12:24:32 -04:00
|
|
|
|
.row
|
|
|
|
|
.col-md-6
|
|
|
|
|
.entry
|
|
|
|
|
.row
|
|
|
|
|
.col-md-12
|
|
|
|
|
a(href=template.pdfUrl)
|
2014-07-28 07:50:56 -04:00
|
|
|
|
img(src="#{template.previewUrl}")
|
2014-06-30 12:08:54 -04:00
|
|
|
|
|
2014-07-22 12:24:32 -04:00
|
|
|
|
.col-md-6
|
|
|
|
|
.template-details-section
|
|
|
|
|
h3 About
|
|
|
|
|
div !{template.description}
|
2014-07-23 07:16:18 -04:00
|
|
|
|
div(ng-controller="openInSlController").download-buttons
|
2014-07-22 12:24:32 -04:00
|
|
|
|
a.btn.btn-primary.btn-large(href=template.open_in_sharelatex_url, ng-click='open()', ng-disabled="isDisabled", rel='nofollow') {{openInSlText}}
|
|
|
|
|
|
|
2014-06-30 12:08:54 -04:00
|
|
|
|
|
2014-07-22 12:24:32 -04:00
|
|
|
|
a.btn.btn-default(
|
|
|
|
|
href=template.zipUrl,
|
|
|
|
|
rel='nofollow',
|
|
|
|
|
ng-click='downloadZip()',
|
|
|
|
|
data-toggle="tooltip",
|
|
|
|
|
data-placement="bottom",
|
|
|
|
|
title="",
|
|
|
|
|
data-original-title="Download .zip File"
|
|
|
|
|
)
|
2014-06-30 12:08:54 -04:00
|
|
|
|
|
2014-07-22 12:24:32 -04:00
|
|
|
|
i.fa.fa-cloud-download
|
|
|
|
|
.template-details-section.social_buttons
|
|
|
|
|
.addthis_toolbox.addthis_default_style.addthis_32x32_style
|
|
|
|
|
a.addthis_button_facebook
|
|
|
|
|
a.addthis_button_twitter
|
|
|
|
|
a.addthis_button_google_plusone_share
|
|
|
|
|
a.addthis_button_compact
|
|
|
|
|
script(type='text/javascript', src='//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-517c16586439faa7')
|
2014-06-30 12:08:54 -04:00
|
|
|
|
|
2014-07-22 12:24:32 -04:00
|
|
|
|
h3 Comment
|
|
|
|
|
#disqus_thread
|
|
|
|
|
script(type='text/javascript').
|
|
|
|
|
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
|
|
|
|
|
var disqus_shortname = 'sharelatextemplates'; // required: replace example with your forum shortname
|
|
|
|
|
/* * * DON'T EDIT BELOW THIS LINE * * */
|
|
|
|
|
(function() {
|
|
|
|
|
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
|
|
|
|
|
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
|
|
|
|
|
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
|
|
|
|
|
})();
|
|
|
|
|
noscript
|
|
|
|
|
| Please enable JavaScript to view the
|
|
|
|
|
a(href='http://disqus.com/?ref_noscript') comments powered by Disqus.
|
|
|
|
|
a.dsq-brlink(href='http://disqus.com')
|
|
|
|
|
| comments powered by
|
|
|
|
|
span.logo-disqus Disqus
|
2014-07-01 09:25:32 -04:00
|
|
|
|
|
|
|
|
|
|