diff --git a/resources/views/homepage.blade.php b/resources/views/homepage.blade.php index 853bd6a..7e1b817 100644 --- a/resources/views/homepage.blade.php +++ b/resources/views/homepage.blade.php @@ -106,62 +106,60 @@ @section('content')
@lang('app.existing-bundles')
@lang('app.authentication')
+ @lang('app.login') + * +
+ @lang('app.password') + * +
- @lang('app.login') - * -
- @lang('app.password') - * -
- - + + + + {{-- If bundle is locked --}} + + + + + + + + {{-- App's title --}} + {{ config('app.name') }} + + + {{-- Bundle status --}} + + {{-- If bundle is expired --}} + + + + + + + + + + + + {{-- Modal box --}} + + + + + + + - - {{-- App's title --}} - {{ config('app.name') }} - - - {{-- Bundle status --}} - - {{-- If bundle is expired --}} - - - - - - + {{ __('app.confirmation') }} + + + + {{ __('app.cancel') }} + + {{ __('app.confirm') }} + + + - + + {{-- Steps --}} + + + + + + + + + + + + + + - {{-- Modal box --}} - - - - - - - - - - - {{ __('app.confirmation') }} - - - - {{ __('app.cancel') }} - - {{ __('app.confirm') }} - + + + {{-- STEP 1 --}} + + + @lang('app.upload-settings') + + + {{-- Title --}} + + + @lang('app.upload-title') + * + + + - - - - {{-- Steps --}} - - - - + {{-- Description --}} + + @lang('app.upload-description') - - - - - - - - - - + + - - - {{-- STEP 1 --}} - - - @lang('app.upload-settings') - - - {{-- Title --}} - + {{-- Expiration --}} + + - @lang('app.upload-title') + @lang('app.upload-expiry') * + + + @foreach (config('sharing.expiry_values') as $k => $e) + @lang('app.'.$e) + @endforeach + + + + {{-- Max downloads --}} + + + @lang('app.max-downloads') + + - {{-- Description --}} - - @lang('app.upload-description') + {{-- Password --}} + + @lang('app.bundle-password') - - - - {{-- Expiration --}} - - - - @lang('app.upload-expiry') - * - - - - - @foreach (config('sharing.expiry_values') as $k => $e) - @lang('app.'.$e) - @endforeach - - - - {{-- Max downloads --}} - - - @lang('app.max-downloads') - - - - - - {{-- Password --}} - - @lang('app.bundle-password') - - - - - - {{-- Buttons --}} - - - - @include('partials.button', [ - 'way' => 'right', - 'text' => __('app.start-uploading'), - 'icon' => '', - 'action' => 'uploadStep' - ]) - + name="password" + id="upload-password" + /> - {{-- STEP 2 --}} - + {{-- Buttons --}} + + + + @include('partials.button', [ + 'way' => 'right', + 'text' => __('app.start-uploading'), + 'icon' => '', + 'action' => 'uploadStep' + ]) + + + + + {{-- STEP 2 --}} + + + @lang('app.upload-files-title') + + + + {{-- Dropzone --}} + + + + @lang('app.maximum-filesize') + {{ Upload::fileMaxSize(true) }} + + + + + + + @lang('app.files-list') + + + + + + + @lang('app.no-file') + + {{-- Files list --}} + + + + {{-- Progress bar --}} + + + {{-- Status icon --}} + + + + + + + + + + + + + + + + + + + {{-- File name --}} + + + + + + + + {{-- File size --}} + + + + + + + + {{-- Buttons --}} + + + @include('partials.button', [ + 'way' => 'left', + 'text' => __('app.back'), + 'icon' => '', + 'action' => 'back' + ]) + + + @include('partials.button', [ + 'way' => 'right', + 'text' => __('app.complete-upload'), + 'icon' => '', + 'action' => 'completeStep' + ]) + + + + + {{-- STEP 3 --}} + + - @lang('app.upload-files-title') + @lang('app.download-links') - - {{-- Dropzone --}} - - - - @lang('app.maximum-filesize') - {{ Upload::fileMaxSize(true) }} - - + {{-- Preview link --}} + + + @lang('app.preview-link') + + + + - - - @lang('app.files-list') - - - - - - - @lang('app.no-file') - - {{-- Files list --}} - - - - {{-- Progress bar --}} - - - {{-- Status icon --}} - - - - - - - - - - - - - - - - - - - {{-- File name --}} - - - - - - - - {{-- File size --}} - - - - + {{-- Direct download link --}} + + + @lang('app.direct-link') + + + {{-- Buttons --}} - @include('partials.button', [ - 'way' => 'left', - 'text' => __('app.back'), - 'icon' => '', - 'action' => 'back' - ]) + - @include('partials.button', [ - 'way' => 'right', - 'text' => __('app.complete-upload'), - 'icon' => '', - 'action' => 'completeStep' - ]) + + @include('partials.button', [ + 'way' => 'right', + 'text' => __('app.delete-bundle'), + 'icon' => '', + 'action' => 'deleteBundle' + ]) + + + + @lang('app.bundle-expired') + + - - {{-- STEP 3 --}} - - - - @lang('app.download-links') - - - {{-- Preview link --}} - - - @lang('app.preview-link') - - - - - - - {{-- Direct download link --}} - - - @lang('app.direct-link') - - - - - - - {{-- Buttons --}} - - - - - - - @include('partials.button', [ - 'way' => 'right', - 'text' => __('app.delete-bundle'), - 'icon' => '', - 'action' => 'deleteBundle' - ]) - - - - @lang('app.bundle-expired') - - - - - - - +
+ + + +
+ +
- - - -
{{ __('app.confirmation') }}
+ @lang('app.upload-title') + * +
- @lang('app.upload-title') + @lang('app.upload-expiry') *
+ @lang('app.max-downloads') +
- @lang('app.upload-expiry') - * -
- @lang('app.max-downloads') -
@lang('app.files-list')
+ + + + + + + + + + + + + + + +
+ + + + +
- - - - - - - - - - - - - - - -
- - - - -
+ @lang('app.bundle-expired') +
- @lang('app.bundle-expired') -