Skip to content

Commit 83c03c0

Browse files
Date of last issue feature has been added for contracts.
1 parent 3fd82bf commit 83c03c0

File tree

8 files changed

+20
-4
lines changed

8 files changed

+20
-4
lines changed

Contracts/linuxuserslinuxmintarchiveagreement/linuxuserslinuxmintarchiveagreement.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ <h3 id="contractstitle" class="title"></h3>
2626
<b id="whatsappchannel" class="info"></b><a id="wchannel" href="" class="home"></a><br>
2727
<b id="agreementcontent" class="info"></b><br>
2828
<b id="createddate" class="info"></b><br>
29+
<b id="datelastedited" class="info"></b><br>
2930
<b id="agreementlocation" class="info"></b>
3031
<h3 id="contractstitle_1" class="title"></h3>
3132
<b id="contractclause" class="info"></b>

Contracts/linuxuserslinuxmintartificialintelligenceagreement/linuxuserslinuxmintartificialintelligenceagreement.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ <h3 id="contractstitle" class="title"></h3>
2626
<b id="whatsappchannel" class="info"></b><a id="wchannel" href="" class="home"></a><br>
2727
<b id="agreementcontent" class="info"></b><br>
2828
<b id="createddate" class="info"></b><br>
29+
<b id="datelastedited" class="info"></b><br>
2930
<b id="agreementlocation" class="info"></b>
3031
<h3 id="contractstitle_1" class="title"></h3>
3132
<b id="contractclause" class="info"></b>

Contracts/linuxuserslinuxmintwebsiteagreement/linuxuserslinuxmintwebsiteagreement.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ <h3 id="contractstitle" class="title"></h3>
2626
<b id="whatsappchannel" class="info"></b><a id="wchannel" href="" class="home"></a><br>
2727
<b id="agreementcontent" class="info"></b><br>
2828
<b id="createddate" class="info"></b><br>
29+
<b id="datelastedited" class="info"></b><br>
2930
<b id="agreementlocation" class="info"></b>
3031
<h3 id="contractstitle_1" class="title"></h3>
3132
<b id="contractclause" class="info"></b>

Contracts/privacyandsecutryagreement/privacyandsecutryagreement.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ <h3 id="contractstitle" class="title"></h1>
2626
<b id="whatsappchannel" class="info"></b><a id="wchannel" class="home"></a><br>
2727
<b id="agreementcontent" class="info"></b><br>
2828
<b id="createddate" class="info"></b><br>
29+
<b id="datelastedited" class="info"></b><br>
2930
<b id="agreementlocation" class="info"></b>
3031
<h3 id="contractstitle_1" class="title"></h3>
3132
<b id="contractclause" class="info"></b>

assets/WS_Service/LangService/Contracts/0001/0001.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ window.onload = function()
77
var wchannel = document.getElementById("wchannel");
88
var agreementcontent = document.getElementById("agreementcontent");
99
var createddate = document.getElementById("createddate");
10+
var datelastedited = document.getElementById("datelastedited");
1011
var agreementlocation = document.getElementById("agreementlocation");
1112
var contractstitle_1 = document.getElementById("contractstitle_1");
1213
var contractclause = document.getElementById("contractclause");
@@ -33,6 +34,7 @@ window.onload = function()
3334
wchannel.href = "https://whatsapp.com/channel/0029VaedRagCXC3Fig5bpR3K";
3435
agreementcontent.innerHTML = "Sözleşme İçeriği: LinuxUsersLinuxMint github hesabında bulunan tüm hizmetler ve Depolar(projeler) içindir.";
3536
createddate.innerHTML = "Oluşturulma Tarihi: 10/20/2023 - 23:12";
37+
datelastedited.innerHTML = "Son Düzenlenme Tarihi: 5/1/2025 - 22:17";
3638
agreementlocation.innerHTML = "Sözleşme Konumu: linuxuserslinuxmint.github.io/Contracts/privacyandsecutryagreement/privacyandsecutryagreement";
3739
contractstitle_1.innerHTML = "- Gizlilik Ve Güvenlik Açıklaması -";
3840
contractclause.innerHTML = "* Bu gizlilik ve Güvenlik sözleşmesi, LinuxUsersLinuxMint web sitesi, hizmetleri ve projeleri İçin. Kullanıcılar için nasıl bir politika izlendiğini açıklamaktadır.";
@@ -58,7 +60,8 @@ window.onload = function()
5860
wchannel.innerHTML = "LinuxUsersLinuxMint EN";
5961
wchannel.href = "https://whatsapp.com/channel/0029VaeZcNO5q08d6yNaxT0z";
6062
agreementcontent.innerHTML = "Agreement Content: For all services and Repositories (projects) available in the LinuxUsersLinuxMint github account.";
61-
createddate.innerHTML = "Created Date: 10/20/2023 - 23:12";
63+
createddate.innerHTML = "Created Date: 10/20/2023 - 11:12 PM";
64+
datelastedited.innerHTML = "Date last edited: 5/1/2025 - 10:17 PM";
6265
agreementlocation.innerHTML = "Contract Location: linuxuserslinuxmint.github.io/Contracts/privacyandsecutryagreement/privacyandsecutryagreement";
6366
contractstitle_1.innerHTML = "- Privacy and Security Disclosure -";
6467
contractclause.innerHTML = "* This privacy and security agreement is for the LinuxUsersLinuxMint website, services and projects. It explains what kind of policy is followed for users.";

