Changeset 1994
- Timestamp:
- 10/14/06 15:23:45 (2 years ago)
- Files:
-
- branches/xml-class-rework/projects/bos/statistics (modified) (1 prop)
- branches/xml-class-rework/projects/bos/statistics/Makefile (modified) (2 diffs)
- branches/xml-class-rework/projects/bos/statistics/all-contracts.lxsl (added)
- branches/xml-class-rework/projects/bos/statistics/buildSVGLineChart.xsl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/xml-class-rework/projects/bos/statistics
- Property svn:ignore changed from
contracts-by-week.xsl
contracts-by-week.xml
*.svg
to
all-contracts.xsl
contracts-by-week.xsl
contracts-by-week.xml
*.svg
- Property svn:ignore changed from
branches/xml-class-rework/projects/bos/statistics/Makefile
r1989 r1994 1 1 2 2 BASE_URL = http://192.168.254.132:8080/reports-xml 3 YEAR = 20053 YEAR = 4 4 LOGIN = 5 5 OUTPUT_DIR = ../payment-website/images/statistics 6 6 7 GRAPHICS = contracts-by-week.svg 7 YEARLY_GRAPHICS = contracts-by-week.svg 8 TOTAL_GRAPHICS = all-contracts.svg 8 9 9 10 all: 10 $(MAKE) graphics YEAR=2005 11 $(MAKE) graphics YEAR=2006 11 $(MAKE) yearly-graphics YEAR=2005 12 $(MAKE) yearly-graphics YEAR=2006 13 $(MAKE) total-graphics 12 14 13 graphics: $(GRAPHICS) 15 yearly-graphics: $(YEARLY_GRAPHICS) 16 total-graphics: $(TOTAL_GRAPHICS) 14 17 15 18 .SUFFIXES: .lxsl .xsl .svg … … 20 23 .xsl.svg: 21 24 xsltproc -o $*.xml $*.xsl '$(BASE_URL)/$*/$(YEAR)$(LOGIN)' 22 xsltproc -o $(OUTPUT_DIR)/$* -$(YEAR).svg buildSVGLineChart.xsl $*.xml25 xsltproc -o $(OUTPUT_DIR)/$*$(YEAR).svg buildSVGLineChart.xsl $*.xml 23 26 rm $*.xml branches/xml-class-rework/projects/bos/statistics/buildSVGLineChart.xsl
r1990 r1994 39 39 </rect> 40 40 </g> 41 <g id="none" transform="scale(1)"> 42 </g> 41 43 <script type="text/javascript"> 42 44 <