Windows NT WIN-F6SLGVICLOP 10.0 build 17763 (Windows Server 2016) AMD64
Microsoft-IIS/10.0
Server IP : & Your IP : 18.117.166.111
Domains :
Cant Read [ /etc/named.conf ]
User : elibrary.unsap.ac.id
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Lock Shell
Lock File++
Readme
D: /
localhost /
elibrary /
installxx /
sections /
Delete
Unzip
Name
Size
Permission
Date
Action
Account.js
5.36
KB
-rw-rw-rw-
2020-02-14 07:54
Install.js
5.13
KB
-rw-rw-rw-
2020-02-14 07:54
SelectVersion.js
4.81
KB
-rw-rw-rw-
2020-02-14 07:54
ShowConfig.js
3.38
KB
-rw-rw-rw-
2020-02-14 07:54
Success.js
2.05
KB
-rw-rw-rw-
2020-02-14 07:54
System.js
2.2
KB
-rw-rw-rw-
2020-02-14 07:54
Tasks.js
1.7
KB
-rw-rw-rw-
2020-02-14 07:54
Upgrade.js
4.99
KB
-rw-rw-rw-
2020-02-14 07:54
Welcome.js
1.43
KB
-rw-rw-rw-
2020-02-14 07:54
Save
Rename
import Logo from '../components/Logo.js' import SlimsTextVertical from '../components/SlimsTextVertical.js' import Version from '../components/Version.js' export default { name: 'Tasks', components: { Logo, SlimsTextVertical, Version }, template: `<div class="h-screen flex"> <div class="w-20 p-4"> <div><logo></logo></div> <slims-text-vertical class="text-lg font-medium text-gray-200 pt-4"></slims-text-vertical> <version></version> </div> <div class="flex-1 bg-gray-100 py-8 px-16"> <h1 class="text-3xl font-medium">What do you want?</h1> <p class="text-lg text-gray-700 tracking-wide mb-4">Choose your side!</p> <h1 class="font-medium text-xl">Brand new SLiMS installation</h1> <p class="w-2/3">You are a first time user. You have not utilise any automation system to manage your library activity. Or, you have used another automation system but you want to give SLiMS a try. Go ahead, do not hesitate to install it. Clik the button.</p> <button @click="$emit('click', 'install')" class="mt-2 mb-8 rounded-full bg-green-500 py-2 px-4 text-green-100 hover:bg-green-400 focus:outline-none focus:bg-green-600">Install SLiMS</button> <h1 class="font-medium text-xl">Upgrade my previous SLiMS version</h1> <p class="w-2/3">So, you have finally chose your side. And you want to feel more power by using the brand new SLiMS version. Remember, every action demands its own responsibility. Clik the button to taste more of its sweetness.</p> <button @click="$emit('click', 'upgrade')" class="mt-2 mb-4 rounded-full bg-blue-500 py-2 px-4 text-blue-100 hover:bg-blue-400 focus:outline-none focus:bg-blue-600">Upgrade my SLiMS</button> </div> </div>` }