OneBot: Leantime 改造版源码(BOM/Univer 表格/AI 接管/品牌替换等)
This commit is contained in:
31
app/Domain/Calendar/Templates/importGCal.blade.php
Normal file
31
app/Domain/Calendar/Templates/importGCal.blade.php
Normal file
@@ -0,0 +1,31 @@
|
||||
{!! $tpl->displayNotification() !!}
|
||||
|
||||
<h4 class="widgettitle title-light"><i class="fa-regular fa-calendar-plus"></i> {{ __('label.import_ical') }}</h4>
|
||||
{!! __('label.import_ical_content') !!}
|
||||
|
||||
|
||||
<form action="{{ BASE_URL }}/calendar/importGCal" method="post" class="formModal">
|
||||
|
||||
<label for="name">{{ $tpl->__('label.calendar_name') }}:</label>
|
||||
<x-global::forms.text-input id="name" name="name" autocomplete="off" value="{{ $values['name'] }}" /><br />
|
||||
|
||||
<label for="url">{{ $tpl->__('label.ical_url') }}:</label>
|
||||
<x-global::forms.text-input id="url" name="url" autocomplete="off" style="width:300px;" value="{{ $values['url'] }}" /><br />
|
||||
|
||||
<label for="color">{{ $tpl->__('label.color') }}:</label>
|
||||
<input type="text" name="colorClass" autocomplete="off" value="{{ $values['colorClass'] }}" class="simpleColorPicker"/>
|
||||
|
||||
@dispatchEvent('beforeSubmitButton')
|
||||
<br /><br />
|
||||
<x-global::forms.button tag="input" inputType="submit" name="save" id="save" :labelText="__('buttons.save')" />
|
||||
|
||||
|
||||
|
||||
|
||||
@dispatchEvent('beforeFormClose')
|
||||
|
||||
</form>
|
||||
|
||||
<script>
|
||||
leantime.ticketsController.initSimpleColorPicker();
|
||||
</script>
|
||||
Reference in New Issue
Block a user