mvhub-dev team mailing list archive
-
mvhub-dev team
-
Mailing list archive
-
Message #00173
[Merge] lp:~fallaby/mvhub/rework_doc_sec_bug_578436 into lp:mvhub
frank allaby has proposed merging lp:~fallaby/mvhub/rework_doc_sec_bug_578436 into lp:mvhub.
Requested reviews:
MVHub devs with commit rights (mvhub-commit)
Related bugs:
#578436 revise documents section
https://bugs.launchpad.net/bugs/578436
see commit log
--
https://code.launchpad.net/~fallaby/mvhub/rework_doc_sec_bug_578436/+merge/25090
Your team MVHub Developers is subscribed to branch lp:mvhub.
=== modified file 'app-mvhub/DocumentRoot/static/all/inc/left_menu.inc'
--- app-mvhub/DocumentRoot/static/all/inc/left_menu.inc 2010-02-03 19:36:09 +0000
+++ app-mvhub/DocumentRoot/static/all/inc/left_menu.inc 2010-05-11 18:10:54 +0000
@@ -8,6 +8,10 @@
Reports
</a></p>
+ <p><a href="/html/documents.shtml">
+ Documents
+ </a></p>
+
<p><a href="/html/about.shtml">
About Us
</a></p>
@@ -31,6 +35,7 @@
<p><a href="/cgi-bin/mvhub/agency.pl">
Login
</a></p>
+
<!-- stop left_menu.inc -->
=== added directory 'app-mvhub/DocumentRoot/static/mvh/html/documents'
=== added file 'app-mvhub/DocumentRoot/static/mvh/html/documents.shtml'
--- app-mvhub/DocumentRoot/static/mvh/html/documents.shtml 1970-01-01 00:00:00 +0000
+++ app-mvhub/DocumentRoot/static/mvh/html/documents.shtml 2010-05-11 18:10:54 +0000
@@ -0,0 +1,42 @@
+<!--#include virtual='/all/inc/doctype.inc' -->
+<html>
+<head>
+ <title>
+ Documents: MVHub
+ </title>
+ <!--#include virtual="/all/inc/head.inc"-->
+</head>
+
+<body>
+ <div id="maincontainer">
+ <div id="topsection">
+ </div>
+
+ <div id="contentwrapper">
+ <div id="contentcolumn">
+ <div class="innertube">
+
+ <h2>Documents</h2>
+
+ <p>
+
+ <p>
+ <a href="documents/lowell_ma_food_panry_and_meals_schedule.doc">
+ Food Pantry Schedule
+ </a> (.doc) hours for Lowell Ma food pantries and soup kitchens</p>
+
+ </div>
+ </div>
+ </div>
+
+ <div id="leftcolumn">
+ <div class="innertube">
+ <!--#include virtual="/all/inc/left_menu.inc"-->
+ <!--#include virtual="/inc/site_left_menu.inc"-->
+ </div>
+ </div>
+
+ <!--#include virtual="/all/inc/footer.inc"-->
+</div> <!-- id="maincontainer" -->
+</body>
+</html>
=== added file 'app-mvhub/DocumentRoot/static/mvh/html/documents/lowell_ma_food_panry_and_meals_schedule.doc'
Binary files app-mvhub/DocumentRoot/static/mvh/html/documents/lowell_ma_food_panry_and_meals_schedule.doc 1970-01-01 00:00:00 +0000 and app-mvhub/DocumentRoot/static/mvh/html/documents/lowell_ma_food_panry_and_meals_schedule.doc 2010-05-11 18:10:54 +0000 differ
=== modified file 'app-mvhub/DocumentRoot/static/nsp/inc/site_left_menu.inc'
--- app-mvhub/DocumentRoot/static/nsp/inc/site_left_menu.inc 2010-04-06 20:52:15 +0000
+++ app-mvhub/DocumentRoot/static/nsp/inc/site_left_menu.inc 2010-05-11 18:10:54 +0000
@@ -1,8 +1,6 @@
-<!-- start nsp_left_menu.inc -->
- <p><a href="/html/documents.shtml">
- Documents
- </a></p>
+<!-- start site_left_menu.inc -->
+
-<!-- stop nsp_left_menu.inc -->
+<!-- stop site_left_menu.inc -->
Follow ups