mirror of https://github.com/abpframework/abp.git
47 changed files with 144 additions and 419 deletions
@ -1,333 +1,12 @@ |
|||||
<div class="container"> |
<div class="container"> |
||||
<div class="p-5 text-center"> |
<div class="card"> |
||||
<div class="d-inline-block bg-success text-white p-1 h5 rounded mb-4" role="alert"> |
<div class="card-header"> |
||||
<h5 class="m-1"> |
<h5 class="card-title"> |
||||
<i class="fas fa-rocket"></i> Congratulations, <strong>MyProjectName</strong> is |
{{ '::Welcome_Title' | abpLocalization }} |
||||
successfully running! |
</h5> |
||||
</h5> |
|
||||
</div> |
</div> |
||||
<h1>{{ '::Welcome' | abpLocalization }}</h1> |
|
||||
|
|
||||
<p class="lead px-lg-5 mx-lg-5">{{ '::LongWelcomeMessage' | abpLocalization }}</p> |
|
||||
|
|
||||
<a *ngIf="!hasLoggedIn" (click)="login()" class="px-4 btn btn-primary ms-1" role="button" |
|
||||
><i class="fa fa-sign-in"></i> {{ 'AbpAccount::Login' | abpLocalization }}</a |
|
||||
> |
|
||||
</div> |
|
||||
<div class="my-3 text-center"> |
|
||||
<h3>Let's improve your application!</h3> |
|
||||
<p>Here are some links to help you get started:</p> |
|
||||
</div> |
|
||||
<div class="card mt-4 mb-5"> |
|
||||
<div class="card-body"> |
|
||||
<div class="row text-center justify-content-md-center"> |
|
||||
<ng-container |
|
||||
*ngTemplateOutlet=" |
|
||||
starterLinkTemplate; |
|
||||
context: { |
|
||||
$implicit: { |
|
||||
title: 'Learn the ABP Framework', |
|
||||
description: |
|
||||
'Explore the compherensive documentation to learn how to build a modern web application.', |
|
||||
links: [ |
|
||||
{ |
|
||||
href: 'https://docs.abp.io/en/abp/latest?ref=tmpl', |
|
||||
label: 'See Documents' |
|
||||
} |
|
||||
] |
|
||||
} |
|
||||
} |
|
||||
" |
|
||||
></ng-container> |
|
||||
|
|
||||
<ng-container |
|
||||
*ngTemplateOutlet=" |
|
||||
starterLinkTemplate; |
|
||||
context: { |
|
||||
$implicit: { |
|
||||
title: 'Samples', |
|
||||
description: 'See the example projects built with the ABP Framework.', |
|
||||
links: [ |
|
||||
{ |
|
||||
href: 'https://docs.abp.io/en/abp/latest/Samples/Index?ref=tmpl', |
|
||||
label: 'All samples' |
|
||||
} |
|
||||
] |
|
||||
} |
|
||||
} |
|
||||
" |
|
||||
></ng-container> |
|
||||
|
|
||||
<ng-container |
|
||||
*ngTemplateOutlet=" |
|
||||
starterLinkTemplate; |
|
||||
context: { |
|
||||
$implicit: { |
|
||||
title: 'ABP Community', |
|
||||
description: 'Get involved with a vibrant community and become a contributor.', |
|
||||
links: [ |
|
||||
{ |
|
||||
href: 'https://community.abp.io/', |
|
||||
label: 'Community' |
|
||||
}, |
|
||||
{ |
|
||||
href: 'https://docs.abp.io/en/abp/latest/Contribution/Index?ref=tmpl', |
|
||||
label: 'Contribute' |
|
||||
} |
|
||||
] |
|
||||
} |
|
||||
} |
|
||||
" |
|
||||
></ng-container> |
|
||||
</div> |
|
||||
<div class="row text-center mt-lg-3 justify-content-md-center"> |
|
||||
<ng-container |
|
||||
*ngTemplateOutlet=" |
|
||||
starterLinkTemplate; |
|
||||
context: { |
|
||||
$implicit: { |
|
||||
title: 'ABP Blog', |
|
||||
description: 'Take a look at our recently published articles.', |
|
||||
links: [ |
|
||||
{ |
|
||||
href: 'https://blog.abp.io/abp?ref=tmpl', |
|
||||
label: 'See Blog' |
|
||||
} |
|
||||
] |
|
||||
} |
|
||||
} |
|
||||
" |
|
||||
></ng-container> |
|
||||
|
|
||||
<ng-template #githubButtonsTemplate> |
|
||||
<p class="mb-1"> |
|
||||
<iframe |
|
||||
scrolling="no" |
|
||||
src="https://buttons.github.io/buttons.html#href=https%3A%2F%2Fgithub.com%2Fabpframework%2Fabp&title=&aria-label=Star%20tabalinas%2Fjsgrid%20on%20GitHub&data-icon=octicon-star&data-text=Star&data-size=large&data-show-count=true" |
|
||||
style=" |
|
||||
width: 122px; |
|
||||
height: 28px; |
|
||||
border: none; |
|
||||
display: inline-block; |
|
||||
margin-right: 4px; |
|
||||
" |
|
||||
></iframe> |
|
||||
<iframe |
|
||||
scrolling="no" |
|
||||
src="https://buttons.github.io/buttons.html#href=https%3A%2F%2Fgithub.com%2Fabpframework%2Fabp%2Fissues&title=&aria-label=Issue%20tabalinas%2Fjsgrid%20on%20GitHub&data-icon=octicon-issue-opened&data-text=Issue&data-size=large" |
|
||||
style=" |
|
||||
width: 72px; |
|
||||
height: 28px; |
|
||||
border: none; |
|
||||
display: inline-block; |
|
||||
margin-right: 4px; |
|
||||
" |
|
||||
></iframe> |
|
||||
|
|
||||
<iframe |
|
||||
scrolling="no" |
|
||||
src="https://buttons.github.io/buttons.html#href=https%3A%2F%2Fgithub.com%2Fabpframework%2Fabp%2Ffork&title=&aria-label=Fork%20tabalinas%2Fjsgrid%20on%20GitHub&data-icon=octicon-repo-forked&data-text=Fork&data-size=large&" |
|
||||
style="width: 72px; height: 28px; border: none; display: inline-block" |
|
||||
></iframe> |
|
||||
</p> |
|
||||
</ng-template> |
|
||||
|
|
||||
<ng-container |
|
||||
*ngTemplateOutlet=" |
|
||||
starterLinkTemplate; |
|
||||
context: { |
|
||||
$implicit: { |
|
||||
title: 'Github', |
|
||||
description: |
|
||||
'Do you love the ABP Framework? Please <strong>give a star</strong> to support it!', |
|
||||
links: [ |
|
||||
{ |
|
||||
href: 'https://github.com/abpframework/abp/issues/new?template=feature.md', |
|
||||
label: 'Request a feature' |
|
||||
} |
|
||||
], |
|
||||
customTemplate: githubButtonsTemplate |
|
||||
} |
|
||||
} |
|
||||
" |
|
||||
></ng-container> |
|
||||
|
|
||||
<ng-container |
|
||||
*ngTemplateOutlet=" |
|
||||
starterLinkTemplate; |
|
||||
context: { |
|
||||
$implicit: { |
|
||||
title: 'Stackoverflow', |
|
||||
description: 'See answers to previously asked questions or ask a new one.', |
|
||||
links: [ |
|
||||
{ |
|
||||
href: 'https://stackoverflow.com/questions/tagged/abp', |
|
||||
label: 'Questions' |
|
||||
}, |
|
||||
{ |
|
||||
href: 'https://stackoverflow.com/questions/ask', |
|
||||
label: 'Ask a Question' |
|
||||
} |
|
||||
] |
|
||||
} |
|
||||
} |
|
||||
" |
|
||||
></ng-container> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
|
|
||||
<div class="mt-5 my-3 text-center"> |
|
||||
<h3>Meet the ABP Commercial</h3> |
|
||||
<p>A Complete Web Application Platform Built on the ABP Framework</p> |
|
||||
</div> |
|
||||
|
|
||||
<div class="card mt-4 mb-5"> |
|
||||
<div class="card-body"> |
<div class="card-body"> |
||||
<p class="px-lg-5 mx-lg-5 py-3 text-center"> |
{{ '::Welcome_Text' | abpLocalization }} |
||||
<a href="https://commercial.abp.io/" target="_blank">ABP Commercial</a> is a platform based |
|
||||
on the open source ABP framework. It provides pre-built application modules, rapid |
|
||||
application development tooling, professional UI themes, premium support and more. |
|
||||
</p> |
|
||||
|
|
||||
<div class="row text-center justify-content-md-center"> |
|
||||
<ng-container |
|
||||
*ngTemplateOutlet=" |
|
||||
featuresTemplate; |
|
||||
context: { |
|
||||
$implicit: { |
|
||||
title: 'Startup Templates', |
|
||||
href: 'https://commercial.abp.io/startup-templates?ref=tmpl' |
|
||||
} |
|
||||
} |
|
||||
" |
|
||||
></ng-container> |
|
||||
|
|
||||
<ng-container |
|
||||
*ngTemplateOutlet=" |
|
||||
featuresTemplate; |
|
||||
context: { |
|
||||
$implicit: { |
|
||||
title: 'Application Modules', |
|
||||
href: 'https://commercial.abp.io/modules?ref=tmpl' |
|
||||
} |
|
||||
} |
|
||||
" |
|
||||
></ng-container> |
|
||||
|
|
||||
<ng-container |
|
||||
*ngTemplateOutlet=" |
|
||||
featuresTemplate; |
|
||||
context: { |
|
||||
$implicit: { |
|
||||
title: 'Developer<br />Tools', |
|
||||
href: 'https://commercial.abp.io/tools?ref=tmpl' |
|
||||
} |
|
||||
} |
|
||||
" |
|
||||
></ng-container> |
|
||||
|
|
||||
<ng-container |
|
||||
*ngTemplateOutlet=" |
|
||||
featuresTemplate; |
|
||||
context: { |
|
||||
$implicit: { |
|
||||
title: 'UI<br />Themes', |
|
||||
href: 'https://commercial.abp.io/themes?ref=tmpl' |
|
||||
} |
|
||||
} |
|
||||
" |
|
||||
></ng-container> |
|
||||
|
|
||||
<ng-container |
|
||||
*ngTemplateOutlet=" |
|
||||
featuresTemplate; |
|
||||
context: { |
|
||||
$implicit: { |
|
||||
title: 'Premium Support', |
|
||||
href: 'https://support.abp.io/QA/Questions?ref=tmpl' |
|
||||
} |
|
||||
} |
|
||||
" |
|
||||
></ng-container> |
|
||||
|
|
||||
<ng-container |
|
||||
*ngTemplateOutlet=" |
|
||||
featuresTemplate; |
|
||||
context: { |
|
||||
$implicit: { |
|
||||
title: 'Additional Services', |
|
||||
href: 'https://commercial.abp.io/additional-services?ref=tmpl' |
|
||||
} |
|
||||
} |
|
||||
" |
|
||||
></ng-container> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
<div class="mb-5 text-center"> |
|
||||
<p class="align-middle"> |
|
||||
<a href="https://twitter.com/abpframework" target="_blank" class="mx-2" |
|
||||
><i class="fa fa-twitter"></i><span class="text-secondary"> Abp Framework</span></a |
|
||||
> |
|
||||
<a href="https://twitter.com/abpcommercial" target="_blank" class="mx-2" |
|
||||
><i class="fa fa-twitter"></i><span class="text-secondary"> Abp Commercial</span></a |
|
||||
> |
|
||||
<a href="https://github.com/abpframework/abp" target="_blank" class="mx-2" |
|
||||
><i class="fa fa-github"></i><span class="text-secondary"> abpframework</span></a |
|
||||
> |
|
||||
</p> |
|
||||
</div> |
|
||||
</div> |
|
||||
|
|
||||
<ng-template #starterLinkTemplate let-context> |
|
||||
<div class="col-lg-4 border-start"> |
|
||||
<div class="p-4"> |
|
||||
<h5 class="mb-3"> |
|
||||
<i class="fas fa-cubes text-secondary d-block my-3 fa-2x"></i> {{ context.title }} |
|
||||
</h5> |
|
||||
<p [innerHTML]="context.description"></p> |
|
||||
<ng-container |
|
||||
*ngIf="context.customTemplate" |
|
||||
[ngTemplateOutlet]="context.customTemplate" |
|
||||
></ng-container> |
|
||||
<a |
|
||||
*ngFor="let link of context.links" |
|
||||
[href]="link.href" |
|
||||
target="_blank" |
|
||||
class="btn btn-link px-1" |
|
||||
>{{ link.label }} <i class="fas fa-chevron-right"></i |
|
||||
></a> |
|
||||
</div> |
|
||||
</div> |
|
||||
</ng-template> |
|
||||
|
|
||||
<ng-template #featuresTemplate let-context> |
|
||||
<div class="col-lg-2 border-start"> |
|
||||
<div class="p-3"> |
|
||||
<h6> |
|
||||
<i class="fas fa-plus d-block mb-3 fa- 2x text-secondary"></i> |
|
||||
<span [innerHTML]="context.title"></span> |
|
||||
<a [href]="context.href" target="_blank" class="d-block mt-2 btn btn-sm btn-link" |
|
||||
>Details <i class="fas fa-chevron-right"></i |
|
||||
></a> |
|
||||
</h6> |
|
||||
</div> |
</div> |
||||
</div> |
</div> |
||||
</ng-template> |
</div> |
||||
|
|
||||
<style scoped> |
|
||||
.col-lg-2.border-start:nth-of-type(6n + 1) { |
|
||||
border-left: 0 !important; |
|
||||
} |
|
||||
|
|
||||
.col-lg-4.border-start:nth-of-type(3n + 1) { |
|
||||
border-left: 0 !important; |
|
||||
} |
|
||||
|
|
||||
@media (max-width: 991px) { |
|
||||
.border-start { |
|
||||
border-left: 0 !important; |
|
||||
} |
|
||||
} |
|
||||
</style> |
|
||||
@ -1,7 +1,8 @@ |
|||||
{ |
{ |
||||
"culture": "zh-Hans", |
"culture": "zh-Hans", |
||||
"texts": { |
"texts": { |
||||
"Welcome_Title": "欢迎", |
"Welcome_Title": "欢迎", |
||||
"Welcome_Text": "这是ABP框架的极简单层应用程序启动模板." |
"Welcome_Text": "这是ABP框架的极简单层应用程序启动模板.", |
||||
} |
"Menu:Home": "首页" |
||||
} |
} |
||||
|
} |
||||
|
|||||
@ -1,7 +1,8 @@ |
|||||
{ |
{ |
||||
"culture": "zh-Hant", |
"culture": "zh-Hant", |
||||
"texts": { |
"texts": { |
||||
"Welcome_Title": "歡迎", |
"Welcome_Title": "歡迎", |
||||
"Welcome_Text": "這是 ABP 框架的極簡單層應用程序啟動模板." |
"Welcome_Text": "這是 ABP 框架的極簡單層應用程序啟動模板.", |
||||
} |
"Menu:Home": "首頁" |
||||
} |
} |
||||
|
} |
||||
|
|||||
@ -1,7 +1,8 @@ |
|||||
{ |
{ |
||||
"culture": "zh-Hans", |
"culture": "zh-Hans", |
||||
"texts": { |
"texts": { |
||||
"Welcome_Title": "欢迎", |
"Welcome_Title": "欢迎", |
||||
"Welcome_Text": "这是ABP框架的极简单层应用程序启动模板." |
"Welcome_Text": "这是ABP框架的极简单层应用程序启动模板.", |
||||
} |
"Menu:Home": "首页" |
||||
} |
} |
||||
|
} |
||||
|
|||||
@ -1,7 +1,8 @@ |
|||||
{ |
{ |
||||
"culture": "zh-Hant", |
"culture": "zh-Hant", |
||||
"texts": { |
"texts": { |
||||
"Welcome_Title": "歡迎", |
"Welcome_Title": "歡迎", |
||||
"Welcome_Text": "這是 ABP 框架的極簡單層應用程序啟動模板." |
"Welcome_Text": "這是 ABP 框架的極簡單層應用程序啟動模板.", |
||||
} |
"Menu:Home": "首頁" |
||||
} |
} |
||||
|
} |
||||
|
|||||
Loading…
Reference in new issue