Pārlūkot izejas kodu

Revised share interface design

Toby Chui 3 nedēļas atpakaļ
vecāks
revīzija
eba7b5d77d

+ 2 - 2
src/system/share/downloadPage.html

@@ -341,7 +341,7 @@
 <body>
 
   <header class="topbar">
-    <a class="topbar-brand" href="#">AROZ <span>File Share</span></a>
+    <a class="topbar-brand" href="#">{{hostname}} <span>File Share</span></a>
     <button class="theme-toggle" id="themeToggle" onclick="toggleTheme()">
       <span id="themeIcon"></span>
       <span id="themeLabel">Dark</span>
@@ -411,7 +411,7 @@
   </main>
 
   <footer class="page-footer">
-    Cloud File Sharing Interface - Powered by <a href="http://arozos.com">arozos</a>
+    Cloud File Sharing Interface - Powered by <a href="https://os.aroz.org">arozos</a>
   </footer>
 
   <script>

+ 2 - 2
src/system/share/downloadPageFolder.html

@@ -641,7 +641,7 @@
 </head>
 <body>
   <header class="topbar">
-    <a class="topbar-brand" href="#">AROZ <span>File Share</span></a>
+    <a class="topbar-brand" href="#">{{hostname}} <span>File Share</span></a>
     <button class="theme-toggle" id="themeToggle" onclick="toggleTheme()">
       <span id="themeIcon"></span>
       <span id="themeLabel">Dark</span>
@@ -716,7 +716,7 @@
   </main>
 
   <footer class="page-footer">
-    Cloud File Sharing Interface - Powered by <a href="http://arozos.com">arozos</a>
+    Cloud File Sharing Interface - Powered by <a href="https://os.aroz.org">arozos</a>
   </footer>
 
   <div id="thumb-popup"><img id="thumb-img" src="" alt=""></div>

+ 2 - 2
src/system/share/index.html

@@ -315,7 +315,7 @@
   <body>
     <header class="topbar">
       <a class="topbar-brand" href="#">
-        AROZ
+        {{hostname}}
         <span>File Share</span>
       </a>
       <button class="theme-toggle" id="themeToggle" onclick="toggleTheme()">
@@ -380,7 +380,7 @@
 
     <footer class="page-footer">
       Cloud File Sharing Interface - Powered by
-      <a href="http://arozos.com">arozos</a>
+      <a href="https://os.aroz.org">arozos</a>
     </footer>
 
     <script>

+ 2 - 2
src/system/share/notfound.html

@@ -168,7 +168,7 @@
 <body>
 
   <header class="topbar">
-    <a class="topbar-brand" href="#">AROZ <span>File Share</span></a>
+    <a class="topbar-brand" href="#">{{hostname}} <span>File Share</span></a>
     <button class="theme-toggle" id="themeToggle" onclick="toggleTheme()">
       <span id="themeIcon"></span>
       <span id="themeLabel">Dark</span>
@@ -213,7 +213,7 @@
   </main>
 
   <footer class="page-footer">
-    Cloud File Sharing Interface - Powered by <a href="http://arozos.com">arozos</a>
+    Cloud File Sharing Interface - Powered by <a href="https://os.aroz.org">arozos</a>
   </footer>
 
   <script>

+ 2 - 2
src/system/share/permissionDenied.html

@@ -152,7 +152,7 @@
 <body>
 
   <header class="topbar">
-    <a class="topbar-brand" href="#">AROZ <span>File Share</span></a>
+    <a class="topbar-brand" href="#">{{hostname}} <span>File Share</span></a>
     <button class="theme-toggle" id="themeToggle" onclick="toggleTheme()">
       <span id="themeIcon"></span>
       <span id="themeLabel">Dark</span>
@@ -181,7 +181,7 @@
   </main>
 
   <footer class="page-footer">
-    Cloud File Sharing Interface - Powered by <a href="http://arozos.com">arozos</a>
+    Cloud File Sharing Interface - Powered by <a href="https://os.aroz.org">arozos</a>
   </footer>
 
   <script>