ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/ns_dev/Python/NinoCode/Active_prgs/IssueTrackerReporter.py
(Generate patch)

Comparing Python/NinoCode/Active_prgs/IssueTrackerReporter.py (file contents):
Revision 505 by nino.borges, Fri Jan 10 15:24:14 2014 UTC vs.
Revision 506 by nino.borges, Tue Jan 14 21:38:26 2014 UTC

# Line 118 | Line 118 | def GetProjectList(mwePlate,kpmgPlate,cl
118    <div class="clear">&nbsp;</div>
119    </div>
120    <div id="main">
121 +  <div id="sidebar">
122 +      <div class="sidebarbox">
123 +        <h2>Issue menu</h2>
124 +        <ul class="sidemenu">\n""")
125 +    for section in currentMatrix.keys():
126 +        outputFile.write('          <li><a href="#%s">%s</a></li>\n'%(section,section))
127 +    outputFile.write("""        </ul>
128 +      </div>
129 +
130 +          <div class="sidebarbox">
131 +            <h2>Text box</h2>
132 +            <p>Important links:</p>
133 +            <ul>
134 +              <li><a href="https://fts.shs.us.kpmg.com/vpn/index.html">KPMG Relativity</a></li>
135 +              <li><a href="#">Another</a></li>
136 +            </ul>
137 +          </div>
138 +        </div>
139 +  
140    <div id="content">""")
141      for p in projectMatrix.keys():
142          outputFile.write("<ul><li>%s<ul>"% p)
# Line 340 | Line 359 | def ProcessToHTML(currentMatrix,outputFi
359      outputFile.close()
360  
361   if __name__ == '__main__':
362 <    exportFile = "/Users/ninoborges/Dropbox/Misc/export_20140109_011143.csv"
363 <    indexFile = "/Users/ninoborges/Documents/ITO_Report/index2.html"
364 <    kpmgFile = "/Users/ninoborges/Documents/ITO_Report/KPMGs_Plate.html"
365 <    closedFile = "/Users/ninoborges/Documents/ITO_Report/Closed_Items.html"
366 <    projectViewFile = "/Users/ninoborges/Documents/ITO_Report/Project_View.html"
367 <    #exportFile = "T:\honeywell\ITO_Report\Export\export.csv"
368 <    #indexFile= "T:\honeywell\ITO_Report\index2.html"
369 <    #kpmgFile = "T:\honeywell\ITO_Report\KPMGs_Plate.html"
370 <    #closedFile = "T:\honeywell\ITO_Report\Closed_Items.html"
371 <    #projectViewFile = "T:\honeywell\ITO_Report\Project_View.html"
362 >    #exportFile = "/Users/ninoborges/Dropbox/Misc/export_20140109_011143.csv"
363 >    #indexFile = "/Users/ninoborges/Documents/ITO_Report/index2.html"
364 >    #kpmgFile = "/Users/ninoborges/Documents/ITO_Report/KPMGs_Plate.html"
365 >    #closedFile = "/Users/ninoborges/Documents/ITO_Report/Closed_Items.html"
366 >    #projectViewFile = "/Users/ninoborges/Documents/ITO_Report/Project_View.html"
367 >    exportFile = "T:\honeywell\ITO_Report\Export\export.csv"
368 >    indexFile= "T:\honeywell\ITO_Report\index2.html"
369 >    kpmgFile = "T:\honeywell\ITO_Report\KPMGs_Plate.html"
370 >    closedFile = "T:\honeywell\ITO_Report\Closed_Items.html"
371 >    projectViewFile = "T:\honeywell\ITO_Report\Project_View.html"
372      openMWEList,openKPMGList, closedList = SplitIntoPlates(exportFile)
373      print "mwe list %s"%len(openMWEList)
374      print "kpmg list %s"%len(openKPMGList)

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)