assets/WS_Service/LangService/Contracts/0002/0002.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ window.onload = function()
77
var wchannel = document.getElementById("wchannel");
88
var agreementcontent = document.getElementById("agreementcontent");
99
var createddate = document.getElementById("createddate");
10+
var datelastedited = document.getElementById("datelastedited");
1011
var agreementlocation = document.getElementById("agreementlocation");
1112
var contractstitle_1 = document.getElementById("contractstitle_1");
1213
var contractclause = document.getElementById("contractclause");
@@ -33,6 +34,7 @@ window.onload = function()
3334
wchannel.href = "https://whatsapp.com/channel/0029VaedRagCXC3Fig5bpR3K";
3435
agreementcontent.innerHTML = "Sözleşme İçeriği: LinuxUsersLinuxMint Web sitesi ve LinuxUsersLinuxMint Organizasyonu içindir.";
3536
createddate.innerHTML = "Oluşturulma Tarihi: 02/12/2024 - 21:03";
37+
datelastedited.innerHTML = "Son Düzenlenme Tarihi: 5/1/2025 - 22:17";
3638
agreementlocation.innerHTML = "Sözleşme Konumu: linuxuserslinuxmint.github.io/Contracts/linuxuserslinuxmintwebsiteagreement/linuxuserslinuxmintwebsiteagreement";
3739
contractstitle_1.innerHTML = "- Web Sözleşmesi açıklaması -";
3840
contractclause.innerHTML = "* Bu LinuxUsersLinuxMint Web Sitesi Sözleşmesi LinuxUsersLinuxMint'ın web sitesinde ve Organizasyon olarak nasıl bir yol izlediğini açıklar.";
@@ -57,7 +59,8 @@ window.onload = function()
5759
wchannel.innerHTML = "LinuxUsersLinuxMint EN";
5860
wchannel.href = "https://whatsapp.com/channel/0029VaeZcNO5q08d6yNaxT0z";
5961
agreementcontent.innerHTML = "Agreement Content: For the LinuxUsersLinuxMint Website and the LinuxUsersLinuxMint Organization.";
60-
createddate.innerHTML = "Creation Date: 02/12/2024 - 21:03";
62+
createddate.innerHTML = "Creation Date: 02/12/2024 - 9:03 PM";
63+
datelastedited.innerHTML = "Date last edited: 5/1/2025 - 10:17 PM";
6164
agreementlocation.innerHTML = "Contract Location: linuxuserslinuxmint.github.io/Contracts/linuxuserslinuxmintwebsiteagreement/linuxuserslinuxmintwebsiteagreement";
6265
contractstitle_1.innerHTML = "- Web Agreement description -";
6366
contractclause.innerHTML = "* This LinuxUsersLinuxMint Web Site Agreement explains how LinuxUsersLinuxMint operates on its website and as an Organization.";

