preparing for project creation
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
19
frontend/src/routes/project/Create.svelte
Normal file
19
frontend/src/routes/project/Create.svelte
Normal file
@@ -0,0 +1,19 @@
|
||||
<script>
|
||||
import { useTinyRouter } from 'svelte-tiny-router';
|
||||
import { onMount } from 'svelte';
|
||||
import { t } from '../../translations.svelte.js';
|
||||
</script>
|
||||
|
||||
<fieldset>
|
||||
<legend>
|
||||
{t('create_new_project')}
|
||||
</legend>
|
||||
<fieldset>
|
||||
<legend>{t('basic_data')}</legend>
|
||||
<span class="warn">Company Selector</span>
|
||||
<label>
|
||||
<input type="text" />
|
||||
{t('Name')}
|
||||
</label>
|
||||
</fieldset>
|
||||
</fieldset>
|
||||
Reference in New Issue
Block a user