11< head lang ="en ">
22 < meta charset ="UTF-8 " />
3- <!--- Icons -->
4- < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css " />
53 <!-- Dark mode -->
64 < link rel ="stylesheet " href ="css/plugins/wiki/darkmode.css " />
75 <!-- Editor -->
1816 <!----------- wiki preview modale --------------->
1917 < div id ="previewModal " class ="toastui-editor-popup " style ="width:1300px; display: none; " >
2018 < button class ="btn btn-default " type ="button " style ="position: absolute; right: 0; " onclick ="closeToastUiModal() ">
21- Close < span class ="fa fa -times "> </ span >
19+ Close < span class ="ti ti -times "> </ span >
2220 </ button >
2321 < div class ="toastui-editor-popup-header ">
2422 < div class ="toastui-editor-popup-header-title "> Preview</ div >
4846 < div class ="col-sm-12 ">
4947 < div class ="btn-group btn-group-xs pull-right ">
5048 < a class ="btn btn-default " href ="jsp/site/Portal.jsp?page=wiki&view=page&page_name=${topic.pageName} " title ="#i18n{wiki.button.backToPage} ">
51- < span class ="fa fa -chevron-left fa-1x "> </ span > #i18n{wiki.button.backToPage}
49+ < span class ="ti ti -chevron-left fa-lg "> </ span > #i18n{wiki.button.backToPage}
5250 </ a >
5351 < button name ="view_preview " class ="btn btn-default " title ="#i18n{wiki.menu.preview} " onclick ="preview() ">
54- < span class ="fa fa -eye "> </ span > #i18n{wiki.menu.preview}
52+ < span class ="ti ti -eye "> </ span > #i18n{wiki.menu.preview}
5553 </ button >
5654 < #if has_admin_role >
5755 < form id ="form-page-delete " action ="jsp/site/Portal.jsp " method ="post " >
6058 < input type ="hidden " name ="action " value ="deletePage " />
6159 </ form >
6260 < button class ="btn btn-danger " class ="btn btn-danger " title ="#i18n{portal.util.labelDelete} " onclick ="confirmDeleteTopic() ">
63- < span class ="fa fa -trash fa-1x "> </ span > #i18n{portal.util.labelDelete}
61+ < span class ="ti ti -trash fa-lg "> </ span > #i18n{portal.util.labelDelete}
6462 </ button >
6563 </ #if>
6664 < button id ="btn-help " class ="btn btn-default " type ="button " title ="#i18n{wiki.menu.help} ">
67- < span class ="fa fa -question fa-1x "> </ span > #i18n{wiki.menu.help}
65+ < span class ="ti ti -question fa-lg "> </ span > #i18n{wiki.menu.help}
6866 </ button >
6967 </ div >
7068 </ div >
7371< div id ="darkModeSwitch " style ="display: none ">
7472 < div style ="display: flex; justify-content: end; flex-direction: row; margin-top: 15px " >
7573 < div style ="margin-right: 10px ">
76- < div id ="darkModeLabel "> < span class ="fa fa -sun fa-2x "> </ span > </ div >
74+ < div id ="darkModeLabel "> < span class ="ti ti -sun fa-lg "> </ span > </ div >
7775 </ div >
7876 < label class ="switch ">
7977 < input id ="darkModeId " type ="checkbox " onchange ="toggleDarkMode() " >
@@ -160,16 +158,16 @@ <h1>#i18n{wiki.menu.edit} <small> [${topic.pageName}] </small></h1>
160158< div class ="row ">
161159 < div class ="col-sm-6 ">
162160 < div class ="form-group ">
163- < label for ="modification_comment "> < span class ="fa fa -comment-dots fa-1x "> </ span > #i18n{wiki.modify_page.labelComment} :</ label >
161+ < label for ="modification_comment "> < span class ="ti ti -comment-dots fa-lg "> </ span > #i18n{wiki.modify_page.labelComment} :</ label >
164162 < input class ="form-control " type ="text " id ="modification_comment " name ="modification_comment " maxlength ="50 "/>
165163 </ div >
166164 < button name ="action_modifyPage " class ="btn btn-primary " title ="#i18n{wiki.modify_page.buttonModify} " onclick ="createVersion() ">
167- < span class ="fa fa -save fa-1x "> </ span > #i18n{wiki.modify_page.buttonModify}
165+ < span class ="ti ti -save fa-lg "> </ span > #i18n{wiki.modify_page.buttonModify}
168166 </ button >
169167 </ div >
170168 < div class ="col-sm-6 ">
171169 < div class ="well ">
172- < legend > < span class ="fa fa -user fa-1x "> </ span > #i18n{wiki.modify_page.titleRole}</ legend >
170+ < legend > < span class ="ti ti -user fa-lg "> </ span > #i18n{wiki.modify_page.titleRole}</ legend >
173171 < div class ="form-group row ">
174172 < label class ="col-sm-5 col-form-label " for ="view_role "> #i18n{wiki.modify_page.labelViewRole} :</ label >
175173 < div class ="col-sm-7 ">
@@ -191,7 +189,7 @@ <h1>#i18n{wiki.menu.edit} <small> [${topic.pageName}] </small></h1>
191189</ div >
192190</ div >
193191< div class ="container panel panel-default ">
194- < h3 > < span class ="fa fa -file-image fa-1x "> </ span > #i18n{wiki.modify_page.titleImages}</ h3 >
192+ < h3 > < span class ="ti ti -file-image fa-lg "> </ span > #i18n{wiki.modify_page.titleImages}</ h3 >
195193 < div class ="row ">
196194 < div class ="col-sm-8 ">
197195 < div id ="table-images " class ="image-grid "> </ div >
@@ -203,7 +201,7 @@ <h3><span class="fa fa-file-image fa-1x"></span> #i18n{wiki.modify_page.t
203201 < input type ="hidden " name ="action " value ="uploadImage " />
204202 < input type ="hidden " name ="topic_id " value ="${topic.idTopic} " />
205203 < div class ="well ">
206- < legend > < span class ="fa fa -plus fa-1x "> </ span > #i18n{wiki.modify_page.titleAddImage}</ legend >
204+ < legend > < span class ="ti ti -plus fa-lg "> </ span > #i18n{wiki.modify_page.titleAddImage}</ legend >
207205 <!-- loader.gif -->
208206 < div class ="form-group row ">
209207 < label class ="col-sm-4 col-form-label " for ="image_file "> #i18n{wiki.modify_page.labelFile} : </ label >
@@ -220,7 +218,7 @@ <h3><span class="fa fa-file-image fa-1x"></span> #i18n{wiki.modify_page.t
220218 < div class ="form-group row ">
221219 < div class ="col-sm-8 ">
222220 < button id ="btn-image-upload " class ="btn btn-primary " name ="name " type ="submit " >
223- < span class ="fa fa -file-upload fa-1x "> </ span > #i18n{wiki.modify_page.buttonUpload}
221+ < span class ="ti ti -file-upload fa-lg "> </ span > #i18n{wiki.modify_page.buttonUpload}
224222 </ button >
225223 </ div >
226224 </ div >
@@ -289,5 +287,4 @@ <h3><span class="fa fa-file-image fa-1x"></span> #i18n{wiki.modify_page.t
289287 }
290288 } ) ;
291289 } ) ;
292-
293290</ script >
0 commit comments