assets/WS_Service/LangService/Contracts/0003/0003.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ window.onload = function()
77
var wchannel = document.getElementById("wchannel");
88
var agreementcontent = document.getElementById("agreementcontent");
99
var createddate = document.getElementById("createddate");
10+
var datelastedited = document.getElementById("datelastedited");
1011
var agreementlocation = document.getElementById("agreementlocation");
1112
var contractstitle_1 = document.getElementById("contractstitle_1");
1213
var contractclause = document.getElementById("contractclause");
@@ -32,6 +33,7 @@ window.onload = function()
3233
wchannel.href = "https://whatsapp.com/channel/0029Vafmmtd5EjxxfSVzG225";
3334
agreementcontent.innerHTML = "Sözleşme İçeriği: LinuxUsersLinuxMint AI adlı organizasyonun Yapay zeka araçlarını nasıl kullandığını ve bununla ilgili izlediği politikaları açıklar.";
3435
createddate.innerHTML = "Oluşturulma Tarihi: 05/24/2024 - 23:17";
36+
datelastedited.innerHTML = "Son Düzenlenme Tarihi: 5/1/2025 - 22:17";
3537
agreementlocation.innerHTML = "Sözleşme Konumu: linuxuserslinuxmint.github.io/Contracts/linuxuserslinuxmintartificialintelligenceagreement/linuxuserslinuxmintartificialintelligenceagreement";
3638
contractstitle_1.innerHTML = "- Yapay Zeka Sözleşmesi açıklaması -";
3739
contractclause.innerHTML = "* Bu sözleşme LinuxUsersLinuxMint AI adlı organizasyonun Yapay zeka araçlarını nasıl kullandığını ve bununla ilgili izlediği politikaları açıklar.";
@@ -53,7 +55,8 @@ window.onload = function()
5355
wchannel.href = "https://whatsapp.com/channel/0029VaaqJ9GJpe8khe2fl01g";
5456
wchannel.innerHTML = "LinuxUsersLinuxMint AI EN";
5557
agreementcontent.innerHTML = "Contract Content: Explains how the organization called LinuxUsersLinuxMint AI uses Artificial intelligence tools and the policies it follows regarding this.";
56-
createddate.innerHTML = "Creation Date: 05/24/2024 - 23:17";
58+
createddate.innerHTML = "Creation Date: 05/24/2024 - 11:17 PM";
59+
datelastedited.innerHTML = "Date last edited: 5/1/2025 - 10:17 PM";
5760
agreementlocation.innerHTML = "Contract Location: linuxuserslinuxmint.github.io/Contracts/linuxuserslinuxmintartificialintelligenceagreement/linuxuserslinuxmintartificialintelligenceagreement";
5861
contractstitle_1.innerHTML = "- Artificial Intelligence Convention description -";
5962
contractclause.innerHTML = "* This agreement explains how the organization called LinuxUsersLinuxMint AI uses Artificial intelligence tools and the policies it follows regarding this.";

assets/WS_Service/LangService/Contracts/0004/0004.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ window.onload = function()
77
var wchannel = document.getElementById("wchannel");
88
var agreementcontent = document.getElementById("agreementcontent");
99
var createddate = document.getElementById("createddate");
10+
var datelastedited = document.getElementById("datelastedited");
1011
var agreementlocation = document.getElementById("agreementlocation");
1112
var contractstitle_1 = document.getElementById("contractstitle_1");
1213
var contractclause = document.getElementById("contractclause");
@@ -32,6 +33,7 @@ window.onload = function()
3233
wchannel.href = "https://whatsapp.com/channel/0029VaedRagCXC3Fig5bpR3K";
3334
agreementcontent.innerHTML = "Sözleşme İçeriği: LinuxUsersLinuxMint ile ilgili Web Arşivleri içindir.";
3435
createddate.innerHTML = "Oluşturulma Tarihi: 05/09/2024 - 23:28";
36+
datelastedited.innerHTML = "Son Düzenlenme Tarihi: 5/1/2025 - 22:17";
3537
agreementlocation.innerHTML = "Sözleşme Konumu: linuxuserslinuxmint.github.io/Contracts/linuxuserslinuxmintarchiveagreement/linuxuserslinuxmintarchiveagreement";
3638
contractstitle_1.innerHTML = "- Web Arşivi Sözleşmesi açıklaması -";
3739
contractclause.innerHTML = "* Bu sözleşme LinuxUsersLinuxMint adlı organizasyonun LinuxUsersLinuxMint olarak ve LinuxUsersLinuxMint Web sitesi olarak arşivleme politikalarını anlatır.";
@@ -56,7 +58,8 @@ window.onload = function()
5658
wchannel.href = "https://whatsapp.com/channel/0029VaeZcNO5q08d6yNaxT0z";
5759
wchannel.innerHTML = "LinuxUsersLinuxMint EN";
5860
agreementcontent.innerHTML = "Agreement Content: For LinuxUsersLinuxMint related Web Archives.";
59-
createddate.innerHTML = "Created Date: 05/09/2024 - 23:28";
61+
createddate.innerHTML = "Created Date: 05/09/2024 - 11:28 PM";
62+
datelastedited.innerHTML = "Date last edited: 5/1/2025 - 10:17 PM";
6063
agreementlocation.innerHTML = "Contract Location: linuxuserslinuxmint.github.io/Contracts/linuxuserslinuxmintarchiveagreement/linuxuserslinuxmintarchiveagreement";
6164
contractstitle_1.innerHTML = "- Web Archive Agreement description -";
6265
contractclause.innerHTML = "* This agreement describes the archiving policies of the organization named LinuxUsersLinuxMint as LinuxUsersLinuxMint and as the LinuxUsersLinuxMint Web site.";

0 commit comments

Comments
 (0)