This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| NOTE: The MUI X License Key more than likely isn't going to work. It will have expired. The lifetime license key should... well... last forever... | |
| MUI X License Key (from https://mui.com): | |
| 61628ce74db2c1b62783a6d438593bc5Tz1NVUktRG9jLEU9MTY4MzQ0NzgyMTI4NCxTPXByZW1pdW0sTE09c3Vic2NyaXB0aW9uLEtWPTI= | |
| Order Number: MUI-Doc | |
| Expiry Timestamp: 1683447821284(Sun May 7th 08:32:41) | |
| Scope: Premium | |
| Licensing Model: Subscription | |
| Key Version: 2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang='en'> | |
| <head> | |
| <link rel='stylesheet' type='text/css' href='https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.4.6/css/swiper.min.css'> | |
| <style> | |
| .swiper-container { | |
| height: 300px; | |
| } | |
| .swiper-container.fullscreen { | |
| height: 100vh; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* tc kimlik numarasının geçerli olup olmadığını kontrol eder | |
| * 2015 Erhan BURHAN | |
| *--------------------------------------------------------------------*/ | |
| function tcno_dogrula(tcno) | |
| { | |
| // geleni her zaman String'e çevirelim! | |
| tcno = String(tcno); | |
| // tcno '0' karakteri ile başlayamaz! | |
| if (tcno.substring(0, 1) === '0') { |