File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 12
12
<form action =" {{ url (' api/v1/file/upload' ) } }" method =" post" class =" dropzone flex flex-col lg:flex-row xl:flex-row mx-4 items-center justify-center w-6/6 lg:w-4/6 min-h-96 h-fit lg:h-72 max-h-full lg:overflow-y-auto cursor-pointer bg-lt backdrop-filter backdrop-blur-md rounded-[40px] bg-opacity-15 mb-2" id =" dropzoneArea" >
13
13
{{ csrf_field () } }
14
14
<div class =" flex flex-col items-center justify-content p-4" id =" dropzoneUiInit" >
15
- <img class =" p-4 h-24 w-24" src =" / assets/icons/Placeholder_pdf .svg" >
15
+ <img class =" p-4 h-24 w-24" src =" {{ asset ( ' assets/icons/placeholder_pdf .svg' ) } } " >
16
16
<p class =" mb-2 text-md text-lt3 font-quicksand font-medium" >Drop PDF files here</p >
17
17
<p class =" text-xs text-lt3 font-quicksand" >Or</p >
18
18
<button type =" button" id =" dropzoneUploadInit" class =" mx-auto mt-2 p-4 text-xs font-quicksand font-semibold bg-ac text-lt rounded-lg cursor-pointer w-42 h-12 text-center flex items-center justify-center" >
Original file line number Diff line number Diff line change 12
12
<form action =" {{ url (' api/v1/file/upload' ) } }" method =" post" class =" dropzone flex flex-col lg:flex-row xl:flex-row mx-4 items-center justify-center w-6/6 lg:w-4/6 min-h-96 h-fit lg:h-72 max-h-full lg:overflow-y-auto cursor-pointer bg-lt backdrop-filter backdrop-blur-md rounded-[40px] bg-opacity-15 mb-2" id =" dropzoneAreaCnv" >
13
13
{{ csrf_field () } }
14
14
<div class =" flex flex-col items-center justify-content p-4" id =" dropzoneUiInit" >
15
- <img class =" p-4 h-24 w-24" src =" / assets/icons/Placeholder_pdf .svg" >
15
+ <img class =" p-4 h-24 w-24" src =" {{ asset ( ' assets/icons/placeholder_pdf .svg' ) } } " >
16
16
<p class =" mb-2 text-md text-lt3 font-quicksand font-medium" >Drop PDF files here</p >
17
17
<p class =" text-xs text-lt3 font-quicksand" >Or</p >
18
18
<button type =" button" id =" dropzoneUploadInit" class =" mx-auto mt-2 p-4 text-xs font-quicksand font-semibold bg-ac text-lt rounded-lg cursor-pointer w-42 h-12 text-center flex items-center justify-center" >
Original file line number Diff line number Diff line change 12
12
<form action =" {{ url (' api/v1/file/upload' ) } }" method =" post" class =" dropzone flex flex-col lg:flex-row xl:flex-row mx-4 items-center justify-center w-6/6 lg:w-4/6 min-h-96 h-fit lg:h-72 max-h-full lg:overflow-y-auto cursor-pointer bg-lt backdrop-filter backdrop-blur-md rounded-[40px] bg-opacity-15 mb-2" id =" dropzoneArea" >
13
13
{{ csrf_field () } }
14
14
<div class =" flex flex-col items-center justify-content p-4" id =" dropzoneUiInit" >
15
- <img class =" p-4 h-24 w-24" src =" / assets/icons/Placeholder_pdf .svg" >
15
+ <img class =" p-4 h-24 w-24" src =" {{ asset ( ' assets/icons/placeholder_pdf .svg' ) } } " >
16
16
<p class =" mb-2 text-md text-lt3 font-quicksand font-medium" >Drop PDF files here</p >
17
17
<p class =" text-xs text-lt3 font-quicksand" >Or</p >
18
18
<button type =" button" id =" dropzoneUploadInit" class =" mx-auto mt-2 p-4 text-xs font-quicksand font-semibold bg-ac text-lt rounded-lg cursor-pointer w-42 h-12 text-center flex items-center justify-center" >
Original file line number Diff line number Diff line change 14
14
<label for =" convertType" class =" block mb-2 font-quicksand text-xl font-bold text-pc4" >Write the Website URL</label >
15
15
<div class =" flex" >
16
16
<span class =" inline-flex items-center px-3 text-sm text-ac bg-ac border border-ac rounded-s-lg" >
17
- <img class =" h-6 w-6 text-lt1" src =" / assets/icons/Website .svg" />
17
+ <img class =" h-6 w-6 text-lt1" src =" {{ asset ( ' assets/icons/website .svg' ) } } " />
18
18
</span >
19
19
<input type =" text" id =" urlToPDF" name =" urlToPDF" class =" flowbite-drop-zone font-poppins rounded-r-lg block w-full cursor-pointer border border-gray-300 text-sm text-slate-900 shadow-inner focus:ring-sky-400" onfocusin =" checkValidation('urlToPDF')" onfocusout =" checkValidation('urlToPDF')" placeholder =" https://pdf.hana-ci.com" />
20
20
</div >
Original file line number Diff line number Diff line change 12
12
<form action =" {{ url (' api/v1/file/upload' ) } }" method =" post" class =" dropzone flex flex-col lg:flex-row xl:flex-row mx-4 items-center justify-center w-6/6 lg:w-4/6 min-h-96 h-fit lg:h-72 max-h-full lg:overflow-y-auto cursor-pointer bg-lt backdrop-filter backdrop-blur-md rounded-[40px] bg-opacity-15 mb-2" id =" dropzoneArea" >
13
13
{{ csrf_field () } }
14
14
<div class =" flex flex-col items-center justify-content p-4" id =" dropzoneUiInit" >
15
- <img class =" p-4 h-24 w-24" src =" / assets/icons/Placeholder_pdf .svg" >
15
+ <img class =" p-4 h-24 w-24" src =" {{ asset ( ' assets/icons/placeholder_pdf .svg' ) } } " >
16
16
<p class =" mb-2 text-md text-lt3 font-quicksand font-medium" >Drop PDF files here</p >
17
17
<p class =" text-xs text-lt3 font-quicksand" >Or</p >
18
18
<button type =" button" id =" dropzoneUploadInit" class =" mx-auto mt-2 p-4 text-xs font-quicksand font-semibold bg-ac text-lt rounded-lg cursor-pointer w-42 h-12 text-center flex items-center justify-center" >
Original file line number Diff line number Diff line change 12
12
<form action =" {{ url (' api/v1/file/upload' ) } }" method =" post" class =" dropzone flex flex-col lg:flex-row xl:flex-row mx-4 items-center justify-center w-6/6 lg:w-4/6 min-h-96 h-fit lg:h-72 max-h-full lg:overflow-y-auto cursor-pointer bg-lt backdrop-filter backdrop-blur-md rounded-[40px] bg-opacity-15 mb-2" id =" dropzoneAreaSingle" >
13
13
{{ csrf_field () } }
14
14
<div class =" flex flex-col items-center justify-content p-4" id =" dropzoneUiInit" >
15
- <img class =" p-4 h-24 w-24" src =" / assets/icons/Placeholder_pdf .svg" >
15
+ <img class =" p-4 h-24 w-24" src =" {{ asset ( ' assets/icons/placeholder_pdf .svg' ) } } " >
16
16
<p class =" mb-2 text-md text-lt3 font-quicksand font-medium" >Drop PDF files here</p >
17
17
<p class =" text-xs text-lt3 font-quicksand" >Or</p >
18
18
<button type =" button" id =" dropzoneUploadInit" class =" mx-auto mt-2 p-4 text-xs font-quicksand font-semibold bg-ac text-lt rounded-lg cursor-pointer w-42 h-12 text-center flex items-center justify-center" >
Original file line number Diff line number Diff line change 12
12
<form action =" {{ url (' api/v1/file/upload' ) } }" method =" post" class =" dropzone flex flex-col lg:flex-row xl:flex-row mx-4 items-center justify-center w-6/6 lg:w-4/6 min-h-96 h-fit lg:h-72 max-h-full lg:overflow-y-auto cursor-pointer bg-lt backdrop-filter backdrop-blur-md rounded-[40px] bg-opacity-15 mb-2" id =" dropzoneAreaSingle" >
13
13
{{ csrf_field () } }
14
14
<div class =" flex flex-col items-center justify-content p-4" id =" dropzoneUiInit" >
15
- <img class =" p-4 h-24 w-24" src =" / assets/icons/Placeholder_pdf .svg" >
15
+ <img class =" p-4 h-24 w-24" src =" {{ asset ( ' assets/icons/placeholder_pdf .svg' ) } } " >
16
16
<p class =" mb-2 text-md text-lt3 font-quicksand font-medium" >Drop PDF files here</p >
17
17
<p class =" text-xs text-lt3 font-quicksand" >Or</p >
18
18
<button type =" button" id =" dropzoneUploadInit" class =" mx-auto mt-2 p-4 text-xs font-quicksand font-semibold bg-ac text-lt rounded-lg cursor-pointer w-42 h-12 text-center flex items-center justify-center" >
You can’t perform that action at this time.
0 commit comments