mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Global site url source
This commit is contained in:
parent
61c71e6c8d
commit
d841e464f5
7 changed files with 37 additions and 17 deletions
|
@ -65,7 +65,7 @@
|
|||
<%=dirname%>
|
||||
</h1>
|
||||
</center>
|
||||
<a href="<%= "http://stuff.frylabs.net" + prevDir%>" > Up one level </a>
|
||||
<a href="<%= url + prevDir%>" > Up one level </a>
|
||||
</p>
|
||||
|
||||
<table class="maintable">
|
||||
|
@ -75,7 +75,7 @@
|
|||
<button class="butt">
|
||||
<table class="subtable">
|
||||
<td style='width:30%;'>
|
||||
<a href="<%= "http://stuff.frylabs.net" + folders[i].path%>"> <%=folders[i].name %> </a>
|
||||
<a href="<%= url + folders[i].path%>"> <%=folders[i].name %> </a>
|
||||
</td>
|
||||
<td style='width:30%;'>
|
||||
<%=folders[i].path %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue