Files
easystream-main/f_templates/tpl_frontend/tpl_auth/tpl_welcome.tpl
SamiAhmed7777 0b7e2d0a5b feat: Add comprehensive documentation suite and reorganize project structure
- Created complete documentation in docs/ directory
- Added PROJECT_OVERVIEW.md with feature highlights and getting started guide
- Added ARCHITECTURE.md with system design and technical details
- Added SECURITY.md with comprehensive security implementation guide
- Added DEVELOPMENT.md with development workflows and best practices
- Added DEPLOYMENT.md with production deployment instructions
- Added API.md with complete REST API documentation
- Added CONTRIBUTING.md with contribution guidelines
- Added CHANGELOG.md with version history and migration notes
- Reorganized all documentation files into docs/ directory for better organization
- Updated README.md with proper documentation links and quick navigation
- Enhanced project structure with professional documentation standards
2025-10-21 00:39:45 -07:00

26 lines
1.2 KiB
Smarty

<div class="top-padding10">
<div class="wd350 left-float bold font14 left-padding50">
<div>{lang_entry key="welcome.account.info"}</div>
<div class="left-padding50 font83">
<ul>
<li class="top-padding5">{lang_entry key="welcome.account.youruser"}<br /><span class="normal">{$smarty.session.USER_NAME}</span></li>
{if $paid_memberships eq 1}
<li class="top-padding5">{lang_entry key="welcome.account.yourpack"}<br /><span class="normal">{$pk_name}</span></li>
{else}
<li class="top-padding5">{lang_entry key="welcome.account.youremail"}<br /><span class="normal">{$usr_email}</span></li>
{/if}
</ul>
</div>
</div>
<div class="wd350 left-float bold font14 left-padding50">
<div>{lang_entry key="welcome.account.getstarted"} {$website_shortname}</div>
<div class="left-padding50 font83">
<ul>
<li class="top-padding5 normal">{lang_entry key="welcome.account.customize"}</li>
<li class="top-padding5 normal">{lang_entry key="welcome.account.upload"}</li>
<li class="top-padding5 normal">{lang_entry key="welcome.account.prefs"}</li>
</ul>
</div>
</div>
</div>