/
home
/
techb158
/
ileadtechnology.com
/
SSM
/
public
/
js
/
pages
/
themes
/
articles
/
/home/techb158/ileadtechnology.com/SSM/public/js/pages/themes/articles
mkdir
upload
Name
Size
Mode
Actions
index~js/
-
0755
rm
index.js
6972
0644
edit
dl
rm
index.js.map
164
0644
edit
dl
rm
show.js
4571
0644
edit
dl
rm
show.js.map
171
0644
edit
dl
rm
Edit:
/home/techb158/ileadtechnology.com/SSM/public/js/pages/themes/articles/show.js
(4571B)
(window.webpackJsonp=window.webpackJsonp||[]).push([[277],{"3nVh":function(t,a,e){"use strict";e.r(a);var i={components:{},mounted:function(){this.get()},data:function(){return{uuid:this.$route.params.uuid,article:[],attachments:[]}},methods:{get:function(){var t=this,a=this.$loading.show(),e="/api/frontend/article/"+this.uuid+"/detail";axios.get(e).then((function(e){t.article=e.article,t.attachments=e.attachments,a.hide()})).catch((function(e){a.hide(),helper.showErrorMsg(e),422==e.response.status&&t.$router.push("/")}))},getEmployeeName:function(t){return helper.getEmployeeName(t)},getEmployeeDesignationOnly:function(t){return helper.getEmployeeDesignationOnly(t)},getEmployeePhoto:function(t){return"/"+t.photo}},computed:{authToken:function(){return helper.getAuthToken()}},filters:{momentDateTime:function(t){return helper.formatDateTime(t)},moment:function(t){return helper.formatDate(t)}}},n=(e("8eDK"),e("KHd+")),o=Object(n.a)(i,(function(){var t=this,a=t.$createElement,e=t._self._c||a;return t.article.uuid?e("div",[e("div",{staticClass:"page-title"},[e("div",{staticClass:"fix-width fix-width-mobile"},[e("h1",[t._v(t._s(t.article.title))]),t._v(" "),e("div",{staticClass:"article-meta"},[e("small",{staticClass:"type text-muted"},[e("i",{staticClass:"fas fa-hashtag"}),t._v(" "+t._s(t.article.article_type.name))]),t._v(" "),e("small",{staticClass:"date text-muted"},[e("i",{staticClass:"far fa-clock"}),t._v(" "+t._s(t._f("moment")(t.article.date_of_article)))])])])]),t._v(" "),e("div",{staticClass:"fix-width fix-width-mobile p-t-80"},[e("div",{staticClass:"page-body article-content html-view",domProps:{innerHTML:t._s(t.article.description)}}),t._v(" "),t.attachments.length?e("div",[e("ul",{staticClass:"m-t-10 upload-file-list"},t._l(t.attachments,(function(a){return e("li",{staticClass:"upload-file-list-item"},[e("a",{staticClass:"no-link-color",attrs:{href:"/post/article/"+t.article.uuid+"/attachment/"+a.uuid+"/download?token="+t.authToken}},[e("i",{class:["file-icon","fas","fa-lg",a.file_info.icon]}),t._v(" "),e("span",{staticClass:"upload-file-list-item-size"},[t._v(t._s(a.file_info.size))]),t._v(" "+t._s(a.user_filename))])])})),0)]):t._e(),t._v(" "),e("footer",[e("div",{staticClass:"row"},[e("div",{staticClass:"col"},[e("div",{staticClass:"article-author"},[e("span",{staticClass:"author-thumb pull-left"},[t.article.user.employee.photo?[e("img",{staticClass:"img-circle",attrs:{src:t.getEmployeePhoto(t.article.user.employee)}})]:[e("i",{staticClass:"fas fa-user"})]],2),t._v(" "),e("p",[e("span",{staticClass:"author"},[t._v(t._s(t.getEmployeeName(t.article.user.employee)))]),t._v(" "),e("span",{staticClass:"designation small text-muted"},[t._v(t._s(t.getEmployeeDesignationOnly(t.article.user.employee)))])])])])])])])]):t._e()}),[],!1,null,"630c8a54",null);a.default=o.exports},"8eDK":function(t,a,e){"use strict";var i=e("Z9RQ");e.n(i).a},Z9RQ:function(t,a,e){var i=e("jJ0t");"string"==typeof i&&(i=[[t.i,i,""]]);var n={hmr:!0,transform:void 0,insertInto:void 0};e("aET+")(i,n);i.locals&&(t.exports=i.locals)},jJ0t:function(t,a,e){(t.exports=e("I1BE")(!1)).push([t.i,".page-title[data-v-630c8a54] {\n margin-bottom: 0.75rem;\n}\n.page-title h1[data-v-630c8a54] {\n margin-bottom: 0.75rem;\n display: block;\n color: #ffffff;\n}\n.page-title .article-meta[data-v-630c8a54] {\n font-size: 130%;\n}\n.page-title .article-meta small + small[data-v-630c8a54] {\n margin-left: 0.5rem;\n}\n.article-content[data-v-630c8a54] {\n margin-bottom: 1rem;\n font-size: 110%;\n}\n.article-content p[data-v-630c8a54] {\n text-align: justify;\n}\n.article-content p + p[data-v-630c8a54] {\n margin-top: 1rem;\n}\nfooter[data-v-630c8a54] {\n margin-top: 2.5rem;\n padding-top: 2.5rem;\n border-top: 1px dotted #e1e2e3;\n}\nfooter .article-author .author-thumb[data-v-630c8a54] {\n float: left;\n width: 100px;\n height: 100px;\n border-radius: 50%;\n background: #e1e2e3;\n margin-right: 20px;\n text-align: center;\n}\nfooter .article-author .author-thumb i[data-v-630c8a54] {\n padding-top: 25px;\n font-size: 50px;\n}\nfooter .article-author .author-thumb img[data-v-630c8a54] {\n width: 100%;\n}\nfooter .article-author p[data-v-630c8a54] {\n padding-top: 20px;\n margin-bottom: 0;\n}\nfooter .article-author p span[data-v-630c8a54] {\n display: block;\n}\nfooter .article-author p span.author[data-v-630c8a54] {\n font-size: 140%;\n font-weight: 500;\n}\nfooter .article-author p span.designation[data-v-630c8a54] {\n font-size: 100%;\n}",""])}}]); //# sourceMappingURL=show.js.map?id=b1acd55612e9e657d863
Save
cmd:
run