]> jspc29.x-matter.uni-frankfurt.de Git - trb3web.git/commitdiff
added link to design files
authorJan Michel <j.michel@gsi.de>
Fri, 10 May 2013 17:24:27 +0000 (19:24 +0200)
committerJan Michel <j.michel@gsi.de>
Fri, 10 May 2013 17:24:27 +0000 (19:24 +0200)
WebConfig.pm
designfiles.htm [new file with mode: 0644]
help.htm

index 060214e45372918239624ad543a007c3cb700ca1..27954bfa6234f1679186468bf4cc2a1e11b0d6c2 100644 (file)
@@ -8,6 +8,7 @@
 
 #Entries for top menu
 our @toplink = (["main","Main"],
+                ["designfiles","Designs"],
                 ["contact","Contact"]
                );
 
@@ -23,6 +24,7 @@ our $menues = {
                 ],
                  
     withouthelp  => [["main","Main"],
+                     ["designfiles","Designs"],
                      ["contact", "Contact"],
                     ],
 };
diff --git a/designfiles.htm b/designfiles.htm
new file mode 100644 (file)
index 0000000..87c6ba6
--- /dev/null
@@ -0,0 +1,3 @@
+<h3>Design Files</h3>
+A list with all current design files can be found at our <a href="http://www.editgrid.com/user/hadaq/Design_Files">Editgrid list of files</a>. This list will be integrated into this webpage "soon".
+The files can be downloaded on this server: <a href="../bitfiles/">jspc29.x-matter.uni-frankfurt.de/bitfiles</a>
index 68af7616ecdebea497b1e80e19edc9f5b7189a27..ff5077d5e9aa1d1c8fe906375922eb51a808913b 100644 (file)
--- a/help.htm
+++ b/help.htm
@@ -1,6 +1,6 @@
 <h3>Help for changing content</h3>
 <ul>
-  <li>Data is stored in the trb3web git repository, there will be an automatic hook to update files on the server.
+  <li>Data is stored in the trb3web git repository, there is an automatic hook to update files on the server.
   <li>A content file is contains plain HTML code, headings start with &lt;h3&gt;.
   <li>Links to other files are given as "?filename". Note the question mark and the missing .htm.
   <li>If a file should show up in the menues, edit WebConfig.pm: